Jump to content
  • 0

R>Guild Ranker


icegrave01

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  05/29/12
  • Last Seen:  

Hi, can i request a guild ranker npc script. which can see the top 10 Guild and top 10 guild breaker and receive reward for the most Breaker for the week. have a guild shop 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

try this one

guild_ranker.txt

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  05/29/12
  • Last Seen:  

How it works? when i break a emperium and check my points. no display and no registration guild

Edited by icegrave01
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

follow the installation constructions.

//===== Comments =============================================
//= You need to edit the following line in the
//  npc/guild/agit_template.txt
//========== Find this ==========//
/*
// Adjust Economy Invest Level for Castle
set .@Economy,GetCastleData(strnpcinfo(2),2) - 5;
if (.@Economy < 0) set .@Economy, 0;

//========== Add above ==========//
// Callfunc for Guild Rank System
	callfunc "GLD_RANK_WOE";
	
//= WoE:SE : Open these file under npc/guild2/
  arug_cas02.txt  arug_cas04.txt  schg_cas01.txt  schg_cas03.txt  schg_cas05.txt
  arug_cas01.txt  arug_cas03.txt  arug_cas05.txt  schg_cas02.txt  schg_cas04.txt

//========== Find this, which only shows up once every file. =========//
mapannounce "arug_cas01","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40; 
// ------- or -------- //
announce "The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;

//========== Add after ==========//
// Callfunc for Guild Rank System
	callfunc "GLD_RANK_WOE";
*/
//============================================================
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  05/29/12
  • Last Seen:  

i already install it correctly. you need to register first(your Guild)  before you join Guild Ranking System. but in game no registration dialog box 

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...