1Quest de todas as montarias Sex Mar 08, 2013 8:39 pm
Olá amigos deixo a busca de todas as Novas Montariaisl inclullendo trabalhar com selos especiais que não desaparecem para chamar ayi essa ala monta essas são todas as Montarias inclullendo o Leão Branco e as Outras
- Código:
quest Todas_las_monturas begin
state start begin
when 71114.use begin
horse.ride()
chat("Ahora tiene un javalí durante 30 minutos.")
pc.mount(20110,1900)
pc.remove_item(71114,1)
affect.add_collect(apply.ATT_GRADE_BONUS,250,900)
affect.add_collect(apply.DEF_GRADE_BONUS,100,900)
end
end
state start begin
when 71120.use begin
horse.ride()
chat("Ahora tiene un león durante 30 minutos.")
pc.mount(20113,1900)
pc.remove_item(71120,1)
affect.add_collect(apply.ATT_GRADE_BONUS,250,900)
affect.add_collect(apply.DEF_GRADE_BONUS,100,900)
end
end
state start begin
when 71118.use begin
horse.ride()
chat("Ahora tiene un tigre durante 30 minutos.")
pc.mount(20112,1900)
pc.remove_item(71118,1)
affect.add_collect(apply.ATT_GRADE_BONUS,250,900)
affect.add_collect(apply.DEF_GRADE_BONUS,100,900)
end
end
state start begin
when 71116.use begin
chat("Ahora tiene un lobo durante 30 minutos.")
horse.ride()
pc.mount(20111,1900)
pc.remove_item(71116,1)
affect.add_collect(apply.ATT_GRADE_BONUS,250,900)
affect.add_collect(apply.DEF_GRADE_BONUS,100,900)
end
end
state start begin
when 71124.use begin
chat("Ha convocado un león blanco.")
horse.ride()
pc.mount(20114,9999)
end
end
state start begin
when 71127.use begin
chat("Ha convocado un tigre de ataque.")
horse.ride()
pc.mount(20117,9999)
end
end
state start begin
when 71126.use begin
chat("Ha convocado un lobo de ataque.")
horse.ride()
pc.mount(20116,9999)
end
end
state start begin
when 71125.use begin
chat("Ha convocado un javalí de ataque.")
horse.ride()
pc.mount(20115,9999)
end
end
state start begin
when 71128.use begin
chat("Ha convocado un León de ataque.")
horse.ride()
pc.mount(20118,9999)
end
end
end