pachupappy Posted March 26, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 145 Reputation: 14 Joined: 04/28/12 Last Seen: June 25, 2023 Share Posted March 26, 2016 (edited) 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 March 26, 2016 by pachupappy 1 Quote Link to comment Share on other sites More sharing options...
AinsLord Posted July 1, 2016 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted July 1, 2016 can u put several items like skulls on pvp emperium or any items??thnx in advance Quote Link to comment Share on other sites More sharing options...
pachupappy Posted July 1, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 145 Reputation: 14 Joined: 04/28/12 Last Seen: June 25, 2023 Author Share Posted July 1, 2016 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; 1 Quote Link to comment Share on other sites More sharing options...
alexander03 Posted August 20, 2020 Group: Members Topic Count: 52 Topics Per Day: 0.03 Content Count: 174 Reputation: 0 Joined: 01/03/20 Last Seen: 9 hours ago Share Posted August 20, 2020 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 Quote Link to comment Share on other sites More sharing options...
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.