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] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

Newbie Spellweaver
Joined
Feb 19, 2016
Messages
34
Reaction score
0
gAh1TD6 - [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016) - RaGEZONE Forums


Season10 party bug ??
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 4, 2017
Messages
119
Reaction score
14
gAh1TD6 - [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016) - RaGEZONE Forums


Season10 party bug ??
can you give me your database muonline okay? I do not know how to create your account and when creating an account, I can not create character when logging in to the game, or you help me query command to create an account and thank you very much character
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Bugs I Have Found So Far.

  • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
  • Mastery Box Refuses To Open.
  • Blood Castle Sends You To The Wrong Cord.



All ML trees Gives -1 wherever skill i upgrade, is it misconfig?

Weird my master skill tree seems to be working with no problems.


Does anyone know how disable DLL required version?
 
Last edited:
Junior Spellweaver
Joined
Mar 24, 2006
Messages
119
Reaction score
29
Bugs I Have Found So Far.

  • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
  • Mastery Box Refuses To Open.
  • Blood Castle Sends You To The Wrong Cord.





Weird my master skill tree seems to be working with no problems.


Does anyone know how disable DLL required version?

Dissable BattleCore from Server selection (Hide in CS) and go to BattleCore trought Loren Map NPC, in that way gonna take correct coords.

Master Levels working from normal characters, for Mirage Lancer not working when upgrade some skill (Not damage or no buff added)

Ruud shop not working and event NPC from Event Square show all like Merchants (Maybe opcodes)
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Bugs I Have Found So Far.

  • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
  • Mastery Box Refuses To Open.
  • Blood Castle Sends You To The Wrong Cord.





Weird my master skill tree seems to be working with no problems.


Does anyone know how disable DLL required version?

Search in dll and gsbsource for DLL_VERSION and comment lines where client sending it and ga recieves.
 
Newbie Spellweaver
Joined
Nov 22, 2007
Messages
50
Reaction score
3
Someone can help me no drop item excellent box medal ja set up and nothing any solution.
 
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
For Ruud shop (James) code (from my project):

Npctalk.h

BOOL NpcJamesTalk(LPOBJ lpNpc,LPOBJ lpObj);


Npctalk.cpp
case 725:
return NpcJamesTalk(lpNpc, lpObj);

BOOL NpcJamesTalk(LPOBJ lpNpc,LPOBJ lpObj) //--> Test
{
PMSG_TALKRESULT pMsg;

if ( gObjIsConnected(lpObj->m_Index) )
{
pMsg.h.c = 0xC3;
pMsg.h.headcode = 0x30;
pMsg.h.size = sizeof(pMsg);
pMsg.result = 53;

DataSend(lpObj->m_Index, (LPBYTE)&pMsg, pMsg.h.size);

}
return true;
}
 
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
30
Reaction score
0
can I disable battle core and run Basic eventS(BC, CC, DS...) in regular gameserver?
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
Bugs I Have Found So Far.

  • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
  • Mastery Box Refuses To Open.
  • Blood Castle Sends You To The Wrong Cord.





Weird my master skill tree seems to be working with no problems.


Does anyone know how disable DLL required version?

can you plz share ur files and client masterskilltree? Thx :)
 
Newbie Spellweaver
Joined
Mar 27, 2013
Messages
49
Reaction score
14
pass: muserver.org
and relase z team season 10 ep 2 muserver + Source
http://www.mediafire.com/file/fg79unu89n1f3ha/zteam_sx.rar



yes is same
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Is Market server working? I have this, when connect Event square : [22:43:05] [MapServerMng] [][Positive] JG [0x7B] - Join Result Failed : RST: [1], BLK: [
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
pass: muserver.org
and relase z team season 10 ep 2 muserver + Source
http://www.mediafire.com/file/fg79unu89n1f3ha/zteam_sx.rar



yes is same

Hey, when i want to log in, when i press server in client, it crashes after 5 seconds... any idea?
 
Last edited:
Back
Top