Honor points through SMC?

06/27/2012 15:55 Dr.Rangahaitim#1
Hey guys, so recently I've been trying to edit the Honor points through SMC, but I'm getting some error like "User in game" while changing the points/rank, is it some plugin's error?
P.S The user is not logged ingame.
Is there any fix to that shit?,
Thanks.
06/27/2012 16:23 Kape7#2
Honor point edition must be done with the server in check mode as far as I know, no player must be online at all.
06/27/2012 17:27 ahmed4ever2u#3
or use this while the server online
PHP Code:
USE [SRO_VT_SHARD]
DECLARE @
CharName Varchar (MAX)
DECLARE @
Graduates INT
DECLARE @HonorPoints INT
DECLARE @CharID INT
DECLARE @CampID INT
SET        
@CharName 'Top'
SET        @CharID = (Select CharID FROM _Char Where CharName16 = @CharName)
SET        @CampID    = (Select TOP 1 CampID FROM _TrainingCampBuffStatus Where RecipientCharID = @CharID)
SET        @Graduates    =    '1240'
SET        @HonorPoints=    @Graduates 39 
it will be reloaded with in 24 hours :) ( or restart the server )