c4c1n6kr3m1
c4c1n6kr3m1
i believe it's not translation file problem i remove all .po files since begining, and i rembember ever got the same problem
something like this ? ``` next if (($config{sellAuto} > 1) && ($item->{upgrade} || $item->{broken} || $item->{options} || $item->{cards})); ``` never been tested
@sctnightcore , yes this will disable selling items with an option parameter , about changing a25 to a* , i don't have an opinion , because i don't play kRO...
try bot on different computer or virtual machine to make sure problem is not in your computer since you said it's worked fine before
notOnAction teleport
onAction & notOnAction will work if AI is start with teleport, so will not work if ai is "equip,teleport" ( use equip first to cast teleport) unfortunately , AI "teleport"...
doCommand has limitation , from the source if (AI::isIdle || AI::is(qw(route mapRoute follow sitAuto take items_gather items_take attack skill_use))) i personally remove this line (from long time ago), and let...
btw sub processAutoSkillUse which process the useSelf_skill block , is kinda weird for me, because the limitation is allow the "teleport" ``` if (AI::isIdle || AI::is(qw(route mapRoute follow sitAuto take...
actually, i'm not 100% sure if this "notOnAction teleport" will make you free from this bug, since it is server side, but it will help u alot another bug from...
and after that , use macro