11-11-2012, 01:55 PM
hello , in that little guide I'll tell you how to set your quest exp *10 , *100 , *1000 , or how many you want .
that example will set your exp quest *100 (x100)
create an empty .sql file and open it with notepad , than write in the file that strings :
UPDATE t_quest SET a_prize_data0 = a_prize_data0*100 WHERE a_prize_index0 = 0 and a_prize_type0 = 2 ;
UPDATE t_quest SET a_prize_data1 = a_prize_data1*100 WHERE a_prize_index1 = 0 and a_prize_type1 = 2 ;
UPDATE t_quest SET a_prize_data2 = a_prize_data2*100 WHERE a_prize_index2 = 0 and a_prize_type2 = 2 ;
I hope I've help someone

