Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Compiled IGCN S9 E2 (Repack)

Status
Not open for further replies.
Junior Spellweaver
Joined
Dec 27, 2007
Messages
113
Reaction score
16
@DragonSeth
How do I completely remove the Battle Core Notice on character login?

I've no idea where to start searching, is there any config in serverside to turn it off or is it entirely client-based?
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Re: [Release] Compiled IGCN S9 E2 (Repack)

DragonSeth
How do I completely remove the Battle Core Notice on character login?

I've no idea where to start searching, is there any config in serverside to turn it off or is it entirely client-based?

Server IGCData\IGC_Battlecore.ini

Code:
;-------------------------------------------------------------------------------------------------------------
;-- Enables In-Game window notice about Battle Core, 0/1
;-- In-Game Notice Message can be changed by modifying "Eventnotice.OZP" file at \Data\Interface\GFx\Notice\
;-------------------------------------------------------------------------------------------------------------
IsNoticeWindow = 1 [B]< Change To 0 [/B]
 
Upvote 0
Junior Spellweaver
Joined
Dec 27, 2007
Messages
113
Reaction score
16
Re: [Release] Compiled IGCN S9 E2 (Repack)

Server IGCData\IGC_Battlecore.ini

Code:
;-------------------------------------------------------------------------------------------------------------
;-- Enables In-Game window notice about Battle Core, 0/1
;-- In-Game Notice Message can be changed by modifying "Eventnotice.OZP" file at \Data\Interface\GFx\Notice\
;-------------------------------------------------------------------------------------------------------------
IsNoticeWindow = 1 [B]< Change To 0 [/B]

Sorry for stupid questions, mate, while waiting I've found it myself in the same file you've just noted.

Thanks
 
Upvote 0
Status
Not open for further replies.
Back
Top