View Single Post
  #1  
Old 10-10-2016, 12:08 AM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 85
Default SQL Query/update to add item to all NPC's 35 and higher

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.
Reply With Quote