RN1986 Posted June 3, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted June 3, 2012 (edited) Umh hi rathena can i request for a top Guild NPC? thanks Edited June 3, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
goddameit Posted June 5, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted June 5, 2012 (edited) callfunc "LadderWatch","G_Own",5,0; set .@guild,getcharid(2); set @GuildOwning,0; setarray .@maps$[0],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; setarray .@maps$[5],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; setarray .@maps$[10],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05"; setarray .@maps$[15],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05"; for( set .@i, 0; .@i <= 19; set .@i, .@i+1 ) { set @GuildOwning,@GuildOwning+(getcastledata(.@maps$[.@i],1)==.@guild?1:0); } callfunc "LadderWork","G_Own",5,"@GuildOwning"; set @GuildOwning,0; Edited June 5, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
goddameit Posted June 3, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted June 3, 2012 add those function 'LadderWork' , 'LadderWatch' & 'SetLadder' http://bit.ly/qO3p2y add new npc prontera,155,180,4 script Top WoE Breaker 990,{ callfunc "LadderWatch","BR",10,0; close; } add new line in ''npc\guild\agit_main.txt'' sleep 500; // Slow down script execution slightly. if( agitcheck() ) donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; sleep 7000; announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by the [" + getguildName(.@GID) + "] guild.",bc_all|bc_woe; set WoEBreak,WoEBreak+1;//add callfunc "LadderWork","BR",10,"WoEBreak";//add end; // War of Emperium has ended. OnAgitEnd: if (strnpcinfo(0) == "Gld_Agit_Manager") end; GvgOff strnpcinfo( 1 Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 3, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 3, 2012 (edited) not the Top breaker..... top Guild is what i want thanks Edited June 3, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
goddameit Posted June 4, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted June 4, 2012 (edited) so... you want me to ask 'What is top guild?' or just skip your changing Edited June 4, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 4, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 4, 2012 haha i did not change it.. i just erase the last part... any one have a Script of top Guild Thanks Quote Link to comment Share on other sites More sharing options...
Joseph Posted June 4, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted June 4, 2012 Define top guild. Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 4, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 4, 2012 (edited) The most owning Guild on server... TOP5 Edited June 4, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
Pneuma Posted June 4, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted June 4, 2012 Basically he wants a Guild Ranker like on FluxCP except ingame(highest level, most amount of members, or most castles) Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 4, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 4, 2012 what i want is a guild ranker inside the game Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 5, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 5, 2012 for new NPC? -> callfunc "LadderWatch","G_Own",5,0; for set agit main?_> set @GuildOwning,0; setarray .@maps$[0],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; setarray .@maps$[5],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; setarray .@maps$[10],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05"; setarray .@maps$[15],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05"; for( set .@i, 0; .@i <= 19; set .@i, .@i+1 ) { set @GuildOwning,@GuildOwning+(getcastledata(.@maps$[.@i],1)==.@guild?1:0); } callfunc "LadderWork","G_Own",5,"@GuildOwning"; set @GuildOwning,0; Quote Link to comment Share on other sites More sharing options...
Question
RN1986
Umh hi rathena can i request for a top Guild NPC? thanks
Edited by RN1986Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.