Jump to content

Hero Quest(Release)


Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   14
  • Joined:  04/28/12
  • Last Seen:  

Good day people of rAthena.
this is my first release.

 

this NPC is same as a status point seller(zeny), I just customize it as a skull.

This Hero quest is the same as the popular RO I played back in 2010.

so this is how it works : 
you need 2000 skulls (from killed players) to fullfill the quest.

give 500 status points.

you can only use it once per account.

announces when you finish your quest.

note : if they reset, they can't recover the 500 status points.

prontera,156,179,5	script	Hero	470,{
	cutin "3rd_rune_knight",2;
	mes "[Blast]";
 	if(#DoneQuest == 1)
	{
	mes "I am sorry it seems that you already done Hero Quest.";
	mes "you can only done the quest once per account.";
	end;
	}
	
	
	mes "[Blast]";
	mes "Hi! I'm ^ff0000The Hero, Blast^000000.";
	mes	"If you fullfill your quest,";
	mes	"I can give you more ^ff0000POWER!!^000000";
	mes "Are you interested?";
	menu "Yes!",L_Explain,"No.",L_Exit;
	end;


L_Explain:
	next;
	mes "[Blast]";
	mes "OK, I'll explain.";
	next;
	mes "[Blast]";
	mes "I need 2000 pieces of player ^ff0000 Skulls.^000000";
	next;
	mes "[Blast]";
	mes "So you need to kill many of your fellow players to fullfill your Hero Quest.";
	next;
	mes "[Blast]";
	mes "Once you've finished the quest, you will be given ^ff0000500^000000 status points as a reward.";
	menu "Yes!",L_BuySP,"I'll think about it.",L_Exit;
	end;

L_BuySP:
	next;
	mes "[Blast]";
	mes "Shall we continue?";
	menu "Yes.",-,"No, my mistake.",L_Exit;
	if(countitem(7420) > 1999){
	delitem 7420,2000;
	set StatusPoint,StatusPoint+500;
	set #DoneQuest, 1;
	announce "Congratulations! "+strcharinfo(0)+" has fullfilled his quest from The Hero, Blast!!",0;
	}
	else {
	next;
	mes "[Blast]";
	mes "Sorry, but you do not have enough Skull to fullfill your quest";
	}
	close;

L_Exit:
	close;
}

heroquest.txt

Edited by pachupappy
  • Upvote 1
Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

can u put several items like skulls on pvp emperium or any items??

thnx in advance

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   14
  • Joined:  04/28/12
  • Last Seen:  

can u put several items like skulls on pvp emperium or any items??

thnx in advance

 

 

 

please just change this, 

 

	if(countitem(ITEMID) > ITEMCOUNTMINUS1){
	delitem ITEMID,ITEMCOUNT;
  • Upvote 1
Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

how ti fix this, that even i reset my stats, the 500 stats still on my status points?
because when i reset smy stats, the stats that it gives dissappear
 

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
Reply to this topic...

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