[Release]Anti-Compose Bot NPC

09/25/2009 14:09 zuikislol#16
but the npc dont move, or does it? even if it does move by how much? by 001 cord? or more?
08/02/2010 02:20 Andrew1991#17
bro this didnt work for me :S my composer wont work and the programe wat came with it wont work i dont even know where it goes
05/10/2012 21:45 Jack Sparrow#18
i have installed this and didnt get it to work , the composer doesnt work anymore , may you please post a sql that remove that anti bot and brings the composer to normal ? thanks
05/11/2012 00:21 funhacker#19
Quote:
Originally Posted by Jack Sparrow View Post
i have installed this and didnt get it to work , the composer doesnt work anymore , may you please post a sql that remove that anti bot and brings the composer to normal ? thanks
Be sure to get that to you in 24hours, sorry...

I looked at this, I think your problem is the cq_task table.

I have default values in place for all the required fields.

If you're lazy just run the following:

Code:
update cq_task
set
sex = 999,
min_pk = -100000,
max_pk = 100000,
team = 999,
marriage = -1;
otherwise, change your default values for each of those fields to the values shown above and then re-run the queries again :)
05/11/2012 20:27 Jack Sparrow#20
yeah i just noticed these values in the cq-task were all empty /
Thank you so much :)