Jump to content

EnchikO

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About EnchikO

Recent Profile Visitors

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

EnchikO's Achievements

Rookie

Rookie (2/16)

  • One Year In
  • Dedicated
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Thanks that helped me but those 2 errors remains ? "public: class std::vector<unsigned long,class std::allocator<unsigned long> > const * __thiscall CItemManager::GetItemDropInfoVec(unsigned long)const " (?GetItemDropInfoVec@CItemManager@@QBEPBV?$vector@KV?$allocator@K@std@@@std@@K@Z) public: bool __thiscall CItemManager::LoadChestDropInfo(char const *)" (?LoadChestDropInfo@CItemManager@@QAE_NPBD@Z) Any idea ? EDIT : I applied same method -> Added ItemManager to UserInterface, but my game after Ctrl+Click crash out with uiChestDropInfo.py(line:48) __LoadWindow uiChestDropInfo.py(line:69) __BindObject ui.py(line:2799) GetChild ChestDropInfoWindow.__LoadWindow.__BindObject - <type 'exceptions.KeyError'>:'CurrentPage' in sysserr EDIT: Fixed in ui.py
  2. I know this is old topic but i am struggling with his problem
  3. Hello, i just implemented a offline shop. Everything works well expect translation from local_string.txt. First 1 line in metin2 chat at the bottom is Picking up my Armor +9. Second line is throwing that item, 3 & 4 is using Red potion 3 times twice so i get "Effect is already used in my language "Effekt je již aktivní"; (u can see it in the notepad on the right side of picture. But u can see at 5 line "Niepowodzenie" its get translated and at 6 it doesnt support special characters (Before it did). It often take only first line, the korean one. Before implementing Offline shop, it works well. Now it doesnt support utf8 and not even use bottom translate. Thank you for help syslog only contain "Sep 5 14:06:07 :: [ 22400] return 0/0/0 async 0/0/0" syserr empty. Second question: How local_string.txt is used, which script use it, for example when i throw something on ground, where is function to take local_string line ? And how client still works even if i delete local_string (some backup ? where is it)
  4. Hello guys. When I connect to the database in Navicat and go to player -> item_proto and double click on local_name column (for example Sword+0), nothing happens, i cant edit them. I can edit all values expect "name" and "local_name". 1 hour ago, it was ok. Now I cant. And last thing, my local_names in navicat dont support UTF-8, my special symbols just got replaced classic ones (instead of "č" I got "e", "ě" I got "i" and so on.).
×
×
  • 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.