FIXED -5 Mage crafted mage weapon property

Xan Swiftwind

Neophyte
Supporter
I recently made a warhammer that was crafted with -5 mage weapon property on it and I may be wrong but unless you changed things here, that's below the limit. Here's the pic of it:

1627465766875.png
 

Dan

Staff Member
Administrator
Game Master
I'm going to move this to general discussion since no source post or supporting information on caps or reforging.


If anyone has links to why this might be wrong please post below.
 

Dan

Staff Member
Administrator
Game Master
Okay and reforging dosent have an effect on that?

What runic? What reforging option? Steps to replicate?
 

Dan

Staff Member
Administrator
Game Master

Code:
        public static readonly int[][] MageWeaponTable =
        {
            new[] { 25, 20, 20, 20, 20, 15, 15 },
            new[] { 20, 20, 20, 15, 15, 15, 15 },
            new[] { 20, 15, 15, 15, 15, 15, 15 },
            new int[] { },
            new[] { 20, 20, 20, 15, 15, 15, 15 },
            new[] { 15, 15, 15, 15, 15, 15, 15 }
        };

Because, code wise, I can't see it yet.
 

Dan

Staff Member
Administrator
Game Master
How can I replicate what you did to get the -5?

What runic and reforging option were you using?
 
OP
X

Xan Swiftwind

Neophyte
Supporter
I was using a Dull Copper Runic to reforge it with Grand Artifice and Inspired Artifice: Exquisite/of Quality. Sorry I didn't say that sooner.
 

Dan

Staff Member
Administrator
Game Master
I was using a Dull Copper Runic to reforge it with Grand Artifice and Inspired Artifice: Exquisite/of Quality. Sorry I didn't say that sooner.
Thanks, code wise I don't see it. However if it spit that out, and reforging dosent change caps in anyway. I'll next have to try to replicate it myself while adding in break points code side to detect the location where the math diverts from what it should be doing.
 

RedBeard

Journeyman II
The Legend
Benefactor
Supporter
Had this happen with oak or ash saws on Bokutos. Mage weapon below -15
 

Dan

Staff Member
Administrator
Game Master
I think I got the math right but would appreciate another set of eyes.

Old
Code:
public static readonly int[][] MageWeaponTable =
        {
            new[] { 25, 20, 20, 20, 20, 15, 15 },
            new[] { 20, 20, 20, 15, 15, 15, 15 },
            new[] { 20, 15, 15, 15, 15, 15, 15 },
            new int[] { },
            new[] { 20, 20, 20, 15, 15, 15, 15 },
            new[] { 15, 15, 15, 15, 15, 15, 15 }
        };
-5, -10, -15

New
Code:
public static readonly int[][] MageWeaponTable =
        {
            new[] { 15, 10, 10, 10, 10, 5, 5 },
            new[] { 10, 10, 10, 5, 5, 5, 5 },
            new[] { 10, 5, 5, 5, 5, 5, 5 },
            new int[] { },
            new[] { 10, 10, 10, 5, 5, 5, 5 },
            new[] { 5, 5, 5, 5, 5, 5, 5 }
        };
-15, -20, -25.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
8 hours
Players Online
15
Houses
852
Vendors
297
Gold
5,025,484,680gp
Top Bottom