Jump to content

saralgo123

Banned
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About saralgo123

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

saralgo123's Achievements

Contributor

Contributor (5/16)

  • Collaborator
  • Dedicated
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

17

Reputation

  1. Hi, I would like some help to remove a true/false virus from the c++ patch I didn't find anything in the files that could be suspected of a virus. [Hidden Content]
  2. Yes, I want to remove cython to see if the DC problems stop.
  3. Hello I wanted some help I removed the cython from my source bin when I run the client it gives me an error.
  4. Hello friends I implemented the kingdoms war system, but I get error in sysser ch when I try to start event..., it opens the quest but nothing happens to me. sysser: SYSERR: Oct 11 11:14:39 :: RunState: LUA_ERROR: [string "events_mgr"]:190: attempt to index global `kingdoms_war' (a nil value) SYSERR: Oct 11 11:14:39 :: WriteRunningStateToSyserr: LUA_ERROR: quest events_mgr.start click SYSERR: Oct 11 11:14:41 :: Resume: wrong QUEST_WAIT request! : 4320 SYSERR: Oct 11 11:26:21 :: RunState: LUA_ERROR: [string "kingdomswar_mgr"]:3: attempt to index global `kingdoms_war' (a nil value) SYSERR: Oct 11 11:26:21 :: WriteRunningStateToSyserr: LUA_ERROR: quest kingdomswar_mgr.start click SYSERR: Oct 11 11:26:22 :: Resume: wrong QUEST_WAIT request! : 4320
  5. Hi I have a problem with importing files on my root (I use cython) in my case i implemented a file called svsideoi.py i declared this in pythonrootlibManager.cpp and rootlibcythonizer.py compile my bin when i start the client gives me error. 0831 16:09:31217 :: ImportError 0831 16:09:31217 :: : 0831 16:09:31217 :: No module named svsideoi 0831 16:09:31217 :: Pythonrootlibmanager.cpp>> { "svsideoi", initsvsideoi }, rootlibcythonizer.py >> "svsideoi":"svsideoi",
  6. can someone tell me where it is notice of __give_empire_priv in the source because I already searched in the locale_string but I didn't find the translation of it.
  7. hello i am putting systema wiki ingame when compiling my source bin i get an error (the identifier "t" is not declared) PythonNonPlayer.cpp #ifdef INGAME_WIKI auto ptr = std::make_unique <TMobTable>(); *ptr =t; m_NonPlayerDataMap[t.dwVnum].mobTable = std::move(ptr); m_NonPlayerDataMap[t.dwVnum].isSet = false; m_NonPlayerDataMap[t.dwVnum].isFiltered = false; m_NonPlayerDataMap[t.dwVnum].dropList.clear(); #else TMobTable* pNonPlayerData = new TMobTable; memcpy(pNonPlayerData, pTable, sizeof(TMobTable)); m_NonPlayerDataMap.insert(TNonPlayerDataMap::value_type(pNonPlayerData->dwVnum, pNonPlayerData)); #endif
  8. I'm having trouble compiling my source I get this error when I give gmake:
  9. Hello, good afternoon, I wanted a help, I put item shop in game, but I can not find where the start button of the shop item panel is. the file that I come with tutorial is game.py, interfacemodule.py, uiitemshop. I'll leave the file here if anyone can see how it works I'll be grateful. Game.py interfacemodule.py uiitemshop.py
×
×
  • 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.