Could really use some help with this query, I'm trying to figure out a way to add a specific item id with a 1% drop rate to all npcs level 35 and over.
I've got this so far
Code:
select * from npc_types where `level` > 34
but I'm not sure how to finish it.
Help me eqemu community, you're my only hope.