antiblock
Cyphriun
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
p0w3r0ff

Quest login Gms e Vips

3 posts in this topic

Nova quest que avisa quando login dos Gms e Vips e efectuado.

Tambem diz em qual mapa se encontra membro da EQUIPA.

Lingua Alemao se alguem traduzir compartilhe com comunidade.

Cumprimentos

quest login begin    state start begin	    when login begin	    if pc.is_gm() then	    game.set_event_flag(pc.get_name(), 1)	    end   	    chat("Server: Terokosa2")	    if pc.job == 0 then	    chat("Charakter: "..pc.get_name().." - Krieger")	    elseif pc.job == 1 then	    chat("Charakter: "..pc.get_name().." - Ninja")	    elseif pc.job == 2 then	    chat("Charakter: "..pc.get_name().." - Sura")	    elseif pc.job == 3 then	    chat("Charakter: "..pc.get_name().." - Schamane")	    end	    if pc.get_map_index()==1 then	    chat("Standort: Rotes Reich Map 1")	    elseif pc.get_map_index()==21 then	    chat("Standort: Gelbes Reich Map 1")	    elseif pc.get_map_index()==41 then	    chat("Standort: Blaues Reich Map 1")	    elseif pc.get_map_index()==74 then	    chat("Standort: Tal der Anfänger")	    elseif pc.get_map_index()==75 then	    chat("Standort: Tal der Anfänger")	    elseif pc.get_map_index()==76 then	    chat("Standort: Tal der Anfänger")	    elseif pc.get_map_index()==77 then	    chat("Standort: Tal der Anfänger")	   	    elseif pc.get_map_index()==78 then	    chat("Standort: Tal der Anfänger")	    elseif pc.get_map_index()==99 then	    chat("Standort: Drachenraum")	    elseif pc.get_map_index()==61 then	    chat("Standort: Berg Sohan")	    elseif pc.get_map_index()==66 then	    chat("Standort: Dämonenturm")	    elseif pc.get_map_index()==65 then	    chat("Standort: Hwang-Tempel")	    elseif pc.get_map_index()==3 then	    chat("Standort: Rotes Reich Map 2")	    elseif pc.get_map_index()==23 then	    chat("Standort: Gelbes Reich Map 2")	    elseif pc.get_map_index()==204 then	    chat("Standort: New Map Burg")	    elseif pc.get_map_index()==112 then	    chat("Standort: Duell-Arena")	    elseif pc.get_map_index()==181 then	    chat("Standort: Burgschlacht Schnee")	    elseif pc.get_map_index()==182 then	    chat("Standort: Burgschlacht ")	    elseif pc.get_map_index()==183 then	    chat("Standort: Burgschlacht Wüste")	    elseif pc.get_map_index()==63 then	    chat("Standort: Yongbi-Wüste")	    elseif pc.get_map_index()==67 then	    chat("Standort: Lungsam")	    elseif pc.get_map_index()==24 then	    chat("Standort: Gelbes Reich Gildenzone")	    elseif pc.get_map_index()==44 then	    chat("Standort: Blaues Reich Gildenzone")	    elseif pc.get_map_index()==4 then	    chat("Standort: Rotes Reich Gildenzone")	    elseif pc.get_map_index()==107 then	    chat("Standort: Affendungeon Anfänger")	    elseif pc.get_map_index()==108 then	    chat("Standort: Affendungeon Normal")	    elseif pc.get_map_index()==109 then	    chat("Standort: Affendungeon Experten")	    elseif pc.get_map_index()==5 then	    chat("Standort: Affendungeon Anfänger")	    elseif pc.get_map_index()==25 then	    chat("Standort: Affendungeon Anfänger")	    elseif pc.get_map_index()==45 then	    chat("Standort: Affendungeon Anfänger")	    elseif pc.get_map_index()==62 then	    chat("Standort: Flammenland")	    elseif pc.get_map_index()==77 then	    chat("Standort: Feuerland")	    elseif pc.get_map_index()==70 then	    chat("Standort: Tal der Riesen")	    elseif pc.get_map_index()==113 then	    chat("Standort: OX Event")	    elseif pc.get_map_index()==72 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==73 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==184 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==186 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==188 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==185 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==187 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==189 then	    chat("Standort: Grotte der Verbannung")	    elseif pc.get_map_index()==104 then	    chat("Standort: Spinnendungeon Ebene1")	    elseif pc.get_map_index()==71 then	    chat("Standort: Spinnendungeon Ebene2")	    elseif pc.get_map_index()==103 then	    chat("Standort: Reichsduell")	    elseif pc.get_map_index()==105 then	    chat("Standort: Winterland")	    elseif pc.get_map_index()==110 then	    chat("Standort: Gildenkrieg")	    elseif pc.get_map_index()==111 then	    chat("Standort: Gildenkrieg")	    elseif pc.get_map_index()==68 then	    chat("Standort: Lungsam")	    elseif pc.get_map_index()==203 then	    chat("Standort: Neues Dorf")	    elseif pc.get_map_index()==69 then	    chat("Standort: Schlangenfeld")	    elseif pc.get_map_index()==81 then	    chat("Standort: Hochzeit")	    elseif pc.get_map_index()==64 then	    chat("Standort: Orktal")	    end	    if pc.getqf("vip") == 0 then	    chat("VIP: Deaktiviert")	    elseif pc.getqf("vip") == 1 then	    chat("VIP: Aktiviert")	    end	    if game.get_event_flag("[SA]Sky")== 0 and game.get_event_flag("Sky")== 0 then -- Alle GMs	    chat("Ansprechpersonen - Online: Keine")	    elseif game.get_event_flag("[SA]Sky")== 1 and game.get_event_flag("[Sky")== 0 then -- GM1	    chat("Ansprechpersonen - Online: [SA]Sky")	    elseif game.get_event_flag("Sky")== 1 and game.get_event_flag("[SA]Sky")== 0 then -- GM2	    chat("Ansprechpersonen - Online: [SA]Sky")	    elseif game.get_event_flag("[SA]Sky")== 1 and game.get_event_flag("Sky")== 1 then -- NOCHJMD? XD	    chat("Ansprechpersonen - Online: [SA]Sky, [SA]Sky")	    end    end	    when logout with pc.is_gm() begin		    game.set_event_flag(pc.get_name(), 0)	    end		endend 
Creditos: Epvp Criado por Sky™

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif

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