[HELP]Delete anti macro composing system

03/03/2013 16:51 lukmandzul#1
how to delete anti macro system composing in my server
03/06/2013 16:41 magewarior2#2
go to cq_npc and change the starting ID
03/07/2013 04:26 lukmandzul#3
starting ID?? like this ----> ID=200 change to ID=00
03/07/2013 06:25 magewarior2#4
yes if id "00" is the composing screen.

also, add the id into cq_task.

(normally it would be already in there)


i guess its an id around the 800000 not sure ...

my tip for you is: try it, and test it.
03/07/2013 13:14 lukmandzul#5
I'm so afraid if it affect my database .. so can I delete all the script below ..

03/07/2013 18:03 magewarior2#6
Quote:
Originally Posted by lukmandzul View Post
I'm so afraid if it affect my database .. so can I delete all the script below ..
just change the "next_id" so you do not destroy a thing ..
03/08/2013 01:02 lukmandzul#7
Quote:
Originally Posted by magewarior2 View Post
just change the "next_id" so you do not destroy a thing ..
cq_action or cq_task, i'm really confused about it
03/08/2013 10:30 Soul[PM]#8
delete from cq_action where id >= 4007360 and id <= 4007367;
delete from cq_action where id >= 4007500 and id <= 4007597;
if you want delete full system use this :D

but if you want change it to other thing you must try it and test it as magewarior2 did say .....and before making any thing make sure to make backup to your DB & Client :D
03/08/2013 13:19 lukmandzul#9
now i'm find a thread like me -->[Only registered and activated users can see links. Click Here To Register...]

thx to all epvper member for reply my thread.. :)