Help Commands stop working / Skill CD

Smidge

Golden Oldie
Golden Oldie
Aug 28, 2009
610
28
114
As title says, some commands have randomly stopped working and i cant figure out why that is? @GM has just stopped working completely

Also having trouble with some spell CD's, poison cloud is stuck at about 30k second CD and even when changed, its still stuck, same with FlameField >.< any suggestions on these two?
 

Hurricane

LOM2 - Code Services
Dedicated Member
Hurricane
Game Master
Oct 25, 2018
610
1
484
105
delete skills and learn them again,it should fix the cool down issue, make sure your character is Gamemaster to use @GM
 
Upvote 0

Jev

Mir 4 Incoming!
VIP
May 16, 2017
5,027
34
3,237
330
Worthing, West Sussex
@GM command is a custom command, It checks if the user's account is marked as Admin and due to this, Players using @LOGIN are not able to use the GM command.
 
Upvote 0

Smidge

Golden Oldie
Golden Oldie
Aug 28, 2009
610
28
114
delete skills and learn them again,it should fix the cool down issue, make sure your character is Gamemaster to use @GM
Thank you, that worked! the @gm command isnt even working at all but its something thats not overly important atm just annoying more than anything
 
Upvote 0

Jev

Mir 4 Incoming!
VIP
May 16, 2017
5,027
34
3,237
330
Worthing, West Sussex
Code:
[@_CUSTOMCOMMAND(GM)]
#IF
ISADMIN
#ACT
MOVE r001 100 100
LocalMessage "Moved to Gamemaster Map" Hint
#ELSEACT
LocalMessage "You are not a Gamemaster" Hint

The ISADMIN only checks if the account is an administartor.
 
Upvote 0