Disable pet under job mode

12/17/2016 13:22 leo2111#1
Is there any way to disable the ride pet (fellow pets) under job mobde?
12/17/2016 13:31 WickedNite.#2
With a 3rd party program only(filters)
12/17/2016 13:52 leo2111#3
I agree with you, but I guess there is also a procedure to disconnect the player in job mode if he is trying to summon a fellow pet , but I don't know which is exactly...
12/17/2016 16:41 KingDollar#4
well you can create a trigger to check if player in job mode or not and if he in and trying to summon pet,, return
but better use packet filter
12/17/2016 16:47 WickedNite.#5
Quote:
Originally Posted by leo2111 View Post
I agree with you, but I guess there is also a procedure to disconnect the player in job mode if he is trying to summon a fellow pet , but I don't know which is exactly...
For performance reasons, it's not advised to do it that way, but it is possible, i'm not saying no, just through a filter it's 50000 billion times more efficient.
01/13/2021 15:02 hunter2051#6
KRYLFILTER Can do this ? any one can help me how to config ??? my server is using Kryfilter
01/13/2021 16:33 Devsome#7
#moved
01/14/2021 19:40 Mr Yuni ™#8
With filter will be good.
02/05/2021 06:22 hunter2051#9
Quote:
Originally Posted by Mr Yuni ™ View Post
With filter will be good.
KRYLFILTER Can do this ? any one can help me how to config ??? my server is using Kryfilter
02/08/2021 12:14 Piskota#10
Quote:
Originally Posted by hunter2051 View Post
KRYLFILTER Can do this ? any one can help me how to config ??? my server is using Kryfilter
if in jobmode -> ignore packet that belongs to the spawn. if you dont know c# or c++ (idk which one ur filter uses)then unless to ask for help because the only thing that could help you is a working solution.
but the basic idea is in my first sentence... good luck!