Issue information

Issue ID
#5931
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 4, 2012 13:16
Last Post
Hercules Elf Bot
Jun 12, 2012 9:51
Confirmation
N/A

Hercules Elf Bot - Jun 4, 2012 13:16

Originally posted by [b]Aleos[/b]
Shouldn't Bestry downgrade items by 3 rather than 1? Per [url=http://www.irowiki.org/wiki/Refinement_System#Upgrades_beyond_.2B10]iRO Wiki[/url] it should, but the current script function that removes the refine levels only goes down by 1:
[code]/*==========================================
* Downgrades an Equipment Part by -1 . [Masao]
*------------------------------------------*/
BUILDIN_FUNC(downrefitem)[/code]
The only refinement NPCs that should go down by one are the HD Bradium/Carnium refiner (Dwarf Mighty Hammer) and the HD Ori/Elu Cash items.

Maybe the downrefitem function should allow a number to be passed in to allow for specific amounts of downgrade.

This post has been edited by Aleos on Jun 4, 2012 13:17

Hercules Elf Bot - Jun 4, 2012 14:15

Originally posted by [b]Masao[/b]
As i said before on another topic like that, the Bestry script works like that. It does downgrade an Equipment only by -1 and not -3 according to the file we have.

Remember iRO Wiki states things according to the iRO Server and as which many of us know iRO != kRO, iRO does not follow kRO 1:1 and does many times some custom changes to their needs / likenings.

So i guess it's just one of their changes in order to get more money from the cashshop they have, to make customers buy the HD minerals instead of using the casual minerals to refine / upgrade.

One indication of that is, that i can't find any relation of an Mighty Dwarf Hammer NPC on kRO which behaves like the one on iRO as well as i can't find the NPC in the files we have, so again I assume this is a custom thing / NPC made by iRO.

But i'll talk with the Devs. about an addition of an optional parameter to set how many times an equipment should be downgraded.

This post has been edited by Masao on Jun 4, 2012 14:57

Hercules Elf Bot - Jun 4, 2012 14:29

Originally posted by [b]Aleos[/b]
Ah, I guess it makes sense. Thanks for the clarification!