Jump to content

Thorer

Banned
  • Posts

    97
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Thorer

  1. Hi guys. Have anyone quest query function? Bcs this in questlib wont work for me.
  2. Change: def SetInventoryPage(self, page): self.inventoryPageIndex = page self.inventoryTab[1-page].SetUp() self.RefreshBagSlotWindow() To: def SetEquipmentPage(self, page): self.equipmentPageIndex = page self.equipmentTab[1-page].SetUp() self.RefreshEquipSlotWindow() Remember about tab's
  3. Hi guys. I have a problem, when i wear the belt or new ring i cant see it on my inventory. I add new slots: {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, And into bin i add #define ENABLE_NEW_EQUIPMENT_SYSTEM #define ENABLE_DRAGON_SOUL_SYSTEM But it still wont work, any ideas?
  4. Och god, once of us is dumb, I dont know who...
  5. I cant understand you. This diff allow put item which add 5 attribute into shop.
  6. Problem is in item_proto packer. Your change refine_set to 0, thats why you cant refine it. Try with this FileArchiver: [Hidden Content]
  7. As if it was broken then I would not run a dedicated server that is running currently. Nope, show your mob_proto.
  8. I had this error too. Unpack your clientside item_proto and check "refineset". Important, you need to unpack this item_proto, which is used when this bug exist, why? Bcs some of packers are changeing this values to 0.
  9. You change it client and serverside?
  10. Why in this quest are timers? You dont run it.
  11. "execute" in this quest isn't funtion, its event.
  12. I need to do something else. I found this in PythonWindows.cpp What i should edit too?
  13. Okay, and what about python? I know i should edit .sub file, but can't find which.
  14. Hi guys. Maybe somebody know where can i change the letter of skill level under skill icon?
  15. Hi guys. I have a problem, i changed nothing in any game source files, but my quest function say("") stopped working. Quest window shows up only one time after reboot server, and thats all, untill reboot any other say("") dont work. In my errorlog from client: 0615 14:09:29430 :: Source file has no content Anybody know how to fix it? Other functions like chat("") are working.
×
×
  • 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.