View Single Post
  #31  
Old 03-03-2013, 09:40 AM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 57
Default

For the new loot system:

Code:
insert into lootdrop values (100001, 'Crude Defiant');
insert into lootdrop_entries select 100001, id, 1, 1, 3, 0, 0, 127, 1 from items where name like 'Crude Defiant%'; 
insert into loottable_entries select distinct loottable_id, 100001, 1, 1, 0, 4 from npc_types where loottable_id > 0 and level between 0 and 14;
I think ... (the script works, but im still figuring out possibilities)
Reply With Quote