ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Misc. Scripts => Topic started by: dxrom on April 23, 2010, 09:18:41 PM

Title: dxrom's muffin maker (Rename and release; Taming)
Post by: dxrom on April 23, 2010, 09:18:41 PM
Code: [Select]
;===================================================
; Script Name:  Muffin Oven
; Author:  dxrom
; Version: 1.0.0
; Client Tested with: 7.0.6.5
; EUO version tested with: 1.5
; Shard OSI / FS:  OSI / FS
; Revision Date:  4/23/10
; Public Release:  4/23/10
; Global Variables Used: yes (i think?)
; Purpose:  Simple script for those people who can't trust a taming script to run around safely... Just a way to help the process of taming.
;====================================================
 
while #true
{
onhotkey F1
         gosub RenameRelease
onhotkey F3
         gosub Tame
}

sub RenameRelease
exevent renamepet #LTARGETID muffin
msg muffin release$
return

sub Tame
event macro 13 35
return

I cant really trust a taming script to run around the freeserver I play on, so I thought I would put something small together to help with the daunting task of taming and I figured someone else might have a bit of use for it aswell.
I know its small, infact I think the description has more characters used then the actual script, but it does its job well! xD
Also note, this is my first actual script I have written. o_o

EDIT: Added event macro 13 35 (Use skill taming) to hotkey
Title: Re: dxrom's muffin maker (Rename and release; Taming)
Post by: dxrom on September 29, 2013, 08:21:08 AM
So I thought I would reflect on some of my first scripts and see how they could be improved... Realized that before LAME, it's counterpart SAME and Stealth scripts... this was the first and only thing I had up...

(http://t2.gstatic.com/images?q=tbn:ANd9GcRHRjkEHJ5PRbKomXHUo3QDPZL_PbQpTnD0DFw-HkeZd61g0DNI)