antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
TheSubKIller aka Skinning

[TRADUÇÃO] Login [GM] [VIP]

1 post in this topic

Boas Cyber-Gamers

quest login begin

state start begin

when login begin

if pc.is_gm() then

game.set_event_flag(pc.get_name(), 1)

end

chat("Servidor (Nome do servidor sem ())")

if pc.job == 0 then

chat("Char: "..pc.get_name().." - Guerreiro")

elseif pc.job == 1 then

chat("Char: "..pc.get_name().." - Ninja")

elseif pc.job == 2 then

chat("Char: "..pc.get_name().." - Sura")

elseif pc.job == 3 then

chat("Char: "..pc.get_name().." - Shaman")

end

if pc.get_map_index()==1 then

chat("Localização: Mapa Red1")

elseif pc.get_map_index()==21 then

chat("Localização: Mapa Amarelo 1")

elseif pc.get_map_index()==41 then

chat("Localização: Mapa Azul 1")

elseif pc.get_map_index()==74 then

chat("Localização: Vale do iniciante")

elseif pc.get_map_index()==75 then

chat("Localização: Vale do iniciante")

elseif pc.get_map_index()==76 then

chat("Localização: Vale do iniciante")

elseif pc.get_map_index()==77 then

chat("Localização: Vale do iniciante")

elseif pc.get_map_index()==78 then

chat("Localização: Vale do iniciante")

elseif pc.get_map_index()==99 then

chat("Localização: Quarto dragão")

elseif pc.get_map_index()==61 then

chat("Localização: Monte Sohan")

elseif pc.get_map_index()==66 then

chat("Localização: Torre do Demonio")

elseif pc.get_map_index()==65 then

chat("Localização: Templo Hwang")

elseif pc.get_map_index()==3 then

chat("Localização: Mapa Red 2")

elseif pc.get_map_index()==23 then

chat("Localização: Mapa Amarelo 2")

elseif pc.get_map_index()==204 then

chat("Localização: Novo mapa")

elseif pc.get_map_index()==112 then

chat("Localização: Dupla Arena")

elseif pc.get_map_index()==181 then

chat("Localização: Castelo de Batalha Nevado")

elseif pc.get_map_index()==182 then

chat("Localização: Castelo da Batalha")

elseif pc.get_map_index()==183 then

chat("Localização: Castelo Desert Battle")

elseif pc.get_map_index()==63 then

chat("Localização: Deserto Yongbi")

elseif pc.get_map_index()==67 then

chat("Localização: Lungsam")

elseif pc.get_map_index()==24 then

chat("Localização: GuildZone Amarelo")

elseif pc.get_map_index()==44 then

chat("Localização: GuildZone Azul")

elseif pc.get_map_index()==4 then

chat("Localização: GuildZone Red")

elseif pc.get_map_index()==107 then

chat("Localização: Calabouço macaco novato")

elseif pc.get_map_index()==108 then

chat("Localização: Calabouço macaco novato Normal")

elseif pc.get_map_index()==109 then

chat("Localização: Calabouço macaco novato Experten")

elseif pc.get_map_index()==5 then

chat("Localização: Calabouço macaco novato")

elseif pc.get_map_index()==25 then

chat("Localização: Calabouço macaco novato"")

elseif pc.get_map_index()==45 then

chat("Localização: Calabouço macaco novato"")

elseif pc.get_map_index()==62 then

chat("Localização: Terra do Fogo")

elseif pc.get_map_index()==77 then

chat("Localização: Terra do Fogo")

elseif pc.get_map_index()==70 then

chat("Localização: Vale dos Gigantes")

elseif pc.get_map_index()==113 then

chat("Localização: OX Event")

elseif pc.get_map_index()==72 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==73 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==184 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==186 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==188 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==185 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==187 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==189 then

chat("Localização: Gruta do Exílio")

elseif pc.get_map_index()==104 then

chat("Localização: Aranhas 1")

elseif pc.get_map_index()==71 then

chat("Localização: Aranhas 2")

elseif pc.get_map_index()==103 then

chat("Localização: Império duelo")

elseif pc.get_map_index()==105 then

chat("Localização: Winterland")

elseif pc.get_map_index()==110 then

chat("Localização: Gildenkrieg")

elseif pc.get_map_index()==111 then

chat("Localização: Guild War")

elseif pc.get_map_index()==68 then

chat("Localização: Lungsam")

elseif pc.get_map_index()==203 then

chat("Localização: Vila Nova")

elseif pc.get_map_index()==69 then

chat("Localização: Snakefield")

elseif pc.get_map_index()==81 then

chat("Localização: casamento")

elseif pc.get_map_index()==64 then

chat("Localização: Orktal")

end

if pc.getqf("vip") == 0 then

chat("VIP: Desactivado")

elseif pc.getqf("vip") == 1 then

chat("VIP: Activado")

end

if game.get_event_flag("[sA]Sky")== 0 and game.get_event_flag("Sky")== 0 then -- Alle GMs

chat("Contactos- Online: (nome)")

elseif game.get_event_flag("[sA]Sky")== 1 and game.get_event_flag("[sky")== 0 then -- GM1

chat("Contactos- Online: (nome)")

elseif game.get_event_flag("Sky")== 1 and game.get_event_flag("[sA]Sky")== 0 then -- GM2

chat("Contactos- Online: (nome)")

elseif game.get_event_flag("[sA]Sky")== 1 and game.get_event_flag("Sky")== 1 then -- NOCHJMD? XD

chat("Contactos- Online: (nome)")

end

end

when logout with pc.is_gm() begin

game.set_event_flag(pc.get_name(), 0)

end

end

end

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this