Jump to content
  • 0

Emp Breaker Ladder ( WOE SE ) and announce


kickazz08

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

Modify npc/guild2/agit_main_se.txt by adding your code below this line:

OnStartArena:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

Thnx Joseph.. i customized the broadcast to thnx...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

how about when im using eA? there no such file agit_main_se.txt , rA only has that file

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

hmm, but where exactly because i found too many announce in the part where the Emperium is shattered

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

OnStartArena:

Under that label.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

too many OnStartArena in one script hmm, do i need to put each under it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

but i have my worries, im guessing that all the guild members will get points?

No, the script only executes for the attached player.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

so your saying that its correct../no1 thanks!, More Power to Tyranitaurus Club! :P

Link to comment
Share on other sites

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.

×
×
  • Create New...