Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    CP&Donate

    i think flux cp donate module can do this...not sure if it's still working latest revision.
  2. src/map/battle.c case ELE_FIRE: if( tsc->data[SC_SPIDERWEB]) { tsc->data[SC_SPIDERWEB]->val1 = 0; // free to move now if( tsc->data[SC_SPIDERWEB]->val2-- > 0 ) ratio += 200; // double damage <<--- edit the value here try value of 100
  3. if you're using toastofdoom's warper , you can set baselevel limitation for each map. eventually you can create a custom menu with specific level limitation. i tried this idea in toastofdoom's warper. =)
  4. you can use NEMO patcher instead of xDiffpatcher.
  5. you can try add all of these cutin "",255; // <---- add this above ALL the close; close;
  6. you can probably host one for yourself also.
  7. by reinstall yes, you have to re-do all unless you save all your setting in conf/import folder. Then you can simply copy and paste your conf/import folder into ur new server file. otherwise, get all the commit/updates that you havent apply to ur server and apply all manually.
  8. you can try mine, I just updated it last night. https://www.mediafire.com/folder/2xxpe74yz877x/KRO I didnt upload rdata.grf , I think we're not using anymore
  9. i think it refer to both 64 bit and 32 bit installer. i myself is using 64bit system, and i downloaded from this site also.
  10. unable to duplicate your problem, work fine in my test server. check your map server for any possible error messages
  11. this ? http://dev.mysql.com/downloads/workbench/
  12. try this http://upaste.me/r/70e7a3
  13. if( getstatus( SC_EXPBOOST,0 ) ){ // status is active }
  14. if( #Time == 1 ){ // blablablabla } else if( #Time == 2 ){ // blablablabla }
  15. prontera,155,181,5 script Sample 757,<x>,<y>,{ OnTouch: ... ... ... } edit the value of x and y for the area size.
  16. you can just remove the last parameter since it's optional for command logging. or just checkout a new version of rAthena and reinstalll. or fetch all the new patch and apply it into your current server for updates.
  17. the setup for server is the same. the only different is just the way to download the latest server file.
  18. i believe your SVN is way too outdated ?? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ ( it's already 17704 ) even through rAthena switch to GIT, but the old SVN i think it's still updated from time to time. Auto synchronized but i am not sure how updated it's.
  19. the setup for emulator is more or less the same. the different is just we are now use GIT and download the files from GitHub. https://github.com/rathena/rathena download the GitTortoise, then checkout the link at GitHub you can also direct download the rar file here. https://github.com/rathena/rathena/archive/master.zip
  20. Emistry

    NPC quest

    prontera,164,203,6 script Quest Shop#1 998,{ mes "your message........"; close2; callfunc "qshop"; }
  21. the application you submit is submitted to staff forum for review, where regular member like you are not authorized to visit.
  22. your method just make the whole server player can only hunt 1 item at one time.
  23. not possible, you cant check for certain item_bonus using npc script.
  24. Emistry

    NPC quest

    then ? isnt the script made by Euphy already fulfill what you wanted ???
×
×
  • Create New...