Sziasztok!
Betettem ezt a rendszert https://devcore.hu/showthread.php?tid=48 (https://devcore.hu/showthread.php?tid=48)
Sikerült pár hibát megoldanom, de azt nem. A gombra kattintva nem történik semmi. Gondolom nem tudja betölteni a questet.
Questem:
quest costume begin
state start begin
when login begin
cmdchat("costume "..q.getcurrentquestindex())
end
when button or info begin
if pc.getqf("costume") == 1 then
chat("You chose visibility costume.")
pc.setqf("costume", 2)
pc.costume(0)
elseif pc.getqf("costume") == 2 then
chat("You chose visibility armor.")
pc.setqf("costume", 1)
pc.costume(1)
end
end
end
end
Sysser: 1230 17:11:32882 :: Unknown Server Command costume 139 | costume
Uiinventoryt csatoltam.