Tatachos aggressive?

This stuff has been addressed. If you want to add information or such, do so.
Locked
User avatar
Haelstrom
Bomb Poring
Bomb Poring
Posts: 257
Joined: Sun Oct 18, 2009 2:49 pm
Location: Indiana.
Contact:

Tatachos aggressive?

Post by Haelstrom »

http://svn.eathena.ws/bugs/timeline" TARGET="_blank

Last Tatacho change I've seen had them change from Demi-Human to Brute (which kinda sucked but was understandable) on the 2nd, yet after the patch today for Amistr, they're aggressive now when they never were before. They used to be the one non-aggressive mob on the map.

The sub-minions of the Mammoth are aggressive for obvious reasons, but regular ones have never been Aggressive.

There anywhere where this change was listed, or is this unintentional?
Image
User avatar
Kiana
Administrator
Administrator
Posts: 473
Joined: Sat Jul 25, 2009 7:09 pm

Re: Tatachos aggressive?

Post by Kiana »

This has been fixed. Thank you for the report.
Image
User avatar
Koma
Administrator
Administrator
Posts: 708
Joined: Sat Jul 25, 2009 7:05 pm

Re: Tatachos aggressive?

Post by Koma »

Indeed, this was not intentional, and it probably is a bug on eAthena's behalf as well.

Tatachos were completely untouched with this week's update as far as their mob modes go:

Code: Select all

1986,TATACHO,Tatacho,Tatacho,106,39311,0,23700,13825,1,10000,11000,20,17,106,40,30,25,115,6,10,12,1,2,22,0x108B,150,900,672,480,0,0,0,0,0,0,0,0,6020,4000,579,3000,516,3000,6021,3000,1544,20,1925,10,0,0,0,0,0,0,0,0

Note the "0x108B" which is the sum of these values:
MD_CHANGETARGET_MELEE | 0x1000 |   4096
MD_CANATTACK          | 0x0080 |    128
MD_ASSIST             | 0x0008 |      8
MD_LOOTER             | 0x0002 |      2
However, the aggro nature was being triggered improperly by the skill database instead which was included in the eAthena updates. This week's set of eAthena updates are filled with quite a few exploits and bugs that we tried to seal off before they caused an issue. Looks like this one got away up until now.

The precise change that caused this?

Code: Select all

1986,Tatacho@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,6,0x3095,,,,
Locked