Ultimate Guild Ranker

How can i make only 1st guild claim reward?
Its only 1st guild claim.(found any bugs 
default_huh.png
 ?)

 
How about woe se castle count?

where should i add this : 

Code:
doevent "UltimateRanker#00::OnEmpBreak"; 
 
How about woe se castle count?

where should i add this : 

doevent "UltimateRanker#00::OnEmpBreak"; 
Below

OnStartArena: 
npc/guild2/agit_main_se.txt

I am using 1.1b and I am having a trouble with duplicate guild ids.
sorry for extremely late reply, what is trouble?

How can i make only 1st guild claim reward?
Its only 1st guild claim.(found any bugs 
default_huh.png
 ?)
How can i disable my staff guilds from beeing displayed in the ranking? :|
I will update it to add exceptions

 
  • Upvote
Reactions: Ink
How about woe se castle count?

where should i add this : 

doevent "UltimateRanker#00::OnEmpBreak"; 
Below

OnStartArena: 
npc/guild2/agit_main_se.txt

>I am using 1.1b and I am having a trouble with duplicate guild ids.
sorry for extremely late reply, what is trouble?

How can i make only 1st guild claim reward?
Its only 1st guild claim.(found any bugs 
default_huh.png
 ?)
How can i disable my staff guilds from beeing displayed in the ranking? :|
I will update it to add exceptions

That's great dude. 

 
sir how can it is really need the basic WoE config script needed here? how about using custom woe configuration like Euphy WoE Controller thanks

 
sir how can it is really need the basic WoE config script needed here? how about using custom woe configuration like Euphy WoE Controller thanks
This script is not woe controller script and is not dependent on any woe controller, I.e you can use any woe controller with this script.

 
sir how can it is really need the basic WoE config script needed here? how about using custom woe configuration like Euphy WoE Controller thanks
This script is not woe controller script and is not dependent on any woe controller, I.e you can use any woe controller with this script.
okay sir thanks i'll report if some bugs occur!

 
Updated to Support EmpBreaker Ranking(Char and Guild Based)

(Sorry for too much unoptimized script,will optimize it in next version)

 
Updated to Support EmpBreaker Ranking(Char and Guild Based)

(Sorry for too much unoptimized script,will optimize it in next version)

# MySQL returned an empty result set (i.e. zero rows).

What does that mean everytime I run a query? 

 
Last edited by a moderator:
Updated to Support EmpBreaker Ranking(Char and Guild Based)

(Sorry for too much unoptimized script,will optimize it in next version)
# MySQL returned an empty result set (i.e. zero rows).[/size]What does that mean everytime I run a query? 
That means there were no select called(I.e return row).You create a tabble that's why.

 
help
default_sad.png
~ emulator eAmod


PnALAvR.jpg
 
Last edited by a moderator:
help
default_sad.png
~ emulator eAmod


PnALAvR.jpg
eAmod don't have direct assessment of variables, you have to change it yourself.

like

.@UGR_breaks = 1; 

will become

Code:
set .@UGR_breaks,1; 
 
help
default_sad.png
~ emulator eAmod


PnALAvR.jpg
eAmod don't have direct assessment of variables, you have to change it yourself.like

.@UGR_breaks = 1;
will become

set .@UGR_breaks,1;
like this?

query_sql "SELECT `breaks` FROM `ugr_guild_info` WHERE `date`="+ .@time +" ORDER BY `breaks` DESC LIMIT 1",.@UGR_breaks; if (.@UGR_breaks==0){set .@UGR_breaks,1;}

QyAKu0u.jpg
 
Last edited by a moderator:
Back
Top