Issue information

Issue ID
#5498
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Mar 24, 2012 7:29
Last Post
Hercules Elf Bot
Apr 20, 2012 6:30
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Mar 24, 2012 7:29

Originally posted by [b]Kaito_Kid[/b]
According to IRO - Ranger's Trap Skills:

Magenta Trap - [url="http://irowiki.org/wiki/Magenta_Trap"]http://irowiki.org/wiki/Magenta_Trap[/url]
Cobalt Trap - [url="http://irowiki.org/wiki/Cobalt_Trap"]http://irowiki.org/wiki/Cobalt_Trap[/url]
Maze Trap - [url="http://irowiki.org/wiki/Maze_Trap"]http://irowiki.org/wiki/Maze_Trap[/url]
Verdure Trap - [url="http://irowiki.org/wiki/Verdure_Trap"]http://irowiki.org/wiki/Verdure_Trap[/url]
Fire Trap - [url="http://irowiki.org/wiki/Fire_Trap"]http://irowiki.org/wiki/Fire_Trap[/url]
Ice Trap - [url="http://irowiki.org/wiki/Fire_Trap"]http://irowiki.org/wiki/Fire_Trap[/url]


It says that they should be cast near or under the target.

From the skill_unit_db.txt
[CODE]
2249,0xd2, , 0, 1,1000,enemy, 0x026 //RA_MAGENTATRAP
2250,0xd3, , 0, 1,1000,enemy, 0x026 //RA_COBALTTRAP
2251,0xd4, , 0, 1,1000,enemy, 0x026 //RA_MAIZETRAP
2252,0xd5, , 0, 1,1000,enemy, 0x026 //RA_VERDURETRAP
2253,0xd6, , 0, 1,1000,enemy, 0x006 //RA_FIRINGTRAP
2254,0xd7, , 0, 1,1000,enemy, 0x006 //RA_ICEBOUNDTRAP
[/CODE]

It should be
[CODE]
2249,0xd2, , 0, 1,1000,enemy, 0x022 //RA_MAGENTATRAP
2250,0xd3, , 0, 1,1000,enemy, 0x022 //RA_COBALTTRAP
2251,0xd4, , 0, 1,1000,enemy, 0x022 //RA_MAIZETRAP
2252,0xd5, , 0, 1,1000,enemy, 0x022 //RA_VERDURETRAP
2253,0xd6, , 0, 1,1000,enemy, 0x002 //RA_FIRINGTRAP
2254,0xd7, , 0, 1,1000,enemy, 0x002 //RA_ICEBOUNDTRAP
[/CODE]

This post has been edited by Kaito_Kid on Mar 24, 2012 7:30

Hercules Elf Bot - Mar 28, 2012 4:44

Originally posted by [b]Ind[/b]
Moving to databases.

Hercules Elf Bot - Apr 11, 2012 5:47

Originally posted by [b]Ind[/b]
Fixed in [rev=15850]