Using a Key ?
I have a question, I'm just wondering if its something I'm doing or not have done right.
When trying to get into a locked door I get the correct msg about not having the key, so i get the key then it tells me the lock cannot be picked? the zone is befallen and tried PEQ and AX Classic DB's, same results. http://lamarch.org/eq/key.jpg So I'm not sure what I did wrong, but i'm sure if it was a problem it would have been posted by now? |
Try finding the ID number of the door you are testing and post it here if possible. You can find it by looking at the table and find the ones in Befallen and then get the in game loc of the door and look for the one in the database that is the closes match to the loc you get in game. Then run this command from a mysql prompt while in your database:
Code:
mysql> SELECT * FROM doors WHERE id = 13013; |
If it's a door locked through a .pl, you will find that you can't open it with your GM flag on. I believe that is a known issue. However, I believe all of the Befallen doors are locked simply in the database as Trevius said.
There are a few different keys in Befallen, which door was it? This query will pull up the three locked doors in Befallen: Code:
SELECT d.`id`, d.`doorid`, d.`zone`, d.`pos_y`, d.`pos_x`, d.`pos_z`, d.`lockpick`, d.`keyitem` FROM doors d WHERE zone = 'befallen' AND keyitem > 0; |
Code:
+-----+--------+----------+----------+----------+----------+----------+--------- |
Quote:
However I removed all entries in the keyring table and deleted all keys that are in my inventory and re summoned the splintered wooden key, and it worked. But i adjusted to many things at once to know what was wrong lol, I'm very confident that it was an error on my part though. Thanks for the advice guys:) |
All times are GMT -4. The time now is 08:21 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.