Jump to content

Official Pickup Slot Effect [REVERSED]


Recommended Posts

  • 4 weeks later...
  • 5 months later...

Check for this:

	def OverInItem(self, overSlotPos):
		overSlotPosGlobal = self.__InventoryLocalSlotPosToGlobalSlotPos(overSlotPos)
		self.wndItem.SetUsableItem(False)
		if app.ENABLE_PICKUP_ITEM_EFFECT:
			self.DelHighlightSlot(overSlotPosGlobal)

Change the local to global slot position if you are using 4 inventory.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
0921 23:27:18789 :: Traceback (most recent call last):

0921 23:27:18789 ::   File "networkModule.py", line 247, in SetGamePhase

0921 23:27:18789 ::   File "game.py", line 98, in __init__

0921 23:27:18790 ::   File "interfaceModule.py", line 286, in MakeInterface

0921 23:27:18790 ::   File "interfaceModule.py", line 170, in __MakeWindows

0921 23:27:18790 ::   File "uiInventory.py", line 262, in __init__

0921 23:27:18790 ::   File "uiInventory.py", line 398, in __LoadWindow

0921 23:27:18791 ::   File "uiInventory.py", line 465, in SetInventoryPage

0921 23:27:18791 ::   File "uiInventory.py", line 578, in RefreshBagSlotWindow

0921 23:27:18791 :: AttributeError
0921 23:27:18791 :: : 
0921 23:27:18791 :: 'InventoryWindow' object has no attribute '_InventoryWindow__HighlightSlot_Refresh'
0921 23:27:18791 :: 

I don't know what the problem is, the loading remains blocked 

Edited by Tr3l
new eror
Link to comment
Share on other sites

23 hours ago, Tr3l said:
0921 23:27:18789 :: Traceback (most recent call last):

0921 23:27:18789 ::   File "networkModule.py", line 247, in SetGamePhase

0921 23:27:18789 ::   File "game.py", line 98, in __init__

0921 23:27:18790 ::   File "interfaceModule.py", line 286, in MakeInterface

0921 23:27:18790 ::   File "interfaceModule.py", line 170, in __MakeWindows

0921 23:27:18790 ::   File "uiInventory.py", line 262, in __init__

0921 23:27:18790 ::   File "uiInventory.py", line 398, in __LoadWindow

0921 23:27:18791 ::   File "uiInventory.py", line 465, in SetInventoryPage

0921 23:27:18791 ::   File "uiInventory.py", line 578, in RefreshBagSlotWindow

0921 23:27:18791 :: AttributeError
0921 23:27:18791 :: : 
0921 23:27:18791 :: 'InventoryWindow' object has no attribute '_InventoryWindow__HighlightSlot_Refresh'
0921 23:27:18791 :: 

I don't know what the problem is, the loading remains blocked 

paste your uiinventory.py

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 months later...
  • 2 months later...
  • Contributor
On 7/7/2022 at 9:27 PM, HFWhite said:

There's a problem with the system. If you have more than 10 items(skills,potions,etc) in 'quickslots' the items from inventory will be highlighted everytime you login, how do we solve this @ Mali ?

 

Edit: This fixed my problem

 

 

  

 

Thank you, it actually solved the issue however it is not clear for me why the issue came from the quickslot's items.
My 'fear' is there's still some issue and it's just a workaround to hide it.

Link to comment
Share on other sites

Announcements



×
×
  • 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.