Yardım guest sorunu

  • Konuyu açan Konuyu açan hancı21
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 2
  • Gösterim Gösterim 38
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

hancı21

Yasaklanmış Üye
Cezalı
Mesaj
216
Çözümler
2
Beğeni
22
Puan
79
Ticaret Puanı
0
bu queste
Kod:
Genişlet Daralt Kopyala
quest Conqueror_Info begin
    state start begin
        when login begin
            if pc.get_map_index() == 187 then
                cmdchat("ConquerorMap187")
            elseif pc.get_map_index() == 190 then
                cmdchat("ConquerorMap190")
            end
        end
    end
end
buşeki diyer maplarıde eklemem lazım ama core iyyor
Kod:
Genişlet Daralt Kopyala
quest Conqueror_Info begin
    state start begin
        when login begin
            if pc.get_map_index() == 187 then
                cmdchat("ConquerorMap187")
            elseif pc.get_map_index() == 188 then
                cmdchat("ConquerorMap188")
 if pc.get_map_index() == 189 then
                cmdchat("ConquerorMap189")
            elseif pc.get_map_index() == 190 then
                cmdchat("ConquerorMap190")
            end
        end
    end
end
 
Çözüm
Kod:
Genişlet Daralt Kopyala
quest Conqueror_Info begin
    state start begin
        when login begin
            if pc.get_map_index() == 187 then
                cmdchat("ConquerorMap187")
            elseif pc.get_map_index() == 188 then
                cmdchat("ConquerorMap188")
             elseif pc.get_map_index() == 189 then
                cmdchat("ConquerorMap189")
            elseif pc.get_map_index() == 190 then
                cmdchat("ConquerorMap190")
            end
        end
    end
end
Kod:
Genişlet Daralt Kopyala
quest Conqueror_Info begin
    state start begin
        when login begin
            if pc.get_map_index() == 187 then
                cmdchat("ConquerorMap187")
            elseif pc.get_map_index() == 188 then
                cmdchat("ConquerorMap188")
             elseif pc.get_map_index() == 189 then
                cmdchat("ConquerorMap189")
            elseif pc.get_map_index() == 190 then
                cmdchat("ConquerorMap190")
            end
        end
    end
end
 
Çözüm
Kod:
Genişlet Daralt Kopyala
quest Conqueror_Info begin
    state start begin
        when login begin
            if pc.get_map_index() == 187 then
                cmdchat("ConquerorMap187")
            elseif pc.get_map_index() == 188 then
                cmdchat("ConquerorMap188")
             elseif pc.get_map_index() == 189 then
                cmdchat("ConquerorMap189")
            elseif pc.get_map_index() == 190 then
                cmdchat("ConquerorMap190")
            end
        end
    end
end
COre verip duruyordu yanlışmınyaptım dedinde yine core veriyor başka bir questen sanırsam
 
Geri
Üst