Im Using Maxiguard
Both gives the notice on all region, when characters warped to the event area, the notice appears even on samarkand. any one knows the correct way to send notice with specific WorldID ?
RegionID -32748 = WorldID 107
INSERT INTO MaxiGuard_User.. _BridgeCommands (CommandID, Executor, Data1, Data2, Data3, Date) VALUES (500, 'SMC', '6', 'Skills are disabled for 1 minutes. Prepare yourself for the battle!', -32748 , GETDATE());
INSERT INTO MaxiGuard_User.. _BridgeCommands (CommandID, Executor, Data1, Data2, Data3, Date) VALUES (500, 'SMC', '6', 'Skills are disabled for 1 minutes. Prepare yourself for the battle!', 107 , GETDATE());
Both gives the notice on all region, when characters warped to the event area, the notice appears even on samarkand. any one knows the correct way to send notice with specific WorldID ?
RegionID -32748 = WorldID 107
INSERT INTO MaxiGuard_User.. _BridgeCommands (CommandID, Executor, Data1, Data2, Data3, Date) VALUES (500, 'SMC', '6', 'Skills are disabled for 1 minutes. Prepare yourself for the battle!', -32748 , GETDATE());
INSERT INTO MaxiGuard_User.. _BridgeCommands (CommandID, Executor, Data1, Data2, Data3, Date) VALUES (500, 'SMC', '6', 'Skills are disabled for 1 minutes. Prepare yourself for the battle!', 107 , GETDATE());
