elp with the quest

05/24/2013 17:16 Bramix#1
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
05/24/2013 17:35 .Kaycon#2
Use for affect.add_collect pc.mount_bonus
05/24/2013 17:40 Bramix#3
Quote:
Originally Posted by Imbattle View Post
Use for affect.add_collect pc.mount_bonus
pls look in my quest!
05/24/2013 18:36 xGr33n#4
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)
pc.mount_bonus(apply.MAX_HP,5000,60*60*24*365* 60)
horse.set_level ("24")
horse.unsummon()
set_state(start)
end
end
end
05/24/2013 19:49 Bramix#5
Quote:
Originally Posted by xGr33n View Post
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)
pc.mount_bonus(apply.MAX_HP,5000,60*60*24*365* 60)
horse.set_level ("24")
horse.unsummon()
set_state(start)
end
end
end
error
[Only registered and activated users can see links. Click Here To Register...]
Help PLS!!!!