Effects Question ( Korea )

08/29/2012 13:49 Interception#1
Hello epvp,

Well, i added those 'new' ring effects, but the quests which were included in the release isn't really what i want.

HTML Code:
quest buffs3 begin
    state start begin
        when 71050.use begin
            if pc.getqf("dur") > get_time() then
            chat("Bewegungsgeschwindigkeit ist noch erhöht.")
            return
            end
            pc.remove_item("71050", 1)
            cmdchat("pot2")
            affect.add_collect(apply.MOV_SPEED, 60, 60*10)
            pc.setqf("dur", get_time() + 60*10)
            chat("Deine Bewegungsgeschwindigkeit wurde für 10 Minuten um 60 erhöht!")
        end
    end
end


thing what i want is; because you can "use" the item.
-->

K, the quest is activating 60 points of movement speed for 10 min, but i want this to be active when the item is in "use", and not for 10min.


Could someone change the quest for me like that? Or explain to me how i can change it myself?


Greetings,
Interception

bump
08/30/2012 12:24 LetsMakeProgress#2
I have the same problem. can someone help us out here??