Lelouch vi Britannia Posted July 15, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted July 15, 2012 Hi Euphy is the Quest Shop have a limit in thier shop ? because i added 20 items for headgear and 20 items for weapons and after i reboot the server the items in the item shop wont show Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 15, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 15, 2012 @Lelouch: No, it doesn't (shouldn't, at least) have any limits. Some people had trouble earlier adding a lot of items (well over 20), but I fixed that adding a freeloop in v1.4. If you keep having trouble, post your script (or PM it to me). Quote Link to comment Share on other sites More sharing options...
Newbiezz Posted July 16, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 06/29/12 Last Seen: August 5, 2012 Share Posted July 16, 2012 hey euphy , ur woe controller works or not yah ? may give me a link ur woe controller ?? i wan download it and try it at my server .. TQ Euphy Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted July 16, 2012 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/woe_controller.txt beside..all Euphy Script can be found at post#1 Quote Link to comment Share on other sites More sharing options...
Eroces Posted July 16, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share Posted July 16, 2012 The Queue System is amazing! Thanks Euphy. Awesome work. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 18, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 18, 2012 Euphy i have a problem in the default WOE setter in rAthena latest svn - when the WOE start the NPC release an effect like a Zen Skill of Champ and spamming always till the end of the WOE how to disable this? Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 18, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 18, 2012 @GM Takumirai: Aww, I thought the effect looked pretty... D; OnAgitStart: while(agitcheck()) { misceffect 58; sleep 425; } end; Delete that. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 18, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 18, 2012 thanks Euphy Quote Link to comment Share on other sites More sharing options...
Sundown Posted July 19, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 05/09/12 Last Seen: April 7, 2014 Share Posted July 19, 2012 @Lelouch: No, it doesn't (shouldn't, at least) have any limits. Some people had trouble earlier adding a lot of items (well over 20), but I fixed that adding a freeloop in v1.4. If you keep having trouble, post your script (or PM it to me). I'm having an issue with the script. It will load the NPC but when I click it, nothing happens. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 19, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 19, 2012 @Sundown: Errors? SVN? Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 19, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 19, 2012 hellp euphy i hope you make the woe controller auto kick when the woe is not start like in your woe auto-kick players from inactive castles when the woe start Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 19, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 19, 2012 @Jhosef: That sounds like a decent idea, but don't players need to get into castles to do stuff? o.o Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 19, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 19, 2012 @euphy just auto kick when the woe is not start then Guild master of the of that castle can Enter the castle Only and even the GM because some of the server the Guild Dungeon is Open Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 19, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 19, 2012 Add lines marked with "+": OnMinute00: freeloop(1); + if (!agitcheck() && !agitcheck2()) for(set .@i,0; .@i<30; set .@i,.@i+1) + setmapflag .Castles$[.@i], mf_loadevent; else announce "The War Of Emperium has begun!",bc_all|bc_woe; +for(set .@k,0; .@k<30; set .@k,.@k+1) + removemapflag .Castles$[.@k], mf_loadevent; if (!compare(strcharinfo(3),"g_cas")) end; + if (strcharinfo(0) == getguildmaster(getcastledata(strcharinfo(3),1))) end; A little messy, but it should work. Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 19, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 19, 2012 ok i will try this Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 20, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 20, 2012 the woe script is great that no one can enter in the agit when WoE is not start hmm i think it is ok if the guild member and guild leader can enter in that castle if they owned that castle but the other guild cannot enter it will automatically warp to their save point Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 20, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 20, 2012 Then you can change this line: if (strcharinfo(0) == getguildmaster(getcastledata(strcharinfo(3),1))) end; Into this: if (getcharid(2) == getcastledata(strcharinfo(3),1)) end; Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 21, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 21, 2012 thanks euphy hopefully you will release that because this is usefull to the other server when they will starting @euphy hello can i request to you because the rathena server having a problem i want all buffs specially in stance and breakfall will be remove like when the stalker or any job except for star glad taewon and soul linker have a prepare round kick when he have he will disconnected and that buffs will remove Quote Link to comment Share on other sites More sharing options...
Jezu Posted July 22, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted July 22, 2012 (edited) Then you can change this line: if (strcharinfo(0) == getguildmaster(getcastledata(strcharinfo(3),1))) end; Into this: if (getcharid(2) == getcastledata(strcharinfo(3),1)) end; Hello Euphy, Can you make a script like Badge Races? This is a 1 time quest for each character and it cannot be repeatable. like set #BadgeQuest,1; I saw a game like this but I forgot what online game is this. It is an accessory that can equip and it is bind on 1 character only. But NOTE: It is upon the player's option what badges they will choose, as if its like there are no Job restriction on each badge and quest. Badge Races Accessories: Swordsman Badge: Gives +5 VIT and gain additional maximum HP by 10%. if BaseLevel = 150, < additional statement> Magician Badge: Gives +5 INT and gain magical attack by 10%. if BaseLevel = 150, < additional statement> Archer Badge: Gives +5 DEX and gain additional 10% with long-range attacks. if BaseLevel = 150, < additional statement> Thief Badge: Gives +5 AGI and gain additional 10% attack speed. if BaseLevel = 150, < additional statement> Merchant Badge: Gives +5 STR and gain additional maximum HP by 10%. if BaseLevel = 150, < additional statement> Acolyte Badge: Gives +5 INT and gain maximum SP by 10%. if BaseLevel = 150, < additional statement> This quest will be good for any type of servers. I just want to make this a long quest with combine of 'AddCollection' of items and 'KillCounts' of monsters. Edited July 22, 2012 by Jezu Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 22, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 22, 2012 @Jhosef you can just disabled the skill in skill_db Quote Link to comment Share on other sites More sharing options...
Rebel Posted July 22, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted July 22, 2012 how can i seperate trans woe and 3rd job woe in ur woe_controller? and can add a time notice in when the woe will start like on toasty woe controller. thanks. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 22, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 22, 2012 @Razor X use Emistry Class Restriction Quote Link to comment Share on other sites More sharing options...
Rebel Posted July 22, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted July 22, 2012 oww. okay thanks. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted July 22, 2012 @Jezu: I don't write/release scripts that are that specific, you can do it yourself and it's really pointless for most people imo. @Razor X: You can do it with my script, actually, just modify the "OnPCLoadMapEvent" label (read Emistry's script for reference). @GM Takumirai: Thanks for helping. ;3 Quote Link to comment Share on other sites More sharing options...
Jhosef Posted July 22, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted July 22, 2012 @gm takmirai i already disable it but some of the player have it so thats why i need to remove it @euphy can you pls help 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.