Do i have to recompile the proggram to make this patch working or just changing the pm files will do?
EDIT: I made the change but its not working, as i don't know how to compile the code, and i am under windows, can someone change it officially and, also update the item tables?
This is the change from iRO item ID tables, if someone can compile for me...
Code: Select all
# 11 Mar 2010 - instead of name, use nameID, names can be different for different servers
my $item;
if ($use_lvl == 1) {
#$item = $char->inventory->getByName("Fly Wing");
$item = $char->inventory->getByNameID(601) || $char->inventory->getByNameID(<12323>);
} elsif ($use_lvl == 2) {
#$item = $char->inventory->getByName("Butterfly Wing");
$item = $char->inventory->getByNameID(602) || $char->inventory->getByNameID(<12324>);
}
because useSelf_item is not working for me..