Jump to content

Cretino

Members
  • Content Count

    75
  • Joined

  • Last visited

  • Days Won

    11

Reputation Activity

  1. Like
    Cretino got a reaction from astralprojection in Menu Pagination (Is it possible?)   
    Hey, this is one way to do it.
     
     
  2. Like
    Cretino got a reaction from evilpuncker in Abuse kill "Stop killing player"   
    I think is it you want:
     



    @EDIT
     
    Fixed little mistake.
  3. Like
    Cretino got a reaction from MikZ in Hourly Points Request   
    I redid all the code, I think it is now ok, at least here in my tests works fine...
    If have problems, I'll try help you.

     
     
     
  4. Like
    Cretino reacted to 4144 in Upcoming hercules feature   
    Already merged into hercules
     
    New feature: Items preview in cash shop
     
    Can be enabled by:
    1. defining ENABLE_CASHSHOP_PREVIEW_PATCH in core.h or by configure flag --enable-cashshop-preview-patch
    2. Then need apply this nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/
     
    Feature can works only if option in server side enabled and enabled patch in client side. In other case cash shop will be corrupted
     

     
  5. Like
    Cretino reacted to Neo-Mind in Successor to NEMO [WIP] - Need UI Suggestions   
    Probably not xD.
    Anyways, I am working on development of a new patcher as a successor to the original aka NEMO. 

    Initially, I was planning to just release the source for NEMO but is quite outdated.
    So I decided to just start off fresh utilizing concepts from the original along with new ideas (Already have some implemented, which I will explain later)

    Also this time, I will be keeping it open source. I will publish to Github once there is a solid foundation.
     
    I am building it using the latest version of Qt (5.15) and utilizing QML for creating the GUI. I want to give it a more modern appearance, however, I am a "novice" on this front. So I am inviting suggestions for the UI from the talented individuals here.

     
  6. Like
    Cretino got a reaction from Tio Akima in doubt about weight   
    I think the 'problem' is the character inventory size.
    The client send the message 'You're overweight', but really you don't have space in your inventory.
  7. Upvote
    Cretino got a reaction from VictorLarcher in Build Manager - Create your builds and load them when you want! (For Stats and Skills!!)   
    Name: Build Manager
    Creator: Me (@Cretino)
    Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification))
    Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills)
     
    Q: 'What features have 'Build Manager'?'
    R:
    Q: 'How to use these features?'
    R: 'You can use all features in game, just talk to npc and have fun. '
     
    Q: 'How to configure it?'
    R: 'You can go to line '666' in script, and you will see details like:'
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
    Note: Sorry for my English.
    @Edit
    Now is necessary apply this source modification to use the script: skillup_scriptcommand_by_cretino_v0.1.diff
    build_manager_v1.2.txt
     
    skillup_scriptcommand_by_cretino.diff
    build_manager_v1.1.txt
    build_manager_v1.0.txt
    build_manager_v1.0.txt
    build_manager_v1.0.txt
  8. Upvote
    Cretino got a reaction from VictorLarcher in Quest Manager - Create quests with various requirements and prizes!   
    Hey guys, this is my 'new script'. (New to you guys, because I used when I had my server, but now with some improvements.)
     
    Name: Quest Manager
    Creator: Me (@@Cretino)
    Version: 1.0b (Little improvement and others bugs fixed.)
    Contributors: (@@Aeromesi: Found a bug.)
     
    Recommendations:
    To get a better experience using this script,
    it is recommended change the value of 'input_max_value' to '2147483647'. (See more in 'conf/script.conf'.)
     
    Q: 'What features have 'Quest Manager'?'
    R:
     
     
     
    Q: 'How to use these features?'
    R: 'You can use all features in game, just talk to npc with GM Account and have fun. '
     
    Q: 'How to configure it?'
    R: 'You can go to line '1568' in script, and you will see details like:'
     
     
     
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
     
    Note: Sorry for my English.
     
    quest_manager_v1.0.txt
    quest_manager_v1.0.txt
    quest_manager_v1.0.txt
  9. Like
    Cretino got a reaction from Tio Akima in combat arena error   
    I made some changes, now is working fine.
     
    OnPCDieEvent part:
     
    OnPCLogoutEvent part:
     
  10. Like
    Cretino got a reaction from Tio Akima in combat arena error   
    'getmapusers' only will count a 'dead player' if he still in the map... but you already added this:
    When a player die, it send back to 'kame_house',
     
    Now about the the quit players you can do this:
    Add:
     
    And change these:
     
    OnPCDieEvent part:
     
    Enter arena part:
     
    I think is it, not tested.
  11. Like
    Cretino got a reaction from Tio Akima in combat arena error   
    I made a little mistake, now is tested and working:
     
  12. Like
    Cretino got a reaction from Kavaline in How create a 'input' with 'timer'?   
    Not tested, but I think will work.
     
  13. Upvote
    Cretino reacted to Rytech in r900 - Elemental System Recode Part 10 / Elemental System Recode Complete   
    =General
    *Elemental system recode part 10.
    -This update focuses on adding support for all of Tera's skills.
    -With this update, the recoding of the entire elemental system is now complete.
    -Any further updates to the system will be bug fixes and optimization.
    -Im sooooooo glad im finally done with this.

    *Reduced the amount of code used for some autocasting status's.
     
     
     
    =Skills
    *EL_WIND_SLASH
    -Fixed a issue where it was dealing magical damage instead of physical.
     
    *EL_SOLID_SKIN
    *EL_STONE_SHIELD
    *EL_POWER_OF_GAIA
    *EL_PETROLOGY
    *EL_CURSED_SOIL
    *EL_UPHEAVAL
    *EL_STONE_HAMMER
    *EL_ROCK_CRUSHER
    *EL_ROCK_CRUSHER_ATK
    *EL_STONE_RAIN
    -Added support for these skills.
  14. Like
    Cretino got a reaction from Tio Akima in GID Error   
    The actual 'getunitdata' has no support for player units.
    This is why you receive this message error.
    If you want to get values from player units, you'll need to make a source modification.
    I made one, you can test if you want.
     
    getunitdata_pc_type.diff
  15. Like
    Cretino reacted to Ridley in Merry Christmas 2019 - A few words for the end of the year   
    The team at Hercules wishes you peace, joy and prosperity throughout the coming year. Thank you for your continued support and contributions. 
    We are here, because each member of our boards is proud to be part of it. I really look forward to see what 2020 will bring us.
     
    Relax and enjoy your well-earned free time as much as possible, We wish you and your family a Merry Christmas and a Happy New Year!
    Thank you,
    Ridley
  16. Upvote
    Cretino got a reaction from hadiesyafiq in ask about getitem2 but with time...   
    Yes, but you'll need to create a script command to do.
    You can use this example I made:
     
    rentitem2_by_cretino.diff
     
    rentitem2 usage:
     
    I also made a 'protection' if you create a rent item with cards, so players can't remove cards from rent items.
    I think is it you want, good luck.
  17. Like
    Cretino got a reaction from Ridley in New @reload command   
    Name: @reload atcommand
    Creator: Me (@Cretino)
    Version: 0.2 (Some fixes and improvements [Cretino])
    Contributors:
    Q: 'What features have '@reload atcommand'?'
    R:
    Q: 'How to use these features?'
    R:
    Q: 'How Can I enable 'Reload Fast Mode'?'
    R:
    I've tested and is working well, but can have bugs.
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
    Note: Sorry for my English.
    Diff file: @reload_by_cretino_v0.2.diff
    @reload_by_cretino_v0.1.diff
  18. Like
    Cretino got a reaction from Eternity in Taek-Won Mission for Star Gladiator Class   
    Hey guys, I made some modifications and tested.
    Now is working, you just need apply this '.diff' file: star_gladiator_use_tk_mission.diff
    Ranking still working to Taekwon, Star Gladiator only get bonus hp/sp and skills if get max level of base and job.
    Star Gladiator don't receive the skill 'Solar, Lunar and Stellar Shadow'(SG_DEVIL).
    If have any bug, report to me to try fix.
    Good luck.
  19. Like
    Cretino got a reaction from Naruto in Taek-Won Mission for Star Gladiator Class   
    Hey guys, I made some modifications and tested.
    Now is working, you just need apply this '.diff' file: star_gladiator_use_tk_mission.diff
    Ranking still working to Taekwon, Star Gladiator only get bonus hp/sp and skills if get max level of base and job.
    Star Gladiator don't receive the skill 'Solar, Lunar and Stellar Shadow'(SG_DEVIL).
    If have any bug, report to me to try fix.
    Good luck.
  20. Upvote
    Cretino got a reaction from IndieRO in Build Manager - Create your builds and load them when you want! (For Stats and Skills!!)   
    Hello guys, I'm recently back and I think now my script is working fine...
    I've tested so many times and is working, tested with all classes.
    If have any bug, report to me for trying fix.
    New script and source modification in first post.
    @TOPIC
    Version: 1.1 ("Fixed" bugged skills (Need source modification))
     
  21. Upvote
    Cretino got a reaction from thpereira in Identificar quantidade de item que o player possui   
    Eu acho que é isto que você está procurando, não testei mas provavelmente está funcionando, só aplicar o arquivo '.diff' no seu emulador ou abrir ele com um bloco de notas e ver onde foram feitas as modificações e fazer manualmente, se por acaso não estiver funcionando avisa ai, por que eu só vi se o código estava compilando e ele está.
    OnPickUpEvent_by_Cretino.diff

    Exemplo de como usar:
    @Edit
    Acabei de testar e está funcionando 100%, boa sorte.
  22. Upvote
    Cretino got a reaction from M4karov in Identificar quantidade de item que o player possui   
    Eu acho que é isto que você está procurando, não testei mas provavelmente está funcionando, só aplicar o arquivo '.diff' no seu emulador ou abrir ele com um bloco de notas e ver onde foram feitas as modificações e fazer manualmente, se por acaso não estiver funcionando avisa ai, por que eu só vi se o código estava compilando e ele está.
    OnPickUpEvent_by_Cretino.diff

    Exemplo de como usar:
    @Edit
    Acabei de testar e está funcionando 100%, boa sorte.
  23. Upvote
    Cretino got a reaction from Tio Akima in Build Manager - Create your builds and load them when you want! (For Stats and Skills!!)   
    Name: Build Manager
    Creator: Me (@Cretino)
    Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification))
    Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills)
     
    Q: 'What features have 'Build Manager'?'
    R:
    Q: 'How to use these features?'
    R: 'You can use all features in game, just talk to npc and have fun. '
     
    Q: 'How to configure it?'
    R: 'You can go to line '666' in script, and you will see details like:'
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
    Note: Sorry for my English.
    @Edit
    Now is necessary apply this source modification to use the script: skillup_scriptcommand_by_cretino_v0.1.diff
    build_manager_v1.2.txt
     
    skillup_scriptcommand_by_cretino.diff
    build_manager_v1.1.txt
    build_manager_v1.0.txt
    build_manager_v1.0.txt
    build_manager_v1.0.txt
  24. Upvote
    Cretino got a reaction from Tsuuu in Sistema de Fogueira   
    Aqui está um exemplo básico amigo.
    Está funcionando bem, agora só você fazer suas modificações.
     
     
     
  25. Upvote
    Cretino got a reaction from Like it~* in PK Mode and Job Restrictions   
    Hey there!
    I think is it you want:
     
    battle.c.patch
     
    It exclude first and second class non high.
     
    Exeptions:
     
    Super Novice Star Gladiator Rebellion Kagerou&Oboro Gunslinger Ninja Soul Linker  
    If you want to add more or remove, follow the 'example' I used.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.