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 - kbus

Pages: [1]
1
New member introductions / Brazilian guy
« on: August 27, 2015, 02:35:33 PM »
Hello, my name is Ricardo I am Brazilian and I am 26. I started in UO 13 years and incredible as it may seem I'm coming back to play. Yes I'm back, and I remembered ScriptUO and would like some help!
Currently I play in Brazilian Freeshards.
And I would be happy to help me with some scripts!

2
UOSteam / First Script for tammers
« on: August 27, 2015, 02:20:58 PM »
my first script, basically it does the following:
when you see a criminal target
disassembles the mount
speaks all guard
casting invisible on you!

@Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
  useobject 'self'
  msg "All Guard" Color
  cast "Invisibility"
  waitfortarget 15000
  target! 'self'
  pause '40000'
else
  useobject 'mount'
  cast "Invisibility"
  waitfortarget 15000
  target! 'self'
  pause '100000'
endif

Pages: [1]