Author Topic: New title - Harrower Bunny Slayer  (Read 6431 times)

0 Members and 1 Guest are viewing this topic.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
New title - Harrower Bunny Slayer
« on: April 25, 2017, 08:23:44 PM »
0
Just a short video of my army slaying harrower from the bunny event,
and my multi-client master control script in full force

https://www.youtube.com/watch?v=CcDOv1brbaE&feature=youtu.be

Offline cybercasper

  • Full Member
  • ***
  • Posts: 228
  • Activity:
    0%
  • Reputation Power: 3
  • cybercasper has no influence.
  • Respect: +41
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #1 on: April 25, 2017, 09:45:02 PM »
0
Hell yeah that is one hell of a script there hitech.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #2 on: April 26, 2017, 04:25:27 AM »
0
thanks, been a lot of changes since creation.

One change that was soo helpful here that i did not even think about that much....
on rebirth you have to loot ur corpse to get armor auto put on after death,
so i added a for loop to open corpses after rez,
i will look at other ways to code it but here it performed prefect.
except for the few times corpse was out of reach.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #3 on: April 26, 2017, 04:43:13 AM »
0
if anyone looking to make their own i recommend small stuff like,

" timers " and " timing " of when you do stuff tend to be a big deal here.
Look at ways to make them good, you end up with alot.

also stuff like this makes life easy:

auto mount
enter gate
invis
accept party

plus think of ways to make only 1 chr do an action:
like tamer pet stuff and De-buffs ect..
if tame skill > 100 all kill ect..
if eval skill > 90 cast damage spells ect..

one thing i not tried to fix too much but is big issue,
the child slaves following master into caves and dungeons.
if anyone has code or ideas that does stuff like this , can you please share your ideas



Offline cybercasper

  • Full Member
  • ***
  • Posts: 228
  • Activity:
    0%
  • Reputation Power: 3
  • cybercasper has no influence.
  • Respect: +41
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #4 on: April 26, 2017, 08:34:00 AM »
0
this was something i have always wanted to do was make a bot in ultima one looking at coding its like which way do you go uoxl or namespace. and with that its would take me a month to figureout  the basic of heal. your menu has everything. you and Twinkle McNugget make some great bot scripts. im pretty sure you are player111 on easyuo. if you are Twinkle McNugget sorry for not knowing.

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: New title - Harrower Bunny Slayer
« Reply #5 on: April 26, 2017, 09:33:57 AM »
0
HItech,  give me a few day, I have something in testing for the door travel. :)    Hope the Harrower will not take to much of my time.

I'm working on the auto loot corpse too, because a issue now.

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #6 on: April 26, 2017, 03:47:18 PM »
0
yes im player111., No im not Twinkle McNugget, hehe ... what a funny name! lol

sweet ghost, best thing i could think of is setting a range of x and y that can only be set for next follow command.
if something was not in a reasonable range, say hey dude, are you crazy? there is no way master just jumped 500 squares
dont be dumb and try to run across the world, maybe he went in a dungeon or cave.

or me setting a button that i press right before i go in cave, says hey guys ... cave here!
then have them do some stuff kinda like the ev sub to find the entrance.

Or the hard way ... me logging everything cave and dungeon entrance x and y in an array,
and having a check that says hey mate, Dungeon here.
but that might cause problem, and would probably still end up adding a button that i press right before i enter


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: New title - Harrower Bunny Slayer
« Reply #7 on: April 26, 2017, 03:51:35 PM »
0
funny that we think alike.   

I try the last option since I was going to only 3 locations.  work for while, but I want a better way.    ATM I wehn back to pushing button to make them move in the direction I want too.  It quick and simple.     I'm coding, wathing tv, studying all at the same.   Not sure where to put my priority :)


*bleep*: I just lot 90 min of work, because of stupid colour code that the menu design  don't like :(
« Last Edit: April 26, 2017, 03:56:18 PM by The Ghost »

Offline HitechsTopic starter

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: New title - Harrower Bunny Slayer
« Reply #8 on: April 26, 2017, 08:44:37 PM »
0
Quote
looking at coding its like which way do you go uoxl or namespace. and with that its would take me a month to figureout  the basic of heal.

i not done uoxl ... but im thinking something like

im running 3 cleints

healLoop:
for %i 1 3  ;--- loop 3 times
  {
    if #hits < %blah  ;-- low hp
        {
         event macro   ;- heal
         target
        event macro    ; target self
        uoxl                 ; change client
         }
    else
         uoxl                 ; change client
   }
goto healLoop
« Last Edit: April 26, 2017, 10:06:31 PM by Hitechs »

Tags: