Author Topic: uninsured items  (Read 3252 times)

0 Members and 1 Guest are viewing this topic.

Offline acidburnTopic starter

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 0
  • acidburn has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
uninsured items
« on: August 25, 2008, 03:32:41 AM »
0
So whilst in a particularly evil mood I came up with the idea of a script which worked like a suit calculator but checked on the armours insurance status.
not ironed out all the details yet, but once started i thought it could scan all players which appeared on screen and checked for non-insured/blessed armour, and fire up and alert message for any potentials.
anyone dabbled before or got any advice on where to start?
works killing my playing time, but I've been coding quite a lot.
thanks

Offline OMGBurgers

  • Hero Member
  • *
  • Posts: 800
  • Activity:
    0%
  • Reputation Power: 7
  • OMGBurgers has no influence.
  • Respect: +44
  • Referrals: 0
    • View Profile
Re: uninsured items
« Reply #1 on: August 25, 2008, 04:29:06 AM »
0
hm id assume finditem on players first
if found set as #lobjectid, event macro 17 to get paperdoll

next do a while #contid = xxxx (the found playersid)
{
do a finditem * C_ , #contid (of the player)
if #findkind = -1 ------>break
event property #findid
if insured notin #property------>alert
else ignoreitem #findid
}

i guess something simple like that

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: uninsured items
« Reply #2 on: August 25, 2008, 10:32:23 AM »
0
Check out my Paperdoll Totalizer HERE.  It lets you know what's what in your paperdoll, or even a container.  It also checks your current suit repair status.

You might get some ideas from it.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: uninsured items
« Reply #3 on: August 25, 2008, 02:20:20 PM »
0
Check out my Paperdoll Totalizer HERE.  It lets you know what's what in your paperdoll, or even a container.  It also checks your current suit repair status.

You might get some ideas from it.

I use this script all the time.. Its one of my Preloaded Tabs at all times.

Tags: