Jump to content

Problem with storage / mall


Go to solution Solved by Karbust,

Recommended Posts

  • Management

Hello,

Today I discovered a bug that happens with storage and mall, itens once inside can't get out...

I mean, I have itens on the storage, but I can't get them to the inventory, but I can put from the inventory to the storage, the same happens with mall...

I have the GM Absolute Restriction System (except for my character), I tried with normal players too, once the item is inside, doesn't get out...

Someone can help me?

Thanks

raw

raw

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • Management
  • Solution

Well, I found the source of the bug... It was related to the offline shops and was on python..

On uiinventory.py at def SelectEmptySlot(self, selectedSlotPos):

I had this:

			elif player.SLOT_TYPE_OFFLINE_SHOP == attachedSlotType:
				mouseModule.mouseController.RunCallBack("INVENTORY")


This didn't let me remove anything from the safebox, because couldn't check for an empty slot...

I had checked syserr.txt multiple times, didn't saw anything, today, I found this o.O

Thanks!

raw

raw

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.