Jump to content

Question

Posted

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

5 answers to this question

Recommended Posts

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...