Shatowolf 9 Posted October 22, 2014 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 ?) How can i disable my staff guilds from beeing displayed in the ranking? :| I will update it to add exceptions That's great dude. Quote Share this post Link to post Share on other sites
Reins 3 Posted October 22, 2014 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 Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted October 22, 2014 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. Quote Share this post Link to post Share on other sites
Reins 3 Posted October 23, 2014 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! Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 16, 2015 Updated to Support EmpBreaker Ranking(Char and Guild Based) (Sorry for too much unoptimized script,will optimize it in next version) 2 Yoh Asakura and karazu reacted to this Quote Share this post Link to post Share on other sites
karazu 33 Posted February 16, 2015 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 Quote Share this post Link to post Share on other sites
Yoh Asakura 9 Posted February 17, 2015 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. Quote Share this post Link to post Share on other sites
karazu 33 Posted February 17, 2015 (edited) 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 February 17, 2015 by karazu Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 18, 2015 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. Quote Share this post Link to post Share on other sites
KohakuSan 1 Posted February 21, 2015 How can i disable my staff guilds from beeing displayed in the ranking? :|I will update it to add exceptions Is this added? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 21, 2015 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 1 KohakuSan reacted to this Quote Share this post Link to post Share on other sites
Söel 2 Posted March 1, 2015 (edited) help ~ emulator eAmod Edited March 1, 2015 by Söel Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted March 1, 2015 help ~ emulator eAmod eAmod don't have direct assessment of variables, you have to change it yourself. like .@UGR_breaks = 1; will become set .@UGR_breaks,1; 1 Söel reacted to this Quote Share this post Link to post Share on other sites
Söel 2 Posted March 1, 2015 (edited) help ~ emulator eAmod 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;} Edited March 1, 2015 by Söel Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted March 2, 2015 (edited) 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 March 2, 2015 by evilpuncker Quote Share this post Link to post Share on other sites
Bringer 0 Posted April 23, 2015 Question where i can edit the guild month prize of this script? Quote Share this post Link to post Share on other sites
REKT 10 Posted May 24, 2015 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. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 24, 2015 @@Vlync what I said are not fixes, they are only needed if you are not using hercules Quote Share this post Link to post Share on other sites
xlaws27 3 Posted May 31, 2015 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 // 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? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 3, 2015 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 buthow can i reset all the ladder? Just empty the SQL table of guild ranking. Quote Share this post Link to post Share on other sites
FilamHost 0 Posted January 31, 2016 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' Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 1, 2016 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 Quote Share this post Link to post Share on other sites
icegrave01 0 Posted February 1, 2016 Where's the DL link for v1.3? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 2, 2016 Where's the DL link for v1.3? The file has been updated (see 1st post) Quote Share this post Link to post Share on other sites