Jump to content

TheSLZ

Inactive Member
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by TheSLZ

  1. I tried, problem still there. Not only in pvp, see: My uitarget.py: [Hidden Content]
  2. It works, but buggy. Select a mob, then select a player, and the percent appers too. But the value is not true, and the position in under the player's name.
  3. Try this: [Hidden Content] +sp1: [Hidden Content]
  4. This is not true. Vanilla doesn't made a backdoor. Only bonus charger bug is exist on her core.
  5. I haven't got this error with 3-4 inventory. Try to edit in char_item.cpp BYTE bCell = Cell.cell; to int bCell = Cell.cell; Me 526. line. I edited this to make work the last 2 slot in belt inventory. Maybe it's solve the blacksmith bug too.
  6. Hm, i can't delete all eix/epk in [Hidden Content] client
  7. It's not a gamefile's bug. You deleted some lines in item_attr. Here are mine: [Hidden Content] If you want delete a bonus, just write weapon, budy, wrist, foots, neck, head, shield, ear 5-->0
  8. [Hidden Content] "15. Add new mount to damage"
  9. Today i watched this: Inglourious Basterds Intresting movie about World War II.
  10. Hi Devs, I have a little problem with Test client für 40250. Maybe it's not an error, but i want to solve it. When i open the game, i can delete all eix/epk from pack folder, and the client uses more ram. In a normal client, i can't delete these, and uses less ram. How can i solve this? I want the normal situation. (I have novaline client binary with python22)
  11. Because it's in the libthecore folder /usr/src/mainline/Srcs/Server/libthecore/src/signal.c RETSIGTYPE checkpointing(int sig) { if (!tics) { sys_err("CHECKPOINT shutdown: tics did not updated."); abort(); } else tics = 0; } I think it's not the gamefile's problem.
  12. Cause as Shogun said game expired.. Just remove limit time. Open limit_time.h and comment or delet this line: #define ENABLE_LIMIT_TIME
  13. Hi Just replace say_item function in questlib.lua To this: function say_item(name, vnum, desc) say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."|index;".. 0 .."|total;".. 1 .."]") end After say_item works good
  14. Thx Sanchez Zonni, You are a very helpful people.. This syslog is useless for me... For me, syserr is enough.
  15. Hi metin2dev, How can i disable syslog in source? Because the game logs too many useless thing. Expample
  16. char_item.cpp BYTE bCell = Cell.cell; to int bCell = Cell.cell; But its's not enogugh, We still have quickslot bug. (Need to find another byte, maybe clientside) When move items to the last 2 positions at belt inventory to quickslot, not the potions appear. Vid: This caused by this: [Hidden Content] But already fixed: [Hidden Content]
  17. Hi Devs, The metin2 binary read python22.dll. I want to change the dll name to something in source. I don't want to upgrade to python27, i only want change the dll's name. (Like python22.dll to py_22_slz.dll) Yes, i know it's possible in hex editor, but i don't want to do it after every build. I hope you can understand me Regards TheSLZ
  18. This should be original gf quest: [Hidden Content] Here are all gf quest if you need.. [Hidden Content]
  19. Hm.. Use source, this is the best way (mainline) [Hidden Content] open limit_time.h and comment this line: #define ENABLE_LIMIT_TIME After you have removed limit time
×
×
  • 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.