Author Topic: Auto Honor and Attack  (Read 67666 times)

0 Members and 1 Guest are viewing this topic.

Offline madatu

  • Full Member
  • ***
  • Posts: 146
  • Activity:
    0%
  • Reputation Power: 2
  • madatu has no influence.
  • Respect: +11
  • Referrals: 1
    • View Profile
Re: Auto Honor and Attack
« Reply #60 on: February 11, 2015, 04:39:05 PM »
0
Well labeling stuff properly made the script much more stable. is there a way to have it change to lightning strike when mana is lower than 30.

Offline ZigZagZebra

  • Jr. Member
  • **
  • Posts: 54
  • Activity:
    0%
  • Reputation Power: 1
  • ZigZagZebra has no influence.
  • Gender: Male
  • Respect: +12
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #61 on: February 11, 2015, 06:59:59 PM »
0
Haven't tested this yet, but If you change the setup sub to
Code: [Select]
sub setup
  event macro 35
  display Move mouse to Armor Ignore Icon$$      You have 2 seconds
  wait 2s
  savePix #CURSORX #CURSORY 1
  wait 5
  event macro 15 149
  display Move mouse to Lightning Strike Icon$$      You have 2 seconds
  wait 2s
  savePix #CURSORX #CURSORY 2
  wait 5
  display ok Setup Complete$Get into position$Script will begin when you press the hotkey.

  set %waiting_to_start #TRUE
  while %waiting_to_start = #TRUE
    {
    onhotkey %hotkey %hotkeyqual
      set %waiting_to_start #FALSE
    }
  set %playerX #charPosX
  set %playerY #charPosY
  set %playerZ #charPosZ
return

you can set two pixels to scan one for AI and one for LS
then change the exec_LS sub to:
Code: [Select]
sub exec_LS
   if mana >= 30
  {
   cmppix 1 f
    {
    event macro 35
    wait 5
    }
   }
    else
  {
   cmppix 2 f
   {
     event macro 15 149
     wait 5
     }
    }
return
« Last Edit: February 11, 2015, 08:58:51 PM by ZigZagZebra »

Offline guyatlantic

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • guyatlantic has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #62 on: March 01, 2015, 01:12:44 AM »
0
This is a great script, been using it for a while along with Trails Looter! Great stuff guys.

If someone would be willing to answer a question for me it would much appreciated.

Lately when I run the script, it seems to run an endless loop or EOO for some odd reason. I ran it on windows 7 flawlessly, bought a new computer with 8.1, it ran fine for a couple weeks. Now it just runs an endless loop of EOO and i cant figure out why.
Thanks in advance for any input!

Offline anythralus

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • anythralus has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #63 on: January 25, 2016, 10:24:32 PM »
0
I don't know why but this script doesn't work for me at all, i even changed it a couple of times to make it work but it didn't. :(

Btw, i play in an freeshard (UODemise), don't know if that's the problem or whatever, i still use alot of script from here (but all of them have some problems and bugs), but this seems to be a very well made auto kill.

Great work anyway.

Offline hrs024

  • Jr. Member
  • **
  • Posts: 32
  • Activity:
    0%
  • Reputation Power: 1
  • hrs024 has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #64 on: March 06, 2016, 11:04:41 PM »
0
great script, only need a better way to heal samp, il find some kinda healer script, but anywho, thanks alot!

Offline tonysonoma

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • tonysonoma has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #65 on: May 27, 2018, 11:30:07 PM »
0
Great script! I end up coming back to this one over and over and even often use it when training a new character. Well with a looter of course. In fact this one lead me to the uoXL swap bot which taught me ton.

Offline NightCop

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • NightCop has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #66 on: March 14, 2019, 09:28:39 AM »
0
can i get this script ?

Offline Tidus

  • Lazy
  • Administrator
  • *
  • *
  • Posts: 1291
  • Activity:
    0%
  • Reputation Power: 15
  • Tidus is working their way up.Tidus is working their way up.Tidus is working their way up.
  • Gender: Male
  • Mind Blown
  • Respect: +151
  • Referrals: 2
    • View Profile
    • Ultimate Apparel
Re: Auto Honor and Attack
« Reply #67 on: March 14, 2019, 10:25:14 PM »
0
You need to read the site rules and submit an introduction.
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

Offline Ledos76

  • Newbie
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • Ledos76 has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Auto Honor and Attack
« Reply #68 on: April 24, 2020, 09:05:58 AM »
0
the script doesn't look bad, is it still working?

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2997
  • 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: Auto Honor and Attack
« Reply #69 on: April 24, 2020, 10:27:21 AM »
0
Make an introduction so you can become a member and find out.  8)

Tags: Cerveza