iramenous 0 Posted May 30, 2014 (edited) Can someone give me a script for Stat Seller NPC?mes "[stat Seller]"; mes "Welcome!"; mes "I can give you instant 10 stats, for a little fee."; mes "Are you interested?"; menu: YesNo ((if Yes mes "[stat Seller]"; mes "I see before that I'll explain everything to you!"; next;mes "[stat Seller]"; mes "I can give you 10 Status Points for 4,000,000."; mes "The stats that I'll be giving will be made permanent"; mes "but all bought stats will be deleted, once you changed your job or reset your stats."; next; mes "[stat Seller]"; mes "You can choose which stats to be added."; mes "Do you wish to continue?"; menu:Yes No ((if Yes mes "[stat Seller]"; mes "Please choose a Stat to permanently add"; menu: Str Agi Vit Int Dex Luk ((if Any of the Menus remove zenny - 10,000,000@??? - 10 (Max Stats: 255) mes "[stat Seller]"; mes "Thank you and come again!";close; ((If No mes "[stats Seller]"; mes "I'll always be at your service!";)) close; ((If No mes "[stats Seller]"; mes "I'll always be at your service!";)) close; ((If No 10,000,000 mes "[stats Seller]"; mes "You don't have the exact amount that I gave you!"; mes "Don't rush yourself in, I'm always here..."; close; Thank you! Edited May 30, 2014 by iramenous Quote Share this post Link to post Share on other sites
Can someone give me a script for Stat Seller NPC?
mes "[stat Seller]";
mes "Welcome!";
mes "I can give you instant 10 stats, for a little fee.";
mes "Are you interested?";
menu:
Yes
No
((if Yes
mes "[stat Seller]";
mes "I see before that I'll explain everything to you!";
next;
mes "[stat Seller]";
mes "I can give you 10 Status Points for 4,000,000.";
mes "The stats that I'll be giving will be made permanent";
mes "but all bought stats will be deleted, once you changed your job or reset your stats.";
next;
mes "[stat Seller]";
mes "You can choose which stats to be added.";
mes "Do you wish to continue?";
menu:
Yes
No
((if Yes
mes "[stat Seller]";
mes "Please choose a Stat to permanently add";
menu:
Str
Agi
Vit
Int
Dex
Luk
((if Any of the Menus
remove zenny - 10,000,000
@??? - 10
(Max Stats: 255)
mes "[stat Seller]";
mes "Thank you and come again!";
close;
((If No
mes "[stats Seller]";
mes "I'll always be at your service!";))
close;
((If No
mes "[stats Seller]";
mes "I'll always be at your service!";))
close;
((If No 10,000,000
mes "[stats Seller]";
mes "You don't have the exact amount that I gave you!";
mes "Don't rush yourself in, I'm always here...";
close;
Thank you!
Edited by iramenousShare this post
Link to post
Share on other sites