Issue information

Issue ID
#6290
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 20, 2012 22:12
Last Post
Hercules Elf Bot
Jul 21, 2012 14:14
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Jul 20, 2012 22:12

Originally posted by [b]JoWei[/b]
Splendide field 2 should normally spawn special Naga ID 2047 and special Bradium Golem ID 2049 for Warlock Job Quest since these 2 items:

[CODE]
2796,Magical_Stone,Rocks,5,0,,200,,0,,0,0x00810204,7,2,136,,99,0,0,{ bonus2 bAddDamageClass,2047,10; bonus2 bAddDefClass,2048,-10; bonus3 bAddClassDropItem,6152,2047,70; },{},{}
2797,Magical_Stone_,Rocks,5,0,,200,,0,,0,0x00810204,7,2,136,,99,0,0,{ bonus2 bAddDamageClass,2049,10; bonus2 bAddDefClass,2050,-10; bonus3 bAddClassDropItem,6151,2049,70; },{},{}
[/CODE]

are used to get the special drops from the 2 special mobs as state in the following step for the job quest:

[quote]
5. Equip the two magical stone accessories you're given and hunt the special Naga and Bradium Golems on Splendide Field 2, which drop the Glittering Crystal and Giant Bradium Fragment, respectively. The items won't drop unless the accessories are equipped. The items are character bound; if the wrong character acquires one of the quest items, it will be permanently stuck on their account.
[/quote]

So these lines:

[CODE]
spl_fild02,0,0,0,0 monster Bradium Golem 2024,20,5000,0,0
spl_fild02,0,0,0,0 monster Naga 1993,20,5000,0,0
[/CODE]

Should be revert back to these lines:

[CODE]
spl_fild02,0,0,0,0 monster Bradium Golem 2049,20,5000,0,0
spl_fild02,0,0,0,0 monster Naga 2047,20,5000,0,0
[/CODE]

Source:
[url="http://irowiki.org/wiki/Warlock_Job_Change_Guide"]http://irowiki.org/w...ob_Change_Guide[/url]
[url="http://ratemyserver.net/re_mob_db.php?mob_id=2047&small=1&back=1"]http://ratemyserver.net/re_mob_db.php?mob_id=2047&small=1&back=1[/url]
[url="http://ratemyserver.net/re_mob_db.php?mob_id=2049&small=1&back=1"]http://ratemyserver.net/re_mob_db.php?mob_id=2049&small=1&back=1[/url]

This post has been edited by JoWei on Jul 20, 2012 22:17

Hercules Elf Bot - Jul 21, 2012 13:45

Originally posted by [b]Daegaladh[/b]
Yes, also we have to add those monsters to the pre-re mob_db, since rAthena supports having 3rd classes on pre-renewal.

This post has been edited by Daegaladh on Jul 21, 2012 13:47

Hercules Elf Bot - Jul 21, 2012 14:14

Originally posted by [b]Daegaladh[/b]
Fixed in [rev=16463]

Now it works on both RE and PRE-RE, because I added the mobs to the pre-re mob_db, and moved the spawns to the warlock script.
Then if you have pre-re, those spawns do not load by default, only if you uncomment the warlock script.

This post has been edited by Daegaladh on Jul 21, 2012 14:17