Jump to content

Hik

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Hik

  1. Do you have an external exp table at db?
  2. Failed to Load ExpTable from DB so exit
  3. Hi guys, would you be so kind to give me the mob \ item_proto.txt official? It's okay as well as 2016
  4. Hi guys, i have a problem with invisible characters (i added wolfman). FIXED: GO IN INTROSELECT.PY and found this: if id != 0: self.MakeCharacter(index, id, name, race, form, hair, sash) self.SelectSlot(index) #break <-- Remove this if your introloading loading all pg in the same times (classic graphic) If i change this line: #indexArray = (3, 2, 1, 0) --OLD indexArray = (4, 3, 2, 1, 0) -- NEW for index in indexArray: id=net.GetAccountCharacterSlotDataInteger(index, net.ACCOUNT_CHARACTER_SLOT_ID) race=net.GetAccountCharacterSlotDataInteger(index, net.ACCOUNT_CHARACTER_SLOT_RACE) form=net.GetAccountCharacterSlotDataInteger(index, net.ACCOUNT_CHARACTER_SLOT_FORM) name=net.GetAccountCharacterSlotDataString(index, net.ACCOUNT_CHARACTER_SLOT_NAME) hair=net.GetAccountCharacterSlotDataInteger(index, net.ACCOUNT_CHARACTER_SLOT_HAIR) The problem change:
  5. Hik

    Snake Pet

    Beautiful!
  6. Great's OfflineShop + Koray Shop Search
  7. Yes, I gave gmake clean && gmake, but nothing. I tried to replace the function with "CShopManager :: Instance (). RemoveAllItemsFromMysql (pc-> GetPlayerID ()); "I hope functions.
  8. Hi guys! I have this error, anyone help me? input_db.cpp:69 shop->RemoveAllItemsFromMysql(pc->GetPlayerID());
  9. Hi guys. When the server loads data from .txt I want that put them also in the table mysql. It's possible to do it? Does anyone know how? Sorry for my english
  10. probably it happened by adding the claw and the resistance to bleeding.
  11. Hi guys, you know the cause of the problem?
  12. Someone have this problem? [Hidden Content] FIX: source/teen/utils.h -- The identifier is here.
  13. Does anyone have this function written in C ++? You could write and explain the controls?
  14. It's beautiful! I have a problem: 1) [Hidden Content] [Hidden Content] Ps: How do I assign a mission its type? (Main quests, sub quests)
  15. How solve this? Syserr Auth: SYSERR: Feb 4 17:24:13 :: load: ANI directory = (null) Syserr DB: SYSERR: Feb 4 17:24:20 :: Process: FDWATCH: peer null in event: ident 21
  16. I have trouble building. They are compatible with a 64-bit system?
×
×
  • 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.