chubzkie Posted June 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 06/19/13 Last Seen: June 19, 2013 Share Posted June 19, 2013 looking for a basic quest npc template. - easy to configure. - easy to edit. rAthena please thank you very much. Quote Link to comment Share on other sites More sharing options...
0 K1NGRAFFY Posted April 29, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 04/23/17 Last Seen: July 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted April 29, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 K1NGRAFFY Posted April 29, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 04/23/17 Last Seen: July 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
chubzkie Posted June 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 06/19/13 Last Seen: June 19, 2013 Author Share Posted June 19, 2013 i need 100% working for rAthena please. - jumper event - disguise event - poring catcher - and many more... thanks. Quote Link to comment Share on other sites More sharing options...
irosnow Posted June 19, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 2 Reputation: 2 Joined: 06/15/13 Last Seen: November 26, 2013 Share Posted June 19, 2013 Try to google.or search from this forum Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 19, 2013 disguise.txt poring-catcher Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 19, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 hours ago Share Posted June 19, 2013 http://rathena.org/board/topic/71668-quests-games-event-manager/ Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 19, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
chubzkie
looking for a basic quest npc template.
- easy to configure.
- easy to edit.
rAthena please
thank you very much.
Link to comment
Share on other sites
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.