Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. any number in milisecond format
  2. Emistry

    Server Files

    all these has been included in all latest emulators. all you have to do is just enable the feature you want, disable the feature you dont want, filter out the contents that you dont want.
  3. i believe this problem on happen for members from certain country. anyway, if you want to purchase the item, but unable to make it through nexus, you can alway pm the author of the file to purchase it while waiting for the admins to fix the current issue.
  4. group level = @command group char level = #command
  5. Emistry

    BT ERROR

    what bt error. show screenshot. what changes you have done recently, double check it.
  6. you mean this?? *bindatcmd "command","<NPC object name>::<event label>"{,<group level>,<group level char>,<log>}; the last parameter <log>, set it to 1.
  7. something like this http://upaste.me/r/913cad
  8. both Battleground and Guild using different variable to define the max members for both system
  9. try this ? <img src="loading00.jpg" name="slide" width="800" height="600" style="max-height:800; max-width:600" > edit the value here style="max-height:800; max-width:600"
  10. Failed Authentication 5011 .... NO MSG most likely all these problem occur because the client doesnt read your custom GRF. double check your data.int
  11. you cant have duplicated label within 1 NPC. you have to combime both of it. just move the whole part in OnCharIfInit below the bindatcmd line inside the OnInit
  12. Emistry

    in-game clock

    just add to whichever NPC that you want it to display the time.
  13. enable this line and recompile if you want pre-re https://github.com/rathena/rathena/blob/master/src/config/renewal.h#L7 //quick option to disable all renewal option, used by ./configure //#define PRERE
  14. you can try make use of this https://github.com/rathena/rathena/blob/master/db/re/skill_nocast_db.txt
  15. you're using wrong variable type.. chang eall these @rentalid @rentaltime to .rentalid .rentaltime
  16. i think it's defined in source. in pre-renewal ...player are able to distribute statspoint when they create a character. but in renewal ... it's default all statspoint to 1 ....and allow you to distribute it by urself in game i think.
  17. ...........{ .@amount = rand( 10,20 ); #CASHPOINTS += .@amount; dispbottom "Gained "+.@amount+" Cash"; },{},{}
  18. try http://upaste.me/r/577429 EDIT: fixed typo.
  19. .................{ #CASHPOINTS += rand( 10,20 ); },{},{}
  20. tortoiseGIT or just direct download the zip file from the github site.
  21. dont really need to touch the resnametable ... unless you're trying to duplicate the same maps with existing map related files.
  22. i think you have to save it as 256 Color Bitmap
  23. i would suggest to use this http://rathena.org/board/files/file/2766-grf-editor/ one of the greatest GRF tool that i ever used so far..
  24. make sure you didnt add spaces / special characters into the guild name.... new client doesnt allow spaces in guild name during guild creation
×
×
  • Create New...