Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. If this method doesn't work let me know. UserInterface/UserInterface.cpp ScriptLib/PythonLauncher.cpp ScriptLib/PythonLauncher.h ScriptLib/PythonMarshal.cpp ScriptLib/StdAfx.h Download
  2. 1114 11:39:05558 :: networkModule.py(line:194) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:28) ? system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:14) ? system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 148) 1114 11:39:05558 :: ============================================================================================================ 1114 11:39:05558 :: Abort!!!! Wrong tabulations.
  3. So others are able to connect to your server with this connection setup? Yes.
  4. Works with me, that's why I posted that. Otherwise I wouldn't.
  5. You can always say in quest when you click the item only mounts the mount without going to slot.
  6. In makefile # MySQL ifeq ($(BSD_VERSION), 7) INCDIR += -I../../libmysql/7.x-5.1.35 LIBDIR += -L../../libmysql/7.x-5.1.35 else INCDIR += -I../../libmysql/5.x-5.1.35 LIBDIR += -L../../libmysql/5.x-5.1.35 endif to # MySQL INCDIR += -I../../../Extern/include/mysql LIBS += -lmysqlclient -lz Try it. I don't know if will work, because my Extern folder might be different than yours.
  7. Is this full log? And next time use spoiler tag. [*spoiler]Post_Your_Content_Here[*/spoiler] without *
  8. This method it does work, you guys be more careful setting up things.
  9. You still have this error? global name 'True' is not defined
  10. Can you make this function say the player name? CPythonCharacterManager& rkChrMgr = CPythonCharacterManager::Instance(); CInstanceBase* pkInstMain = rkChrMgr.GetMainInstancePtr(); if (pkInstMain){ if (!pkInstMain->IsGoing() && pkInstMain->__CanSkipCollision()){ CPythonChat::Instance().AppendChat(CHAT_TYPE_NOTICE, "Wall hack !"); return false; } }
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.