Jump to content
  • 0

Basic Quest Npc


chubzkie

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  04/23/17
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

2 hours ago, k1ngk1ng said:

If ingredients is zeny how to change it?

if((Zeny > 1)

set Zeny, Zeny-1;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  04/23/17
  • Last Seen:  

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! :)

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

i need 100% working for rAthena please.


 


- jumper event


- disguise event


- poring catcher


- and many more...


 


thanks.


Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   2
  • Joined:  06/15/13
  • Last Seen:  

Try to google.or search from this forum

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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>{,...});
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...