You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The beetle dont open packpack when pressing the context menu button generate by Server, I think its a server bug because the button to open pack appear.
Workaroud is an event on script.
Shaco on discord propose to add this event to the pet. Seem good idea
[EVENTS e_pack_pet]
ON=@ContextMenuRequest
if <ismypet>
src.addcontextentry 669,3006145,020,055 // Open Backpack
endif
ON=@ContextMenuSelect
if <distance> > 2
src.sysmessage @,,1 <name> is too far away.
return 1
endif
if <argn>==669
ref1=<uid>
uid.<ref1.findlayer.21>.dclick
endif
The text was updated successfully, but these errors were encountered:
I see two methods diferents methods to open backpacks from pack horses and beetles. As i can't test I would need more info. Does context menu work on pack horses and llama?
any more info? would be nice to know if there are any sysmessage or console warning. Anything u can add will be wellcome. Is there an issue about this on source?
ty
The beetle dont open packpack when pressing the context menu button generate by Server, I think its a server bug because the button to open pack appear.
Workaroud is an event on script.
Shaco on discord propose to add this event to the pet. Seem good idea
The text was updated successfully, but these errors were encountered: