Search results

  1. N

    Duplicate Class Checking NPC HELP

    I made a script where can check duplicate class in a party. Disable Class Priest - High Priest Monk - Champion Enable Class Priest - Monk High Priest - Champion Here is the code. gonryun,26,112,4 script Test 1_M_PUBMASTER,{ // get the charID and accountID of character's party...
  2. N

    2013-08-07 Banking System Skin Problem

    How can I move the text box in the client with red box because when I input numbers its hard to determine what you input. Some of the numbers part is missing. Anyone can help me on this? I already edit the image skin but nothing change. maybe the problem is in the client or src.
  3. N

    [HIRING] Server Episodes Developer

    We are looking for Hercules Episodes Developer where he/she can: • Make an episode like episode 1, 2 etc base on official server updates. • Once we request an episode it will cost 75$. • All scripts/db should me accurate to official. • If we will just need you to update our episode 2 to...
  4. N

    [HIRING] APK DEVELOPER

    Good Day, We are looking for someone who will develop and convert our ragnarok server into a mobile application that compatible in IOS and Android. Message us in skype for the job salary. Skype: nasagnilac.leiron
  5. N

    Icon Buffs of Reflect Shield and Auto Guard HELP.

    Please help me bring back the old devotion skill where Reflect Shield and Auto Guard is still working on other player when cast with devotion.
  6. N

    Absorb Spirits Modification Help

    How can I disable Absorb Spirit effect when the opponents already hide.
  7. N

    NEMO - Client Patcher

    Hello I got this error when I started to run the encrypted client. 2 Chat Flood Allow6 Force Send Client Hash Packet (Experimental)8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)15 Disable HShield (Recommended)20 Extend Chat...
  8. N

    eAmod Battleground Paid Request

    I am looking for some who can merge this features in Hercules. Budget is 40$~50$
  9. N

    @flooritem request

    I need help for @flooritem command. I need some who can fixe my errors. /*========================================== * Creación de items en el suelo, en un Area. *------------------------------------------*/ACMD(flooritem){ char item_name[100]; int number = 0, count; struct item_data...
  10. N

    Credits to Cashpoints Flux CP

    I am looking for a codes that will change credits of Flux CP to cash points. So that those who don't use the web as donate shop can use this. In game #CASHPOINTS will be updated after donation thru paypal. I hope someone got already this one. I don't want to spend money I hope its free.
  11. N

    Enchant System Request

    Solved. HAHAHA good for me to learn. Add this before BUILDIN(successrefitem) in script.c /*========================================== * сrmor Enchanting *------------------------------------------*/BUILDIN(successenchant){ int i = -1, j, num, enchant, ep; TBL_PC *sd; num =...
  12. N

    Enchant System Request

    Anyone can help me this one work on the latest svn. /*========================================== * сrmor Enchanting *------------------------------------------*/BUILDIN_FUNC(successenchant){ int i = -1, j, num, enchant, ep; char chat_announce[256]; TBL_PC *sd; num = script_getnum(st,2); //...
  13. N

    MAC Address Dectection

    I would like to request a source code where can detect the player MAC Address same as the harmony does. So that I can use my script http://rathena.org/board/files/file/3082-guild-package-system-freebies-system-reward-system-package-files/ using ragexe client. MAC Address detection is very...
  14. N

    NEMO - Client Patcher

    I got a problem in diffting "2012-04-10aRagexeRE" . As you can see on the screenshot skills are not translated. I am using the https://github.com/ROClientSide/Translation/tree/master/Data/ for my main grf but its no good. Previously I use this data to "2012-04-10aRagexe" and it works. Here...
  15. N

    eAmod Battleground merging in hercules

    Anyone can work or merge this to the hercules svn? So that we can also use the commands and scripts without switching to eamod or spending money. I just found the diff here. Diff If its not possible better tell me ASAP. Thank you so much!!!
  16. N

    Platinum Skill BUG

    I can use the skill point to the platinum skill without questing. How to fix it?
  17. N

    Disable Multi Client

    How to disable it when you already patched your client? what are the hexed code to be changed?
  18. N

    Flux Integration Help

    Hi hercules community. I just switch to hercules last week and know I am planning to integrate flux control panel. Question: 1: How to declare the #container in css? 2: What if I change it to #containerbody? what will happened? 3. Where did the .contentInner come from and declared? 4. I...
  19. N

    NEMO - Client Patcher

    I use the I did this but now the problem is the creation of character.
  20. N

    NEMO - Client Patcher

    I just fixed my problem lately by downloading the github instead of mediafire link and you should update it sir. Now I got this problem when I patch 2012-04-10aragexe. Skill names and decription are not translated.
Back
Top