mount hívás birodalomhoz kötve (K)

Indította Madridista, 2013-01-31, 20:16:19

2013-01-31, 20:16:19 Utolsó szerkesztés: 2013-02-01, 19:37:34 Szerző: [MOD]Aegist
Sziasztok, lehetséges olyan, hogy pl ha rákattintok a mount hívó pecsétre akkor a quest megnézzem melyik birodalomba vagyok ha kék akkor "x" mountot hívja ha sárga akkor pedig az "y" mountot, ha igen, hogy lehet ilyet írni ?

Itt egy alap:

quest pecset begin
state start begin
when itemid.use begin
if pc.get_empire() == 1 then -- Shinsoo
pc.mount(mountid, idő)
end
if pc.get_empire() == 2 then -- Chunjo
pc.mount(mountid, idő)
end
if pc.get_empire() == 3 then -- Jinno
pc.mount(mountid, idő)
end
end
end
end


Ezt lehet bővíteni bónuszokkal + amit még szeretnél...