antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Str0nd3r

Ajuda Em " Kill_Gui "

24 posts in this topic

HELP MEEEEEEEEEEE

Share this post


Link to post
Share on other sites
antiblock
diamwall
quest killgui begin
state start begin
when kill begin
pc.setqf(npc.is_pc() and "empire"..npc.get_empire() or "mob", pc.getqf(npc.is_pc() "empire"..npc.get_empire() or "mob")+1)
cmdchat("SetKillGui "..pc.getqf("mob").."|"..(pc.getqf("empire1")-1).."|"..(pc.getqf("empire2")-1).."|"..(pc.getqf("empire3")-1).."|0")
end
when login or enter begin
cmdchat("SetKillGui "..pc.getqf("mob").."|"..(pc.getqf("empire1")-1).."|"..(pc.getqf("empire2")-1).."|"..(pc.getqf("empire3")-1).."|0")
end
end
end

Share this post


Link to post
Share on other sites

 

quest killgui begin
state start begin
when kill begin
pc.setqf(npc.is_pc() and "empire"..npc.get_empire() or "mob", pc.getqf(npc.is_pc() "empire"..npc.get_empire() or "mob")+1)
cmdchat("SetKillGui "..pc.getqf("mob").."|"..(pc.getqf("empire1")-1).."|"..(pc.getqf("empire2")-1).."|"..(pc.getqf("empire3")-1).."|0")
end
when login or enter begin
cmdchat("SetKillGui "..pc.getqf("mob").."|"..(pc.getqf("empire1")-1).."|"..(pc.getqf("empire2")-1).."|"..(pc.getqf("empire3")-1).."|0")
end
end
end

 

 

Eu testei e nem conta kill.Essa nem mob's, nem player :/

Share this post


Link to post
Share on other sites

Meu, é que nem é preciso ser inteligente, nem um superdotado para fazer isto.

Se conta 2, que tal subtraires 1?

Share this post


Link to post
Share on other sites

Onde? :$

 

 

quest killgui begin state start begin when kill begin if npc.is_pc() then pc.setqf("empire"..npc.get_empire().."" , pc.getqf("empire"..npc.get_empire().."") +1) else pc.setqf("mob", pc.getqf("mob")+1 ) end cmdchat("SetKillGui "..pc.getqf("mob").."|"..pc.getqf("empire1").."|"..pc.getqf("empire2").."|"..pc.getqf("empire3").."|"..pc.getqf("test").."")endendend

está conta os mobs de 1 em 1, no entanto as kils dos players conta de 2 em 2

 

Share this post


Link to post
Share on other sites

UP

Share this post


Link to post
Share on other sites

UP

Share this post


Link to post
Share on other sites
quest killgui begin state start begin when kill begin if npc.is_pc() then pc.setqf("empire"..npc.get_empire().."" +1) else pc.setqf("mob", pc.getqf("mob")+1 ) end cmdchat("SetKillGui "..pc.getqf("mob").."|"..pc.getqf("empire1").."|"..pc.getqf("empire2").."|"..pc.getqf("empire3").."|"..pc.getqf("test").."")endendend

Tenta assim

Share this post


Link to post
Share on other sites
quest killgui begin state start begin when kill begin if npc.is_pc() then pc.setqf("empire"..npc.get_empire().."" +1) else pc.setqf("mob", pc.getqf("mob")+1 ) end cmdchat("SetKillGui "..pc.getqf("mob").."|"..pc.getqf("empire1").."|"..pc.getqf("empire2").."|"..pc.getqf("empire3").."|"..pc.getqf("test").."")endendend

Tenta assim

 

 

Não conta as dos jogadores. mas mobs conta.

Share this post


Link to post
Share on other sites
Sign in to follow this