help keiler bug :D

03/10/2013 12:08 NiGhTAcTiVe#1
Jo moiinn :D

hab problem mit der quest :D

quest reiter begin
state start begin
when 53005.use begin
if not pc.is_mount() then
chat("Dein Reittier bringt dir zusätzlich 70 Angriffswert")
horse.ride()
affect.remove_collect()
pc.mount(53005, 600)
affect.add_collect(apply.ATT_BONUS_TO_MONSTER, 70, 60*60*24*365*60)
else
pc.unmount()
affect.remove_collect(apply.ATT_BONUS_TO_MONSTER, 70, 60*60*24*365*60)
end
end
end
end



wenn ich auf mein keiler symbol klicke kommen so japanische zeichen :D
Die bonis jedoch gehen aber kann halt nicht reiten x.x

skype: lucatobi1
03/10/2013 13:27 Skyƒusioη#2
Hast du villeicht noch eine Quest drine? Die gleiche nur nicht bemerkt?
03/10/2013 13:35 NiGhTAcTiVe#3
nein x.x
03/10/2013 13:48 new-kingmt2#4
PHP Code:
quest reiter begin 
    state start begin
        
--keiler
        when 53005.
use with not pc.is_mount() begin     
            timer
("lololo",600) -- Damit bei meinen Files das Reittier dableibt
            pc
.mount("53005",600)
            
pc.mount_bonus(apply.ATT_BONUS_TO_MONSTER,70,600)
        
end
        when 53005.
use with pc.is_mount() begin
            horse
.unsummon()
        
end
        
--keiler ende
    end
end 
Kannste ja noch bearbeiten, in die quest_functions muss noch das rein:
pc.mount_bonus
03/10/2013 13:54 Skyƒusioη#5
Wenn du willst kann ich dir eine Quest geben wo mehrere Reittiere drin sind.