Jump to content

ZelosAvalon

Members
  • Content Count

    218
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Upvote
    ZelosAvalon reacted to Jedzkie in Achievement System   
    Hi! as we all know that Achievement system is not available in Official Servers. Even if it is not available in Official Servers, why we don't make our own achievement system in our emulator? It will help a lot and Improve the system of Ragnarok Private Servers, this is good for Low Rate and Mid Rate Servers. The players will not get bored easily, they can do much more rather than playing WoE, Hunting Monsters, PvP with other players. So i recommend to put this system in our beloved Hercules Emulator, I hope this system will implement in the future here and I hope there are people agree with my Topic. Thanks!
  2. Upvote
    ZelosAvalon reacted to Cretino in Multiple Extra Drops - Add drops to monsters or in global mode!   
    Hey guys, this is my first published script (in Hercules Community).
     
    Name: Multiple Extra Drops
    Creator: Me (@@Cretino)
    Description: Add unlimited drops to monsters or in global mode. (Global mode = Items that can be dropped by any monster)
    Version: 1.8b (Little mistake fixed.)
    Contributors: @@Aeromesi (Script revised to English. Thank you very much!), @@evilpuncker (Idea to add 'bindatcmd')
     
    Q: 'What features have 'Multiple Extra Drops'?'
    R:
     
     
     
    Q: 'How to use these features?'
    R: 'You will need read a little my comments for understand, but you can try use '@drop' to see all commands and prototypes.'
     
     
     
    Q: 'How do I configure it?'
    R: 'You can go to line '245' in script, and you will see details like:'
     
     
     
    About percentage system:
    It work almost identical to emulator.
     
    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.
     
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.7.txt
  3. Upvote
    ZelosAvalon reacted to Cretino in Event Ranking   
    Try this, It works here.



    Note: You will need change 'getcharid(3)' to 'getcharid(0)' if you want save character number id, because 'getcharid(3)' save account number id.
  4. Upvote
    ZelosAvalon reacted to Mystery in SEARCH BUTTON DOESN'T WORK   
    No problem
  5. Upvote
    ZelosAvalon reacted to Cretino in Event Ranking   
    Use this SQL Table:
     
     
     
    Now try it:
     
    query_sql "INSERT INTO `event_rank`(`id`, `name`, `event_points`, `t_event_points`) VALUES ('"+getcharid(3)+"','"+strcharinfo(0)+"','1','1') ON DUPLICATE KEY UPDATE `event_points` = `event_points` + '1', `t_event_points` = `t_event_points` + '1'";  
    Tested and works.
  6. Upvote
    ZelosAvalon reacted to Mystery in SEARCH BUTTON DOESN'T WORK   
    Is the JS being blocked somehow? Something stopping it from loading? 
  7. Upvote
    ZelosAvalon reacted to Mystery in SEARCH BUTTON DOESN'T WORK   
    This is what I mean:

     
    Your JS isn't being loaded properly.
  8. Upvote
    ZelosAvalon reacted to Mystery in SEARCH BUTTON DOESN'T WORK   
    @@ZelosAvalon Do you have that JS file in your theme JS folder?
  9. Upvote
    ZelosAvalon reacted to Mystery in SEARCH BUTTON DOESN'T WORK   
    @@ZelosAvalon well then your header.php file is calling the wrong jquery file. Go into your header file and change it.
  10. Upvote
    ZelosAvalon reacted to Dastgir in Emulator erro when Compile   
    You need to install pcre on the machine
    CentOS:
    yum install pcre-devel Debian Based System:
     
    apt-get install libpcre3-dev

    Tip:
    Don't go with host which can't even give you ssh access
  11. Upvote
    ZelosAvalon reacted to Dastgir in Emulator erro when Compile   
    Tell host to install the pcre
    pcre has been made necessary for hercules.
  12. Upvote
    ZelosAvalon reacted to Dastgir in Job Spoiler   
    Near to release.
    HP/SP tables are updated, hope to see this in next few days...
  13. Upvote
    ZelosAvalon reacted to evilpuncker in NPC_WEAPONBRAKER HOW WORK ?   
    @@ZelosAvalon
     
    npcskill "NPC_WEAPONBREAKER",1,60,99;
  14. Upvote
    ZelosAvalon reacted to evilpuncker in Can't read mob_db.conf   
    update your sources and recompile everything!
  15. Upvote
    ZelosAvalon reacted to Shourei in How can i configure two sprites in one item ?   
    Merge the sprites into one file.
    then edit the actor into the corresponding sprites.
    If you don't know what that is, visit here: http://herc.ws/wiki/Acts
  16. Upvote
    ZelosAvalon reacted to Emistry in [Suggestion] New Time Line showing Added and Non Added stuffs   
    https://github.com/HerculesWS/Hercules/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Match+Official+Content%22
  17. Upvote
    ZelosAvalon reacted to maqc1 in ERROR failed assertion: src\map\skill   
    For your accent problem, you need to encode your script files in ANSI (aka Windows 1252 encoding). I have the same problem using french accents (é, è, ê, ë, etc.). UTF-8 encoding don't show accents properly.
  18. Upvote
    ZelosAvalon reacted to RaffiRaff in Eden Quest 99+   
    you can easilly make it by yourself, just change checkquest -> questprogress in rathena vers. made it for 10 min
  19. Upvote
    ZelosAvalon reacted to Dastgir in Eden Quest 99+   
    If you mean script, we to have to confirm that the script is fine and uses correct information, rather than just putting wrong NPC on repo and others mentioning tons of bug and also test the script before pushing..
  20. Upvote
    ZelosAvalon reacted to RaffiRaff in Eden Quest 99+   
    what does work wrong? 
    look at synt of questprogress, it doesn't have -1 param as like checkquest
    so you have to change all checkquest -1 to questprogress 0, then all checkquest 0 to questprogress 1 in rathena script.
    and yes, herc devs made totaly missdup with making new script synt, rathena whole npc folder is more actual now
  21. Upvote
    ZelosAvalon reacted to 4144 in NPC Ultimate PvP Warper Bug   
    If you mean buildin variable it should be BaseLevel (without space)
  22. Upvote
    ZelosAvalon reacted to Dastgir in Oboro / Rebellion Quest and Skills   
    @@ZelosAvalon
    Its not implemented as yet and would take time to implement as we don't have official info.
    @@malufett,
    Weren't you going to commit rebellion skills with near to official info?? Any ETA for it?
    @allother
    Please no drama in the topic, stay to the topic and no off topic drama that could lead to conflicts between people.
  23. Upvote
    ZelosAvalon reacted to Dastgir in Oboro Quest   
    Script might have errors , since it was made when checkquest was there, so have to do a little rewrite .
  24. Upvote
    ZelosAvalon reacted to Dastgir in Quest Odin's Temple Excavation Quest Bugged   
    @@zackdreaver
    Ahh sorry about that, I just saw too many contents of rebellion today, that my mind replaces rebellion with its job :|
     
    I will check onto it soon...
  25. Upvote
    ZelosAvalon reacted to malufett in ERROR when i start emulator   
    check 'conf/map-server.conf'
    //When employing more than one language (see db/translations.conf),//this setting is used as a fallbackdefault_language: English
×
×
  • Create New...

Important Information

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