Author Topic: Spawner Bot  (Read 5813 times)

0 Members and 1 Guest are viewing this topic.

Offline lordwolfxTopic starter

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • lordwolfx has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Spawner Bot
« on: January 24, 2016, 01:41:51 PM »
0
This script is setup to have multiple accounts follow your main guy around at spawns using the built in "following" UO Feature.

Things id like to add to this script -
animate dead every so many seconds (any idea how i could do this? Cant get steam to target corpses at all)
cross cures,
arch cure on lethal or deadly poison,
Harmspam if target range 1-2 (already have this, just haven't implemented)


Spoiler: show
if poisoned 'self'
  cast "Cure" 'self'
endif
if hits < 100
  cast "Heal" 'self'
endif
if followers < 4
  cast "Energy Vortex"
  pause 2500
  targettileoffset (0 0 0)
  pause 350
else
  @getenemy 'enemy' 'gray' 'criminal' 'closest'
  if @inrange 'enemy' '10'
    cast 'Lightning' 'enemy'
  endif
  pause 350
endif
« Last Edit: January 24, 2016, 01:44:25 PM by lordwolfx »

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: Spawner Bot
« Reply #1 on: January 24, 2016, 05:03:19 PM »
0
this is some good stuff. i'm just getting into uosteam a bit late..

I need to learn how some of this stuff works

Tags: