Coded by reakw0n from CEF. I posted it here because this will stop those hackers fucking other ones' accounts.
Originally Posted by rEakW0n
Coded by reakw0n from CEF. I posted it here because this will stop those hackers fucking other ones' accounts.
Originally Posted by rEakW0n
I created a much shorter fix to this............. HERE
I think advertising other websites aren't allowed Cruceo.
Cruceo theres nothing on that FORUM. Stop advertising
Also thanks for this sorry for the double post.
Yes i have tried...------ Build started: Project: MapleStoryServer, Configuration: Debug Win32 ------
Compiling...
Characters.cpp
c:\documents and settings\chris wong\desktop\khaosms\maplestoryserver\characters.cpp(163) : error C2039: 'getIDs' : is not a member of 'PlayerLogin'
c:\documents and settings\chris wong\desktop\khaosms\maplestoryserver\playerlogin.h(7) : see declaration of 'PlayerLogin'
Build log was saved at "file://c:\Documents and Settings\Chris Wong\Desktop\KhaosMS\MapleStoryServer\Debug\BuildLog.htm"
MapleStoryServer - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
#include "MySQLM.h"
#include "playerlogin.h"
make sure those are there in chars.cpp which they should be already but thats all I can help without adding this to my server.
Both are in the includes =\
chars.h? lol, usually those are are by not including files but thats just what I think.
what is this does?
thanks works good for me
------ Build started: Project: MapleStoryServer, Configuration: Debug Win32 ------
Compiling...
Characters.cpp
Build log was saved at "file://c:\Maplelive\MapleStoryServer\MapleStoryServer\Debug\BuildLog.htm"
MapleStoryServer - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Then what did i do wrong? ._.
I get error same as Innovative got ,followed the steps and 100% I did all correct.
Are you guys using Rev007 or Rev008?.
I Use v7
rev 007 and some files from 8 :]
Fine, don't listen to me... A simpler fix is there in that link I gave you. If you don't want to go there and fix the 16 00, 18 00, and crash packet issues, that's fine with me...
If you want them, go ahead and look. They're there.
It works fine. compailed without an error :)
ty for the release keep up the good releases :)
Try this to fix your error:
Might want to edit the post.. this works on v7 but you must use the code i posted, reakwon said so on CEF,Code:void Characters::connectGame(PlayerLogin* player, unsigned char *packet){ int charid = getInt(packet); if(MySQL::checkChar(charid) != player->getUserid()) return; LoginPacket::connectIP(player, charid); }
coo.thx
HelpCode:MySQLM.cpp .\MySQLM.cpp(255) : warning C4101: 'mres' : unreferenced local variable .\MySQLM.cpp(256) : warning C4101: 'mrow' : unreferenced local variable .\MySQLM.cpp(271) : warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'int', possible loss of data .\MySQLM.cpp(291) : warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'int', possible loss of data Player.cpp