antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
SmileCash123

Quest De Join_War

Question

Boas,Será que alguém me poderia postar aqui a quest de teleport para war?? a minha quest está buggada ...Agradecia imenso ! :)

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Aqui tens !

 quest guild_war_join begin    state start begin    when letter begin   	 local e = guild.get_any_war()   	 if e != 0 and pc.get_war_map() == 0 then        setskin(NOWINDOW)        makequestbutton(locale.guild.war_join_request)   	 end    end    when button begin   	 local e = guild.get_any_war()   	 if e == 0 then        say(locale.guild.war_over)   	 else        say(locale.guild.war_entry_ask_head..guild.name(e)..locale.guild.war_entry_ask_tail)        local s = select(locale.yes, locale.no)        if s == 1 then       	 guild.war_enter(e)        else       	 setskin(NOWINDOW)       	 makequestbutton(locale.guild.war_join_request)        end   	 end    end    endend[/Php]

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
Guest
This topic is now closed to further replies.
Sign in to follow this