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)

Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

did you try to use the tool MAIN_INFO and modify the CustomWingEffect.txt CustomWing.txt CustomMessage.txt CustomJewel.txt CustomItem.txt may be theres a trick you need to generate new main.emu that include the changes of custom things
 
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
Re: Source [MUEMU]

did you try to use the tool MAIN_INFO and modify the CustomWingEffect.txt CustomWing.txt CustomMessage.txt CustomJewel.txt CustomItem.txt may be theres a trick you need to generate new main.emu that include the changes of custom things
Of course. Just put the file in a CustomJewels.txt folder with the client. we see that the changed value of the item in the store. But to use the stone with things we unfortunately can not (.
 
Last edited:
Joined
Feb 13, 2011
Messages
772
Reaction score
69
Re: Source [MUEMU]

JoinServer lic remove("fix" server full)

on
GJConnectAccountRecv
Code:
	if(gAccountManager.GetAccountCount() >= 
#if	PROTECT_STATE
		gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
#else
		MAX_ACCOUNT
#endif
		)

and CServerDisplayer::SetWindowName

Code:
	wsprintf(buff,"[%s] JoinServer (QueueSize : %d) (AccountCount : %d/%d)",JOINSERVER_VERSION,gSocketManager.GetQueueSize(),
		gAccountManager.GetAccountCount(),
#if	PROTECT_STATE
		gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
#else
		MAX_ACCOUNT
#endif
	);

Where to open this one ashlay, can you tell me orcan someone tell me step by step.. i want to learn things appreciate the help..
 
Newbie Spellweaver
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

Alguem sabe como Bloquear mais hackers no MHP ?



BUG /offattack Dando disconnect

1 - Open Dump.List with any text editor and add , its easy!
2 - check that you is not consuming zen, just as if you kill sends you a safe area where CustomAttack not work which disconnects you
 
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

any news who got working fix

illusion temple and arca battle
 
Initiate Mage
Joined
Apr 19, 2016
Messages
4
Reaction score
1
Re: Source [MUEMU]

in long messages in Cyrillic encoding breaks
How to fix?
Compiling from source MUEMU.

ethondev - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 5, 2012
Messages
148
Reaction score
2
Re: Source [MUEMU]

who have the guide how to get dump list of cheat? or how to use MERGE DUMP?
 
Newbie Spellweaver
Joined
Apr 13, 2016
Messages
10
Reaction score
0
Re: Source [MUEMU]

command auto add is not working at the station 6, does anyone know how to fix?
 
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

lordbilly
can you help after testing /offattack i got this error in image
the close is reconnect and i close but i cannot login any account?
is there problem with only 1 ip allowed i wanna check if /offattack is working while offline

77aJT97 - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
Re: Source [MUEMU]

Viewing online players?
I'm using:
Code:
SELECT count (*) FROM WHERE Memb_Stat ConnectStat = '1'
But does not return anything, I auditioned with 2 players online.

 
Last edited by a moderator:
Newbie Spellweaver
Joined
Jan 3, 2009
Messages
40
Reaction score
11
Re: Source [MUEMU]

Viewing online players?
I'm using:
Code:
SELECT count (*) FROM WHERE Memb_Stat ConnectStat = '1'
But does not return anything, I auditioned with 2 players online.

Since the database scheme value is INT, you don't need to use simple quotes, just use like:

Code:
SELECT COUNT(*) FROM MEMB_STAT WHERE ConnectStat = 1;
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Sep 24, 2015
Messages
97
Reaction score
35
Re: Source [MUEMU]

Hello everyone, I leave below the GameServer.exe SEASON 8, the following FIX

Before starting the install GameServer font.ttf , which is inside the folder GameServer

* Elements Monster/NPC

Go to Monster.txt and journey to the last column of the monster that you want to add an item, and place 6

Example:


Code:
//Index   Rate   Name                                 Level   MaxLife   MaxMana   DamageMin   DamageMax   Defense   MagicDefense   AttackRate   DefenseRate   MoveRange   AttackType   AttackRange   ViewRange   MoveSpeed   AttackSpeed   RegenTime   Attribute   ItemRate   MoneyRate   MaxItemLevel   MonsterSkill   Resistance1   Resistance2   Resistance3   Resistance4   ElementalPattern   ElementalDefense   ElementalDamageMin   ElementalDamageMax   ElementalAttackRate   ElementalDefenseRate [COLOR=#ff0000]ElementalAttribute[/COLOR]
0         1      "Bull Fighter"                       6       100       0         16          20          6         0              28           6             3           0            1             5           400         1600          10          2           130        20          6              0              0             0             0             0             0                    0                  4                  0                    0                    0                     [COLOR=#ff0000]0 -> Change 0 to 6[/COLOR]



* PlusStatPoint FIX , Now earn points from level 1 being Master Level



* Gens Quest FIX!

Change Reward in QuestWorldReward.txt

EXAMPLE:

RED: ITEM -> INDEX * 512 + ITEM
BLUE: LEVEL ITEM -> +9
ORANGE: CONTRIBUTION GENS
PINK: EXP


Code:
0          16     0       [COLOR=#ff8c00]5[/COLOR]          0       0         0         0         0           1              16             1              1       1       1       1       1       1       1 
1          1      0       [COLOR=#ee82ee]100000[/COLOR]     0       0         0         0         0           1              16             1              1       1       1       1       1       1       1 
2          4      [COLOR=#ff0000]6820[/COLOR]    1          [COLOR=#0000ff]9[/COLOR]      0         0         0         0           1              16             1              1       1       1       1       1       1       1



FIX BATTLE MAPS FOR GENS, Maps the place like the GMO

Code:
Atlans
Aida
Kantru
Swamp of Calmness
Vulcanus


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



NOTE:

Code:
[B][COLOR=#008000]Win32.Virus.Lamer.g, throws because the same VS compresses the code to not altered.[/COLOR][/B]

Download GameServer





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



In the next Update


* GameServer_CS

* ADD EventItemBag For Boss Acheron


  • Cursed Undine
  • Cursed Salamander
  • Cursed Sylphid
  • Cursed Gnome
  • Cursed Hellraiser
  • Cursed Sellihoden
  • Cursed Ukanva
  • Cursed Silla
  • Cursed Normus
  • Cursed Muff

I hope your reports, Greetings to All!


Hi ^_^
as you have activated the gens?
bef280baadc90e2f9d20ef4201baca45 - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Feb 13, 2016
Messages
2
Reaction score
0
Re: Source [MUEMU]

Can someone guide me on how to disable "Champion's Ring" and "Warrior's Ring" upon character creation on Season 8?

I can't find it in Item.txt or SQL Stored Procedure.
 
Back
Top