Season10 party bug ??
Season10 party bug ??
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.
- - - Updated - - -
Weird my master skill tree seems to be working with no problems.
Does anyone know how disable DLL required version?
Last edited by DragonSeth; 03-03-17 at 10:19 AM.
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)
Someone can help me no drop item excellent box medal ja set up and nothing any solution.
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;
}
i cant login to Devil Square. any solution?
can I disable battle core and run Basic eventS(BC, CC, DS...) in regular gameserver?
full source link season 10 ep 3 (X-Team)
https://www.4shared.com/rar/fVi6PzAH...10_Source.html