Jump to content
  • 0

Mob Agro Range


Bobi

Question

Hello im trying to do small group of monster and if you hit 1 group and another is in the range to attack too
im using acis and atm i have setup like this but when i hit 1 group other are no coming even if they are so close to each other

 

<npc id="60026" idTemplate="20168" name="leader" title="">
		<set name="level" val="80"/>
		<set name="radius" val="14"/>
		<set name="height" val="35"/>
		<set name="rHand" val="6613"/>
		<set name="lHand" val="6721"/>
		<set name="type" val="L2Monster"/>
		<set name="exp" val="300000"/>
		<set name="sp" val="3000"/>
		<set name="hp" val="7000"/>
		<set name="mp" val="1674.8"/>
		<set name="hpRegen" val="8.5"/>
		<set name="mpRegen" val="3"/>
		<set name="pAtk" val="470.537548504614"/>
		<set name="pDef" val="441.375"/>
		<set name="mAtk" val="662.751329129412"/>
		<set name="mDef" val="349.80341"/>
		<set name="crit" val="4"/>
		<set name="atkSpd" val="453"/>
		<set name="str" val="40"/>
		<set name="int" val="21"/>
		<set name="dex" val="20"/>
		<set name="wit" val="20"/>
		<set name="con" val="43"/>
		<set name="men" val="20"/>
		<set name="corpseTime" val="1"/>
		<set name="walkSpd" val="45"/>
		<set name="runSpd" val="210"/>
		<set name="dropHerbGroup" val="0"/>
		<set name="attackRange" val="80"/>
		<ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="1500" clan="all_elemental_clan" clanRange="1500" canMove="true" seedable="false"/>
		<skills>
			<skill id="10006" level="1"/>
			<skill id="4045" level="1"/>
			<skill id="4416" level="13"/>
			<skill id="10011" level="1"/>
		</skills>
		<drops>
			<category id="0">
				<drop itemid="57" min="150580" max="199580" chance="900000"/>
			</category>
		</drops>
		<minions>
			<minion id="60029" min="1" max="4"/>
			<minion id="60028" min="1" max="4"/>
		</minions>
	</npc>
		<npc id="60029" idTemplate="21088" name="Gurad" title="">
		<set name="level" val="80"/>
		<set name="radius" val="14"/>
		<set name="height" val="35"/>
		<set name="rHand" val="6613"/>
		<set name="lHand" val="6721"/>
		<set name="type" val="L2Monster"/>
		<set name="exp" val="300000"/>
		<set name="sp" val="3000"/>
		<set name="hp" val="7000"/>
		<set name="mp" val="1674.8"/>
		<set name="hpRegen" val="8.5"/>
		<set name="mpRegen" val="3"/>
		<set name="pAtk" val="470.537548504614"/>
		<set name="pDef" val="441.375"/>
		<set name="mAtk" val="662.751329129412"/>
		<set name="mDef" val="349.80341"/>
		<set name="crit" val="4"/>
		<set name="atkSpd" val="453"/>
		<set name="str" val="40"/>
		<set name="int" val="21"/>
		<set name="dex" val="20"/>
		<set name="wit" val="20"/>
		<set name="con" val="43"/>
		<set name="men" val="20"/>
		<set name="corpseTime" val="1"/>
		<set name="walkSpd" val="45"/>
		<set name="runSpd" val="210"/>
		<set name="dropHerbGroup" val="0"/>
		<set name="attackRange" val="80"/>
		<ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="1500" clan="all_elemental_clan" clanRange="1500" canMove="true" seedable="false"/>
		<skills>
			<skill id="10006" level="1"/>
			<skill id="4045" level="1"/>
			<skill id="4416" level="13"/>
			<skill id="10011" level="1"/>
		</skills>
		<drops>
			<category id="0">
				<drop itemid="57" min="150580" max="199580" chance="900000"/>
			</category>
		</drops>
	</npc>
		<npc id="60028" idTemplate="21091" name="Gurad" title="">
		<set name="level" val="80"/>
		<set name="radius" val="14"/>
		<set name="height" val="35"/>
		<set name="rHand" val="0"/>
		<set name="lHand" val="0"/>
		<set name="type" val="L2Monster"/>
		<set name="exp" val="300000"/>
		<set name="sp" val="3000"/>
		<set name="hp" val="7000"/>
		<set name="mp" val="1674.8"/>
		<set name="hpRegen" val="8.5"/>
		<set name="mpRegen" val="3"/>
		<set name="pAtk" val="470.537548504614"/>
		<set name="pDef" val="441.375"/>
		<set name="mAtk" val="662.751329129412"/>
		<set name="mDef" val="349.80341"/>
		<set name="crit" val="4"/>
		<set name="atkSpd" val="453"/>
		<set name="str" val="40"/>
		<set name="int" val="21"/>
		<set name="dex" val="20"/>
		<set name="wit" val="20"/>
		<set name="con" val="43"/>
		<set name="men" val="20"/>
		<set name="corpseTime" val="1"/>
		<set name="walkSpd" val="45"/>
		<set name="runSpd" val="210"/>
		<set name="dropHerbGroup" val="0"/>
		<set name="attackRange" val="80"/>
		<ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="1500" clan="all_elemental_clan" clanRange="1500" canMove="true" seedable="false"/>
		<skills>
			<skill id="10006" level="1"/>
			<skill id="4045" level="1"/>
			<skill id="4416" level="13"/>
			<skill id="10011" level="1"/>
		</skills>
		<drops>
			<category id="0">
				<drop itemid="57" min="150580" max="199580" chance="900000"/>
			</category>
		</drops>
	</npc>
	
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...