Author Topic: C2's Build a Thief Multi-skill Trainer (Stealing, Stealth, Hide, & Tracking)  (Read 40155 times)

0 Members and 1 Guest are viewing this topic.

Offline slash

  • Newbie
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • slash has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Absolutley wonderful script!!! ;D

Offline MeWonUo

  • Hero Member
  • *
  • Posts: 913
  • Activity:
    0%
  • Reputation Power: 11
  • MeWonUo barely matters.MeWonUo barely matters.
  • Gender: Male
  • Respect: +85
  • Referrals: 1
    • View Profile
Just wanted to come by and thank you for this.  Started training from zero stealing early this morning....and almost at 75 already. 


Offline Goliath

  • Sr. Member
  • *
  • Posts: 424
  • Activity:
    0%
  • Reputation Power: 5
  • Goliath has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
Stealing and Tracking finished.  Love it :D

Offline Newsman

  • Hero Member
  • *
  • Posts: 627
  • Activity:
    0%
  • Reputation Power: 8
  • Newsman has no influence.
  • Respect: +38
  • Referrals: 2
    • View Profile
Re: C2's Build a Thief Multi-skill Trainer (Stealing, Stealth, Hide, & Tracking)
« Reply #48 on: September 10, 2011, 01:44:27 PM »
0
All skills appear to be functioning properly.  This is the script to use for these skills. I've yet to encounter a hiccup.

Offline mouse400

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • mouse400 has no influence.
  • Gender: Female
  • Respect: +1
  • Referrals: 0
    • View Profile
Another amazing script from C2!!!
Thank you SO much - this script is working perfectly - been running it for less than a minute and already 3 gains :)
~ Mouse

Offline Casanova

  • Jr. Member
  • **
  • Posts: 63
  • Activity:
    0%
  • Reputation Power: 2
  • Casanova has no influence.
  • Marine. MMA Champion. Nerd.
  • Respect: +7
  • Referrals: 0
    • View Profile
0
Been running this for stealth for a couple days. Was getting very very slow gains.... Realized once I hide I can immediately try to stealth if I walk instead of waiting. Gained like 2.4 points over 3-4 hrs last night. Have gained over 10 in 2-3 hrs this morning. I'm positive there's a better way to write this to walk back and forth but I'm not there yet. As well if my mouse wasn't on the game screen he would try running... so had to leave the mouse on the character.


Code: [Select]
sub stealth
repeat
gosub menubuttons
gosub SkillCheck
if h notin #charstatus
   set %macro 21
if h in #charstatus
   set %macro 47
event macro 13 %macro
gosub walksouth
return

sub walksouth
wait 15
event macro 5 5
wait 15
event macro 5 5
wait 15
event macro 5 5
wait 15
event macro 5 5
wait 15
event macro 5 5
wait 15
gosub stealth1

sub stealth1
repeat
gosub menubuttons
gosub SkillCheck
if h notin #charstatus
   set %macro 21
if h in #charstatus
   set %macro 47
event macro 13 %macro
gosub walknorth
return

sub walknorth
wait 15
event macro 5 1
wait 15
event macro 5 1
wait 15
event macro 5 1
wait 15
event macro 5 1
wait 15
event macro 5 1
wait 15
gosub stealth

Offline Cush

  • Sr. Member
  • *
  • Posts: 281
  • Activity:
    0%
  • Reputation Power: 4
  • Cush has no influence.
  • Respect: +42
  • Referrals: 0
    • View Profile
Snooping worked like a charm GM'd it in a matter of hours!!!!  Woo Hoo

Now stealing I seem to be stuck at 45. I have it set up properly I think. Packie, bottles in bag, in Fel. Started at 31 so made some progress.

I guess I will let it run the rest of the day!

*Update*

So I rebooted my system, waited for after server up the next day and we seem to be rolling along just fine. Up to 79.6 so far.

Go Figure!
« Last Edit: March 29, 2017, 01:57:17 PM by Cush »

Offline 8 Ball

  • Full Member
  • ***
  • Posts: 102
  • Activity:
    0%
  • Reputation Power: 2
  • 8 Ball has no influence.
  • Gender: Male
  • Respect: +13
  • Referrals: 0
    • View Profile
Had a bit of a blip with stealing where it moved 6 bottles into the packhorse instead of 4 when I reached 35 skill, meaning I was stuck there for a while not gaining. Not sure if that's a script or lag issue though, will monitor it as it continues.

Offline valen2.0

  • Full Member
  • ***
  • Posts: 229
  • Activity:
    0%
  • Reputation Power: 3
  • valen2.0 has no influence.
  • Respect: +63
  • Referrals: 0
    • View Profile
I ran this last week and it worked flawless. I would attribute it to latency more than likely.

Offline moonbeast23

  • Jr. Member
  • **
  • Posts: 10
  • Activity:
    0%
  • Reputation Power: 1
  • moonbeast23 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Testing this out today for stealing!    Thank you so much for this script!

I have a question; when I fail on stealing, the script tries again before the cool down.  How can I increase the wait time before it makes another steal attempt after a failure? 

Thank you for any assistance.   

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2994
  • Activity:
    4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Change the wait from 10s to 11s in the sub steal section

Code: [Select]
event macro 22 0
wait 10s
« Last Edit: May 26, 2023, 02:12:48 PM by Crisis »

Offline moonbeast23

  • Jr. Member
  • **
  • Posts: 10
  • Activity:
    0%
  • Reputation Power: 1
  • moonbeast23 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Thank you so much!  I will try it! 

Offline moonbeast23

  • Jr. Member
  • **
  • Posts: 10
  • Activity:
    0%
  • Reputation Power: 1
  • moonbeast23 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Change the wait from 10s to 11s in the sub steal section

Code: [Select]
event macro 22 0
wait 10s

worked great, thank you so much!!  <3 

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2994
  • Activity:
    4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
You're welcome!

Tags: