Hello, please help do so, that would mount gave a bonus, and when he climbs down from the bonus disappear
(Sorry for bad english)
here's quest:
quest siegel begin
state start begin
when 71120.use begin
chat(" text ")
pc.mount(20110,999999)
end
when 71118.use begin
chat(" text ")
pc.mount(20112,999999)
end
when 71116.use begin
chat(" text ")
pc.mount(20111,999999)
end
when 71114.use begin
chat(" text ")
pc.mount(20113,999999)
affect.add_collect(apply.MAX_HP,5000,60*60*24*365* 60)
horse.set_level ("24")
horse.unsummon()
set_state(start)
end
end
end






