Thread
:
Editing Loot Tables, Loot Drops
View Single Post
#
2
08-16-2004, 10:49 AM
RangerDown
Demi-God
Join Date: Mar 2004
Posts: 1,066
Look in the `loottable_entries` table in the database. Change the "probability" field to 100 for all records.
Once you're at a MySQL prompt, a simple SQL statement will do this for you:
Code:
UPDATE loottable_entries SET probability=100;
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
RangerDown
View Public Profile
Send a private message to RangerDown
Find all posts by RangerDown