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)

Inactive Account
Inactive Account
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
 
Inactive Account
Inactive Account
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:
Newbie
Joined
Feb 13, 2011
Messages
780
Reaction score
71
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..
 
Junior Spellweaver
Joined
Dec 19, 2012
Messages
148
Reaction score
132
Re: Source [MUEMU]

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..

crt + F in visual, option"search entire solution" then look for functions:
GJConnectAccountRecv,
SetWindowName
 
Initiate Mage
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

Alguem sabe como Bloquear mais hackers no MHP ?

- - - Updated - - -

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
 
Inactive Account
Inactive Account
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

any news who got working fix

illusion temple and arca battle
 
Inactive Account
Inactive Account
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.

2evf609.jpg
 
Inactive Account
Inactive Account
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?
 
Inactive Account
Inactive Account
Joined
Jun 7, 2010
Messages
466
Reaction score
11
Re: Source [MUEMU]

how to fix visual bug of deathstab?
 
Inactive Account
Inactive Account
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?
 
Inactive Account
Inactive Account
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.png
 
Inactive Account
Inactive Account
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.

Sent from my LG-D855 using Tapatalk
 
Last edited by a moderator:
Inactive Account
Inactive Account
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.

Sent from my LG-D855 using Tapatalk

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:
Initiate Mage
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


logo-small.png

VirusTotal

NOTE:

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

Download GameServer





d88587defc9055df0beedd55727bf618o.png



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.png
 
Master Summoner
Joined
Mar 25, 2010
Messages
518
Reaction score
41
Re: Source [MUEMU]

Hi Help
dont know if this bug or not
after run mhp antihack
then close it the MHPVerify.dll still running hide
 
Inactive Account
Inactive Account
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