Betrayal / Exiling - Post your helpful scripts here

nathanh

Active Member
I figured it might be good for some of you who have made useful scripts during betrayal..

If anyone has helpful scripts, please post them here, some of us could make use of them.

To the Community...

-Equidis
 

nathanh

Active Member
Buddy - The Annoying fag dog you need to pet and feed

BETRAYING: Exile to Freeport. (The Dog you must pet / feed / play dead / sit)

This is a BUDDY script.

I could not get my hands on the API handle, or find his ID number to use apply_verb, so instead I made this script.

Its a MOUSE movement to right click the stupid dog.

As you can see in the code, I set the mouse x_right, y_right to the spot I want to right click.

It then adds +30 to y for left click, to move the mouse to the first open in the list...
When you get done feeding and petting, move it +30 more for y left click, to position for sit and play dead.

IF you have ever done this quest 5 times, you find that its worth making a script, this is the most annoying part of all.

It wouldbe nice some day to see a fully functional Betrayal script.

If anyone knows how to get the ID of Buddy the dog, please post it.

-equidis
 

Attachments

v01d

Well-Known Member
If the npc's name is Buddy, then it's...

${Actor[Buddy].ID}

What's so hard about that?

v01d
 

Tyric

Active Member
I did something similar... and just did it this weekend.. check it out:

All you do is target buddy and then run the script using

run autodogtrainer 1

to earn the dogs trust and when you get the message you earned his trust,

hit f11 to end script, target buddy again and type

run autodogtrainer 2

until you get next update.
 

Attachments

Top Bottom