sorry..ur server is autoep so think..many of autoep using a monster to start the action..so why not using this script to your VIP monster(VIP MONSTER ONLY) ;)
Code:
delete from cq_action where id <=8378002 and id <=8378009;
insert into cq_action (id,id_next,id_nextfail,type,data,param) values
(8378002, 8378006, 8378003, 5001, 0, '== 4'),
(8378003, 8378007, 8378004, 5001, 0, '== 5'),
(8378004, 8378008, 8378005, 5001, 0, '== 6'),
(8378005, 8378009, 0, 5001, 0, '== 7'),
(8378006, 0, 0, 1001, 0, 'e_money += 10'),
(8378007, 0, 0, 1001, 0, 'e_money += 20'),
(8378008, 0, 0, 1001, 0, 'e_money += 30'),
(8378009, 0, 0, 1001, 0, 'e_money += 40');
edit here down here..
Code:
update cq_monstertype set action = 8378002 where id = [COLOR="Red"]10001[/COLOR];
change the red number to ur vip monster id;)