shield power #'s

AlbinoRhino

Active member
I happened to notice that the mafia gear changer reports the giant clay ashtray as having a power of 30, while api.php reports that it has a power of 60. Is there some way to get mafia to update power info for items ? I tried a "refresh all" with no luck.
 

Veracity

Developer
Staff member
The checkpowers command will look at all items with a power of 0, but specifically assumes that an item with a non-0 power is correct.
 

Veracity

Developer
Staff member
Hmm. Try "checkshields". That will check all shields, whether or not we think we know the power.
 

AlbinoRhino

Active member
Sweet ! Thank you ! Gear changer is now showing the correct power.

> checkshields

Looking at item #4951...
Looking at item #5074...
Shield "giant clay ashtray" power incorrect: 30 should be 60
Unknown item found: giant clay ashtray (5074, 713395816)
--------------------
5074 giant clay ashtray offhand all 200
5074 713395816 bigashtray.gif giant clay ashtray
giant clay ashtray 60 none shield
giant clay ashtray Muscle: +5, Damage Reduction: 3
--------------------
Looking at item #4665...
Looking at item #1932...
Looking at item #2062...
Looking at item #1613...
Looking at item #4951...
Looking at item #2093...
Looking at item #4665...
Looking at item #4389...
Looking at item #2090...
Looking at item #1630...
Looking at item #2518...
Looking at item #1937...
Looking at item #3915...
Looking at item #1614...
Looking at item #2034...
Looking at item #2584...
Shield power checked.
Requests complete.

Is it possible to pass an argument to "checkpowers" to just check and update a single item ? (e.g. "checkpowers 5074" or similar) ?
 

Veracity

Developer
Staff member
Not currently. Those are debugging commands, not really intended for frequent use, so only minimal effort was put into them.
 
Top