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.


Messages - baldielocks

Pages: 1 ... 18 19 [20]
286
UO Bragging Rights / Re: Vampurai suit done! At last.
« on: May 21, 2010, 03:40:56 PM »
Soooo easy now with imbuing. I am leaning towards cervesa's opinion that it is a death knell for UO. Not real happy with it.

287
Scripting Chat / Re: Has anyone made a crused glass maker script?
« on: May 21, 2010, 03:39:58 PM »
What would a void orb script be? Is there a way to get them other than hunting ? (forgive me resurrecting an old thread, been trying to catch up on my 3218 unread posts)

288
UO Bragging Rights / Re: Vampurai suit done! At last.
« on: May 17, 2010, 04:06:17 PM »
NICE gear! :o

289
UO Bragging Rights / Re: Vampurai suit done! At last.
« on: May 16, 2010, 08:59:54 AM »
have not tested it yet on anything hard. I have regular thrashers down to three hits. I need to do some research before I hit medusa, but have a library talisman on standby for reponds.

I read a few threads here about hunting medusa solo on a whammie or vamp. Any inside tips? Have not been there yet.

290
UO Bragging Rights / Vampurai suit done! At last.
« on: May 15, 2010, 08:08:44 PM »
Just finished muh suit. Been hunting for a while for the jewels (before I left two years ago that is), but imbuing made it easy.

Resists 70 /101/72/78/75 (elf)
HCI / DCI 45
DI 93
HLD 50 / 30 (glasses)
STR 10
Dex 20
Int 8
HP regen 4
Luck 300
Enhance pots 50
8 stam
8 mana

No faction items, all arties and imbued arms / jewels.
mace and shield
Conjurer's trinket
Vesper Order shield
jackals collar
legs of bane
vet robe
crimson cincture
heart of lion
Ecru citrine ring 50EP/ 10 DCI/ 15 necro / 13 fire (499 intensity)
Bracelet 15 necro / 15 tactics / 8 DI / 13 energy (498 intensity)
arms 7 /22/13/16/20 (still 1 slots left) 8 mana

Weapon is diamond mace- 75 ML, 75 LL, 50 HLD, 30 SSI, 40 DI (gotta get more imbue ingerdients, then hit 100% di!)

I know many have something similar, but damned nice to get it done. And since all my friends left the game, you guys get to hear me brag :P

291
Been reading up on this, trying to get  Kal's Fullautologin script to work on Easyuo. I got it running with raw clicks at first, then got the #cont nailed down. I want to try to understand this more though. His old sub was:

Code: [Select]
sub clickgreen
set %x #contposx + 61  
set %y #contposy + 456
click %x %y ; the green arrow
wait 5
return

Musta left my math at work. New cont size is 640_480 (adjusted already in script). Within that window, green arrow is 614, 446. So all I have to do is set the #contposx & #contposy + desired click location from easyuo lower window and off I go? Is it really that easy (punny  ;D)?

I got it working, but still scratching my head a little. Kal's fullautologin is (almost)fully operational! (researching the global var he put in there)

292
Misc. Scripts / Re: The Taming Appraiser
« on: May 13, 2010, 10:34:48 AM »
Is this the one you started back on coders cervesa? if so, glad to see it still existing! Gotta check it out again. I think I still have the greater dragon i tamed just to test this script on back in the day.

293
Scripting Chat / script idea- drop, chop and send
« on: May 08, 2010, 02:12:57 PM »
This is an old bug that has been around forever. With the change back to using an axe to turn logs to boards, it is pretty useful. Can be used on leather as well. Here is my flow, working on commands now. Gotta get into scriptuo of course to check syntax. This is a FIRST for me, so input is gladly accepted. I have written out my desired flow. Will use cervesa's BOS snippet for that sub.
A problem I found in the past was checking things on the ground and dropping them with like.

Code: [Select]
;=========================================;
; Script Name: Overload                   ;
; Author: Baldielocks                     ;
; Version: .1                             ;
; Shard OSI/FS: OSI                       ;
; Revision Date: 02/07/2010               ;
; Purpose: Overweight for BOS to bank     ;
; or skill raise                          ;
;=========================================;
;    ____         _      _  __   _ ___    ;
;   / __/ ___ _ _(_)_ _ | |_\ \ /  /_ \   ;
;   \__ \/  _| `_| | ` \|  _/ / \ \/ \ \  ;
;   __/  \ (_| | | | |) | | \ \_/ /\_/ /  ;
;   \____/\__|_| |_|  _/\__\ \___/\___/   ;
;                  |_|                    ;
;=========================================;
; Setup:                                  ;
; have axe and scissors in main pack      ;
;=========================================;
; v.1- Submitted for help                 ;
;=========================================;

;The purpose of this sub is to take advantage of a bug to overweight your character with resources.
;Resources this can be done with are:
;all leathers
;all woods
;all cloth bolts.
;
;Method in game is to drop items in a homogenous stack on ground within two tiles.
;use item (scissors or axe) and target item on ground.
;pick stack up.
;last object.
;last target.
;when done, there may be an image stuck on your cursor, so it will need to be cleared by a single click over your backpack.

;CAUTION: THIS SCRIPT DROPS SPECIFIC ITEMS FROM YOUR PACK ON GROUND!!!!!
;DO NOT USE IN AREAS WITH OTHER PLAYERS!!
;TEST SCRIPT WITH CHARACTER WITH FEW VALUABLES!!!!!
;I AM NOT RESPONSIBLE FOR ISSUES OF DISAPPEARING ITEMS WITH THIS SCRIPT OR METHOD.

