Jump to content
  • 0
Jhosef

Guild Supply

Question

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

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.