Author Topic: Trailmyx's Artifact Monitor  (Read 26223 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • 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: Trailmyx's Artifact Monitor
« Reply #30 on: December 26, 2014, 06:08:49 PM »
0
There are bits of code here and there for that.  Here is some test code I wrote a long time ago that you can use.  No guarantees and you are totally on your own with the usage and implementation.

One note is this uses your character's context menu, so you need to be sure to change the value of the line passed to the sub HandleConextMenu.  Right now it's set to 3, but this might be different depending on what line you find your "Insure Item".

Code: [Select]
set %item XXYYZ1
gosub InsureItem NULL %item
stop

; %1 InsureItem
; %2 #LTARGETID of item to insure
sub InsureItem
  set %insure_item %2
  gosub HandleContextMenu NULL 401 262 3 ; click self
  target 10s
  set #LTARGETID %insure_item
  event macro 22 0 ; last target
  target 10s
  key ESC
return

; %1 HandleContextMenu
; %2 click x location
; %3 click y location
; %4 line number
sub HandleContextMenu
  set %xx %2
  set %yy %3
  set %line_number %4
  click %xx %yy mc
  gosub GumpWait normal_gump NULL
  set %clickxposition #CONTPOSX + 23
  set %clickyposition #CONTPOSY + ( 20 * %line_number )
  click %clickxposition %clickyposition mc
return
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Ketchup

  • Full Member
  • ***
  • Posts: 138
  • Activity:
    0%
  • Reputation Power: 3
  • Ketchup has no influence.
  • Respect: +18
  • Referrals: 0
    • View Profile
Re: Trailmyx's Artifact Monitor
« Reply #31 on: December 26, 2014, 07:46:46 PM »
0
Thank you! Very! Much! merry Christmas!
another question, what is this targeting to insure?
sorry, I should of just put more info and sorry for being "needy" My item insure toggle is on the 7th row after I click myself and how do I make it insure what it's alerted me for
« Last Edit: December 26, 2014, 08:42:04 PM by recoelgred »

Offline valen

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • valen has no influence.
  • Respect: +1
  • Referrals: 1
    • View Profile
Re: Trailmyx's Artifact Monitor
« Reply #32 on: November 18, 2015, 05:43:47 PM »
0
I can't get this one to work for some reason. it doesn't scan my journal it seems because i had it running and got a minax arty and it didnt do anything. am i missing an add on?

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • 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: Trailmyx's Artifact Monitor
« Reply #33 on: November 18, 2015, 06:37:17 PM »
0
it's looking for "a special artifact" somewhere in your journal.  Just be sure that's what's output.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline valen

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • valen has no influence.
  • Respect: +1
  • Referrals: 1
    • View Profile
Re: Trailmyx's Artifact Monitor
« Reply #34 on: November 18, 2015, 07:16:01 PM »
0
Ah ok i believe minax says a reward item instead. quite possibly why haha.

Offline Dan123The123Man

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • Dan123The123Man has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Trailmyx's Artifact Monitor
« Reply #35 on: February 03, 2016, 08:39:44 AM »
0
Valen were you ever able to get it to insure the minax arties for you?

Offline valen

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • valen has no influence.
  • Respect: +1
  • Referrals: 1
    • View Profile
Re: Trailmyx's Artifact Monitor
« Reply #36 on: March 04, 2016, 08:36:34 PM »
0
No i wasn't sorry for late reply. been without internet for awhile.

Tags: TrailMyx