Jump to content

KriiS

Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

About KriiS

Informations

  • Gender
    Male

Recent Profile Visitors

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

KriiS's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Hi, recently i adapt Won to the OfflineShop of Great, all work fine, but when i try to create a shop, they kick me out of the game (no core crash, no client close, just go back to the loginwindow) no sysser, just this in syslog: MyShop: Number of Bytes i know : 50 , number of bytes remain : 53 . (TPacketCGMyShop size : 36 , iExtraLen size 17 ) SYSERR: Feb 5 12:56:10 :: Process: UNKNOWN HEADER: 236, LAST HEADER: 0(0), REMAIN BYTES: 67, fd: 18 I check the source and looks correct.. any idea for fix this? Thank you.
  2. Hi guys, i have this error: uiCharacter.py(line:406) __LoadWindow uiCharacter.py(line:255) __BindObject uiCharacter.py(line:297) __SetEmotionSlot CharacterWindow.__LoadWindow - <type 'exceptions.AttributeError'>:'GridSlotWindow' object has no attribute 'SetSelectItemSlotEvent' I add a new offlineshop, i fix a lot of error but this is not mutch clear for me. i didn’t touch uicharacter.py for add this system, so i don’t know what exactly happen, someone can help? Any idea? Thank you for your time. Uicharacter.py: [Hidden Content] [Hidden Content]
  3. Just change your source... It's a lot of useless work.
  4. For the stone, open char_item.cpp: Find: ITEM_MANAGER::instance().RemoveItem(item, "REMOVE (METIN)"); Replace with: item->SetCount(item->GetCount() - 1); I think should be work, not tested.
  5. Search: def AppendSeperator(self): edit: img.SetPosition(img.GetLeft(), img.GetTop() - 15) self.yPos -= 15
  6. in root, open uitarget.py find: self.infoButton.SetPosition(textWidth + 25, 12) and try to change 25, 12 with other number.
  7. You add the map index in the core config?
  8. Upload your guild.py and playersettingmodule.py, i can help you.
  9. Upload the file on mega... i can't see the [TAB] in this way.
×
×
  • 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.