Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Dastgir

    New Race

    http://herc.ws/board/topic/11563-job-spoiler/#entry68954
  2. Seems like you are missing db/constants.confOr you updated the source but haven't recompiled. And we were talking of applying SQL upgrade(as per topmost warning in the 1st post, 2nd pic)
  3. Just to mention, XenForo and IPB are paid forums...
  4. If I remember well, you need to put your client somewhere on HaShield Server too,
  5. Maybe you have wrong client date in SRC/common/mmo.h
  6. Tell host to install the pcre pcre has been made necessary for hercules.
  7. 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
  8. See the errors, you are missing several upgrades file (2nd pic) import those files (Located at sql-files/upgrades/ ), and try again
  9. Is that someone me? xDNice, thanks for it
  10. Gepard looks for all files in RO for, and if it finds the file unwanted for RO, it tells you to delete it, so removing all files mentioned by gepard will do the work
  11. It's not an overall protection, its just a no delay protection
  12. Don't patch with hklm to hkcu, and about the error, you don't have System/Font folder inside RO
  13. Dastgir

    Erro dos2unix

    chmod a+x configure Then ./configure Or yum install dos2unix dos2unix configure
  14. Change .third_classes = 1; // Enable third classes/Extended Classes? (1: yes / 0: no) To .third_classes = 0; // Enable third classes/Extended Classes? (1: yes / 0: no)
  15. New features get added to newer ragexe's I would recommend 2014-02-05 if you want to use it in production server, if its just for you, then use 2015-05-15
  16. The summoner skill is too unbalanced.. I am waiting for some PR to get merged before making PR of this... This PR will only include few skills as mentioned above.
  17. Updated Timeline till 16.1 (Still few more to go)
  18. For 1st link i think its not work anymore. 2nd link u gv i already have it.. Not i not sure if its still work or not.. Because got player report it still can bypass.. AFAIK, 2nd one is server sided (wondering how player bypass it)
  19. Beta testing will be starting from 20th, and after we thoroughly test it, there would be launch(also I am just planning simple website for guides)
  20. Dastgir

    Item_db.conf

    Script: <" bonus2 bSubRace,RC_Player,10; if(BaseClass==Job_Merchant){ bonus2 bSkillAtk,485,10; bonus bAspdRate,5; } else if(BaseClass==Job_Thief) { bonus2 bAddEle,Ele_Holy,10; bonus bAspdRate,5; } else if(BaseJob==Job_Rogue) { bonus bDex,8; bonus bInt,12; } else if(BaseJob==Job_Ninja) { bonus bDex,12; bonus bInt,12; } "> You forgot bracketsif works for one statement only, if you want more than one, then use curly brackets
  21. @is it way possible? let me know i want this source mod also just PM ME.The answer is no, unless you find a way to modify the client
  22. Use NEMO They have Patch called "Extended NPC Box/ Extend NPC Box" that might help you
×
×
  • Create New...

Important Information

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