Lineage 2 Tower Forum

Full Version: mage sit when no mob´s
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
how i set sit me mage when is no mob´s in poligon and set stand when mobs in poligon > 0


poligon_poin1 x, y, z
poligon_poin2 x, y, z
poligon_poin3 x, y, z
poligon_poin4 x, y, z

If mobListInPoligon = 0
CHAT_TELL sit
end

If mobListInPoligon < 0
CHAT_TELL stand
end
(09-28-2013 13:45 PM)freemanpro Wrote: [ -> ]http://forum.l2tower.eu/thread-command-list-17-4-2012

Thanks Smile
ok, i find first step:


/////Sets TAGER MODE: 0-disabled, 1-by Range, 2-by Point, 3-by Polygon
targetMobMode 3
/////POLIGON SET/////
mobTargetPolyPointAdd x y z
mobTargetPolyPointAdd x y z
mobTargetPolyPointAdd x y z
mobTargetPolyPointAdd x y z

I no find command for mob in poligon :/
cut you help me pelase with this command?
Reference URL's