*RO | SVN 6536 | all auto equip not working

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
littlewens
Perl Monk
Perl Monk
Posts: 11
Joined: 22 Apr 2008, 03:46
Noob?: No

*RO | SVN 6536 | all auto equip not working

#1 Post by littlewens »

Hello, here are my config.txt settings:

Code: Select all

...
teleportAuto_useSkill 3
...
teleportAuto_equip_rightAccessory Belt [Creamy] [1]
...
At the first, I unequipped the Belt [Creamy] [1], and then type "tele". The console showed that I don't have teleport skill or Fly Wing. It didn't auto equip the Belt. It didn't work with the attackSkillSlot_$i_equip_* and equipAuto blocks either.

I found maybe something was wrong with this file: src/Actor/Item.pm, so I only changed this file back to version 2.0.6, and all auto equip functions work fine again.

Could you help to fix it? Thank you for your best working! =)

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: *RO | SVN 6536 | all auto equip not working

#2 Post by Technology »

Yes i know this...

Since sub get has been fixed in item.pm, sub bulkEquip is not working properly anymore.
I believe that this is because someone making a hack for bulkEquip to make up for the REAL bug in sub get.
And this with $skipIndex, an option wich wouldn't even be neccesary with the fixed sub get we've got now.
So, i'm pretty sure that the problem lies in sub bulkEquip, not in sub get.

[EDIT 1]
Ok, i was able to make a quick fix here.
While not even using the $skipIndex "hack", still managed to equip the right gear in the right spot.

And i know that the $notEquipped was not originally designed for what i'm using it for.
But seems to be a clean way to get the job done.

So i'm going to refine that code, and then i'll commit it when i have time.
And make equiping gears fully functional !

[EDIT 2]
it should be fixed in SVN version, please try it Littlewens.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Locked