quest hiba

Indította drift3, 2017-08-31, 15:58:44

2017-08-31, 15:58:44 Utolsó szerkesztés: 2017-08-31, 16:10:55 Szerző: drift3
Sziasztok!


Le fut a quest szépen, de hiába kattintok rá az npc-re nem jelenik meg.

quest beval begin
state start begin
when 20095.click begin
say_title("Metinkő pont")
say("Itt be tudod váltani a pontokat")
local a = select ("Kövek", "Királyi vértek", "Mégse")
if a == 3 then
return
end
if a == 1 then --Kövek
local aa = select ("Áttörés+7", "Halálos Csapás+7", "Visszatérés+7", "Harcos+7", "Nindzsa+7", "Sura+7", "Sámán+7", "Szörny+7", "Kitérés+7", "Fortély+7", "Mágia+7", "Életerő+7", "Védelem+7", "Sietség+7", "Mégse")
if aa == 15 then
return
end
if aa == 1 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29630,1)
else
say("Nincs elég pontod")
end
end
if aa == 2 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29631,1)
else
say("Nincs elég pontod")
end
end
if aa == 3 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29632,1)
else
say("Nincs elég pontod")
end
end
if aa == 4 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29633,1)
else
say("Nincs elég pontod")
end
end
if aa == 5 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29634,1)
else
say("Nincs elég pontod")
end
end
if aa == 5 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29635,1)
else
say("Nincs elég pontod")
end
end
if aa == 6 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29636,1)
else
say("Nincs elég pontod")
end
end
if aa == 7 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29637,1)
else
say("Nincs elég pontod")
end
end
if aa == 8 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29638,1)
else
say("Nincs elég pontod")
end
end
if aa == 9 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29639,1)
else
say("Nincs elég pontod")
end
end
if aa == 10 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29640,1)
else
say("Nincs elég pontod")
end
end
if aa == 11 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29641,1)
else
say("Nincs elég pontod")
end
end
if aa == 12 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29642,1)
else
say("Nincs elég pontod")
end
end
if aa == 13 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29643,1)
else
say("Nincs elég pontod")
end
end
if a == 2 then --Királyi vértek
local bb = select ("Harcos királyi vért", "Nindzsa királyi vért", "Sura királyi vért", "Sámán királyi vért", "Mégse")
if bb == 5 then
return
end
if bb == 1 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11971,1)
else
say("Nincs elég pontod")
end
end
if bb == 2 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11972,1)
else
say("Nincs elég pontod")
end
end
if bb == 3 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11973,1)
else
say("Nincs elég pontod")
end
end
if bb == 4 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11974,1)
else
say("Nincs elég pontod")
end
end
end
end
end
end
end
Discord: deto#4928

Idézetet írta: drift3 Dátum 2017-08-31, 15:58:44
Sziasztok!


Le fut a quest szépen, de hiába kattintok rá az npc-re nem jelenik meg.

quest beval begin
state start begin
when 20095.chat."Metinkő pont" begin
say_title("Metinkő pont")
say("Itt be tudod váltani a pontokat")
local a = select ("Kövek", "Királyi vértek", "Mégse")
if a == 3 then
return
end
if a == 1 then --Kövek
local aa = select ("Áttörés+7", "Halálos Csapás+7", "Visszatérés+7", "Harcos+7", "Nindzsa+7", "Sura+7", "Sámán+7", "Szörny+7", "Kitérés+7", "Fortély+7", "Mágia+7", "Életerő+7", "Védelem+7", "Sietség+7", "Mégse")
if aa == 15 then
return
end
if aa == 1 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29630,1)
else
say("Nincs elég pontod")
end
end
if aa == 2 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29631,1)
else
say("Nincs elég pontod")
end
end
if aa == 3 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29632,1)
else
say("Nincs elég pontod")
end
end
if aa == 4 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29633,1)
else
say("Nincs elég pontod")
end
end
if aa == 5 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29634,1)
else
say("Nincs elég pontod")
end
end
if aa == 5 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29635,1)
else
say("Nincs elég pontod")
end
end
if aa == 6 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29636,1)
else
say("Nincs elég pontod")
end
end
if aa == 7 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29637,1)
else
say("Nincs elég pontod")
end
end
if aa == 8 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29638,1)
else
say("Nincs elég pontod")
end
end
if aa == 9 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29639,1)
else
say("Nincs elég pontod")
end
end
if aa == 10 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29640,1)
else
say("Nincs elég pontod")
end
end
if aa == 11 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29641,1)
else
say("Nincs elég pontod")
end
end
if aa == 12 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29642,1)
else
say("Nincs elég pontod")
end
end
if aa == 13 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(29643,1)
else
say("Nincs elég pontod")
end
end
if a == 2 then --Királyi vértek
local bb = select ("Harcos királyi vért", "Nindzsa királyi vért", "Sura királyi vért", "Sámán királyi vért", "Mégse")
if bb == 5 then
return
end
if bb == 1 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11971,1)
else
say("Nincs elég pontod")
end
end
if bb == 2 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11972,1)
else
say("Nincs elég pontod")
end
end
if bb == 3 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11973,1)
else
say("Nincs elég pontod")
end
end
if bb == 4 then
if pc.countitem(770) >=50 then
pc.remove_item(770,50)
pc.give_item2(11974,1)
else
say("Nincs elég pontod")
end
end
end
end
end
end
end


Végül én is rájöttem hogy

when 20095.chat."Metinkő pont" begin

Hiányzik belőle.
De azért köszönöm szépen.
Discord: deto#4928