Lineage 2 Tower Forum

Full Version: Any way of skipping mobs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is there any way to make the bot not attack i.e tressure chests?
/target the mobs you dont want to hit and /ignore
/xcfg helps too
Thanks! Smile

(02-04-2015 21:30 PM)TheQQmaster Wrote: [ -> ]/xcfg helps too

It gives an error code ... any idea why? :/
net framework or visual c+ issue
(02-04-2015 22:35 PM)Haniack Wrote: [ -> ]Thanks! Smile

(02-04-2015 21:30 PM)TheQQmaster Wrote: [ -> ]/xcfg helps too

It gives an error code ... any idea why? :/

in w8.1 had to unblock files, security shit
If you want to not load those mobs at all you can always packetblock npcspawn packet, filtering with npcid / monsterid / name in a plugin.

I do that to not load any players / npcs I won't use with that bot and works awesome, much much less ram usage and I don't have to deal with /ignores at all.
I have another question, how do I get the bot to auto attack if it's not a mage?
(02-05-2015 20:56 PM)Haniack Wrote: [ -> ]I have another question, how do I get the bot to auto attack if it's not a mage?
    LUA Programming
if GetMe():GetClass() == --[[fighter class]] then
--enable auto attack
end

(02-05-2015 21:12 PM)tophersoccer Wrote: [ -> ]
(02-05-2015 20:56 PM)Haniack Wrote: [ -> ]I have another question, how do I get the bot to auto attack if it's not a mage?
    LUA Programming
if GetMe():GetClass() == --[[fighter class]] then
--enable auto attack
end


Sorry, i'm a big noob, how do Iget the code onto the bot?
Pages: 1 2
Reference URL's