kickazz08 Posted August 21, 2012 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
Joseph Posted August 22, 2012 Posted August 22, 2012 Modify npc/guild2/agit_main_se.txt by adding your code below this line: OnStartArena: Quote
kickazz08 Posted August 22, 2012 Author Posted August 22, 2012 Thnx Joseph.. i customized the broadcast to thnx... Quote
Mr BrycE Posted August 25, 2012 Posted August 25, 2012 how about when im using eA? there no such file agit_main_se.txt , rA only has that file Quote
Joseph Posted August 25, 2012 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
Mr BrycE Posted August 25, 2012 Posted August 25, 2012 hmm, but where exactly because i found too many announce in the part where the Emperium is shattered Quote
Mr BrycE Posted August 25, 2012 Posted August 25, 2012 too many OnStartArena in one script hmm, do i need to put each under it? Quote
Joseph Posted August 25, 2012 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
Mr BrycE Posted August 26, 2012 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
Euphy Posted August 26, 2012 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
Mr BrycE Posted August 26, 2012 Posted August 26, 2012 so your saying that its correct.. thanks!, More Power to Tyranitaurus Club! Quote
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..
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.