Anakid Posted June 14, 2013 Share Posted June 14, 2013 This script is old and I'm not using it anymore so I decided to share this here. Chained Quest ~ Scripts including 9 NPCs ~ ~ Dende ~ Master Popo ~ Bulma ~ Chi-Chi ~ Master Roshi ~ Krillin ~ Goku ~ Master Karin ~ Shenron Can set Random Prizes ~ set [email protected],rand(1,10); if ([email protected] == 1) set [email protected],1161; else if ([email protected] == 2) set [email protected],30021; // Change else if ([email protected] == 3) set [email protected],2115; // Change else if ([email protected] == 4) set [email protected],2421; // Change else if ([email protected] == 5) set [email protected],30029; // Change else if ([email protected] == 6) set [email protected],7086; // Change else if ([email protected] == 7) set [email protected],30013; // Change else if ([email protected] == 8) set [email protected],675; // Change else if ([email protected] == 9) set [email protected],30014; // Change else if ([email protected] == 10) set [email protected],30004; // Change getitem [email protected],1; Dragon Ball Z Quest.txt 3 Quote Link to comment Share on other sites More sharing options...
williamII Posted June 14, 2013 Share Posted June 14, 2013 xD haaa great!!thx Anakid Quote Link to comment Share on other sites More sharing options...
Anakid Posted June 14, 2013 Author Share Posted June 14, 2013 xD haaa great!! thx Anakid You're welcome! Quote Link to comment Share on other sites More sharing options...
Stolao Posted June 14, 2013 Share Posted June 14, 2013 Lol I find it funny when people use mapname.gat Also nice script read through it on my phone Quote Link to comment Share on other sites More sharing options...
Anakid Posted June 14, 2013 Author Share Posted June 14, 2013 Lol I find it funny when people use mapname.gat Also nice script read through it on my phone Well, the description says it all.. This script is old and I'm not using it anymore so I decided to share this here Anyways, thanks! Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 5, 2013 Share Posted July 5, 2013 thx bro. this is great. Quote Link to comment Share on other sites More sharing options...
Anakid Posted July 6, 2013 Author Share Posted July 6, 2013 thx bro. this is great. Welcome! Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted July 15, 2013 Share Posted July 15, 2013 I see the script, but where are the NPCs located to be downloaded? Thanks. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
revenge17 Posted August 13, 2013 Share Posted August 13, 2013 Great Script. thanks for sharing. Quote Link to comment Share on other sites More sharing options...
zXoOm Posted December 19, 2013 Share Posted December 19, 2013 This script is old and I'm not using it anymore so I decided to share this here. Chained Quest ~ Scripts including 9 NPCs ~ ~ Dende ~ Master Popo ~ Bulma ~ Chi-Chi ~ Master Roshi ~ Krillin ~ Goku ~ Master Karin ~ Shenron Can set Random Prizes ~ set [email protected],rand(1,10); if ([email protected] == 1) set [email protected],1161; else if ([email protected] == 2) set [email protected],30021; // Change else if ([email protected] == 3) set [email protected],2115; // Change else if ([email protected] == 4) set [email protected],2421; // Change else if ([email protected] == 5) set [email protected],30029; // Change else if ([email protected] == 6) set [email protected],7086; // Change else if ([email protected] == 7) set [email protected],30013; // Change else if ([email protected] == 8) set [email protected],675; // Change else if ([email protected] == 9) set [email protected],30014; // Change else if ([email protected] == 10) set [email protected],30004; // Change getitem [email protected],1; how to change to not random rewards? Quote Link to comment Share on other sites More sharing options...
Anakid Posted December 25, 2013 Author Share Posted December 25, 2013 This script is old and I'm not using it anymore so I decided to share this here. Chained Quest ~ Scripts including 9 NPCs ~ ~ Dende ~ Master Popo ~ Bulma ~ Chi-Chi ~ Master Roshi ~ Krillin ~ Goku ~ Master Karin ~ Shenron Can set Random Prizes ~ set [email protected],rand(1,10); if ([email protected] == 1) set [email protected],1161; else if ([email protected] == 2) set [email protected],30021; // Change else if ([email protected] == 3) set [email protected],2115; // Change else if ([email protected] == 4) set [email protected],2421; // Change else if ([email protected] == 5) set [email protected],30029; // Change else if ([email protected] == 6) set [email protected],7086; // Change else if ([email protected] == 7) set [email protected],30013; // Change else if ([email protected] == 8) set [email protected],675; // Change else if ([email protected] == 9) set [email protected],30014; // Change else if ([email protected] == 10) set [email protected],30004; // Change getitem [email protected],1; how to change to not random rewards? Remove; set [email protected],rand(1,10); if ([email protected] == 1) set [email protected],1161; else if ([email protected] == 2) set [email protected],30021; else if ([email protected] == 3) set [email protected],2115; else if ([email protected] == 4) set [email protected],2421; else if ([email protected] == 5) set [email protected],30029; else if ([email protected] == 6) set [email protected],7086; else if ([email protected] == 7) set [email protected],30013; else if ([email protected] == 8) set [email protected],675; else if ([email protected] == 9) set [email protected],30014; else if ([email protected] == 10) set [email protected],30004; getitem [email protected],1; Change to; getitem itemid,amount; Quote Link to comment Share on other sites More sharing options...