can anyone help me with my Endless tower script. i've found npc script for purification stone to bypass the ET.
but when i'm tried to reload script and try to click the NPC purification stone and generate again the entrance in ET.
i'm not able to generate again to go the ET. please see the image and my script
//PURISTONE
e_tower,78,112,4 script Endless Reset 406,{
mes "Purification Tower";
mes "Do you want to Reset your Endless Tower Quest?";
menu "Yes",R_Tower,"No",Dis;
close;
R_Tower:
if(countitem(6127) < 1)
{
mes "You dont have a Purification Stone to Reset your Endless Tower Quest";
close;
}
else
{
set .@etower_timer,0;
delitem 6127,1;
mes "^0000ffThe records and aftereffects related to the Endless Tower have been removed. You can generate and enter the Endless Tower again.^000000";
set etower_timer,0;
mes "^0000ffThe records and aftereffects related to the Endless Tower have been removed. You can generate and enter the Endless Tower again.^000000";
close;
warp "e_tower",75,108;
end;
}
Dis:
mes "Purification Tower";
mes "Come Back Again.";
close;
}
Hi Guys,
can anyone help me with my Endless tower script. i've found npc script for purification stone to bypass the ET.
but when i'm tried to reload script and try to click the NPC purification stone and generate again the entrance in ET.
i'm not able to generate again to go the ET. please see the image and my script
Thanks in advance.
Share this post
Link to post
Share on other sites