Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. // Instance Database // // Structure of Database: // ID,Name,LimitTime,IdleTimeOut,EnterMap,EnterX,EnterY,Map2,...,Map255 // // EnterMap is considered as Map1 follow the structure
  2. use this itemID....................,{ BaseLevel++; JobLevel++ },{ },{ } reduce usage of atcommand if not needed.
  3. it should be OnInit: waitingroom "BombLucky",0; // <--------------- ADD THIS LINE set $Ev_BombLucky,0; //สถานะกิจกรรม set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น."; //เวลากิจกรรม end; Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC.
  4. update your kRO/client to make it compatible with the latest dress room features.
  5. probably your db/re/instance_db.txt isnt configure correctly, follow the latest format correctly.
  6. that's monster ID. the char_id column could refer to both monster id or char_id
  7. for ( .@c = 0; .@c < getarraysize( $@ingot ); .@c++ ) { if ( countitem( $@ingot[.@c] ) ) { .@menu$ = .@menu$ + getitemname( $@ingot[.@c] ); } .@menu$ = .@menu$ + ":"; } always append a semicolon even if the item doesn't exist in the inventory.
  8. change your langtype in clientinfo
  9. change announce to mapannounce and please follow the basic rules of the forum, post code in [code] script [/code]
  10. http://upaste.me/501485
  11. it's handle by your NPC script.
  12. Installation guide are provided here http://www.robrowser.com/getting-started
  13. itemID,.......................,{ changebase <job id>; },{},{}
  14. missing files or any client side files I guess, try update your kRO. Re-patch it.
  15. if ( countitem(7420) >= 50 ) { announce "[ Legend ] "+strcharinfo(0)+" : "+@mensagem$+" ",bc_all,0x0055FF; // blue } else if ( countitem(7420) >= 20 ) { announce "[ Legend ] "+strcharinfo(0)+" : "+@mensagem$+" ",bc_all,0xFF0000; // red }
  16. global_reg_value has been removed since ... https://rathena.org/board/topic/102946-script-engine-upgrade/
  17. Emistry

    GM commads

    edit here conf/groups.conf
  18. perhaps try update your KRO ?? maybe some missing patches?
  19. any value with DECIMAL value are not supported.
  20. try this https://pastebin.com/mbYh4PDQ
  21. clear your own guild data and recreate all the guild again.
×
×
  • Create New...