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!

Remove popup start game season 9

Newbie Spellweaver
Joined
Jul 6, 2018
Messages
6
Reaction score
0
As I said in the title I am using the server 9 season to set up a server, I wanted to know how to remove the pop-up window that appears as soon as it enters the game and also the window that talks about events on the left.

I believe this is done on the client, but I do not know what to change!

gcastro - Remove popup start game season 9 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 6, 2018
Messages
6
Reaction score
0
Sorry for publishing in the wrong session, I'm from Brazil and I do not speak English, sometimes it gets to me.

Many thanks for the reply! The first problem has been solved, now I have to figure out how to remove the little window on the left!
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
IGCN I'm guessing?

Event BattleCore Notice: MuServer\IGCData\IGC_Battlecore.ini look for this
Code:
IsNoticeWindow = 1 <<<<Make It 0

And now the next question if your talking about MU Rummy and the event inventory.

Event MU Notice: MuServer\IGCData\IGC_MURummy.ini look for this
Code:
EventEnable = 1 <<< Make It 0

Event MU Inventory: MuServer\IGCData\IGC_Common.ini look for this
Code:
IsEventInventoryOpen = 1 <<< Make It 0

Good Luck Have Fun!
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2018
Messages
6
Reaction score
0
Thanks for the answer!

Yes, it's IGCN

I did the quee and suggested the big banner is no longer displayed, but the smaller banner is still displayed!

gcastro - Remove popup start game season 9 - RaGEZONE Forums
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Turn off battlecore gameserver and dataserver and it should disappear
 
Upvote 0
Back
Top