Item charges = 0
I'm running a 6.0 dr1 server over my LAN but we seem to have a few problems that I was wondering if anyone could help me iron out. I apologize if the answers to these problems are elsewhere, I'm still in the process of looking for them.
1) All items with charges (such as journeyboots) say that they have no charges when we right click on them... why? 2) Monster agro, how do we fix it? I read something about needing the map files but where do I put them? 3)When we login it frequently drops us from a very high place causing a death if we dont do a quick #zone. Thanks in advance. |
1)To get clickies working try this:
At the command prompt type: cd\mysql\bin mysql -u root <dbname> UPDATE items SET unknown008=1; quit exit 2)Do a search to locate where to download the map files ya need then make a Maps folder in your eqemu directory and put them there.(Its a big file) 3)Still trying to get this one figured myself :? Good luck |
i wouldnt do that.
id do UPDATE items SET unknown008=1 WHERE unknown008=0; otherwise you overwrite items that had values other than 0 |
Thank you, I appreciate it alot :)
|
I also thought that the zone data is all stored in the db now.. do we need the map files again now?
|
the zone config files are in the db. meaning you dont need the /cfg folder. but yes you need maps
|
heh, didnt see your thread until I had finished fixing it
|
Quote:
|
you need maps for agro, unless they changed paths as well (I havent looked that deeply into paths) it should work the same whether you have maps or not.
|
exactly as edgar said. map files have nothing to do with pathing at all. they only affect agro
|
Code:
UPDATE items SET unknown008=1 WHERE unknown008=0; Code:
ERROR 1054: Unknown column 'unknown008' in 'where clause' |
I believe 'unknown008' was renamed to 'SpellCharges'. That was one of the things I had to fix in my database to get 6.0 running last night.
|
Unfortunately, this isn't a permanent fix.
When you log out, and back in, the item will then start saying, Item out of Charges again. :shock: |
I've been having the same problem on my server. Here's how I fixed it:
First, I looked through the code and found this in database.cpp: Quote:
So, I removed the unsigned flag on the charges field in inventory and sharedbank and now all my right clickies work. I'm not sure if changing this impacts anything else yet... only been testing it for about a day so far, but I haven't seen any items yet with enough charges to make changing this variable a problem. |
Sorry Garim, its late, that post confused the hell out of me :) What do I need to go about to do that?
|
All times are GMT -4. The time now is 06:46 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.