Author Topic: Script Request  (Read 2209 times)

0 Members and 1 Guest are viewing this topic.

Offline spragoTopic starter

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • sprago has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Script Request
« on: August 13, 2012, 01:50:58 PM »
0
While duel clienting is there a way to make the second client attack current target of the first.  My idea was think having my second character auto follow me ive got auto heals script to keep him healed but the problem im having is getting it to use its ranged attacks on the first characters target

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +861
  • Referrals: 11
    • View Profile
Re: Script Request
« Reply #1 on: August 14, 2012, 05:10:40 AM »
0
Duel Clienting would be fighting one client with the other.

Dual Clienting would be running two clients at the same time. :P

Variables are persistent in each tab of EUO. So, if you have a variable set to whatever you are hitting - %TARGET - then you were to use "uoxl swap" to change clients, that %TARGET is still whatever it was set to originally.

set %monsters AAA_BBB_CCC_DDD_EEE_

findItem %monsters G_15
if #findCnt > 1
  gosub KillItWithFire

sub KillItWithFire
set %TARGET #findId
event macro 27 ; I think that's attack?
uoxl swap ; change to other client
event macro 27 ; Again, just attack last target
uoxl swap ; change back to primary client
return

Hope that helps
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Tags: