prontera.gat,144,173,3 script Berry Trader#1:BT 91,{
set $@npcname_mpq$, "^4000C0[Trader]^000000";
mes $@npcname_mpq$;
mes "Hi, I'm the Yggdrasil Berry Trader, I can pack them into boxes for easir trading! Would you like to do some packing?";
next;
menu "Yes, Please!",L_Berry,"No Thanks.",L_Exit;
L_Berry:
mes $@npcname_mpq$;
mes "This is what I need to make you an Yggdrasil Berry Box!";
next;
mes "x10 Yggdrasil Berry";
next;
mes $@npcname_mpq$;
mes "So, you want it, Right?";
next;
mes $@npcname_mpq$;
menu "Sure!",-,"No, thanks.",Lnotenuff;
mes $@npcname_mpq$;
if(countitem(607) < 10) goto LNotEnough;
delitem 607,10;
mes "You really have 10 Berrys? Okay, let's trade!";
getitem 14232,1;
mes ". . .";
mes "Thank you sweety. Dont ygg too much!";
close;
LNotEnough:
mes "You dont have the required items...?";
mes "Come back when you are actually ready. Now gtfo!";
close;
Lnotenuff:
mes "Wtf, come back when you got the goods!";
close;
L_Exit:
close;
}
the script its working good, it does trade ygg berry to ygg box[10] but only 10 by 10, i want it ask how much ygg you want to packet into boxes. sry for my bad english thanks in advance guys!!!
Question
eboni001
the script its working good, it does trade ygg berry to ygg box[10] but only 10 by 10, i want it ask how much ygg you want to packet into boxes. sry for my bad english
thanks in advance guys!!!
Link to comment
Share on other sites
6 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.