Author Topic: Detect Hidden Trainer  (Read 8531 times)

0 Members and 1 Guest are viewing this topic.

Offline Tommy BoyTopic starter

  • Jr. Member
  • **
  • Posts: 79
  • Activity:
    0%
  • Reputation Power: 2
  • Tommy Boy has no influence.
  • Respect: +14
  • Referrals: 0
    • View Profile
Detect Hidden Trainer
« on: March 10, 2012, 07:12:44 PM »
0
OK, this is the very first script I have ever submitted.  I just though this one would be useful to the typical non-scripter.

It's a very short and simple Detect Hidden skill trainer.  I had no luck finding one that isn't outdated or even worked well since the anti-macro code was removed.

It requires only that you buy 25.0 skill pts from the NPC Thief Guildmaster, although you could bypass this and train from zero skill if you wanted to.

It then requires only that you have a GM Tinker crafted and LOCKED box in your backpack.

The script will hide and keep you hidden and train Detect Hidden using the locked box.  It seems to work well in both public areas and/or in your house.  So far I've only tested it on the freeshard ABCUO, but I intend to give it a try on an EA/Mythic server as well

Code: [Select]
;==================================
; Script Name: ABCUO Detect Hidden Trainer
; Author: Tommy Boy
; Version: 1.0
; Client Tested with: 7.0.23.1 (Patch 65)
; EUO version tested with: 1.5 210
; Shard OSI / FS:  FS ABCUO
; Revision Date: 3/10/12
; Public Release: 3/10/12
; Global Variables Used: NONE
; Purpose: Trains Detect Hidden skill
;==================================

display Make sure you have a GM Tinker crafted, locked box in your backpack

chooseSkill Dete
set %currentskill #skill
if %currentskill < 250 2
  {
  display OK You need greater than 25.0 Detect Hidden to start this script.
  halt
  }

menu hideEUO
menu hide
display Target the Locked box
set #targcurs 1
waitfortarget:
if #targcurs = 1
  goto waitfortarget
finditem #ltargetid

gosub checkhidden

mainloop:

event macro 13 14
  target 3s
  event macro 22 0
  wait 6s
gosub checkhidden
gosub checkskill
goto mainloop


sub checkskill
chooseSkill Dete
if #skill = #skillCap
  {
  Display You've Reached Your SkillCap
  halt
  }
return

sub checkhidden
if H in #charstatus
  {
  return
  }
event macro 13 21
wait 11s
return

Hope you like it and I'm looking forward to any suggestions and/or criticism you may have.

Thanks,

Tommy Boy

Offline Hoby

  • Elite
  • *
  • *
  • Posts: 1344
  • Activity:
    0%
  • Reputation Power: 14
  • Hoby barely matters.Hoby barely matters.
  • Gender: Male
  • Respect: +79
  • Referrals: 1
    • View Profile
Re: Detect Hidden Trainer
« Reply #1 on: April 09, 2012, 09:48:45 AM »
0
Thanks for the script submission.  I look forward to trying it out.  Will post how it goes.  Have just started a stealth, tracking, archer, and I need to do tracking next. 
I like you, your death shall be quick and painless!!
I may have alzheimers, but at least I don't have alzheimers.
Walruses are like vampires, only awesome
Pwned-The total domination or shut down of a person or thing. 
I believe a hangover is gods way of saying you kicked ass last night!
Life's to short to remove usb safely.

Offline Tommy BoyTopic starter

  • Jr. Member
  • **
  • Posts: 79
  • Activity:
    0%
  • Reputation Power: 2
  • Tommy Boy has no influence.
  • Respect: +14
  • Referrals: 0
    • View Profile
Re: Detect Hidden Trainer
« Reply #2 on: April 09, 2012, 06:34:03 PM »
0
I've been too busy with work and traveling and the only UO time I've had I've spent on the ABCUO freeshard.

I still haven't had a change to test it out on EA servers.

Offline Gemviper

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Detect Hidden Trainer
« Reply #3 on: October 17, 2015, 12:09:24 AM »
0
0-GM in 28 hours by targeting a single poison trapped tinker box in my pack that I used to train healing with. There are probably faster ways but this script was light weight, easy to start/stop and didn't interfere with other things I was doing. I removed the 25 skill minimum on my version, it works from 0. No need for large numbers of chests or constantly changing of chests etc, my moving around was apparently enough with just 1 chest.

(I was watching an idoc, figured I may as well be gaining while doing it!)

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Detect Hidden Trainer
« Reply #4 on: October 17, 2015, 09:51:58 AM »
0
Congratulations your Script has been moved to Script library
(If you feel the script is in the wrong section please send me a pm.)

Thank you for your submission.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Detect Hidden Trainer
« Reply #5 on: October 17, 2015, 10:24:44 AM »
0
You can change  Shard OSI / FS:  OSI/FS ABCUO.     I use a GM dart trap box in my house in Malas and work wonder.  I only need to do one change. it the wait time change 6s to 11 s

Update: took me close to 3 days to GM this skill from 50.  Gain were real slow from 85 to 95 for me. 
« Last Edit: October 21, 2015, 04:21:59 AM by The Ghost »

Offline Gemviper

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Detect Hidden Trainer
« Reply #6 on: October 20, 2015, 07:43:36 PM »
0
Yes, I forgot to mention that too, the wait time is too short and makes it go slower, 11 seconds is perfect. You can also remove the hiding part of the script if you like, once hidden in your house you won't be revealed by the script itself.

Offline Tommy BoyTopic starter

  • Jr. Member
  • **
  • Posts: 79
  • Activity:
    0%
  • Reputation Power: 2
  • Tommy Boy has no influence.
  • Respect: +14
  • Referrals: 0
    • View Profile
Re: Detect Hidden Trainer
« Reply #7 on: December 22, 2018, 11:44:21 AM »
0
Sweet!  Thanks for adding this to the library. 

I haven't played in several years but am getting back into UO on EA servers.  Due to unable to connect to ABCUO server, I lost everything I'd built up there. 

Glad to see this works on EA shards too.

Tags: