Changing Exp in sql

Play Now

mirlin6

Golden Oldie
Golden Oldie
Aug 11, 2004
532
3
104
United Kingdom
i want to change exp in my database so that it will make the rest of the exp for my server ive set it to 20 in kaori cript but my servers exp is 256 so need to put 56 in sql but not sure how to do it anyone tell me how it done i know its something to do with running a query but not sure what to do next

Thanks
mirlin6
 

MasterQ

LOMCN Veteran
Veteran
Loyal Member
Aug 6, 2006
462
0
42
London
Open Query on monster database.
24482018mh2.png

You have to type
UPDATE [dbo].[HL_Monster] SET Exp=Exp*2
31870705dj6.jpg

That would times the exp by two.
After you type in in right click the background at click Run. Then scroll down to the bottom of the mob table.
 
Upvote 0