Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i_mt_giant_beetle / c_giant_beetle don't open backpack. #54

Open
Jhobean opened this issue Dec 2, 2023 · 0 comments
Open

i_mt_giant_beetle / c_giant_beetle don't open backpack. #54

Jhobean opened this issue Dec 2, 2023 · 0 comments

Comments

@Jhobean
Copy link
Collaborator

Jhobean commented Dec 2, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant