Ich habe folgende probleme wenn ich auf ein reittier aufsteige steige ich nach eingier zeit automatisch wieder ab und müsste neu aufsteigen...hier die reittier quest...
Code:
quest WeisTiger begin
state start begin
when 50349.use begin
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20110)
pc.mount_bonus(53, 100, 60*60*60*364)
pc.mount_bonus(1, 3500, 60*60*60*364)
end
when 50342.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20111)
pc.mount_bonus(53, 200, 60*60*60*364)
end
when 50343.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20113)
pc.mount_bonus(53, 300, 60*60*60*364)
end
when 50344.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20114)
pc.mount_bonus(53, 300, 60*60*60*364)
pc.mount_bonus(63, 35, 60*60*60*364)
end
when 50345.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20116)
pc.mount_bonus(53, 250, 60*60*60*364)
end
when 50346.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20117)
pc.mount_bonus(53, 450, 60*60*60*364)
end
when 50347.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20118)
pc.mount_bonus(53, 350, 60*60*60*364)
pc.mount_bonus(63, 20, 60*60*60*364)
end
when 50348.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20119)
pc.mount_bonus(53, 1000, 60*60*60*364)
end
when 50350.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20125)
pc.mount_bonus(53, 500, 60*60*60*364)
end
when 50351.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20206)
pc.mount_bonus(53, 400, 60*60*60*364)
end
when 50352.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20213)
pc.mount_bonus(1, 2500, 60*60*60*364)
pc.mount_bonus(63, 10, 60*60*60*364)
end
when 50353.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20214)
pc.mount_bonus(1, 3500, 60*60*60*364)
pc.mount_bonus(63, 15, 60*60*60*364)
end
when 50354.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20218)
pc.mount_bonus(1, 4500, 60*60*60*364)
pc.mount_bonus(63, 20, 60*60*60*364)
end
when 50355.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20220)
pc.mount_bonus(1, 5500, 60*60*60*364)
pc.mount_bonus(63, 25, 60*60*60*364)
end
when 50356.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20221)
pc.mount_bonus(65, 200, 60*60*60*364)
pc.mount_bonus(1, 3000, 60*60*60*364)
end
when 50357.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20222)
pc.mount_bonus(65, 200, 60*60*60*364)
pc.mount_bonus(1, 3000, 60*60*60*364)
end
when 50358.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20223)
pc.mount_bonus(53, 750, 60*60*60*364)
end
when 50359.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20226)
pc.mount_bonus(53, 1200, 60*60*60*364)
end
when 50360.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20227)
pc.mount_bonus(53, 1200, 60*60*60*364)
end
when 50361.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20230)
pc.mount_bonus(53, 200, 60*60*60*364)
pc.mount_bonus(1, 3000, 60*60*60*364)
end
when 50362.use begin
if pc.is_mount() then
pc.unmount()
return
end
if true == horse.is_summon() then
horse.unsummon()
end
pc.mount(20231)
pc.mount_bonus(53, 200, 60*60*60*364)
pc.mount_bonus(1, 3000, 60*60*60*364)
end
end
end
Desweiteren sieht man im inventar die ausgerüsteten items nicht...ideen?
#push






