Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2014, 12:12 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default Item causing client to crash.

So I finally got my own personal server up and running!

I gave myself GM powers and was setting myself up a lvl 70 ranger complete with AA's and gear. I summoned a journeyman's pocketed rucksack. I was going to fill his inventory with them. It showed up on the cursor as a necklace.. I put it into my inventory because I wanted to inspect it. And the client crashed.. Now when I try and load up my ranger the client crashes..

Is there any way to get that item out of his inventory without logging him in?

Thanx for any info!
Reply With Quote
  #2  
Old 04-29-2014, 12:43 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Big bags aren't supported, I don't think there is any client but RoF that supports them, but they don't work on that either on EQEmu due to lack of support on the server. You're probably gonna have to manually remove the item.
Reply With Quote
  #3  
Old 04-29-2014, 12:45 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,497
Default

inventory table in your database
Reply With Quote
  #4  
Old 04-29-2014, 12:52 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

I have no idea how I would go about doing that. Any tips?

Edit: I assume it involved the PEQ database editor. I just haven't used it before.
Reply With Quote
  #5  
Old 04-29-2014, 01:05 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

alternatively - delete the ranger
Reply With Quote
  #6  
Old 04-29-2014, 01:10 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
alternatively - delete the ranger
Well I figure something like this will eventually happen again. I should probably figure out a better way to deal with it now.. I've been reading up on the PEQ Editor. Just installing the thing is confusing.

Edit: BTW any idea what the biggest bag is that will work?

Edit2: Ended up using Bags of the Tinkerer.
Reply With Quote
  #7  
Old 04-29-2014, 03:01 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Double post..
Reply With Quote
  #8  
Old 04-29-2014, 04:52 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,594
Default

10 Slots is the maximum you can put on a bag on a client that is below Rain of Fear. It'd likely be wise to use this query, as I've seen that even linking the item can crash older clients:
Code:
UPDATE items SET bagslots = 10 WHERE bagslots > 10;
Reply With Quote
  #9  
Old 04-29-2014, 04:53 PM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Use heidisql. Open up the database, click on the inventory table then on data. From there you should be able to work out the rows with the bags in (need to know the item I'd). Cluck on the row then delete it.
Reply With Quote
  #10  
Old 04-29-2014, 04:54 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,594
Default

Yeah, you could use this to find where it is on the character:
Code:
SELECT * FROM inventory WHERE itemid = 54264;
Reply With Quote
  #11  
Old 04-29-2014, 05:19 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Alright, thanx guys. Been having a blast messing around with my own server. It's like a dream come trrruuuueeee.
Reply With Quote
  #12  
Old 04-29-2014, 08:54 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,497
Default

Quote:
Originally Posted by NickW View Post
... I assume it involved the PEQ database editor...
Not yet, but adding that functionality soon.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:22 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3