kickazz08 Posted August 21, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Share Posted August 21, 2012 Hi guys.. WOE SE - How to add break points in the breaker ladder -Breakers name will be announce on each emp break I have solved the OLD WOE with the announce and break points... only thing is that in WOE SE is different.. Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 22, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 22, 2012 Modify npc/guild2/agit_main_se.txt by adding your code below this line: OnStartArena: Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted August 22, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Author Share Posted August 22, 2012 Thnx Joseph.. i customized the broadcast to thnx... Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 25, 2012 how about when im using eA? there no such file agit_main_se.txt , rA only has that file Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 25, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 25, 2012 Inside these txt files. arug_cas01.txt arug_cas02.txt arug_cas03.txt arug_cas04.txt arug_cas05.txt schg_cas01.txt schg_cas02.txt schg_cas03.txt schg_cas04.txt schg_cas05.txt Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 25, 2012 hmm, but where exactly because i found too many announce in the part where the Emperium is shattered Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 25, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 25, 2012 OnStartArena: Under that label. Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 25, 2012 too many OnStartArena in one script hmm, do i need to put each under it? Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 25, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 25, 2012 Unfortunately, yes. You can give a try by using rAthena's npc\guild2 and edit only the agit_main_se.txt, which I think shouldn't be a problem. NOTE: Use it at your own risk! Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 26, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 26, 2012 oh dont need it, i tried at this part, OnStartArena: set brokeemp,brokeemp+1; set .@GID,getcharid(2); // Lower castle Economy set .@Economy,GetCastleData("arug_cas05",2) - 5; if (.@Economy < 0) set .@Economy, 0; SetCastleData "arug_cas05", 2, .@Economy; // Lower Castle Defence set .@Defence,GetCastleData("arug_cas05",3) - 5; if (.@Defence < 0) set .@Defence, 0; SetCastleData "arug_cas05", 3, .@Defence; // Set new owner SetCastleData "arug_cas05",1, .@GID; // Clear castle's data. for( set .@i, 4; .@i <= 9; set .@i, .@i+1 ) SetCastleData "arug_cas05", .@i, 0; // Disable Kafra disablenpc "Kafra Employee#aru05"; but i have my worries, im guessing that all the guild members will get points? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 26, 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 Share Posted August 26, 2012 but i have my worries, im guessing that all the guild members will get points? No, the script only executes for the attached player. Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 26, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 26, 2012 so your saying that its correct.. thanks!, More Power to Tyranitaurus Club! Quote Link to comment Share on other sites More sharing options...
Question
kickazz08
Hi guys..
WOE SE
- How to add break points in the breaker ladder
-Breakers name will be announce on each emp break
I have solved the OLD WOE with the announce and break points...
only thing is that in WOE SE is different..
Link to comment
Share on other sites
11 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.