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

0 Members and 1 Guest are viewing this topic.

Offline gruntman

  • Full Member
  • ***
  • Posts: 168
  • Activity:
    0%
  • Reputation Power: 2
  • gruntman has no influence.
  • Gender: Male
  • Respect: +33
  • Referrals: 0
    • View Profile
Re: Hitech's Master Control
« Reply #45 on: March 13, 2017, 04:29:01 PM »
0
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

nice I thought you had a super pc based on our previous chats :(

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 #46 on: March 13, 2017, 08:41:34 PM »
0
updated script in first post :

Version 3.0
  • complete menu redesign
  • added more control buttons
  • plus a few bug fixes

built to control characters with skills like - " mage/tamer - necro - weavers "
think im done designing menus for awhile, i will just have to work with what i got  :-X

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 #47 on: March 14, 2017, 02:59:14 PM »
0

@Ghost .... how you X heal your slaves?


Code: [Select]
rebirthCrossHeal:
for %i 1 5 ;-- check life of 5 chrs
      {
      if #charid = !Rslave_ . %i
          {
           if #hits < !healHP
                set !Rheal_ . %i #true
           else
                set !Rheal_ . %i #false
          }
      }
for %i 1 5   ;-- heal each chr if need be
      {
       if #CharGhost = YES
           return
       if !Rheal_ . %i = #true && #CHARID <> !Rslave_ . %i
          {
           set #ltargetid !Rslave_ . %i
           set #ltargetkind 1
           for %h 1 2 ;-- heal 2 times
                {
                 event macro 15 3  ; small heal
                 target 2s
                 event macro 22
                }
           }
      }
return
« Last Edit: March 19, 2017, 10:19:12 AM 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 #48 on: March 14, 2017, 05:01:31 PM »
0
This is how Is heal and monitor all my guy.

Code: [Select]
call ScanBuffBar
        if _Poison_ in %BuffBarIconNames  ;  C in #CHARSTATUS
              gosub TM_NewCastSpell 24 SELF -1 20 20 ;  cast A cure until successful
     if #HITS < ( #MAXHITS - 8 ) && #charGhost = NO && #mana > 20
         gosub TM_NewCastSpell 3 self 1 10 10 ;  Heal support Charactere
     if #HITS < ( #MAXHITS - 18 ) && #charGhost = NO
         set !healmage_2ID  #true

I use TM caster because it have a save fail for cure and it fast.   

To cast summon I use your sub.  I haven't find anything easy and simple to use

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 #49 on: April 18, 2017, 01:00:48 PM »
0
@hitec I am currently unable to get that heal sub to function. It doens't seem to recognize the master chars id or it doesn't seem to assign any value to %i so it never reaches !RSlave_1. Any input?

Offline declo

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • declo has no influence.
  • Respect: +16
  • Referrals: 1
    • View Profile
Re: Hitech's Master Control
« Reply #50 on: July 31, 2017, 12:23:29 PM »
0
What happened to the script?

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 #51 on: July 31, 2017, 06:04:53 PM »
0
Sometime, the author have a chance of heart and remove their build.  To be honest I'm not sure why Hitechs pull his out.  It was good for the time it lasted here

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.2%
  • 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
Re: Hitech's Master Control
« Reply #52 on: July 31, 2017, 06:57:23 PM »
0
Wish I would have been playing when it was here, sounds like I could use it.

Tags: