example of autoep:
the only thing u need to edit is the red number
Code:
insert into cq_action values
(8378007, [COLOR="Red"]0[/COLOR], 0, 1001, 0, 'e_money += 50);
so if u need to make both of autoep and autopp u need to do something like this..
Code:
insert into cq_action values
(8378007, [COLOR="Red"]8378008[/COLOR], 0, 1001, 0, 'e_money += 50), <--this for EP
([COLOR="Red"]8378008[/COLOR], 0, 0, 1001, 0, 'emoney2 += 50); <--this for PP
NOTE: after this action number(8378007) it will go to (8378008) action number..