Quote:
Originally Posted by aznhotbod
I had a minor problem with Insert Item command. I made one character, used learn all skill to lvl 170, after which I was able to add item. However, after log in/out/restart client/server, I was no longer able to Insert Item, even though I re-entered Learn all skill. I had to create another fresh toon to Insert Item. Is there a setting or that's the way it is? ALso, can you delete a character? It's asking me for some weird password. Thanks for all the help!
|
The insert item command stopping working is a known bug for the time being. To add items once it stops working, either just insert them directly in the database (instructions for that are in one of the two sticky threads), or delevel yourself (either through death or simply in the DB), run learn_all_skill again, and insert_item will work again. Probably easier to just do it in the database though, since last I checked, there's even a stored procedure for doing exactly that.
If it's asking for a password before trying to delete, do you have
Code:
S game.use_delete_security:1
in your game server config file? If yes, change the 1 to a 0 or simply delete the line and don't forget to recompress the file afterwards. It asks for a password after the delete failed and it tells to contact a GM (mine does, anyway). Not sure why that is.