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!

[Development] Season XII Source Chinesse Team - based on X-TEAM

Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
Hello, i have a problem when i select my character to enter into the Game my client just stay un the loading image then my client Crash, im using the cliente that is in the 1st post last updated, this can be a client issue? Any help? Thanks guys your awsome i want to test this files soon :(

Sir, Me too problem. Pls help us
 
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
561
Hello, i have a problem when i select my character to enter into the Game my client just stay un the loading image then my client Crash, im using the cliente that is in the 1st post last updated, this can be a client issue? Any help? Thanks guys your awsome i want to test this files soon :(
Sir, Me too problem. Pls help us
is problem in the CBombHuntMng.

this is fixes
Code:
//----- (00A646A0) --------------------------------------------------------
void CBombHuntMng::SendBombHuntEventInfo(int aIndex)
{
    CTime ExpireTime(gServerInfo.m_EventInventoryExpireYear, gServerInfo.m_EventInventoryExpireMonth, gServerInfo.m_EventInventoryExpireDay, 0, 0, 0, -1);

    DWORD time = (DWORD)(ExpireTime.GetTime() - CTime::GetTickCount().GetTime());

    _tagPMSG_SEND_BOMB_HUNT_GAME_SET pMsg;

    pMsg.h.set(0x4D, 0x29, sizeof(pMsg));

    pMsg.btEventTime[0] = SET_NUMBERHB(SET_NUMBERHW(time));

    pMsg.btEventTime[1] = SET_NUMBERLB(SET_NUMBERHW(time));

    pMsg.btEventTime[2] = SET_NUMBERHB(SET_NUMBERLW(time));

    pMsg.btEventTime[3] = SET_NUMBERLB(SET_NUMBERLW(time));

    pMsg.btWidth = 8;

    pMsg.btHeight= 6;

    pMsg.btRemainBombCard = 11;

    DataSend(aIndex, (BYTE *)&pMsg, pMsg.h.size);
}
 
Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
I have problem about "warp command window "
I already change "Move list" in server and "movereq.bmd" (matching)
But, interface in game don't change. I can not move some maps.
Please teach me, how about change them. :( :( :(

Thanks you so much.
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2019
Messages
17
Reaction score
0
is problem in the CBombHuntMng.

this is fixes
Code:
//----- (00A646A0) --------------------------------------------------------
void CBombHuntMng::SendBombHuntEventInfo(int aIndex)
{
    CTime ExpireTime(gServerInfo.m_EventInventoryExpireYear, gServerInfo.m_EventInventoryExpireMonth, gServerInfo.m_EventInventoryExpireDay, 0, 0, 0, -1);

    DWORD time = (DWORD)(ExpireTime.GetTime() - CTime::GetTickCount().GetTime());

    _tagPMSG_SEND_BOMB_HUNT_GAME_SET pMsg;

    pMsg.h.set(0x4D, 0x29, sizeof(pMsg));

    pMsg.btEventTime[0] = SET_NUMBERHB(SET_NUMBERHW(time));

    pMsg.btEventTime[1] = SET_NUMBERLB(SET_NUMBERHW(time));

    pMsg.btEventTime[2] = SET_NUMBERHB(SET_NUMBERLW(time));

    pMsg.btEventTime[3] = SET_NUMBERLB(SET_NUMBERLW(time));

    pMsg.btWidth = 8;

    pMsg.btHeight= 6;

    pMsg.btRemainBombCard = 11;

    DataSend(aIndex, (BYTE *)&pMsg, pMsg.h.size);
}

Thanks mate, where should i use this? Inside my db looking for CBombHuntMng table? Sorry im new un this :)







Anyone know where to use this code?
adding photo of what happen when i select my character.

Thanks mate, where should i use this? Inside my db looking for CBombHuntMng table? Sorry im new un this :)







Anyone know where to use this code?
adding photo of what happen when i select my character.




I solve the issue disabling the bomb event.

Anyone know how to change resolution with the client give in the first post? I cant find where todo change It.
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
I solve the issue disabling the bomb event.

Anyone know how to change resolution with the client give in the first post? I cant find where todo change It.
Mandrako Bro
Pls teach me, how about solve
Bomb event?
 
Newbie Spellweaver
Joined
Apr 2, 2019
Messages
17
Reaction score
0
Mandrako Bro
Pls teach me, how about solve
Bomb event?

Sure, you just have to go the common file inside the gameserver then you edit the line that day bomb event It is set in 1 just set it to 0 the save and play ??????.

Btw anyone know how to change the resolution of my main? It is un 800x600 now and It a bit annoying xD
 
Newbie Spellweaver
Joined
Jan 5, 2014
Messages
59
Reaction score
9
Sure, you just have to go the common file inside the gameserver then you edit the line that day bomb event It is set in 1 just set it to 0 the save and play ������.

Btw anyone know how to change the resolution of my main? It is un 800x600 now and It a bit annoying xD
Code:
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Webzen\Mu\Config]"Resolution"=dword:00000002
this is to 1024*768
 
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
561
hi, I just figured out how to edit the .mpr files
and this is Lang.mpr fixed Movereg.txt, Skill(kor).txt and translated PentagramJewelOptionValue.txt
 
Joined
Aug 29, 2011
Messages
512
Reaction score
33
Hello, just wait for me a little to get back cause of my private sittuations, i will working on s14 and share all what i done.
This weekend will be new update and future updates will be every 2 weeks.


Hello, are you still going to release some update or did you stop with the project?
 
Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
hi, I just figured out how to edit the .mpr files
and this is Lang.mpr fixed Movereg.txt, Skill(kor).txt and translated PentagramJewelOptionValue.txt


Thanks Sir,
can you tell me, how about edit lang.mpr?
This server & client use movereq.txt & movereq.bmd
Or movereq_kr.txt & movereq_kr.bmd ??
 
Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
Dear All Bro

Anyone same problem as me:
I can not move to "Karutan 2" and "Loren Market" by "M" or "/Move"
Karutan 1 move normally but very lag, some time after move to "Kanrutan1" then come back "Lorencia" Immediatlly.
Please help me fix it.
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2019
Messages
17
Reaction score
0
Hello, anyone have crywolf working? i cant enter Crywolf and it isnt in my Move list, i try to enter by Loren but i cant get there.
 
Newbie Spellweaver
Joined
Jan 5, 2014
Messages
59
Reaction score
9
hi, I just figured out how to edit the .mpr files
and this is Lang.mpr fixed Movereg.txt, Skill(kor).txt and translated PentagramJewelOptionValue.txt
mandrako
use this Lang.mpr, and you will be able to access crywolf by M menu..
I have the same error to move to Loren, i'm working on it
 
Newbie Spellweaver
Joined
Apr 2, 2019
Messages
17
Reaction score
0
Hello, anyone know how to activate drops on pentagrams?



Hello, anyone know how to activate drops on pentagrams?

lo, i change to 1 in the drop section at the pentagrams (Muren's) in item.txt now when the pentagram suppose to drop my GameServer.exe shut down and the server went down :S any idea?
 
Newbie Spellweaver
Joined
May 2, 2013
Messages
29
Reaction score
1
Dear All Bro

I have a opinion about skill.
During I use skill (exp: Evil Spirit, It have special effect is blue color and made damage)
Please teaching, how about remove this effect.
Thanks you so much
 
Back
Top