Quest hiba

Indította hiper24, 2018-10-21, 16:03:55

2018-10-21, 16:03:55 Utolsó szerkesztés: 2018-10-21, 16:16:34 Szerző: [SMOD]Ken
quest costume_good begin
state start begin
when 20094.chat."Farm Pont" begin
local bevalto = select("Kosztüm", "Pet", "Mount", "Mégse")
if bevalto == 2 then
local pet1 = select("Ogre Pecsét", "Tigris Pecsét", "Mégse")
elseif pet1 == 1 then
if pc.count_item(71123) >= 200 then
pc.remove_item(71123, 200)
pc.give_item2(53008, 1)
else
say("|cff00BFFFNincs nálad elég pont ")
end
elseif bevalto == 1 then
local ab = select("Sivatagi harcos", "Kobra jelmez", "Mégse")
if ab == 1 then
        setbgimage('farmpont.tga')
    say("")
say("")
say_title(""..mob_name(20094)..": ")
            say("")
say_title("         |cff00BFFFKosztüm ára: ")
say_title("         |cff00BFFF200 Farm pont ")
say("")
say("")
local a = select("Férfi", "Női", "Mégse")
if a == 1 then
if pc.count_item(71123) >= 200 then
pc.remove_item(71123, 200)
pc.give_item2(41313, 1)
else
say("|cff00BFFFNincs nálad elég pont ")
end
elseif a == 2 then
if pc.count_item(71123) >= 200 then
pc.remove_item(71123, 200)
pc.give_item2(41314, 1)
else
say("|cff00BFFFNincs nálad elég pont ")
end
elseif a == 3 then
return
end
end
if ab == 2 then
setbgimage('farmpont.tga')
    say("")
say("")
say_title(""..mob_name(20094)..": ")
            say("")
say_title("         |cff00BFFFKosztüm ára: ")
say_title("         |cff00BFFF200 Farm pont ")
say("")
say("")
local a = select("Férfi", "Női", "Mégse")
if a == 1 then
if pc.count_item(71123) >= 200 then
pc.remove_item(71123, 200)
pc.give_item2(41309, 1)
else
say("|cff00BFFFNincs nálad elég pont ")
end
elseif a == 2 then
if pc.count_item(71123) >= 200 then
pc.remove_item(71123, 200)
pc.give_item2(41310, 1)
else
say("|cff00BFFFNincs nálad elég pont ")
end
elseif a == 3 then
return
end
end
elseif ab == 3 then
return
end
end
end
end


Mi lehet a hiba? Ogre pecsét opció nem működik

Idézlocal pet1 = select("Ogre Pecsét", "Tigris Pecsét", "Mégse")
         elseif pet1 == 1 then

A Code tag nem dísznek van. Így átláthatatlan teljesen.

2018-10-21, 16:22:02 #2 Utolsó szerkesztés: 2018-10-21, 18:32:46 Szerző: hiper24
Átláthatatlan?


Üzenet összefésülés: 2018-10-21, 18:32:46

Mi a szrt írtam el?


2018-10-21, 19:37:10 #4 Utolsó szerkesztés: 2018-10-21, 22:47:42 Szerző: hiper24
Átírtam, nem jó

Üzenet összefésülés: 2018-10-21, 22:47:42

Ehh, kihagytam egy "end"-et..  ;D