Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] How to delete inventory slot

Newbie Spellweaver
Joined
May 4, 2020
Messages
22
Reaction score
0
i already deleted image slot in inventorypagewear.ccp also .h also pagewearex.ccp and .hbut when i try in game. auto shutdown when i open the inventoryi want to delete this
 
Newbie Spellweaver
Joined
Jun 29, 2020
Messages
24
Reaction score
0
i already deleted image slot in inventorypagewear.ccp also .h also pagewearex.ccp and .hbut when i try in game. auto shutdown when i open the inventoryi want to delete this
What client do you use?
 
Upvote 0
Skilled Illusionist
Joined
Mar 17, 2018
Messages
323
Reaction score
30
If you have the auto shutdown, remove the compulsory function in your source. for inventory slot, make sure you remove it in GLItemDef, otherwise it will still stick there, removing it in gui, without removing it in source is useless.
 
Upvote 0
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
@TS We have same scenario. I was about removing it in the source. I already remove from GLItemDef.h got lots error, I managed the error and compiled successfully, but when I'm going to test using emulator I got BUGTRAP. "Access Denied" in DxAnim.... I didn't modify any in DXAnim.. blah blah... Any solution?


Update: I managed to removed it.
Tip: remove from GLItemdef.h, InventoryCharacterView.Cpp/.H, So on...
 
Last edited:
Upvote 0
Back
Top