Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. The download link is below the content... just read the page and you will found it.. Unified Diff Zip Archieve
  2. 994
  3. 989
  4. 987
  5. 984
  6. 982
  7. 980
  8. welcome..and hi ~
  9. 978
  10. 976
  11. 971
  12. 968
  13. 966
  14. whenever inside the script have this label... OnInit: a simple @loadnpc command are not sufficient to load the NPC.. you have to either do it like this @loadnpc <npcname> then @reloadscript or restart server or use thislabel OnWhisperGlobal: to trigger the OnInit Label
  15. LOL... =='' just simply tick what diff you want..then hit the download button.... like that you also dunno ? are you kidding ?
  16. 964
  17. try this prontera,155,181,5 script Sample 757,{ setarray .ItemLists, 7539,10, 7227,1, 607,100, 608,10; mes "You need these items."; for( set .@i,0; .@i < ( getarraysize( .ItemLists ) - 1 ); set .@i,.@i + 1 ){ mes getitemname( .ItemLists[ .@i ] )+" x "+.ItemLists[ .@i + 1 ]; if( countitem( .ItemLists[ .@i ] ) < .ItemLists[ .@i + 1 ] ) set .@x,1; } if( .@x ) close; if( select("Warp:Cancel") == 2 ) close; for( set .@i,0; .@i < ( getarraysize( .ItemLists ) - 1 ); set .@i,.@i + 1 ) delitem .ItemLists[ .@i ],.ItemLists[ .@i + 1 ]; warp "prontera",155,181; end; }
  18. aw..change this line setarray .Message$[0], "Total of "+.Spawn+" Mushroom has been Spawned in map "+.Map$[ .RandMap ]; "Find all the Mushroom and kill it", "Every single Mushroom you will will gain you "+.Quantity+" x "+getitemname( .ItemID )", Hurry up and go now"; into to this setarray .Message$[0], "Total of "+.Spawn+" Mushroom has been Spawned in map "+.Map$[ .RandMap ], "Find all the Mushroom and kill it", "Every single Mushroom you will will gain you "+.Quantity+" x "+getitemname( .ItemID ), "Hurry up and go now";
  19. 961
  20. @TS you can try this.. http://pastebin.com/raw.php?i=FxGBgUxv // How many User with Same IP can logged in and stay at the specific map set .Limit,2; // What map will be restricted set .Map$,"payon"; and ya..like what Kenpachi said is so..true... >.< @kenpachi maybe his brother too pro than him..so he dont want his brother to play BG with him.. hahahahhaha
  21. 959
  22. 957
  23. no...rathena's command setting is different from 3ceam and eathena....
  24. 955
×
×
  • Create New...