Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. Hum... I tried .gif images but without success. Apparently metin2 doens't support animated images, unfortunatly.
  2. Edit: try these ones instead. [Hidden Content]
  3. Try these files, replace 'em. [Hidden Content]
  4. Before that, does your CONFIG file (in Channel1 folder for example) have something similar to this? enable_new_kingdom_for_wolfman:
  5. So, we have: 5 inventory, each 45 slots 32 equipment slots 30 DS slots 16 belt slots And we are allowed to 255 maximum slots because the type of position is BYTE. Let's calculate your total amount of slots: (5 x 45) + 32 + 30 + 16 = 303. 303 is way bigger than 255. And as I see, you can't even use DS slots because inventory + equipment slots = 257. Stop destroying your game. Think about it. And if I want to take ds slots?
  6. See for yourself. m_resManager.RegisterResourceNewFunctionPointer("gif", NewImage);
  7. That quest should work, last time I checked it was working.
  8. m_resManager.RegisterResourceNewFunctionPointer("png", NewImage); I guess.
×
×
  • 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.