Mr BrycE Posted June 7, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted June 7, 2012 (edited) dicastes01,213,167,5 script Warp to Dewata 112,{ if( countitem(6048) >= 10 || countitem(7078) >= 5) { delitem 6048,10; delitem 7078,5; warp "dewata",232,53; announce " "+strcharinfo(0)+": has been warped to Dewata Island!!",bc_all; }else{ warp "SavePoint",0,0; dispbottom "Entry to Dewata requires a 10pcs Unidentified Ore and 5pcs Wrath of Valkyrie."; } end; } can anyone change this when i that it will not be affected by Reload? because everytime i relaod they need to pay again or make it account based..., EDIT: WRONG SCRIPT SORRRY. Solved Edited June 7, 2012 by Mr BrycE Quote Link to comment Share on other sites More sharing options...
Question
Mr BrycE
dicastes01,213,167,5 script Warp to Dewata 112,{
if( countitem(6048) >= 10 || countitem(7078) >= 5) {
delitem 6048,10;
delitem 7078,5;
warp "dewata",232,53;
announce " "+strcharinfo(0)+": has been warped to Dewata Island!!",bc_all;
}else{
warp "SavePoint",0,0;
dispbottom "Entry to Dewata requires a 10pcs Unidentified Ore and 5pcs Wrath of Valkyrie.";
}
end;
}
can anyone change this when i that it will not be affected by Reload?
because everytime i relaod they need to pay again
or make it account based...,
EDIT: WRONG SCRIPT SORRRY. Solved
Edited by Mr BrycELink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.