Littlefoot Posted March 31, 2016 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Share Posted March 31, 2016 Euphy's Quest https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt Special Tweak: Every time you will finish any of the quests, You will get 1 PODS. Quote Link to comment Share on other sites More sharing options...
0 Radian Posted March 31, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 31, 2016 Maybe in this line getitem .@q[0],.@q[2]; add this getitem 7179,1; // proof of donation item Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 9, 2016 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 9, 2016 switch(select(" ~ Purchase ^0055FF"+getitemname(.@q[0])+"^000000:"+((.@preview && !@qe[7])?" ~ Preview...":"")+": ~ ^777777Cancel^000000")) { case 1: if (@qe[0]) { mes "[Quest Shop]"; mes "You're missing one or more quest requirements."; close; } if (!checkweight(.@q[0],.@q[2])) { mes "[Quest Shop]"; mes "^FF0000You need "+(((.@q[2]*getiteminfo(.@q[0],6))+Weight-MaxWeight)/10)+" additional weight capacity to complete this trade.^000000"; close; } if (.@q[4]) set Zeny, Zeny-(.@q[4]*.@q[1]); if (.@q[5]) setd .Points$[0], getd(.Points$[0])-(.@q[5]*.@q[1]); if (.@q[6]) for(set .@i,6; .@i<getarraysize(.@q); set .@i,.@i+2) delitem .@q[.@i],.@q[.@i+1]*.@q[1]; getitem .@q[0],.@q[2]; ------------------>> Add here if (.Announce) announce strcharinfo(0)+" has created "+((.@q[2] > 1)?.@q[2]+"x "+getitemname(.@q[0]):callfunc("F_InsertArticle",getitemname(.@q[0])))+"!",0; specialeffect2 EF_FLOWERLEAF; close; Check my arrow Quote Link to comment Share on other sites More sharing options...
Question
Littlefoot
Euphy's Quest
https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt
Special Tweak: Every time you will finish any of the quests, You will get 1 PODS.
Link to comment
Share on other sites
2 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.