Author Topic: Hitech's Master Control  (Read 18713 times)

0 Members and 1 Guest are viewing this topic.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #30 on: March 11, 2017, 05:02:06 PM »
+1
I like how you can control each chr independently with the menu,
all my slaves run the same slave script, and i dont like the idea of hardcoded ID's

my slave script has hard coded stuff to stop certain chrs from certain button actions

i have a button that says boss that only works for master
it pulls up a target curser and sets the ID of what i click to !badguy
so all the other chrs have the target to cast on

my tamer has no eval, so i dont want him casting damage spells:
in slave before i cast some spells i had to add something like,
chooseskill eval
if #skill < 30
     return or break

I been having to change to tamer client and all kill on the boss by hand

so thinking to add tamer kill button, when pressed:

chooseskill tame
if #skill > 100
   {
     set #ltargetid !badguy
     set #ltargetkind
     msg all kill $
     target 3s
     event macro
    }

should work, and keep mages from all killing for no reason, and keep me from having to change clients.

not sure what to do with the follow into cave
maybe add a entering cave button,
press it in front of cave that way slaves know ..
 " hey guys dont run off all crazy like, follow me into this cave."

but not sure how to code the direction they will walk into the cave,
maybe have a search for the blackness of the cave, and have them all walk that way a few steps, but thats not going to work on all entrances and exits

gates are easy .. its just a finditem .. and a menu click
holes might not be too bad ...




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: Hitech's Master Control
« Reply #31 on: March 11, 2017, 05:25:48 PM »
+1
Each slave have his own setup  and pass the info need when I run it.  I first build it to heal me and disco boss.  I was tired of swapping client.  Lot of trial and error when to this menu. 

All the slave can cast on the same target,  just use the same ID for your tamer.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #32 on: March 11, 2017, 06:18:49 PM »
+1
ur menu is nice,

i not thought about my menu layout at all,
just threw the buttons in there and went to kill stuff.

Should be easier to add and move buttons with the new 2.0 version
and the code being cut by more then half.

After i add code for a few more buttons, i will come up with a leet layout


Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: Hitech's Master Control
« Reply #33 on: March 12, 2017, 01:07:33 PM »
+1
Wow, Ghost...that makes me want to fire up all three accounts again and try your GBOT 5.0...

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: Hitech's Master Control
« Reply #34 on: March 12, 2017, 05:08:49 PM »
+1
This is me talking.   I like both Check box for the daily task and control one Char.  To cut down on space I choice the combo box for spell and follower,   this one one line can have multiple spell hidden under one box.    Now to control all the mage. I have button because it change colour  like you so I see have on and off.    I use the check box because in the first 3 version, the button wasn't working properly.  it only in Version 4 that I figure how to use it :)    so Now I use the check box to turn on and off part of the build, this way I can skip 20 lines of code when need.

As you  hunt with the menu, you will know what you need and where to put them.   I use excel to drag my menu and see how it will look. 

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #35 on: March 12, 2017, 05:25:48 PM »
+1
thank you for reply

i guess i could use combo box for familiar because you only get one, and save space
(no need to have buttons for each i think)

but if i check a different one and i already have one, im going to have to dismiss first one
so still take a bit of code in the slave script


Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #36 on: March 12, 2017, 05:44:31 PM »
+1
And where is this so called G-Bot 5.0 located??  :D

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: Hitech's Master Control
« Reply #37 on: March 12, 2017, 06:53:55 PM »
+1
I wonder the same.   Try D:\Users\User\Documents\UO file\Script\G-BOT    :)

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #38 on: March 12, 2017, 07:48:10 PM »
+1
well im not a fan of check box, so removed ....
combo box seems nice, for things.

designing menus is not very interesting to me,
but i should have enough options to control army now.

might move a few more buttons to the expanded menu size,
to get some out of view but its a start.
maybe if i change it 5 more times it will be leet  :)
« Last Edit: March 13, 2017, 08:06:20 PM by Hitechs »

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: Hitech's Master Control
« Reply #39 on: March 13, 2017, 01:41:03 PM »
+1
A good night sleep and look what you made.    looking nice.   

I have a question aside.  I have my wildfire set up like this   set  %spellTimerWF #scnt + 8.   Should it be smaller so I don't run out of cover.   I'm testing the delay now

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #40 on: March 13, 2017, 02:09:05 PM »
+1
Most of my timers are done per cycles of script, ( how many times it runs down my vars checking if it should cast other spells)so my timers are wack .. So im not much help with ur build, my build is really way diffrent then urs ... I depend on all 5 chrs ..

My slave script is older then my menu ... It started as a single chr champ script. But i will be redoong it after i get the new menu set

Offline valen2.0

  • Full Member
  • ***
  • Posts: 229
  • Activity:
    0%
  • Reputation Power: 3
  • valen2.0 has no influence.
  • Respect: +63
  • Referrals: 0
    • View Profile
Re: Hitech's Master Control
« Reply #41 on: March 13, 2017, 02:14:45 PM »
+2
It looks extremely nice! I may have to give this a whirl. Has it been tested with OSI?

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #42 on: March 13, 2017, 02:17:42 PM »
+1
its just a menu ... you dont even need client open to run it ... so ya it works no matter where you play.

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: Hitech's Master Control
« Reply #43 on: March 13, 2017, 02:26:39 PM »
+1
This is what I like about EUO, their is no wrong way are getting stuff done.  Just the help that might not be available . :)     I figure that Lvl 5  the fire stay 12 sec, so after 8 I sec I will cast another,   The timer is depend if you are performing other action.  Will need to test this.   Not like I will run out of monster . 

Funny that your build started like mine.  two guy build and now it 5 toons.     Lucky that the CPU can handle 5 accounts.

 

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #44 on: March 13, 2017, 02:27:15 PM »
+1
just fyi,

   I run 5 Mage, Necro Weavers with 0 resist skill.
I soulstone eval and med from 1 chr and add tamin & lore sometimes depending on what im hunting.

pc:

i just run a wimp x99 chipset mobo with 4 x 2gig ram sticks and a geforce gtx 970 video card
« Last Edit: March 13, 2017, 02:45:47 PM by Hitechs »

Tags: