Author Topic: Guadah's Multiskill Trainer  (Read 47146 times)

0 Members and 1 Guest are viewing this topic.

Offline Kane12

  • Jr. Member
  • **
  • Posts: 99
  • Activity:
    0%
  • Reputation Power: 1
  • Kane12 has no influence.
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #15 on: August 25, 2011, 01:33:39 PM »
+1
I just downloaded version 3.2.5....running perfect.....I was running an older version (3.1.2) on the error mentioned above...

Thanks for the script very nice!!

Offline GuadahTopic starter

  • Full Member
  • ***
  • Posts: 119
  • Activity:
    0%
  • Reputation Power: 3
  • Guadah has no influence.
  • Gender: Male
  • Who farted?!
  • Respect: +29
  • Referrals: 3
    • View Profile
    • L%N Website
Re: Guadah's Multiskill Trainer
« Reply #16 on: September 08, 2011, 12:08:33 AM »
+1
I just downloaded version 3.2.5....running perfect.....I was running an older version (3.1.2) on the error mentioned above...

Thanks for the script very nice!!


Glad you got it worked out.  Updates are your friend =)

Offline freddy

  • Sr. Member
  • *
  • Posts: 271
  • Activity:
    0%
  • Reputation Power: 4
  • freddy has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 1
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #17 on: November 03, 2011, 05:54:21 PM »
+1
found a bug with bushido

My skill is exactly 50.0

line 1502:
Code: [Select]
chooseskill bush
  if #skill > 500
     {
     set %spell 149   ; Lightning Strike
     Return
     }
  if #skill < 500


It wont select anything if it is exactly 50, so i changed it to
Code: [Select]
if #skill >= 50


Offline GuadahTopic starter

  • Full Member
  • ***
  • Posts: 119
  • Activity:
    0%
  • Reputation Power: 3
  • Guadah has no influence.
  • Gender: Male
  • Who farted?!
  • Respect: +29
  • Referrals: 3
    • View Profile
    • L%N Website
Re: Guadah's Multiskill Trainer
« Reply #18 on: November 09, 2011, 01:45:12 AM »
+1
It has been edited for the next update, but since it is a minor issue I'm going to wait until a few more changes occur until I release it.  I've known about it for a bit now.  Thanks for the post Freddy =)

Offline jvu316

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • jvu316 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #19 on: November 10, 2011, 11:35:08 PM »
+1
Having trouble training stealth. Won't walk east to west. All it is doing is sitting there spamming hiding

Offline GuadahTopic starter

  • Full Member
  • ***
  • Posts: 119
  • Activity:
    0%
  • Reputation Power: 3
  • Guadah has no influence.
  • Gender: Male
  • Who farted?!
  • Respect: +29
  • Referrals: 3
    • View Profile
    • L%N Website
Re: Guadah's Multiskill Trainer
« Reply #20 on: November 12, 2011, 09:33:24 PM »
+1
Is this on an OSI Server or Free Server?  Unless something changed in the last patch, it shouldn't have any issues.

Offline Joshua1601

  • Jr. Member
  • **
  • Posts: 13
  • Activity:
    0%
  • Reputation Power: 1
  • Joshua1601 has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #21 on: December 30, 2011, 06:43:06 PM »
+1
I am trying to train discord. I have all my animals pinned up but it just keeps telling me that all animals are always discorded and then spams hiding. any help would be appreciated.

Offline turtle

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • turtle has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #22 on: January 01, 2012, 03:54:56 PM »
+1
Having trouble training stealth. Won't walk east to west. All it is doing is sitting there spamming hiding


Do not run UOAssist while using this trainer, it will not work correctly. Hope this helps. I re-loaded uo without uoa and stealth works great!

Offline Omnibare

  • Jr. Member
  • **
  • Posts: 14
  • Activity:
    0%
  • Reputation Power: 1
  • Omnibare has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #23 on: March 17, 2012, 11:13:43 AM »
+1
Hey Guadah,

Excellent script, thank you for making it available. I've used it for Bushido and Magery both. Now I'm using it for Necromancy. There appears to be a minor bug in the Necromancy script. When training with beast form, if the last gain required before moving onto the next spell, comes as you go into beast form, then you will stay in beast form and be unable to start casting the next spell.

I hope that made sense.

Offline Omnibare

  • Jr. Member
  • **
  • Posts: 14
  • Activity:
    0%
  • Reputation Power: 1
  • Omnibare has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #24 on: March 17, 2012, 12:51:40 PM »
+1
I believe the problem lies in this portion of the script:

Code: [Select]
if %currentskill < 810
  {
    set %spell 115    ; Wither 71-81
    set %necro_spell Wither
  }
if %currentskill > 809
  {
    while E in #charStatus
      {
        event macro 15 106
        wait 1s
      }
  }
if %currentskill < 711
  {
    set %spell 106    ; Horrific Beast 50-71
    set %necro_spell Horrific , #spc , Beast
  }

I believe
Code: [Select]
> 809 should be
Code: [Select]
> 710
Also, it's checking for E in #charStatus, but currently beast form is B, and elf form is BA.

I tried:

Code: [Select]
if %currentskill > 710
  {
    while A notin #charStatus
      {
        event macro 15 106
        wait 1s
      }
  }

I also tried BA, but neither had the desired outcome. I suspect this is an easy fix for Guadah, I am more interested in learning for myself. Input on this solution would be appreciated.

Offline Omnibare

  • Jr. Member
  • **
  • Posts: 14
  • Activity:
    0%
  • Reputation Power: 1
  • Omnibare has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #25 on: March 17, 2012, 12:57:34 PM »
+1
Actually, I apologize if I'm being too picky, but the Necromancer portion of the script is definitely not taking my fast cast equipment into consideration. I'm playing on OSI. Not using any artifacts, just have simple 2/6 gear on, but it's casting significantly slower than it should.

Offline onlyindreams

  • Spaz Ferret's Personal Assistant
  • Insane Scripter
  • *
  • Posts: 1305
  • Activity:
    0%
  • Reputation Power: 13
  • onlyindreams barely matters.onlyindreams barely matters.
  • Respect: +96
  • Referrals: 2
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #26 on: March 17, 2012, 02:11:50 PM »
+1
Sadly Guadah isn't around much anymore, if at all. As for your solution, I'll leave that to the more knowledgeable.

Offline Plotado

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • Plotado has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #27 on: March 29, 2012, 06:14:15 AM »
+1
Great script. Along with the setup shown in the image I'm busting out Provoke super fast.


Offline formerlyrara

  • Full Member
  • ***
  • Posts: 137
  • Activity:
    0%
  • Reputation Power: 2
  • formerlyrara has no influence.
  • Respect: +19
  • Referrals: 0
    • View Profile
Re: Guadah's Multiskill Trainer
« Reply #28 on: May 06, 2012, 12:39:14 PM »
+1
Greetings, I am having a problem training bushido on a gargoyle using this script, i keep getting the message you do not have this spell, even though i have swapped out bushido books with another character, tested it with a elf and human and worked perfectly with 3 books. Swapped to gargoyle and no joy. Perhaps something with gargoyles?

Offline GuadahTopic starter

  • Full Member
  • ***
  • Posts: 119
  • Activity:
    0%
  • Reputation Power: 3
  • Guadah has no influence.
  • Gender: Male
  • Who farted?!
  • Respect: +29
  • Referrals: 3
    • View Profile
    • L%N Website
Re: Guadah's Multiskill Trainer
« Reply #29 on: May 06, 2012, 06:11:48 PM »
+1
Greetings, I am having a problem training bushido on a gargoyle using this script, i keep getting the message you do not have this spell, even though i have swapped out bushido books with another character, tested it with a elf and human and worked perfectly with 3 books. Swapped to gargoyle and no joy. Perhaps something with gargoyles?

What is your Bushido level (so I know what spell it is attempting to cast).  I'll take a look.

Tags: multiskill  trainer