Sql Command For Lowering Exp on mobs?

Demonic

LOMCN VIP
VIP
Dec 1, 2003
1,806
2
185
In SQL Manager - open up Monster DB and press the little SQL button, paste the following in to change the whole DB.

UPDATE Monster
SET Exp = Exp * 2

you right click the code window to select run and of course the * 2 can be changed to whatever number you want.
 
Upvote 0

dreamcatcherei

Dedicated Member
Dedicated Member
Jan 2, 2004
126
0
62
Demonic said:
In SQL Manager - open up Monster DB and press the little SQL button, paste the following in to change the whole DB.

UPDATE Monster
SET Exp = Exp * 2

you right click the code window to select run and of course the * 2 can be changed to whatever number you want.

i need to lower the x exp not increase it O.o
 
Upvote 0