Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. this script contain OnInit label.... using @loadnpc wont be able to trigger that event label.. so you have to use @reloadscript or restart server....
  2. not so sure with this 1...but i think you can try... [ Pastebin ] Kick GM during WOE
  3. i am try to refer on this part.. WHERE `char_id` = "+.@dest_id+" in your SQL command....you search for only 1 Character.... and yes..you should do it during server maintenance / offline.. or you have to kick the chracter out afterward to ensure the variable is updated corectly
  4. try this [ Pastebin ] Kick GM during WOE
  5. elaborate more on your script request.... it is very limited information we get from your posts...
  6. yes...it is possible... my refine function can do those following : 1 time refine multiple refine need some item before able to refine
  7. huh ? goes through every character ? but your SQL only read for 1 character...
  8. i think you can do it like this way... just a simply sketch for the script... prontera,155,181,5 script Sample 757,{ mes "Write the Player name. must be ^FF0000ONLINE^000000"; input .@Name$; close2; announce .@Name$+" Your TEST_COUNT variable is set to 6."; attachrid( getcharid( 3,.@Name$ ) ); set TEST_COUNT,6; end; }
  9. erm..something like this ?? [ Pastebin ] Headgear Quest Template this NPC currently can support up to ~127 Headgear Quests. to add a New Headgear...just add a new line in this format.. Case <HeadgearID>: Required( .@HeadgearID, <item>,<amount>,<item>,<amount>..... );
  10. perhap you should try to elaborate why it didnt work ... maybe you facing error ? or what ? and please use codebox for long script content.. >.< Anyway..try this [ Pastebin ] Breeder
  11. so it is the refiner that need 1 items to refine to +8 or etc.... well..same thing that can be apply on my refine function.. http://rathena.org/board/topic/53320-%E2%99%A5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%E2%99%A5/page__st__40__p__71628#entry71628
  12. read wiki.. alot guide or informations has been provided in wiki Custom_Mobs Custom_Items Custom_weapons all is listed there...just search inside wiki Main_Page
  13. you still can disabled 3rd job in renewal server..... in rathena..you can decide whether to use renewal or not during you setup.. and it is still configurable in the future...
  14. try this...it should be work every 10 minute now.. and fixed npc show up problem [ Pastebin ] LMS LMS wont be able to start in the every next 10th minute if the current 1 are not yet finshed.
×
×
  • Create New...