Jump to content

CiocoBoco

Inactive Member
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by CiocoBoco

  1. CiocoBoco

    Phoenix Pet

    Very nice RatedR203
  2. Here fully translated into English [Hidden Content]
  3. My own core, mainline_released (source). rev 48050
  4. This error is from the timer, it is not a bug/error ... but as a "block" created by FreeBSD.
  5. Go to: /usr/src/your source/Srcs/Server/libthecore/src and open : signal.c Search: RETSIGTYPE checkpointing(int sig) and delete: sys_err("CHECKPOINT shutdown: tics did not updated."); abort(); Like this: old: New: DONE This tutorial was made by AleXso Source: freakplay.net (no advertising)
  6. Well spotted, but I prefer the method of alexso Anyway, maybe I will try your method.
  7. 1. Open input.cpp and remove: extern bool Metin2Server_IsInvalid(); and if (Metin2Server_IsInvalid()) { extern bool g_bShutdown; g_bShutdown = true; ClearAdminPages(); } like this: old: New: 2. Open Input_auth.cpp search: Metin2Server_IsInvalid(); and remove: extern bool Metin2Server_IsInvalid(); and if (Metin2Server_IsInvalid()) { extern void ClearAdminPages(); ClearAdminPages(); exit(1); return; } Like this: old ' new: search again in input_auth.cpp: Metin2Server_IsInvalid(); and delete extern bool Metin2Server_IsInvalid(); and if (Metin2Server_IsInvalid()) { extern void ClearAdminPages(); ClearAdminPages(); exit(1); return; } Like this: old: new: 3. open main.cpp and search: Metin2Server_IsInvalid delete: static bool g_isInvalidServer = false; and bool Metin2Server_IsInvalid() { return g_isInvalidServer; } and all function void Metin2Server_Check() and search in main.cpp: Metin2Server_Check(); and delete it. DONE
  8. The problem is: 0830 10:53:54337 :: Unknown packet header: 231, last: 25 4 Use a novaline launcher No match packets on the network. Open source the launcher> userinterface> Packet.h And change what's in the game. Packet.
  9. Go in: locale_xxlocalexxui Open inventorywindow.py and search: {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, Below add: {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},
  10. It works perfectly , thanks @Morphe.
  11. Here is the icon: [Hidden Content] Password: CiocoBoco Thanks. Do you also have the hair and the real item_proto VNUM for armor and hairs? No, sorry.
  12. Looks great! You're really good! Can you give us the code?
  13. Than how is he going to summon the horse ? He needs that quest to summon the horse. Use other quest for summon. Your quest it's from a 2089M and if you look into it you will see that is a pet_system quest. "[string "horse_summon"]:1: attempt to index global `PetSystem' (a nil value) WITH ". It's a quest for pets with level, you can look into him and you will see. (Sorry for my "bad" English)
  14. Delete this quest from every folder (object): quest horse_summon I had the same problem and I fixed it so.
×
×
  • 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.