Ultimate Guild Ranker

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

 
Last edited by a moderator:
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.

 
@@Vlync what I said are not fixes, they are only needed if you are not using hercules

 
thumb-2b4793fcb08056858af60430ea6dd3d2-screenhercules010.jpg


File Name: Ultimate Guild RankerFile 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
Code:
    // 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?

 
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
Code:
// 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.
Code:
doevent "UltimateRanker#00::OnEmpBreak";
Please report any bugs/suggestions.Click here to download this file
sorry for bumping this buthow can i reset all the ladder?
Just empty the SQL table of guild ranking.
 
What's causing this error?
 

Code:
[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'
 
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

 
Two questions, is it available for rAthena? and What is that map that you are using in the images and where can I get it? @Dastgir

 
This script is not working as intended. 

  1. It's giving agit points to all guild even if they don't have a castle.
  2. Active participation is not accurate either. Even those inactive guilds are getting points. Guilds with only 3-5 members have higher points than those really active ones.
  3. The percentage calculation is not properly calculated. 



 
Hello, can you please help me how to fix this [Error]: buildin_gettime: Invalid date type 0? thank you very much!

 
Last edited by a moderator:
This script is not working as intended. 

  1. It's giving agit points to all guild even if they don't have a castle.
  2. Active participation is not accurate either. Even those inactive guilds are getting points. Guilds with only 3-5 members have higher points than those really active ones.
  3. The percentage calculation is not properly calculated. 
1. This is Guild Ranker, not Agit Ranker, so that's how it works

2. Again, it's active 

3. It does work, what exactly is not working?

Hello, can you please help me how to fix this [Error]: buildin_gettime: Invalid date type 0? thank you very much!
using hercules?

Update:
Moved Script to https://github.com/dastgirp/HPM-Plugins/blob/master/NPC/UltimateGuildRanker.txt and removed the usage of deprecated commands

 
Hi sir,

I tried the scripts and it looks the data below is not working.

No data shown for

Top 10 Emp Breaker [Char] - No results 

Top 10 Emp Break [Guild] - No results

good thing is no any error found on the server or db.

Thank you Sir :)

 
Back
Top