Yoko
http://forum.yoko.com.ua/

Guild targetting
http://forum.yoko.com.ua/viewtopic.php?f=20&t=17724
Page 1 of 1

Author:  Folka [ 2016-02-16 13:54:12 ]
Post subject:  Guild targetting

Hello,
long time ago I played on PvP-Alfa, and my our guild had a script that would automatically target the same person for whole guild. It would really help us out in mass PvP.

There was one person(commander) who would .gsay target and everyone would get the ID trough guild chat.

Maybe someone still has that script or something like it? It was used widely in PvP-Alfa as far as I know.

Thank you.

Author:  Incorrect User [ 2016-02-16 14:12:54 ]
Post subject:  Re: Guild targetting

Copy of the log line, which you get when the commander says Target ID.

Author:  Folka [ 2016-02-16 14:33:27 ]
Post subject:  Re: Guild targetting

Incorrect User wrote:
Copy of the log line, which you get when the commander says Target ID.


I don't have that script any more, I haven't been playing UO for a long time and now I started to again, want to find this script :)

Author:  Incorrect User [ 2016-02-16 15:42:41 ]
Post subject:  Re: Guild targetting

I'm not talking about the script. Come to the game with two charms, one use uo.msg(".gsay " + uo.getserial("self")) And the second copy the message that it receives.

Author:  Folka [ 2016-02-16 19:34:44 ]
Post subject:  Re: Guild targetting

The results in journal:
[Guild] March: 0x00021D6B

http://prntscr.com/a430fs

Author:  Incorrect User [ 2016-02-17 00:15:06 ]
Post subject:  Re: Guild targetting

Copy is the same, but from a journal of Injection. _showjournal 50

Author:  Folka [ 2016-02-17 15:10:25 ]
Post subject:  Re: Guild targetting

It's the same :)

[Guild] March: 0x00021D6B

Code:
------Journal [50]------
DreSer: The spell fizzles
DreSer: In Jux Sanct
Select target...
You stop casting the spell.
DreSer: The spell fizzles
DreSer: In Jux Sanct
[aDi] chat:  Buying Iron
DreSer: [11 PvP Points]
DreSer: DreSer [Cmfs]
You shove Frenky four fing out of the way.
[March] chat:  so you did write _showjournal 50 or no ? :D
[Guild] March: so you did write _showjournal 50 or no ? :D
[Guild] March: there should be a pop up notepad or something like that
[aDi] chat:  Buying Iron
Gump 0x40015F19 of type 0x00000456
Gump 0x40015F19 of type 0x00000456 choiced 0x00000000
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] DreSer: _showjournal50
[Guild] March: withouth .gsay
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
[Guild] March: 0x00021D6B
Gump 0x40015F19 of type 0x00000456
Gump 0x40015F19 of type 0x00000456 choiced 0x00000000
You don't have any clean bandages in your backpack!
[Guild] March: worked?
You don't have any clean bandages in your backpack!
Gump 0x40015F19 of type 0x00000456
Tame which animal?
[Guild] DreSer: yeah result
Gump 0x40015F19 of type 0x00000456 choiced 0x00000000
You don't have any clean bandages in your backpack!
Tame which animal?
[Guild] DreSer: send what?
You are your own master.
You give up trying to tame the creature.
You are your own master.
DreSer: [11 PvP Points]
DreSer: DreSer [Cmfs]
Upton the Animal Trainer
[Guild] March: the results you got
a wisp
[Guild] March: in _showjournal 50
Gump 0x40015F19 of type 0x00000456

Author:  Incorrect User [ 2016-02-17 17:55:46 ]
Post subject:  Re: Guild targetting

Ok. Try it
For commander
Code:
uo.msg(".gsay " + uo.getserial("lastattack")) ; or lasttarget etc

For team
Code:
sub Target()
   var starttime = now()
   repeat
      if uo.injournalbetweentimes("[Guild] March: 0x", starttime, -1) then ; or change name of commander
         uo.attack(getword(uo.getfoundedtext(), 3))
         starttime = now()
      else
         wait(100)
      end if
   until uo.dead()
end sub

Author:  Folka [ 2016-02-17 20:09:04 ]
Post subject:  Re: Guild targetting

Incorrect User wrote:
Ok. Try it
For commander
Code:
uo.msg(".gsay " + uo.getserial("lastattack")) ; or lasttarget etc

For team
Code:
sub Target()
   var starttime = now()
   repeat
      if uo.injournalbetweentimes("[Guild] March: 0x", starttime, -1) then ; or change name of commander
         uo.attack(getword(uo.getfoundedtext(), 3))
         starttime = now()
      else
         wait(100)
      end if
   until uo.dead()
end sub


Works perfectly :) THANK YOU

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/