Warper Script

benormal

New member
Messages
38
Points
0
i wanna close special, instances, guild_dungeons, castles 

i'm trying to close this for delete them in wordpad but when i delete it sometimes not clicking warper sometimes didnt see warper npc 

can anyone script and send me this please ?

thanks

 
search for this line

menu "Last Warp ^777777["+lastwarp$+"]^000000",-, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Guild Dungeons",Guild_Dungeons, " ~ Instances",Instances, " ~ Special Areas",Special;
replace with

Code:
menu	"Last Warp ^777777["+lastwarp$+"]^000000",-,	" ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons;
 
Last edited by a moderator:
search for this line

menu "Last Warp ^777777["+lastwarp$+"]^000000",-, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Guild Dungeons",Guild_Dungeons, " ~ Instances",Instances, " ~ Special Areas",Special;
replace with

menu "Last Warp ^777777["+lastwarp$+"]^000000",-, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons;
Thanks a lot 

Attention should be paid that in the end " ; "

 
Back
Top