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!

[Release] X-Team Sources (S4, S6, S8)

Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Anyone have the fix for the Harmonyzed items? I only can look yellow option in +13 item, in +15 only see the option but with 0 value
 
Inactive Account
Inactive Account
Joined
Jun 8, 2014
Messages
84
Reaction score
1
Hmm. Need code Fix OffAttack and OffTrade no reconnect client. Share plz.
 
Don't be afraid to ask!
Inactive Account
Joined
Jun 2, 2012
Messages
1,455
Reaction score
252
Anyone have the fix for the Harmonyzed items? I only can look yellow option in +13 item, in +15 only see the option but with 0 value

same as me, some solution

Easy to fix. Just modify the Mu Magic Hand to ve more columns and than run bmd fixer on it... Server side is easy, because just need to edit the txt.
If source block putting the item just look at the smelling options and you can increase the value to +15.
 
Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Hello to everyone.

I have 2 errors and can't do with the fix.


1- The skills in the helper stops hitting in random time. Elf and Dark Knight (Twisting Slash and Multi Shot)

2- In the Castle Siege all hits everyone, and i like to press contro to hit alliance members and normal hit to the enemy alli and castle owner. How can do this?

Anyone can give me a little clues of both issues?

Ty to everyone! :D
 
Initiate Mage
Joined
Aug 3, 2014
Messages
24
Reaction score
1
in which file the connection to the file ah.emu is registered?


Update.........


Guys ..What makes this error?



Update.........


when my server was on local, everything was fine. made it accessible, now I can not enter the game from the place where the server is installed. Connect server defines my Ip as local and not NoIP. What should I do?
 
Last edited by a moderator:
Initiate Mage
Joined
Aug 3, 2014
Messages
24
Reaction score
1
Which one All ports are open, firewall is disabled.
My identity was so. then I noticed that the ports had a conflict.


these ports were still registered on the web server

cs.jpg
 
Last edited:
Inactive Account
Inactive Account
Joined
May 3, 2019
Messages
22
Reaction score
1
How can I apply this changelog to my server?

Changelog:



  • Added Support Map 93/94 ( Debenter 2 and Acheron 2 )
  • Added Custom Message GM ONLINE (8)
  • Added Custom Message ADM ONLINE (32)
  • Added Custom Message when a user connects
  • Fixed Quest Gens
  • Removed License
  • PlusStatPoint FIX for ALL Class
  • Elemental Monster Fix
  • FIX Bug Cursed Tower and Monster in Maps Debenter 2 and Acheron 2
  • Fix Maps to Battle Gens
  • Fix Dissconect to extracting a seed item
  • And a couple of more things that are irrelevant...
I tried to paste the Source GAMESERVER EX803, ServerFile Update and it errors thanks in advance
 
Mythic Archon
Joined
May 21, 2012
Messages
708
Reaction score
296
Re: Source [MUEMU]

Try this
#define MAX_OBJECT 12000
#define MAX_OBJECT_MONSTER 10000
#define MAX_OBJECT_USER 1000
Try this

#define MAX_OBJECT 22500
#define MAX_OBJECT_MONSTER 20500
#define MAX_OBJECT_USER 1000
 
Inactive Account
Inactive Account
Joined
May 20, 2019
Messages
6
Reaction score
0
And how is dupe going?

Does anyone have a fix for the dark raven? When the raven has 0 lives, the muhelper does not repair the set.
 
Inactive Account
Inactive Account
Joined
May 20, 2019
Messages
6
Reaction score
0
In PVP, a small percentage of the reflect. There is a solution? Example: https://prnt.sc/osr57l Elf has 7 things with a reflct, 35%. Elf has 7 things with a reflct, 35%. Mg should not get 40-60 back, but 450-550.
 
Back
Top