Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. getmonsterinfo(killedrid, MOB_MEXP) rAthena dont have MOB_MEXP but we got this for MVP EXP MOB_MVPEXP and what mean by problem in display messages ??
  2. you mentioned.... your client doesnt read LUA files.... but you are still using LUA ?? accessoryid.lua accname.lua compile / save both LUA files to LUB files and add it into your GRF.
  3. can you record a video and show ? because i dont really understand what you mean by the client freezing ... you can login ? or cant login ? maybe you used different servertype / langtype in your Clientinfo ? any custom stuff you added ? because during the past few month, i dont have any problem with 2012-04-10 clients. and just switched to 2012-06-18 few hours ago ....
  4. trunk/npc/pre-re/mobs/dungeons/um_dun.txt
  5. dont select this when you diff for your clients. Load Lua Before Lub
  6. get your updated lub files here.. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  7. try this.. Blue Ghost Setup.exe work well for my 2012 clients... No need to select the diff file for HKML to HKCU ......
  8. tried this ? http://rathena.org/board/topic/66746-job-spritecorrected-classes-and-corrected-head-sprites/page__p__116271__hl__kamishi#entry116271
  9. lag or not lag is depend on your server .....and player's computers and their internet connection ....
  10. use a GM Character .... #cash <name> <amount> you can also do it in SQL / NPC / etc......
  11. you have to use latest client ... make sure your client doest read data folder 1st / read lua before lub ... and put it inside your System Folder System/itemInfo.lub
  12. it's... <itemID>:<price>,<itemID>:<price>,<itemID>:<price>,............,<itemID>:<price>
  13. only rAthena ..... eathena dont have these script command... you can try appy the changes in r15340 to add the script command in eAthena ( use at your own risk )
  14. trunk/npc/re/mobs/dungeons/lhz_dun.txt make sure you have the mob_db.txt for your pre-re version...
  15. make sure it's inside the trunk/npc/ and just add a NPC load path into the files.. we usually put it in trunk/npc/scripts_custom.conf because it's custom script.. but it's okay for you to put in any files inside there, as long as the server read the files.
  16. try replace getitem 7227,1; with this setarray .@items[0],607,608,512; setarray .@amounts[0],1,2,3; set .@i,rand( getarraysize( .@items ) ); getitem .@items[.@i],.@amounts[.@i];
  17. LOL.... i was able to search it with just few seconds.... http://rathena.org/board/topic/70980-help-me-compile-lub-to-lua-need-help-10000x/#entry138150 http://rathena.org/board/topic/64011-how-to-convert-the-lub-to-lua/#entry103004 http://rathena.org/board/topic/71546-help-me-compile-lub-to-lua-need-help-10000x/#entry142186
  18. why are you adding a "close2" at there script ???? it just simply break the script ..... i was able to purchase 50x Yggdrasilberry at once.. I was able to purchase more than 1 type of items at once.. make sure you are alway using the latest updated script...... And about this if you want to make suggestion...make sure you clarify what's its and what it does...elaborate it...
  19. do you expecting us to guess how your poring_war.txt is scripted ? you dont want to show your script ...how we going to fix it or check it for you ?
  20. it's from ur poring_war.txt ..not ur poring catcher script..
  21. there should be an error showing in the map-server.... try to show the error together next time. anyway... change - script poringwi -1,{ to - script poringwin -1,{
×
×
  • Create New...