View Single Post
  #6  
Old 02-10-2004, 11:19 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Start --> Run --> cmd
cd C:\mysql\bin
mysql -u root eq
UPDATE lootdrop_entries SET chance=99 WHERE chance=100;


Exact sequence you need to go through, this should work.

The SELECT count(*) query was just to see how many loot drops had their chance set to 100. Didn't change anything, just told me how many there were (1222.

Monrezz
__________________

kRPG Profile
Reply With Quote