Jump to content
  • 0

Request a sample of gathering quest


Dolphin86

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  757
  • Reputation:   17
  • Joined:  01/07/12
  • Last Seen:  

information :

BeginnerQuest0:
	mes "^ce7e00 === DURAG === ^000000";
	soundeffect "menu.wav",0;
	cutin "3rd_sura_master",2;
	mes "Durang is the name,";
	mes "i have been instructed to";
	mes "train all the lost soul";
	mes "that drop in";
	switch(select("- Please Guide Me:- No Thanks")){
		case 1:
			next;
			soundeffect "menu.wav",0;
			mes "^ce7e00 === DURAG === ^000000";
			mes "Good, running around";
			mes "without a knowledge,";
			mes "is a total dumb move.";
			next;
			soundeffect "menu.wav",0;
			mes "^ce7e00 === DURAG === ^000000";
			mes "Your not gone survive";
			mes "here or anywhere";
			mes "without proper equipment,";
			mes "so let us begin crafting";
			mes "your first gear, let us";
			mes "start with a stone knife.";
			next;
			soundeffect "menu.wav",0;
			mes "^ce7e00 === DURAG === ^000000";
			mes "There is a stone pile";
			mes "next to me, go and gather";
			mes "4 stone pebbles";
			mes "from that stone pile,";
			mes "come back when you have";
			mes "4 stone pebbles";
			set BeginnerQuest,1;
			setquest 100000;
			close3;
		case 2:
			next;
			soundeffect "menu.wav",0;
			mes "^ce7e00 === DURAG === ^000000";
			mes "Well, come back if had second thought..";
			close3;
	}

as shown on the information above,  player would need to gather 4 pebbles, so player went out and start gathring for those 4 pebbles on diffrent maps, whenplayer gather 1 pebbles, in player chat box will have a disbottom "You have gather 1 Pebbels." / "You have gather 2 Pebbles." and soo on until "You have gather all 4 Pebbles, return back to durag.

any idea how to do this? kinda like OnNPCKillEvent, but as the quest is gathering not kill count... help?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  485
  • Reputation:   271
  • Joined:  06/13/17
  • Last Seen:  

Use this free source modification of custom script command.

 

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...