Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL
  2. trunk/conf/char_athena.conf // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 86400 remove the time...
  3. shut down server.... run this in your SQL TRUNCATE TABLE "pvpladder" TRUNCATE TABLE "ownladder"
  4. it only happen when you spam click it 5 or more times??? continuous click for few time about 50 second... ? isnt that the way you setup the npc...? sc_end SC_DECREASEAGl
  5. what's the purpose for this ? i dont get it... anyway...in your case...i dont think using permanent variable suit your cases... it's not really a good / suggested way ... More Details : http://www.eathena.ws/board/index.php?showtopic=181741&st=0&p=1478950entry1478950
  6. there are bunch of topic discussed about this... as usually...same answer from me... add a script that check the player job upon entered the map.... and kick them out if the job match...or whatever... or..you can try this script.. https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/
  7. make sure your script is loaded during the restart... http://rathena.org/wiki/Adding_a_Script use @mapinfo to check is it the mapflag added to the map.....
  8. try this http://pastebin.com/raw.php?i=rCWBXqUG
  9. did you reload the setting ? did the map server show any error ? check all.....
  10. what your error...show it ....
  11. change your computer language to Korean....then restart your computer...afterward you should be able to view it in Korean Language... afterward you can copy to any translator you want...and translate it..
  12. because you didnt add that item... in Euphy topic...he already show you how to add in that item ID # 3333
  13. disable renewal cast ... trunk/src/config/renewal.h
  14. trunk/conf/battle/skill.conf // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150
  15. lol ? what's this....my script shouldnt caused this ... are you using SQL ? or TXT ..? are you sure that's the whole script ? where did this come from ? #GC_Captures ?
  16. please use search button next time .....has been asked and answered several time.......
  17. OnPCLoginEvent: ...................<script>...................
  18. Emistry

    monster level

    how about do like this ?? add a npc script...? OnNPCKillEvent: if( getmonsterinfo( killedrid,1 ) == 1 && rand(100) < 10 ) getitem 603,1; end;
  19. you have to add this into your emulator http://pastebin.com/raw.php?i=EBWgqEpr it is included inside the file attached by Goddameit.... put it inside here.. trunk/src/map/script.c and make sure you recompile..
×
×
  • Create New...