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!

Recent content by 3v0luti0n

  1. 3v0luti0n

    World Server Crash - [VS19] V18 Files (Retail Content & V19 Formats)

    Hello, Im Chang I using [VS19] V18 Files (Retail Content & V19 Formats) SRC from Ketchup (Thanks) How to fix this? Regards, Chang You must be registered for see element.
  2. 3v0luti0n

    [WarZ] Titan Guard Games Development Staff

    I'm interested with the Coder. You can tell me, what you want? PM me. Regards, Cha
  3. 3v0luti0n

    V42 is 1285, but last client 1356 have different decode byte?

    V42 is 1285, but last client 1356 have different decode byte? or different only opcode that?
  4. 3v0luti0n

    [HELP] Failed SQL item Edited

    delete this table only itemloot, and find and create new :)
  5. 3v0luti0n

    [HELP] Zombie Spawn Crash

    In this map is not have a navigator zombie. try to build a navigator in studio !
  6. 3v0luti0n

    [help] respawnfast disconnect server

    hmm, check in sql log name DBG_SrvLogInfo this have cause disconnect.
  7. 3v0luti0n

    [Help] my server crash

    this problem, check a DBG_SrvLogInfo and player cheat part of the problem.
  8. 3v0luti0n

    [Request] Item Drop to the ground in v3 src

    Hmm, try to see code this function BOOL obj_DroppedItem::OnCreate(). that help you :)
  9. 3v0luti0n

    [HELP] WO_API: returned http400

    check on the project RsUpdate (WOCreateAccHelper.cpp) and check parameter function CCreateAccHelper::DoCreateAcc() Easy to fixed :p
  10. 3v0luti0n

    [HELP]WO_API: http timeout

    Dude. How to fixed this. 1.check port ssl or 80|443 If 443 or ssl please make a self certificate and edit to iis 2.hmm, check php version and iis setting 3.check urls in src
  11. 3v0luti0n

    [HELP] The game crash If player dead and prepare item to join server again

    this code OnNetPeerDisconnected(DWORD peerId) :laugh: void ServerGameLogic::OnNetPeerDisconnected(DWORD peerId) { // too many connections, do not do anything if(peerId >= MAX_PEERS_COUNT) return; //r3dOutToLog("peer%02d disconnected\n", peerId); CLOG_INDENT; peerInfo_s& peer =...
  12. 3v0luti0n

    [HELP] The game crash If player dead and prepare item to join server again

    No force player hp 100%. I buy revived T^T. thanks Laenoar. I will check a code FrontEndWarZ.
  13. 3v0luti0n

    [HELP] The game crash If player dead and prepare item to join server again

    LogSS 000000.021| r3dFS: there is no volume file wo_00.bin 000000.021| SERVER NAME: #### 000000.022| GameServerId: 99, map:7 000000.022| GameName: #01 | Rocky ford | ASR 000000.022| CAsyncApiMgr starting 000000.022| Connecting to master server at 127.0.0.1:54009 000000.022| r3dNetwork: Creating...
  14. 3v0luti0n

    [HELP] The game crash If player dead and prepare item to join server again

    hmm, player dead and disconnected to frontend not crash but take item from a global inventory and join game again is crash.
Back
Top