Log in

View Full Version : No Drop Items


JesseJames73
08-23-2006, 04:53 PM
I've got my server up and running perfectly, now I want to be able to set up my friends characters to resemble the ones we had in original eq and i'm not able to find commands on the wikki or forums that will let me do what i'm wanting.

What I'm missing is how to trade an item to a player after I summon it with my GM character. I've searched the #help commands with no luck. Just using #summonitem [idnumber] gives the item to my GM character and he cant trade it, even if I have the other player targetted. I'd actually prefer to make all items in the game tradeable. I figure I can do this through mysql with a UPDATE items SET command, but I cant get the right no drop tag syntax for the command.

mattmeck
08-23-2006, 09:48 PM
spawn a LV 1 mob, #npclootadd # all thje items onto it, have them kill it.

John Adams
08-24-2006, 02:45 AM
Isn't there a setting in "variables" table for removing NODROP? I haven't tried this yet, but I thought I saw it in there somewhere.

rojadruid
08-24-2006, 10:53 AM
You can also give them GM status and let them summon all the items they need then set them bavck to staus "0" again. Thats what I did for my server and my guildies.

fathernitwit
08-24-2006, 12:54 PM
yes there is a way to stip the no-drop flag at server boot up:
http://www.eqemulator.net/wiki/wikka.php?wakka=ServerVariables#DisableNoDrop

if you unset the variable later, items will regain their proper nodrop flag after a reboot.

JesseJames73
08-24-2006, 05:11 PM
Obviously I lack at searching the wikki, thanks for the link on how to do it.