Dolphin86 Posted October 13, 2014 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted October 13, 2014 EuphyHello, sir could u customize your hunting mission for low rate server mine was 1/1/1 ? thanks Quote Link to comment Share on other sites More sharing options...
RingShadow Posted October 18, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 07/12/13 Last Seen: August 10, 2018 Share Posted October 18, 2014 excuse me Mr Euphy, I Have Some Problem With Hunting Missions But I Very Thank you For Your Script . Its Very Good For Me NPC Hunting Mission :If I Follow The Quest . We Can Get Point 1 For QuestAnd NPC Have Shop Which Buying That With Point QuestIf I Buy Something in Mission Shop , Point Quest Not Decrease And than We Can Buy unlimited Thanks Euphy Quote Link to comment Share on other sites More sharing options...
Koutaro Satomi Posted October 21, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 09/27/14 Last Seen: May 12, 2018 Share Posted October 21, 2014 Quick question regarding the Quest shop.. How would i be able to put a Zeny sign example yours says 0 Z how could i put 3 in it?? But not asking for a requirement. Quote Link to comment Share on other sites More sharing options...
c2greentea Posted October 27, 2014 Group: Members Topic Count: 68 Topics Per Day: 0.02 Content Count: 173 Reputation: 0 Joined: 06/07/14 Last Seen: December 17, 2014 Share Posted October 27, 2014 (edited) Euphy, how do I make items in the quest shop rentable using rentitem2 and how to set a max limit for every item? Meaning, if i put 10 to item id 5254, then only up to 10 can make or quest it. Willing to tip. Edited October 27, 2014 by c2greentea Quote Link to comment Share on other sites More sharing options...
Bringer Posted November 27, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Yesterday at 09:17 AM Share Posted November 27, 2014 Can anyone help how to make dummy shop on Quest shop script Quote Link to comment Share on other sites More sharing options...
Radian Posted November 27, 2014 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 November 27, 2014 Can anyone help how to make dummy shop on Quest shop script here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } Quote Link to comment Share on other sites More sharing options...
Bringer Posted November 27, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Yesterday at 09:17 AM Share Posted November 27, 2014 (edited) Can anyone help how to make dummy shop on Quest shop script here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } like this ? http://pastebin.com/HA9yax8t Edited November 27, 2014 by DrewxD Quote Link to comment Share on other sites More sharing options...
AngelaKiss Posted December 2, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 8 Share Posted December 2, 2014 How to disable multiple categories?? Quote Link to comment Share on other sites More sharing options...
Radian Posted December 3, 2014 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 December 3, 2014 Can anyone help how to make dummy shop on Quest shop script here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } like this ? http://pastebin.com/HA9yax8t On this part don't change this one setarray .Shops$[1],"Upper"; setarray .Shops$[2],"Middle"; setarray .Shops$[3],"Lower"; setarray .Shops$[4],"Accessorry"; setarray .Shops$[5],"Costume Headgears"; It should be like this setarray .Shops$[1],"Headgears","Weapons","Other"; Quote Link to comment Share on other sites More sharing options...
Hyoru Posted December 5, 2014 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: Just now Share Posted December 5, 2014 Euphy's Quest Shop, I can't Add items that uses Cash only? Quote Link to comment Share on other sites More sharing options...
Radian Posted December 5, 2014 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 December 5, 2014 Euphy's Quest Shop, I can't Add items that uses Cash only? You can : setarray .Points$[0],"#CASHPOINTS","Cash Points"; you just need to do it like this Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...}); 1 Quote Link to comment Share on other sites More sharing options...
Hyoru Posted December 5, 2014 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: Just now Share Posted December 5, 2014 I just fixed it!Here what I did wrong: Wrong: Add(4,18247,1,0,25,0,0,0,0); Right: Add(4,18247,1,0,25); But Thanks anyway! Quote Link to comment Share on other sites More sharing options...
Bringer Posted December 10, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Yesterday at 09:17 AM Share Posted December 10, 2014 Can anyone help how to make dummy shop on Quest shop script here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } like this ?http://pastebin.com/HA9yax8t On this part don't change this one setarray .Shops$[1],"Upper"; setarray .Shops$[2],"Middle"; setarray .Shops$[3],"Lower"; setarray .Shops$[4],"Accessorry"; setarray .Shops$[5],"Costume Headgears"; It should be like this setarray .Shops$[1],"Headgears","Weapons","Other"; still not working Quote Link to comment Share on other sites More sharing options...
Radian Posted December 10, 2014 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 December 10, 2014 still not working You need to read the settings to make it work. Quote Link to comment Share on other sites More sharing options...
lupus Posted January 9, 2015 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 01/19/13 Last Seen: September 24, 2018 Share Posted January 9, 2015 *-* I Really Love You!!! Very thx! Amazing scripts!!! Quote Link to comment Share on other sites More sharing options...
okudanaja Posted January 19, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 12/26/14 Last Seen: July 10, 2015 Share Posted January 19, 2015 vary good Quote Link to comment Share on other sites More sharing options...
GMxR Posted January 25, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 02/13/12 Last Seen: November 18, 2024 Share Posted January 25, 2015 thanks a lot man! xD Quote Link to comment Share on other sites More sharing options...
Yonko Posted February 16, 2015 Group: Members Topic Count: 166 Topics Per Day: 0.04 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted February 16, 2015 Hi Euphy,How to remove the exp rewards on the hunting missions? i just want to have mission points only thanks! Quote Link to comment Share on other sites More sharing options...
Stolao Posted February 16, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 14 hours ago Share Posted February 16, 2015 Hi Euphy, How to remove the exp rewards on the hunting missions? i just want to have mission points only thanks! search for "getexp" and "//" it out Quote Link to comment Share on other sites More sharing options...
xlaws27 Posted March 6, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 57 Reputation: 2 Joined: 03/03/15 Last Seen: February 7, 2018 Share Posted March 6, 2015 how to change the emperium hp? Quote Link to comment Share on other sites More sharing options...
jawbreaker Posted March 25, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 68 Reputation: 1 Joined: 06/21/14 Last Seen: August 8, 2022 Share Posted March 25, 2015 I have problem setting up 2 active WoE at same day and time due to below checking. Is Eurphy's Woe Controller can handle simultaneous woe schedule? Like every TUESDAY 5-6pm (prtg_cas01 and prtg_cas02)? for(set .@i,0; .@i<.Size; set .@i,.@i+4) if (.@Day == $WOE_CONTROL[.@i] && ((.@start >= $WOE_CONTROL[.@i+1] && .@start < $WOE_CONTROL[.@i+2]) || (.@End > $WOE_CONTROL[.@i+1] && .@End <= $WOE_CONTROL[.@i+2]) || (.@start <= $WOE_CONTROL[.@i+1] && .@End >= $WOE_CONTROL[.@i+2]))) { mes "[New Session]"; mes "The chosen times overlap with an existing session."; next; set .@d,1; break; } Quote Link to comment Share on other sites More sharing options...
SevySevSevy Posted May 8, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 04/18/15 Last Seen: August 24, 2015 Share Posted May 8, 2015 Hello, good day Euphy, just a little question. I'm planing on adding your Class Specialization script on my server. The problem is , The bonuses you added wont show up. The +25 str etc works but the skill level increase wont . How can I fix this? Quote Link to comment Share on other sites More sharing options...
Loke Posted June 6, 2015 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 6 Joined: 12/20/11 Last Seen: July 20, 2024 Share Posted June 6, 2015 (edited) Is the 7 in 1 Game NPC works on Hercules? If yes I'll bought it. Edited June 6, 2015 by Loke Quote Link to comment Share on other sites More sharing options...
Elysium Posted June 6, 2015 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Share Posted June 6, 2015 Is the 7 in 1 Game NPC works on Hercules? If yes I'll bought it. No, since Hercules got some new script_commands. i tested it on Hercules exlusively only for rAthena. Quote Link to comment Share on other sites More sharing options...
Nagad Posted June 6, 2015 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 06/04/15 Last Seen: March 16, 2018 Share Posted June 6, 2015 (edited) This is what I get when I try to load the all in one npc: Edited June 6, 2015 by Nagad 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.