chubzkie Posted June 19, 2013 Posted June 19, 2013 looking for a basic quest npc template. - easy to configure. - easy to edit. rAthena please thank you very much. Quote
0 K1NGRAFFY Posted April 29, 2017 Posted April 29, 2017 On 6/19/2013 at 5:34 AM, Anakid said: prontera,150,150,0 script Test 123,{ mes "Do you want to make Apple?"; menu "Sure!",-; next; mes "You have to bring me these ingredients!"; menu "Okay",-; next; mes "5 White Potion"; mes "5 Blue Potion"; mes "5 Green Potion"; mes "5 Red Herb"; menu "I have them",-; if(countitem(504) < 5 || countitem(505) < 5 || countitem(506) < 5 || countitem(507) < 5) goto Lne; next; mes "Okay, here you go!"; delitem 504,5; delitem 505,5; delitem 506,5; delitem 507,5; getitem 512,1; close; Lne: mes "Are you trying to fool me!?"; close; } If ingredients is zeny how to change it? Quote
0 Cyro Posted April 29, 2017 Posted April 29, 2017 2 hours ago, k1ngk1ng said: If ingredients is zeny how to change it? if((Zeny > 1) set Zeny, Zeny-1; Quote
0 K1NGRAFFY Posted April 29, 2017 Posted April 29, 2017 1 hour ago, Cyro said: if((Zeny > 1) set Zeny, Zeny-1; Yeah i already did it when i read the ro wiki scripting thanks bro! Quote
chubzkie Posted June 19, 2013 Author Posted June 19, 2013 i need 100% working for rAthena please. - jumper event - disguise event - poring catcher - and many more... thanks. Quote
Jaburak Posted June 19, 2013 Posted June 19, 2013 prontera,150,150,0 script Test 123,{ mes "Do you want to make Apple?"; menu "Sure!",-; next; mes "You have to bring me these ingredients!"; menu "Okay",-; next; mes "5 White Potion"; mes "5 Blue Potion"; mes "5 Green Potion"; mes "5 Red Herb"; menu "I have them",-; if(countitem(504) < 5 || countitem(505) < 5 || countitem(506) < 5 || countitem(507) < 5) goto Lne; next; mes "Okay, here you go!"; delitem 504,5; delitem 505,5; delitem 506,5; delitem 507,5; getitem 512,1; close; Lne: mes "Are you trying to fool me!?"; close; } Quote
Patskie Posted June 19, 2013 Posted June 19, 2013 http://rathena.org/board/topic/71668-quests-games-event-manager/ Quote
Patskie Posted June 19, 2013 Posted June 19, 2013 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/quests/quest_shop.txt Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...}); Quote
Question
chubzkie
looking for a basic quest npc template.
- easy to configure.
- easy to edit.
rAthena please
thank you very much.
9 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.