Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - v1duk4

Pages: [1]
1
UOSteam scripts / vDk's Heal 1 Pet
« on: October 08, 2015, 10:39:36 AM »
With this script , you can easily cure your pet .

All you have to do is target your pet the first time you run this script and u need to have bandages in ur inventary. If not this script will advice to you.

Code: [Select]
// =======================
// =======================
// Script Name: CuraPet
// Author: v1duk4(DaRkSuN)
// Version: 1.0
// Tested with v.1.0.4.1
// Shard OSI: UO Awakening
// =======================
// =======================
if not @findalias 'pet1'
  headmsg 'Select first pet'
  promptalias 'pet1'
endif
if not @findtype 0xe21
  headmsg 'No quedan vendas!!'
  pause 10000
endif
if not @findobject 'pet1'
  headmsg 'No se encuentra la mascota'
  pause 10000
endif
if hits 'pet1' < maxhits 'pet1'
  usetype 0xe21
  autotargetobject 'pet1'
  while hits 'pet1' < maxhits 'pet1'
    usetype 0xe21
    autotargetobject 'pet1'
    pause 3500
  endwhile
endif


2
Questing / vDk's Automatic Naturalist Quest
« on: November 21, 2012, 06:31:10 AM »

3
New member introductions / Greetings to the community!
« on: November 19, 2012, 06:28:44 AM »
Greetings to the community!


Hello, im v1duk4

I play UO since 2000 year.


I back to UO the last year and i find this web searching in google. Im playing in Freeshard Runuo and i like so much do basic scripts in EUO.

I'm an amateur scripter and always interested in learning some new tricks.

I've made several scripts for myself, for example the Naturalist Quest, Guardians of doom and some more ..


Someday free time I can finish scripts and work with our community and so I want to contribute



Can you give me permission to download any script please?


Good day friends!!, Thank for all.

Pages: [1]