Anubis 0 Posted Tuesday at 12:31 PM (edited) Hello, Good day! anyone know how to fix script? the item does not appear thank you switch(select("I want to check shop:I'm good thank you..")) { case 1: callshop "woe_shop",4; end; // Shop items: <ID>,<point cost> setarray .Shop, 4001,1, 4004,1, 4033,1, 4196,1, 4197,25, 4054,50, 4174,75, 4047,100; npcshopdelitem "woe_shop",909; for([email protected]=0; [email protected]<getarraysize(.Shop); [email protected]+=2) npcshopadditem "woe_shop",.Shop[[email protected]],.Shop[[email protected]+1]; case 2: mes "Thats good to hear!"; close; } } - pointshop woe_shop -1,#WOEPOINTS,909:-1 Edited Tuesday at 12:34 PM by Anubis Quote Share this post Link to post Share on other sites
0 4144 284 Posted Tuesday at 12:43 PM pointshop look like this is rathena. better add tag what your question related to rathena. Quote Share this post Link to post Share on other sites
Hello, Good day! anyone know how to fix script? the item does not appear thank you
switch(select("I want to check shop:I'm good thank you..")) {
case 1:
callshop "woe_shop",4;
end;
// Shop items: <ID>,<point cost>
setarray .Shop,
4001,1,
4004,1,
4033,1,
4196,1,
4197,25,
4054,50,
4174,75,
4047,100;
npcshopdelitem "woe_shop",909;
for([email protected]=0; [email protected]<getarraysize(.Shop); [email protected]+=2)
npcshopadditem "woe_shop",.Shop[[email protected]],.Shop[[email protected]+1];
case 2:
mes "Thats good to hear!";
close;
}
}
- pointshop woe_shop -1,#WOEPOINTS,909:-1

Edited by AnubisShare this post
Link to post
Share on other sites