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] IGCN Season 6 Ep3 - How to enable Medusa event?

Initiate Mage
Joined
May 2, 2021
Messages
1
Reaction score
0
Hello Lads,

I'am struggling with a IGCN Season 6 Ep3 Mu server files from that thread:

Code:
http://forum.ragezone.com/f197/release-igcn-season-6-ep-1151403/

So server is up and running, base configured, IP set in files.

I'am wondering, where are the files which include medusa event enable and time config?

For example, if we would like to enable a Golden dragon invasion i can check

1. GoldenInvasion.ini

;############################################################;# -- X6 MUONLINE SERVER EMULATOR
;# --
;# --
;# -- (C) 2017 IGC-Network | MUEMU (R)
;# ----------------------------------------------------------
;# -- File is a part of MUEMU MuOnline Server files.;############################################################;
; Golden Invasions System can operate in two modes:
; Mode 1: EventsManager.dat: Golden Monsters spawned by the system will remain on map until they will be killed
; Mode 2: Below configuration: Golden Monster if not killed within RegenTime will respawn to different location
;
; NOTE: If both modes are enabled at the same time then mode 2 is ignored[GoldenInvasion]
;-------------------------------------------------------------------------------------------------------------;-- Enables Golden Invasion system (based on settings below)
;-------------------------------------------------------------------------------------------------------------EnableInvasion = 1[MonsterRegenTime]
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Goblin will respawn (if not killed) - Monster Index 78, minutes
;-------------------------------------------------------------------------------------------------------------GoldenGoblin = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Titan will respawn (if not killed) - Monster Index 53, minutes
;-------------------------------------------------------------------------------------------------------------GoldenTitan = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Derkon will respawn (if not killed) - Monster Index 79, minutes
;-------------------------------------------------------------------------------------------------------------GoldenDerkon = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Lizard King will respawn (if not killed) - Monster Index 80, minutes;-------------------------------------------------------------------------------------------------------------GoldenLizardKing = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Tantalos will respawn (if not killed) - Monster Index 82, minutes
;-------------------------------------------------------------------------------------------------------------GoldenTantalos = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Rabbit will respawn (if not killed) - Monster Index 502, minutes
;-------------------------------------------------------------------------------------------------------------GoldenRabbit = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Dark Knight will respawn (if not killed) - Monster Index 493, minutes
;-------------------------------------------------------------------------------------------------------------GoldenDarkKnight = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Devil will respawn (if not killed) - Monster Index 494, minutes
;-------------------------------------------------------------------------------------------------------------GoldenDevil = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Stone Golem will respawn (if not killed) - Monster Index 495, minutes
;-------------------------------------------------------------------------------------------------------------GoldenStoneGolem = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Crust will respawn (if not killed) - Monster Index 496, minutes
;-------------------------------------------------------------------------------------------------------------GoldenCrust = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Satyros will respawn (if not killed) - Monster Index 497, minutes;-------------------------------------------------------------------------------------------------------------GoldenSatyros = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Twin Tail will respawn (if not killed) - Monster Index 498, minutes;-------------------------------------------------------------------------------------------------------------GoldenTwinTail = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Iron Knight will respawn (if not killed) - Monster Index 499, minutes
;-------------------------------------------------------------------------------------------------------------GoldenIronKnight = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Golden Napin will respawn (if not killed) - Monster Index 500, minutes
;-------------------------------------------------------------------------------------------------------------GoldenNeipin = 60
;-------------------------------------------------------------------------------------------------------------;-- Time after which the Great Golden Dragon will respawn (if not killed) - Monster Index 501, minutes
;-------------------------------------------------------------------------------------------------------------GoldenGreatDragon = 60

2. EventsManager.dat (part of it)

//############################################################//# -- INTERNATIONAL GAMING CENTER NETWORK//# -- -- (C) 2010-2015 IGC-Network (R)//# ---------------------------------------------------------
//# -- File is a part of IGCN Group MuOnline Server files.
//############################################################// ==========================
// Events:
// 0 = Red Dragon Invasion
// 1 = Skeleton King Invasion
// 2 = Golden Invasion
// 3 = White Wizard Invasion
// 4 = Santa Event

//Red Dragon Invasion -------
// ==========================
// Event Hour Min
// ==========================
// --------------------------
0
// DO NOT REMOVE THIS ZERO
0 1 0
0 3 0
0 13 0
0 15 0
0 23 0

// Skeleton King ------------
// ==========================
// Event Hour Min
// ==========================
// --------------------------
1 8 0
1 12 0
1 20 0

I could add a Medusa event into a EventManager file but, what is medusa event number?

I would be appreciated if somebody give me a hint, or tell my that those files are incomplete..
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
you just have to put medusa in monstersetbase where all mobs arewhich is already like that, now u just check monsterlist.xml and change duration in seconds and thats it, it works like kundun respawn i think this event.. depends on files ofcourse but i remember its by seconds in the monsterlist.xml find the medusa and scroll right for 'Regen' and change there after how long when someone killed medusa to appear, i dont remember announcements properly working foor medusa, and didnt bother to mess with eventmanager, u cant just add any events u want in eventsmanager either (i think) unless u recode sources of this files for gs and configs and so on.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 25, 2021
Messages
19
Reaction score
0
IGCN files always have a default Medusa event on IGCData-IGC_MonsterGroupRegen.xml
You can adjust the timing there and Coordinates/Maps where you wish it to spawn.
 
Upvote 0
Back
Top