Page 1 of 2

APPROVED: Gump that displays char's AOS bonuses

Posted: Mon Sep 01, 2008 3:44 pm
by Repose
My first private shard that I played on had this wonderful feature that was activated with [aosprops.

This brought up a gump showing totals for just about everything armor could give you, and made fine tuning a suit (or just showing off) a breeze.

I would love it if we could get that here =3

Re: Complete Total of Props

Posted: Mon Sep 01, 2008 3:51 pm
by Harabakc
Totals you could get, or totals you current have?

Re: Complete Total of Props

Posted: Mon Sep 01, 2008 7:37 pm
by Repose
It was totals of all of the gear you had; it listed:
  • Bonus stats
    Total LRC
    Total FC/FCR
    Total LMC
    etc.
pretty much it had a bunch of stuff that you couldn't see on your expanded status (alt+s)

Re: Complete Total of Props

Posted: Mon Sep 01, 2008 8:29 pm
by Harabakc
Ah ok, sounds cool.

Re: Complete Total of Props

Posted: Tue Sep 02, 2008 5:39 am
by +Colibri
Sounds good yea... takes away the manual calculation of each item. I like this idea, not sure when there will be time to realize it... if not me, maybe one of our staffmembers would like to script this one up.

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Sep 24, 2008 9:19 am
by LordGaav
If you can provide me with a list of possible AOS bonuses, I might take a look at it.

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Sep 24, 2008 9:36 am
by +Colibri
Check the script Misc/AOS.cs

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Sep 24, 2008 10:10 am
by OldManAlewar
you will need GET()'ers modified into all base clothing armors and wearable items (because they're private properties)

also:
http://uo.stratics.com/content/arms-arm ... erties.php

so it will either turn into a very large clunky stat-by-stat script or e messy foreach furball of epic proportions :)

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Sep 24, 2008 10:20 am
by LordGaav
we have ways of making private properties talk >:)

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Jan 07, 2009 10:56 pm
by Cree A'dor
I found one. :D

Click Here

We can always add more to it too. :D

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Sat Mar 28, 2009 3:26 am
by Tigerstorm
just bumping this up :P

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Sun Mar 29, 2009 7:28 pm
by Bubba Ho Tep
Up Up Up it goes!

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Wed Apr 08, 2009 2:17 pm
by Natilla
Until Coli gets around to adding this in, you can always use the nifty EasyUO script called NaborStats. Lists just about everything you can think of. http://www.easyuo.com/forum/viewtopic.php?p=59478#59478 Happy Analyzing! :geek:
I can show you a screenie if requested. I used it to build an "almost" 70 suit for my bio. Worked great.

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Tue Jun 16, 2009 6:15 am
by Raven197
I was on a server that used this script, worked very nice

http://www.runuo.com/forums/custom-scri ... rgump.html

basically you just type [armorgump and a box comes up showing you things like LRC, FC, FCR, SSI, Resists, etc etc. Very clean too

Re: APPROVED: Gump that displays char's AOS bonuses

Posted: Sun Jun 21, 2009 4:13 pm
by BlaZe
Raven197 wrote:I was on a server that used this script, worked very nice

(link)

basically you just type [armorgump and a box comes up showing you things like LRC, FC, FCR, SSI, Resists, etc etc. Very clean too
Wow.. that's pretty nice. I was thinking about writing a EasyUO script that did pretty much the same thing, but after brief consideration I realized the amount of work I was looking at was extraordinary.


I noticed this is written by one of my favorite EUO authors, RoadKill. If his C# skills are anything like what he's published for EUO, I'm sure its some fantastic work.