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 - Outlaw Josey Wales

Pages: [1] 2 3
1
Off Topic / I thought this porshe looked good
« on: August 01, 2011, 08:48:14 PM »
Best Porshe ive ever seen lol


2
General UO Chat / Pictures of my leg after surgery
« on: May 23, 2011, 06:34:13 PM »



Just pick of my leg after surgery I swear i look like the bionic man in this contraption










3
Off Topic / Blackdog for all us old coots in here
« on: May 12, 2011, 06:54:20 PM »

4
Off Topic / To Be Or Not To Be
« on: May 12, 2011, 06:36:02 PM »

5
General UO Chat / Just funny picture of 3 Dead Crew being stupid
« on: May 07, 2011, 06:43:40 PM »
Just funny picture of 3 dead crew being stupid and i do mean stupid

Ill start this tale off i was doing oasis a spider spawn and crew came running in since I only had it up to drones I figured id let them have it.  So i went back to the light house and set there well two more crew came running in and the 3 rd one came back to were I was.  Fealing all important I asked them 3 reds for little old me well after i said this. i seen spells go up so i hit my guards macro and this is the result



6
General Discussion / Star Wars Fans Can t Touch This
« on: May 01, 2011, 06:03:29 PM »

7
General UO Chat / Multiboxing
« on: April 27, 2011, 02:21:27 PM »
I ve become more and more curious about multiboxing Ive been searching the internet to find information on how to set this up.  If anyone has any sugestions pm me please on where to look.

8
General UO Chat / Busted
« on: April 20, 2011, 08:49:58 PM »
Well here it is for all to see Busted For Script Minning









9
General UO Chat / Sampire
« on: April 13, 2011, 01:15:30 PM »
Well I guess its finaly time for me to try build a Sampire.  Does anyone have sugestions on whats the best template out there to use?  What gear should i be looking for?  What Scrolls should i focus on getting?  Im curentley playing on Great Lakes Im looking for any tips and ideas.  Ive read over other posting for sampire I see alot of variations so thats why I started this thread.

Curent build i was considering:
120 Swords once i get scroll
120 Parry curentley scrolled to 110
120 bushido curentley scrolled to 110
100 Tatics
100 Anatomy
99 necro
61 spirit speak or 61 chiv not sure here

Gear I curentley have rune beatle carpace

10
UO Bragging Rights / A Thiefs life and how fun it is
« on: April 12, 2011, 09:13:15 AM »
Ill start this tail off with Once upon a time there was a thief named Aleighya.  Aleighya was discouraged by the lack of items to steal these days so there she was prowling around the docks one day trying to find some fish to steal from one of the local fisherman.  Aleighya was abel to steal a boat rune  from one unsuspecting fisherman.

She quickely hoped on the boat and dry docked it and replaced it and started sailing around Tram. Aleighya started looking for other fisherman boats to try in break into and alas she found quite few she could plunder there cargo holds.  She was abel to get a antiqe dress wich she put on right away.  Aleighya was also abel to steal some artifact that somone had left in there cargo hold ornament of the magician, enchanted kelp pants, oars, baits, powerscrolls, and many other goodies from these unlocked boats.

Aleighya even went about dismantling heavy cannons from the boats as well.  By the end of the day Aleighya had made off with pretty good hall.  So heres tip to all those fisherman out there better keep those boats locked or I may just show up to reposes your stuff from the cargo holds and take your cannons.  So end my tail untill next time to my fellow script uo users Lock your boats cause u never  know whos on the prowl.  Good day to all

11
Jokes! / To All the ladies lol
« on: April 09, 2011, 10:30:53 PM »

12
Jokes! / Seen this and thought of TrailMyx and those bloody cats
« on: April 09, 2011, 10:01:43 PM »

13
Code: [Select]
=========================================;
; Script Name: traped box healing trainer;
; Author: Cerveza, Outlaw,               ;
; Version: 1.0a                          ;
; Shard OSI/FS: OSI/FS                    ;
; Revision Date: 08/26/2010               ;
; Purpose: Train Healing Quickly          ;
;=========================================;
;    ____         _      _  __   _ ___    ;
;   / __/ ___ _ _(_)_ _ | |_\ \ / / _ \   ;
;   \__ \/  _| `_| | ` \|  _/ / \ \/ \ \  ;
;   __/  \ (_| | | | |) | | \ \_/ /\_/ /  ;
;   \____/\__|_| |_|  _/\__\ \___/\___/   ;
;                  |_|                    ;
;=========================================;
; Setup: SET %HITS to whatever value you  ;
; want to use the trapped crate. Normally ;
; lower level Tinker trapped crates do    ;
; around 30 hps to a 0 resist char        ;
;                                         ;
; Start script on the char who will be    ;
; training healing.                       ;
;                                         ;
; Ensure you have bandages VISIBLE in a   ;
; container (bank, secure) that the       ;
; training char can drag/drop from.       ;
;=========================================;
; To Show Thanks and recognizing Cerveza for teaching his;
;dumb old bloke a new trick;                                
; Cerveza for trying to teach me how to script;
;Cerv Helped me with this it is my first script;
; i wrote for tutitorial with Cerv help;
;=========================================;
; v1.0 - First SUO full release           ;
; v1.0a - Added delay in setup target     ;
;=========================================;


set %hits 50

Gosub GetChar TrainingChar
set %primary #Result
Gosub GetChar HealingTarget
set %secondary #Result

set %bandage ZLF

gosub SwapTo %secondary
display Target your Trapped Crate
  set #targCurs 1
    wait 5
  while #targCurs = 1
    wait 1
set %crateID #ltargetId
gosub SwapTo %primary

display ok Ready ; just gets the Trainer screen in play
repeat
gosub crate
gosub heal
until #false

sub crate
gosub SwapTo %secondary
if #hits > %hits
  {
    set #lobjectId %crateID
    event macro 17
    wait 10
  }
wait 10
gosub SwapTo %primary
return

sub heal
finditem %bandage C_ , #backpackID
if #findCnt = 0
  {
    finditem ZLF C_ ; , %storage
    if #findCnt = 0
      {
        msg Halt #time
        HALT
      }
    exevent drag #findID 500
    wait 10
    exevent dropC #backpackID
    wait 10
  }
set #lobjectId #findId
event macro 17
target 3s
set #ltargetId %secondary
event macro 22 0
wait 5s
return

; ****************************************
Sub GetChar
  display OK Target your %1 Character now
  set #targCurs 1
  while #targCurs = 1
    wait 1
  wait 10
Return #ltargetID




Back when I was learning the basics of scripting Cerv helped me put this little script together for tutorial purposes.  So the real credit of this script goes to Cerv in teaching me script edicate and flow and understanding what things mean in the script

14
Jokes! / I found this funny since ive been fishing alot lateley
« on: April 08, 2011, 06:15:55 PM »

15
Off Topic / Just Good old Fashioned Music
« on: April 05, 2011, 08:43:33 AM »

Pages: [1] 2 3