Jump to content
  • 0

Guild Supply


Jhosef

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

i just want to Request a Guild Supply Everytime when have a War of Emperium. the Guild Master/Leader can get a Supply.... 1 time Supply per WoE... and if not the guild master the npc said not allowed to get a supply only guild master/leader

when the guild master get there supply it cannot get a another supply nxt war of emperium can get the supply again

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

agit_controller.txt

(gettime(4)==6) && (gettime(3)>=16 && gettime(3)<18)) {
 if (!agitcheck()) {
  AgitStart;
  set $guild_event,gettimetick(2);//add
  callsub S_DisplayOwners;
 }
 end;

new

head{
if(getd("$GuildSupply"+getcharid(2))!=$guild_event)
{
 getitem 607,1;
 setd "$GuildSupply"+getcharid(2),$guild_event;
}
}

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

supply for what ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

supply item?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

Yes Supply Item

Like Yggdrasil Berry

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

aw.. is this only GM of the Guild can get it??

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...