Jump to content
  • 0

bindatcmd unknown command BUT in @commands


Kreustoo

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  215
  • Reputation:   45
  • Joined:  05/03/13
  • Last Seen:  

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 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...