Page 1 of 1

Loot=false

Posted: Sat Jun 01, 2013 6:48 am
by cokebot
these are the options in the onload of my wp, but my bot still loot.

changeProfileOption("LOOT", false);
changeProfileOption("LOOT_IN_COMBAT", false);
changeProfileOption("LOOT_ALL", false)

any idea why?

Re: Loot=false

Posted: Sat Jun 01, 2013 8:57 am
by rock5
Do you have any other code in onskillcast or onleavecombat or any other code that might do the "Attack" function that might cause it to loot?

Re: Loot=false

Posted: Mon Jun 03, 2013 5:43 am
by cokebot
onleavecombat
i have this userfunction, but it don't have any loot option as you know:
catchCavy("cavy");

all the others like onskillcast don't have any command

Re: Loot=false

Posted: Mon Jun 03, 2013 5:47 am
by rock5
Strange. Does it work if you set those options in your profile?

Are you loading a profile somewhere in your wp file that would overwrite these settings?

Re: Loot=false

Posted: Mon Jun 03, 2013 8:33 am
by cokebot
nothing like this, only thing is that i load this waypoint with an other and not manual, i will test if this cause the problem, but the bot write in the micromacro window loot false.

Edit: When i load the wp manualy it is still looting, tells me loot changed from true to false, but doesn't effect.