Lineage 2 Tower Forum

Full Version: Mage config
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all, i ve found the thread i need to set up my feoh bot.

Link here :
http://forum.l2tower.eu/thread-free-skil...gin%2Bmage


Works Fine BUT the bot don t change target fast

description
1- Target
2- nuke nuke nuke as i follow instructions (works fine)
3- Stay on the dead target untill it disappear.

I ve read, but dunno what to do, someone can help me?

ty
Thanks for the pluggin but

1- now it change target
2- nuke don t work anymore (plugin /addnuke don t work anymore.

Question :

a) Can I run 2 pluggin in same time? It seems not
b) Is there away to use your pluggin with changing target and continue nuke?


thx for help
/addnuke
/targetfix

use both plugins (search)
I use this little SCRIPT in order to change target fast instead of waiting for monster to disappear...

SCRIPT:

    LUA Programming
repeat
 if(GetTarget()~=nil) then
 if(GetTarget():IsAlikeDeath() )
	then
 ClearTargets();
 --CancelTarget(false);
 Sleep(900);
 end;
 end
 Sleep(500)
 
until false

thx i will test it too.
not working :ยง change target it really tooo slow Sad
2- nuke don t work anymore (plugin /addnuke don t work anymore.
Post in here your script /addnuke
With /targetfix u dont need anything more, so if this one works, u need to fix addnuke
no you are doing something wrong, addnuke and targetfix are working fine, you are doing something wrong in gui config
Reference URL's