Jump to content

ZW.pl

Inactive Member
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ZW.pl

  1. Ok, but what can I do to make it work properly? I have to increase exp too now?
  2. Hmm... And how i can repair this? If i change PointChange from long long to int, yangs wont work.. I don't want to increase exp
  3. which concerns exp? (lines of char.h) long long points[POINT_MAX_NUM]; void SetPoint(BYTE idx, long long val); long long GetPoint(BYTE idx) const; void PointChange(BYTE type, long long amount, bool bAmount = false, bool bBroadcast = false);
  4. But why longlong, i have exp normal in int. Before i increased gold limit, i didin't have this bug. What may be wrong?
  5. Hello.. I have some bug. When i use skillbook, my character get more exp... Why? quest function pc.give_exp(-20000) doesn't work too. ;/ (I have increased yang limit, before all worked)
  6. Hello Metin2Dev community! I have a little problem with costume weapon system. When i using Pet's Summoner my weapon costume "jumps". See how it looks: Help me, please!
  7. 1. Find uiCommon.py and replace: width = length * 6 + 9 to: width = length * 6 + 10 and this: self.SetMaxLength(9) to: self.SetMaxLength(10) and this: length = min(9) to: length = min(10) and this: money = 199999999 to: money = your gold limit on item in private shop.
  8. Hello! How I can give a bonus for better fishing to item (when item is wear) in the quest? Something like Fish Guts. And how can I adjust how much % giving bonus? HELP GUYS PLEASE!
  9. Hello! Some time ago I removed the yang limit. Since that time, when we build a building in the guild, rather than take a given price, gives us more than 4kkk yang - the data type DWORD. Someone can tell me what I missed? Sorry for my english!
×
×
  • 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.