Jump to content

fenixplayscz

Inactive Member
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by fenixplayscz

  1. Hello, we search a graphics and 2D graphics + python coder:) We need to do Login Interface, Create Char, Create Empire, Select Char, and ingame interface .. and more graphic modifications to the game:) For quality work like pay, if someone wants so please contact me on skype : flexodx or TheLiyerko Thank You, Have a nice day .
  2. fenixplayscz

    Bitcoin

    Hi, have anyone Bitcoins? i need 0.07950305 i pay via paypal
  3. char.h , char.cpp , char_item.cpp , exchange.h , excahnge.cpp , item.cpp , item.h , length.h , tables.h , packet.h
  4. i try with long long, not work try with unsigned long long same bugged yangs ..
  5. PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs) { return PyLong_FromULongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD)); } ULL Not work.. have this error 1>.PythonPlayerModule.cpp(620) : error C3861: 'PyLong_FromULongLong': identifier not found
  6. how to fix please .. i have in binary PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs) { return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD)); } and still dont work... please help ..
  7. how to fix please .. i have in binary PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs) { return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD)); }
  8. PythonPlayerModule.cpp try this PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs) { return Py_BuildValue("i", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); } to PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs) { return Py_BuildValue("LL", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); }
  9. money = 199999999 = 199.999.999 change to 19999999999 no?
  10. FIxed but have new error... 1231 19:19:00594 :: CANNOT_FIND_PACK_FILE [sound/effect/etc/dropitem/dropitem.mss] 1231 19:19:00622 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Corner_LeftTop_s.tga 1231 19:19:00623 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_corner_lefttop_s.tga] 1231 19:19:00624 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Corner_LeftBottom_s.tga 1231 19:19:00624 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_corner_leftbottom_s.tga] 1231 19:19:00625 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Corner_RightTop_s.tga 1231 19:19:00625 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_corner_righttop_s.tga] 1231 19:19:00626 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Corner_RightBottom_s.tga 1231 19:19:00627 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_corner_rightbottom_s.tga] 1231 19:19:00627 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Line_Left_s.tga 1231 19:19:00628 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_line_left_s.tga] 1231 19:19:00628 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Line_Right_s.tga 1231 19:19:00629 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_line_right_s.tga] 1231 19:19:00630 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Line_Top_s.tga 1231 19:19:00630 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_line_top_s.tga] 1231 19:19:00631 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/Board_Line_Bottom_s.tga 1231 19:19:00632 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/board_line_bottom_s.tga] 1231 19:19:01558 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Corner_LeftTop_ss.tga 1231 19:19:01558 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_corner_lefttop_ss.tga] 1231 19:19:01559 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Corner_LeftBottom_ss.tga 1231 19:19:01560 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_corner_leftbottom_ss.tga] 1231 19:19:01560 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Corner_RightTop_ss.tga 1231 19:19:01561 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_corner_righttop_ss.tga] 1231 19:19:01562 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Corner_RightBottom_ss.tga 1231 19:19:01562 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_corner_rightbottom_ss.tga] 1231 19:19:01563 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Line_Left_ss.tga 1231 19:19:01563 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_line_left_ss.tga] 1231 19:19:01564 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Line_Right_ss.tga 1231 19:19:01564 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_line_right_ss.tga] 1231 19:19:01565 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Line_Top_ss.tga 1231 19:19:01565 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_line_top_ss.tga] 1231 19:19:01566 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/ui/pattern/ThinBoard_Line_Bottom_ss.tga 1231 19:19:01566 :: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/pattern/thinboard_line_bottom_ss.tga] and this files have in etc ? idea ? ..
  11. Hi i have this error.. can you help me please? ..
  12. ok, i test and i have another error on another solution Error 1 fatal error RC1015: cannot open include file '../afxres.h'. and i dont know where i find afxres.h
  13. Hi, i compiling binary mainline_sg and have this errors.. how to fix please?
  14. Does anyone have Sirius Mt2 client? if yes please upload ... thanks
  15. have you teamvievier? yes give me on pm Thanks fixed you are good
  16. have you teamvievier? yes give me on pm you have in pm
  17. ===> License BSD2CLAUSE accepted by the user ===> compat8x-amd64-8.4.804000.201310_2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg You are about to convert your system to pkg while you have ports/packages installed with the old pkg_install tools. To switch to pkg: 1) Install ports-mgmt/pkg 2) Convert your package database by running pkg2ng *** [pre-everything] Error code 1 Stop in /usr/ports/ports-mgmt/pkg. *** [pkg-depends] Error code 1 Stop in /usr/ports/misc/compat8x. not working
×
×
  • 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.