Jump to content

kaysen

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

About kaysen

Informations

  • Gender
    Male
  • Country
    Czech Republic
  • Nationality
    Czech

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kaysen's Achievements

Apprentice

Apprentice (3/16)

  • Conversation Starter
  • Dedicated
  • First Post
  • Week One Done
  • Reacting Well

Recent Badges

1

Reputation

  1. I tried that long time ago and still same problem.. It would be fine have a fix, because dx9 is standard for that old games like metin....
  2. You can make new font family in system.py and add in locale if you dont wanna change font for all..
  3. Hi devs, You may be aware of the problem with limiting the maximum length of names.. The default length is only 24 characters. So some item/mob names must be written in abbreviations.. For example: Christmas Costume+(Blk) Since I don't like it, I decided to increase the character limit.. Here is tutorial. First of all go to serverSide source -> common/item_lenght.h and search: ITEM_NAME_MAX_LEN = 24, You can change it to whatever number you want, but I put 30. So looks like this: ITEM_NAME_MAX_LEN = 30, Now you can compile your source (DONT FORGOT COMPILE DB & GAME TOO, BECAUSE YOU MAKE CHANGE IN COMMON) ### Second part is clientSide source -> Go to GameLib/ItemData.h and search again: ITEM_NAME_MAX_LEN = 24, You can change it to whatever number you want, but I put 30. So looks like this: ITEM_NAME_MAX_LEN = 30, ### Last part is dumpProto source -> Go to dump_proto.cpp and search again: ITEM_NAME_MAX_LEN = 24, You can change it to whatever number you want, but I put 30. So looks like this: ITEM_NAME_MAX_LEN = 30, ### Now go to navicat open itemProto and mobProto -> design table -> change lenght in name + locale_name column from 24 to 30. Thats all. Now you can use in your proto names length limited by 30 characters.
  4. @ Tatsumaru Thank you, I like your work, but I think weapon shop dealer need more edit than all others npc..
  5. @ Draveniou1 I dont think so its good idea to host server in Germany..
  6. As a second reason, I would see that I don't know what it does on the forum with metin? This can never be metin competition.. I think it will find players in the thousands at most.. I personally wouldn't play it.
  7. I think you must make too same path in client?..
×
×
  • 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.