Jump to content

Amok

Premium
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Amok

  1. Hi, I compiled the Source successful with clang and Server is running. But when ist want login with my Client it get stucked at connecting to Server... After some Look i think there is a problem with the handshake reply. The Client get the packet from server and reply it but the server didnt get the answer. Someone knows this error ? Thanks, for every hint.
  2. First error: the client cant get the Itempointer for the item: 165400 check item_proto Second error is that there is EQUIPMENT_PENDANT is not defined in the item class something like: PyModule_AddIntConstant(poModule, "EQUIPMENT_PENDANT", c_Equipment_Pendant); but you need to look that this is right for your source
  3. Hey when i start the Client i get the desc txt from the battlezone shown in the left top screen. someone knows how to solve this ?
  4. Hey got problem with the floor in the metin2_map_mt_th_dungeon_01. The floor flashed all the time. Someone knows howto solve this ?
  5. Maybe tell us what you changed ... with normal source all works. And you get an error in some logfiles ?
  6. typedef struct SPlayerItem { DWORD id; BYTE window; WORD pos; DWORD count; DWORD vnum; long alSockets[ITEM_SOCKET_MAX_NUM]; // ¼ÒÄϹøÈ£ TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM]; DWORD owner; long bind; } TPlayerItem; Need look like this ... you can find this in common/tables.h important is the line long bind;
  7. Ok found the problem The Pet-System has overwritten the scale
  8. Sacaling works but not with mounting but will look
  9. Hey when i equip Acce all works good. But when i use mount the acce dont use scale ... Someone knows how to solve this ?
  10. 1022 14:08:41455 :: CPythonNetworkStream::CheckPacket - Not enough dynamic packet size: header [47] packet size: [8528] Someone knows how i can fix this ?
  11. ok Fixxed it now int CHARACTER::SetQuestFlag should be void CHARACTER::SetQuestFlag
  12. Hi i get a server crash when i change the blockmode on client. gdb: Someone know how to solve ?
  13. 71124 Weißer Löwe ITEM_COSTUME COSTUME_MOUNT 0 1 ANTI_STACK QUEST_USE_MULTIPLE | LOG WEAR_SHIELD 100 100 0 0 0 REAL_TIME_FIRST_USE 86400 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 2400 0 0 0 0 0 0 0 0 you can also use: TIMER_BASED_ON_WEAR then it only runs when the item is equiped
  14. I temp fixxed this with Limit Type... LimitType0 = REAL_TIME_START_FIRST_USE LimitValue0 = 86400 86400 = 24 Hours (60*60*24) when mount is used first time the time runs
  15. Here is your error: /usr/bin/ld: cannot find -lIL Check This: # DevIL INCDIR += -I../../libdevil LIBDIR += -L../../libdevil LIBS += -lIL -lpng -ltiff -lmng -llcms -ljpeg in the folder: ../../libdevil there need some libs like: libIL.a
×
×
  • 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.