Issue information

Issue ID
#4476
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 12, 2010 0:03
Last Post
Hercules Elf Bot
Mar 4, 2012 13:40
Confirmation
N/A

Hercules Elf Bot - Oct 12, 2010 0:03

Originally posted by [b]DawCZ[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4476

first problem:
This skill:
1986,Tatacho@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,6,0x3095,,,,,
makes tatacho aggressive. Is it alright? What does 0x3095 mean?

second one:
Many website db's (ratemyserver, amesani) says that Bradium Golem is passive and cast sensor (idle) (same mode as Alice - 0x91) but eAthena's Bradium Golem has aggressive mode same as Teddy Bear.. So which one is correct? (IMG:style_emoticons/default/smile.gif)

I'm using 14405 revision with fully updated mob_db and mob_skill_db.

This post has been edited by DawCZ: Oct 11 2010, 05:12 PM

Hercules Elf Bot - Dec 28, 2011 18:01

Originally posted by [b]Muad_Dib[/b]
[CODE]
//1986
mob TATACHO "Tatacho" MONSTER_TYPE_07 DEFAULT_WIDTH DEFAULT_HEIGHT DEFAULT_SPEED 1
return
//2024
mob BRADIUM_GOLEM "Bradium Golem" MONSTER_TYPE_20 DEFAULT_WIDTH DEFAULT_HEIGHT DEFAULT_SPEED 1
return
//2049
mob W_BRADIUM_GOLEM "Bradium Golem" MONSTER_TYPE_04 DEFAULT_WIDTH DEFAULT_HEIGHT DEFAULT_SPEED 1
return
[/CODE]

On renewal Bradium Golem got switched out for the warlock quest version and it does have another AI type then the original.

Hercules Elf Bot - Dec 28, 2011 21:29

Originally posted by [b]Kenpachi[/b]
[quote]Aegis/eA (description)
04: 0x3885 (angry, change-target melee/chase)
07: 0x108B (passive, looter, assist, change-target melee)
20: 0x3295 (aggressive, change-target melee/chase, cast sensor idle/chase)[/quote]

Tatacho and Bradium Golem (2024) are working as intended.
Bradium Golem (2049) has wrong mode. Must be 0x3885 instead of 0x3295.

This post has been edited by Kenpachi on Feb 19, 2012 10:27

Hercules Elf Bot - Feb 19, 2012 10:28

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15614].