Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. well you can try do it in a way like this http://upaste.me/bbf5496ff8bc726 use prompt...and close2 ( my prefer way ) prompt() able to detect if the users click on "Cancel" button. close2 still able to run a script even though message of npc is closed. i use .Variable$ to store users name i use OnPCLogoutEvent to remove the Variable if the variable saved is user's name
  2. 2715
  3. 2713
  4. 2703
  5. 2700..LOL i just wonder...the count... wrong again~
  6. same way i post above but sometime using different NPC to disable / enable another NPC would be safer.
  7. getitem <CoinID>,<amount>; set Zeny,Zeny + <amount>;
  8. 2697
  9. try this close2; sleep2 60000; hideonnpc strnpcinfo(0); end; or you can try this close2; initnpctimer; end; OnTimer60000: hideonnpc strnpcinfo(0); stopnpctimer; end;
  10. 2695
  11. 2693
  12. Emistry

    Dead Branch

    Try Reboot / Restart your server. the MapFlag will be remain as long as it is not removed through NPC / Command again after it is set to the map.
  13. 2691
  14. you may try thi if your neon patcher did link to your homepage of your RO.. you can try put on a autoplay BGM on your website... it will play the BGM too when the neoncube is started. ( I remember it play the BGM last time ) but for a proper way to add it...i ....dunno..sry
  15. Emistry

    Help..

    it is better to do it in this way http://upaste.me/c3c4494a804a6b2 @frenzmu06 ur script give all items with the rate of 1% only. because you are using the switch-case...
  16. add this below the Header of the NPC that warp your character. if( BaseLevel < 255 || Class == Job_Novice ){ mes "Novice or Below level 255 cant enter."; close; }
  17. You can try my Multi Currency Shop Script or Euphy Muti Currency Shop Script. but mine doesnt have preview... but for preview script.. i think the script made by Euphy better...since his Quest Shop is based on LunarCast script. and i think it does support Custom Points. http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/
  18. just unequip and refresh ur character
  19. search for Freebie script using search engine. and if you are going to request a npc script.. do it in script request section
  20. a shorter way for mvp announce. - script Sample -1,{ OnNPCKillEvent: if( getmonsterinfo( killedrid,22 ) ){ announce "Killed "+getmonsterinfo( killedrid,0 )+" at "+strcharinfo(3),bc_Self; set #MVP_Point,#MVP_Point + 1; } end; }
  21. nop.....if u use mine...u have to put it in atext file ( add in the rest part ) and load it as a npc script.
  22. OnPCLoginEvent: announce "Message",bc_self; end;
  23. 2636
  24. 2632
  25. 2630
×
×
  • Create New...