Jump to content
  • 0

bindatcmd unknown command BUT in @commands


Question

Posted

Hi,

The admin (me) can use a command created by bindatcmd, but my gm can't.
They have the command in their @commands list, but they can't use it.

 

Any idea how can this happen ? They are group 12, the command in 10 and they can use some other command that are 10, but not 3 "new one"... I had to not give group to the command, so everybody can see the command (but I check the groupid inside the command, which is not clean :().

bindatcmd("bari",strnpcinfo(3) + "::Onbarricade");
works
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",10,10);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",10);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",12,12);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",12);
doesn't work (any of them)

But :
bindatcmd("lb",strnpcinfo(3) + "::OnLB",10);
works 

1 answer to this question

Recommended Posts

  • 0
Posted

Bindatcmd use the equivalent of gm level in parameter, not the group

*bindatcmd "<command>","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>};

Check the gm level of your GM group and maybe raise it

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...