Issue information

Issue ID
#7384
Status
Working as Intended
Severity
None
Started
jTynne
Jun 16, 2013 18:50
Last Post
Ind
Jun 19, 2013 22:58
Confirmation
N/A

jTynne - Jun 16, 2013 18:50

This is a strange one,

I have it so players join into the "VIP" user group via atcommand in an onpclogin script, this much is working fine, HOWEVER, when using the bindatcmd script function, even if the player is assigned into group 1 when they login, they cannot use the @command if it's set as such:

bindatcmd("pvp","pvpbind::OnAtcommand",[color=#ff0000]1[/color],10);

Players with group id 1 in the database login table itself are able to use it fine. So I'm guessing it's not checking for players who are "temporarily" added into the group?

Ind - Jun 19, 2013 14:02

Can you send me the onlogin script/group settings for group id 1? I tried reproducing and it worked both ways (via sql and via adjgroup command)

jTynne - Jun 19, 2013 14:39

Works now that I've updated. @_@;

Ind - Jun 19, 2013 22:58

Oki Thanks!