Jump to content
  • 0

Emp Breaker Ladder ( WOE SE ) and announce


Question

Posted

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

Posted

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!

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...