Jump to content
Dastgir

Ultimate Guild Ranker

Recommended Posts

 

 

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  :huh: ?)

 

How can i disable my staff guilds from beeing displayed in the ranking? :|

I will update it to add exceptions

 

 

 

That's great dude. 

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

 

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!

Share this post


Link to post
Share on other sites

Updated to Support EmpBreaker Ranking(Char and Guild Based)

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

going to update mine now ^_^ 

Share this post


Link to post
Share on other sites

Updated to Support EmpBreaker Ranking(Char and Guild Based)

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

Great script, great job as always.

 

Thank you.

Share this post


Link to post
Share on other sites

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? 

Edited by karazu

Share this post


Link to post
Share on other sites

 

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.

Share this post


Link to post
Share on other sites

 

 

 

How can i disable my staff guilds from beeing displayed in the ranking? :|

 

I will update it to add exceptions
 

Is this added?

Not yet, (rather I forgot to), will add in upcoming days

Share this post


Link to post
Share on other sites

help :( ~ 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; 

Share this post


Link to post
Share on other sites

 

help :( ~ 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

 

Edited by Söel

Share this post


Link to post
Share on other sites

lots of places need to be changed...

 

$agitcount = 1;

 

to

 

set $agitcount,1;

 

for(.@ = 0; .@i < getarraysize(blabla); .@i++)

 

to

for( set .@i,0; .@i < getarraysize(blabla); set .@i,.@i + 1)

 

 

and way moreeeeeeee

Edited by evilpuncker

Share this post


Link to post
Share on other sites

lots of places need to be changed...

 

$agitcount = 1;

 

to

 

set $agitcount,1;

 

for(.@ = 0; .@i < getarraysize(blabla); .@i++)

 

to

for( set .@i,0; .@i < getarraysize(blabla); set .@i,.@i + 1)

 

 

and way moreeeeeeee

 

 

u got fixed script for this? since u have suggestion to be input.

Share this post


Link to post
Share on other sites

 

thumb-2b4793fcb08056858af60430ea6dd3d2-screenhercules010.jpg

File Name: Ultimate Guild Ranker

File Submitter: Dastgir

File Submitted: 17 Mar 2014

File Category: PvP, WoE, GvG, & Battleground

 

Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking

Percentage Changes:AgitCount= 20%Emp Break = 50%Active Participants = 20%KDR = 10%
Features:

[*]Guild Ranking

[*]Previous Month Guild Ranking

[*]Rewards based on previous month

Edits to made after installing the Script:

Open npc/guild/agit_main.txt

Add Following Line

    doevent "UltimateRanker#00::OnEmpBreak";
Before
    // Adjust Economy Invest Level for Castle	set .@Economy,getcastledata(strnpcinfo(2),2) - 5;

Have a Custom WoE? And its not triggering the Script??

Solution: add the following line on EmperiumBreaking Label.

doevent "UltimateRanker#00::OnEmpBreak";

Please report any bugs/suggestions.

 

Click here to download this file

sorry for bumping this but

how can i reset all the ladder?

Share this post


Link to post
Share on other sites

 

thumb-2b4793fcb08056858af60430ea6dd3d2-screenhercules010.jpg

File Name: Ultimate Guild RankerFile Submitter: DastgirFile Submitted: 17 Mar 2014File Category: PvP, WoE, GvG, & Battleground

Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking

 

Percentage Changes:AgitCount= 20%Emp Break = 50%Active Participants = 20%KDR = 10%
Features:

[*]Guild Ranking

[*]Previous Month Guild Ranking

[*]Rewards based on previous month

Edits to made after installing the Script:

Open npc/guild/agit_main.txt

Add Following Line

doevent "UltimateRanker#00::OnEmpBreak";
Before

// Adjust Economy Invest Level for Castle	set .@Economy,getcastledata(strnpcinfo(2),2) - 5;
Have a Custom WoE? And its not triggering the Script??Solution: add the following line on EmperiumBreaking Label.

doevent "UltimateRanker#00::OnEmpBreak";

Please report any bugs/suggestions.Click here to download this file

sorry for bumping this but

how can i reset all the ladder?

Just empty the SQL table of guild ranking.

Share this post


Link to post
Share on other sites

What's causing this error?
 

[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: __setr (2 parameters):
[Debug]: Data: variable name='@date' index=0
[Debug]: Data: number value=201601
[Debug]: Source (NPC): UltimateRanker#00 (invisible/not on a map)
[Error]: script:set: no player attached for player variable '@date'

Share this post


Link to post
Share on other sites

 

What's causing this error?

 

[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: __setr (2 parameters):
[Debug]: Data: variable name='@date' index=0
[Debug]: Data: number value=201601
[Debug]: Source (NPC): UltimateRanker#00 (invisible/not on a map)
[Error]: script:set: no player attached for player variable '@date'

Fixed at v1.3

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.