Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

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. 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
  3. LOL... =='' just simply tick what diff you want..then hit the download button.... like that you also dunno ? are you kidding ?
  4. 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; }
  5. 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";
  6. @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
  7. no...rathena's command setting is different from 3ceam and eathena....
×
×
  • Create New...