Search found 4 matches
- Fri Jan 15, 2010 6:11 am
- Forum: Runes of Magic
- Topic: Auto upgrade/plus equipment addon problem
- Replies: 5
- Views: 6276
Re: Auto upgrade/plus equipment addon problem
No error message, just the results that I made in my second post.
- Fri Jan 15, 2010 5:19 am
- Forum: Runes of Magic
- Topic: Auto upgrade/plus equipment addon problem
- Replies: 5
- Views: 6276
Re: Auto upgrade/plus equipment addon problem
Not applicable. I only have one item equipped during the test to reduce chances of error.
- Wed Jan 13, 2010 7:32 pm
- Forum: Runes of Magic
- Topic: Auto upgrade/plus equipment addon problem
- Replies: 5
- Views: 6276
Re: Auto upgrade/plus equipment addon problem
Well, found the problem of why it wouldn't apply the jewel to the equipment. I have all bag slots and the addon only checked the first 60 slots. Changed the following
from:
function AU_GetJewelInBag(JewelName)
for bi = 1,60 do
to:
function AU_GetJewelInBag(JewelName)
for bi = 1,180 do
Here's ...
from:
function AU_GetJewelInBag(JewelName)
for bi = 1,60 do
to:
function AU_GetJewelInBag(JewelName)
for bi = 1,180 do
Here's ...
- Thu Dec 31, 2009 9:20 am
- Forum: Runes of Magic
- Topic: Auto upgrade/plus equipment addon problem
- Replies: 5
- Views: 6276
Auto upgrade/plus equipment addon problem
First, if I have posted this here in error, I apologize. If you could please redirect me to where I should post it?
I had found an addon before RoM version 2 came out that worked well. After the update it no longer works properly. I was wondering if someone here could help out as the original ...
I had found an addon before RoM version 2 came out that worked well. After the update it no longer works properly. I was wondering if someone here could help out as the original ...