Author Topic: TrailMyx's Disguise Kit Commander  (Read 31521 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #15 on: February 23, 2009, 01:59:23 PM »
0
I dunno, does it?  :)

First:
I'm not being evasive; but when I script, I generally run something 100s of times and slowly debug things as I go.  The only way you'll know it really works is just to try it. 

On thing you'll find when you script is that you spend probably 10% of your time actually scripting, and 95% of your time debugging (math error intentional....)

Second:
Please check with 12X to make sure it's ok to re-post his code.  It's not good form here to post the work of other without their permission..

Third:
In order to wrap your posted code, you need code tags.  For that you wrap the posted code with {code] and {/code] (replace "{" with "[")

Please read the ScriptUO site RULES
Come play RIFT with me!

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #16 on: February 23, 2009, 02:10:46 PM »
0
Actually what you've done should be close.  You need to move line 1021 up to where the script first starts.

Code: [Select]
gosub TM_PeriodicDisguise 1200

That will initialize the sub to run every 20 minutes.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Hollywood_Shono

  • Full Member
  • ***
  • Posts: 113
  • Activity:
    0%
  • Reputation Power: 0
  • Hollywood_Shono has no influence.
  • Respect: +19
  • Referrals: 0
    • View Profile
Re: TrailMyx's Disguise Kit Commander
« Reply #17 on: February 23, 2009, 03:57:10 PM »
0
Actually what you've done should be close.  You need to move line 1021 up to where the script first starts.

Code: [Select]
gosub TM_PeriodicDisguise 1200

That will initialize the sub to run every 20 minutes.

Do I just remove the timer to let it repeat whenever it drops the loot off?

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: TrailMyx's Disguise Kit Commander
« Reply #18 on: March 14, 2009, 06:45:23 PM »
0
Hi TM,

I tried your SUB today ... and had trouble ...
is it broken by any change  of the client .. or is it me ?

Here is what I have done ...
gosub TM_PeriodicDisguise 180 in the settings area to setup the timer for 3 minutes

later in the script I call every cycle
gosub TM_PeriodicDisguise


All I get is an open Gump every 3 minutes of the Disguise Kit
and I have to click it manually ...

cu

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #19 on: March 14, 2009, 06:58:09 PM »
0
To be honest, I haven't played with it since I wrote it.  I'll give it a whirl now..
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #20 on: March 14, 2009, 07:06:34 PM »
0
It's working for me right now, but I'm using the older client 6.0.12.3 and EUO v147.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: TrailMyx's Disguise Kit Commander
« Reply #21 on: March 14, 2009, 07:10:02 PM »
0
Hi again,

thanks for quick response ... I use the latest client and EUO.
So it meight be me ... I will have a closer look tomorrow.

thank you for testing
cu

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #22 on: March 14, 2009, 07:11:52 PM »
0
I just updated my client to 6.0.13.0 and EUO v148.  It's still working for me.

Did you try and run the test code at the top of the script?  That's all I'm doing right now to see the disguise change every 10 seconds.  You might give that a whirl with the basic download.

I'm not running UOA/Razor at the moment and I'm using my Windows 7 box.

Edit:
I just tried it with Razor also running and it still works.  I'm not sure what's going on with your setup...  Oddness.
« Last Edit: March 14, 2009, 07:15:13 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

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: TrailMyx's Disguise Kit Commander
« Reply #23 on: August 14, 2009, 08:40:40 AM »
0
So where exactly can i pick up one of these disguise kits from ?
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 rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: TrailMyx's Disguise Kit Commander
« Reply #24 on: August 14, 2009, 08:47:46 AM »
0
Hi,

 guess this will help

http://www.uoguide.com/Disguise_kit

cu

Offline Alpha

  • Hero Member
  • *
  • Posts: 583
  • Activity:
    0%
  • Reputation Power: 10
  • Alpha barely matters.Alpha barely matters.
  • Respect: +44
  • Referrals: 0
    • View Profile
Re: TrailMyx's Disguise Kit Commander
« Reply #25 on: March 24, 2010, 11:10:58 AM »
0
Some info...

The script doesn't function for ELF characters bc the disguise kit gump is different size than for a human character... (Easily corrected)  The number of hair options for an Elf is also different... 

I've fixxed it for myself but I'm sure if TM gets some time...  his solution will be more elegant..   Anyway just letting people know if they are having probs.

Also.. the corret phrase for joining the theives guild is

NPC-Name Join   
Example the Theif Guildmaster's name is John then I would  say

"John Join"  and do this while standing RIGHT NEXT TO the guildmaster..   He will tell you it's 500 gp cost.

To buy a disguise kit simply stand next to the theif guildmaster and say   "Disguise" and you will be told it's 700gp.

Offline TrailMyxTopic starter

  • 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: TrailMyx's Disguise Kit Commander
« Reply #26 on: March 24, 2010, 11:40:58 AM »
0
Ah, never thought about that.  Thanks for the info!
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: TrailMyx's Disguise Kit Commander
« Reply #27 on: March 24, 2010, 11:59:56 AM »
0
This Script makes playing 'a thief' even more enjoyable and fun!!!
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Tarpan

  • Jr. Member
  • **
  • Posts: 89
  • Activity:
    0%
  • Reputation Power: 3
  • Tarpan has no influence.
  • Respect: +18
  • Referrals: 0
    • View Profile
Re: TrailMyx's Disguise Kit Commander
« Reply #28 on: January 06, 2011, 10:31:47 PM »
0
Something to consider when joining the thieves guild - being a member will allow you to steal from players, but it also means that you won't be able to give murder counts to anyone that kills you.

Offline Shawn

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • Shawn has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: TrailMyx's Disguise Kit Commander
« Reply #29 on: March 25, 2013, 01:25:35 PM »
0
Thanks TM!  Tried this and added it to a mining script I have been using and its working perfectly!!  Learned a little in the process too!!  Thx again!
« Last Edit: March 25, 2013, 04:01:19 PM by Shawn »

Tags: TrailMyx