Jump to content

Hik

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Hik

  1. /usr/bin/ld: cannot find: -llua
  2. When i use gmake in game/src, I get: fatal error : 'cryptopp/cryptoppLibLink.h' file not found #include <cryptopp/cryptoppLibLink.h> sorry, I'm not expert :/
  3. Does anyone have the download FS compatible? Is there a way to compile on FreeBSD < 10?
  4. questlua_party.cpp: In function 'int quest::party_have_same_ip(lua_State*)': questlua_party.cpp:413: error: 'CHARACTER_MANAGER' has not been declared questlua_party.cpp:417: error: 'CHARACTER_MANAGER' has not been declared gmake: *** [Makefile:120: OBJDIR/questlua_party.o] Error 1 FIX: Add in quest questlua_party: #include "char_manager.h"
  5. Hi guys. when I use party_kill function, the counting of the mob for those who must carry out the mission it is x2. I have already applied this fix. if(npc > 0) { m_mapNPC[npc].OnKill(*pPC); }
  6. Fix it. No state inizio begin but state start begin (at line 2)
  7. What is wrong in this quest? It compiles but does not appear in the game.
  8. 40k work only dedicade. If you want to use them for a hamachi \ no-ip with friends, you will need to make a change to the source .
  9. I believe lacks the " bCheckpointCheck " function. Or delete bCheckpointCheck in the main.cpp, or you create function and add in the header (main.h, i think).
  10. Maybe left a part of code --> function " bCheckpointCheck"
  11. FIX! Problem2: I have this problem now...
  12. I belive that 1gb of ram is insufficient.
  13. Fix this, but now: Clock skew detected. Your build may be incomplete.
  14. gmake: *** [Makefile:134: ../test] Error 1 gmake: *** Waiting for unfinished jobs.... gmake: *** [Makefile:130: ../game_r40267_32] Error 1
  15. Write solution for other user. Is a complete log?
  16. lserverkey*? Try this: Go to "libserverkey" in the Server folder. gmake clean gmake
×
×
  • 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.