; Start scipt development
; Select Resource type
Set #Leather
Set #Wood
Set #Cloth
; Find and set scissors ID, halt if not found and leather or cloth type selected


; Find and set axe ID, halt if not found and wood is selected

; Set hotkey to pause stacking and run stack sub

; End Setup

;MainLoop
repeat
gosub drop_on_ground


;stack_on_ground sub, must detect if stack is at 60K and start new one.
sub stack_on_ground

;cut and bank, run from hotkey when desired? Can be made to auto cut when target stack reaches 60K, or when sysmessage says no more wood to harvest.
; this would cover farming thrasher AND recall LJ.


294
Gold Farming / Re: Auto Honor and Attack
« on: May 01, 2010, 08:41:50 PM »
I used to use this on UOcoders, was glad to find it again. It was fantastic for my vampurai, but having trouble with my peace tamer.

I did not remember the timer variable. It is causing some issues with successful honor, looting, and healing. The guard / follow / attack will override my cursor when healing or looting. I wind up casting heal on an item, or the target (thrasher for me).
My normal attack sequence when farming him is:
Honor
all kill
all follow me (to get him within two tiles for vet healing and looting)

_ when thrasher dead
all guard me
heal (GH for less than 10% damge, vet + GH for more than 10%)
loot (using BM auto looter. Still working with claw lite, but having issues getting it to work)

Is there a way to get the all kill cursor in a separate thread?
I have been looking for a good vet heal script, (and YES I used search). Any suggestions?




295
New member introductions / Re: sooo.. I fell off the wagon again.
« on: April 29, 2010, 04:23:19 PM »
Was that just you talking in general chat about making a practice pvp guild?
Not I. The only practice I am good for is losing insurance money. :D

296
Off Topic / Re: Enlisted and Officers
« on: April 28, 2010, 06:55:03 PM »
Hey Cerveza, did not know you were here too!

Boy do I have some officer stories. All as true as yours! My favorite discrepancy on an airplane was when a pilot cam in storming mad. He said he his FLIR (forward looking infrared) pod was not working. This pod is 10 feet long, weighs 950 pounds. We went out to check. There was no pod on the aircraft!!!!

We signed off the discrepancy as " Removed pilot's head from rectum, system checks good".

Maybe there is a reason I never got higher than E-6 lol.

297
New member introductions / Re: sooo.. I fell off the wagon again.
« on: April 27, 2010, 05:37:11 PM »
What was your user name on UOCoders?  Welcome, BTW!
Baldielocks or Baldguy, not sure which lol. We were talking about the vampurai script i think.

Post Merge: April 27, 2010, 09:38:33 PM
I remember him and if I am not mistaken he used the same name over at UOC.
Thanks Mass, good to see some of the coders still around.

Post Merge: April 27, 2010, 07:40:39 PM
Welcome to SUO baldielocks. Thanks for the intro!

And thank you for your service.

X
Much appreciated, thanks. Now if I could only get the kids to join to get them out of the house.... They clog up my bandwidth!!!

Post Merge: April 27, 2010, 05:42:10 PM
Baja is lame.

SI still have massive quantities of blues that they send in waves. They like hiding in Guard Zone, trying to act tough, and have allied just about everyone on the server. They keep a few Faction Stealth/Spirit Speak archers around for getting res kills on faction players and trying to get some pop shots on redlined characters. (Weak)

Cartel is back (somewhat). All Running super speeders and silly ninjitsu mysticism templates.

h20 quit



LOL, I remember both guilds in their power days. Sad that PvP has devolved to GZ tactics. At least I die like a good pixel, no GZ running for me if you get me.

298
New member introductions / Re: sooo.. I fell off the wagon again.
« on: April 26, 2010, 06:51:58 PM »
How is Baja these days? I should make a character and check it out.

299
After a two year dry spell, I have fallen off the wagon :'( and come back to UO for a bit. I have played off and on since T2A. I played on Baja the longest, but am now on deserted Lake Austin. I play PVM mostly, because I am old and my reflexes suck. Working on PvP, but there I am afraid I am a lost project.

Why did I come back? Nostalgia for one. But I have played several games in the past two years, and none has the complexity of UO. I tried evony, and was #1 on server 61 in 2 weeks and stayed there for three months. I tried Fallout 3, and played it several hundred hours. Even tried my hand at facebook games. No other MMORPG has ever held a candle to UO as far as I am concerned.

I am a retired Navy vet, two years into civilian life. I am a contract trainer at Boeing, teaching people how to build the world's finest aircraft.

I have a lovely 39 year old wife, (red head, 5 foot 4, 107 pounds, 34 D (fake)), who works out daily and has a SMOKING bod after four kids and living with me for 13 years. My oldest son is 22, my youngest is 16 ( yup, I married a lady with four step kids. At least all are from the same father lol :P).

I remember Trailmyx, but not sure you remember me. I searched for his name on GOOGLE and found this site.

I used to write numerous guides on skill gaining and running vendors, plus hunting tips and newbified feedback on scripts on several boards. I even wrote a script once on UOcoders, but it sucked. It was a gold at your feet stacker.  *late edit* On UO Coders, I wrote and posted the first ever intensity charts for fletcher and carp runics, plus added intensity charts for all tailor and smithy runics.

I have a vertical learning curve ahead of me in the game, and look forward to scriptuo making that a little easier. Might even try my hand at scripting again. During T2A, I used macro programs to capture movements on screen as scripts (did the tape a penny trick too).

In advance, I thank all the scripters kind enough to share their talents and scripts on sites like these with those of us less skilled. 8)

Pages: 1 ... 18 19 [20]