Zoey76 wrote:Long way, you can create a bypass handler for that.
If the class that manage the NPC extends Quest you can use an event and onAdvEvent call that function.
I saw in many cases onBypass method for that but i really don't know how to make method call to <a href="bypass .......
It's out of my logic at this time, I need to explain it in myself or by someone there(so it will be faster).
I'm stuyding a logic of lot examples, but I need to sort it in my head.
Zoey76 wrote:Long way, you can create a bypass handler for that.
If the class that manage the NPC extends Quest you can use an event and onAdvEvent call that function.
I saw in many cases onBypass method for that but i really don't know how to make method call to <a href="bypass .......
It's out of my logic at this time, I need to explain it in myself or by someone there(so it will be faster).
I'm stuyding a logic of lot examples, but I need to sort it in my head.
See .java scrips in data/scripts/handlers/bypasshandlers. Guess its self explanatory
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
Zoey76 wrote:Long way, you can create a bypass handler for that.
If the class that manage the NPC extends Quest you can use an event and onAdvEvent call that function.
I saw in many cases onBypass method for that but i really don't know how to make method call to <a href="bypass .......
It's out of my logic at this time, I need to explain it in myself or by someone there(so it will be faster).
I'm stuyding a logic of lot examples, but I need to sort it in my head.
See .java scrips in data/scripts/handlers/bypasshandlers. Guess its self explanatory
Thanks you very much, I'v forget about this folder. Now it's fine
EDIT: I'm finally done, I'v created new Bypass handler. Thanks you very much guys for helping.