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

Pages: 1 2 [3]
31
General UO Chat / Swing speed cal. Dex or stamina based?
« on: June 09, 2010, 05:01:27 PM »
Doing some research to maximize sampurai. On stratics, I found on the http://uo.stratics.com/content/arms-armor/arms.php that they use dex in the cal. However, on http://uo.stratics.com/content/arms-armor/combat.php, they say the official formula is stamina.

I hate posting there, any idea o scripto-loticusi (plural form)?

32
General UO Chat / magic arrow requires a relic?
« on: June 02, 2010, 03:03:11 PM »
Okay,  :o, I have no idea why this would be. Am I missing something?

Also, has anyone heard / verified anything about hit lightning breaking slayers (especially undead)? Heard on my shard that it might, but am still unclear on it.

33
Scripting Chat / working LJ script for ter mur?
« on: May 27, 2010, 03:11:52 AM »
I am wondering if there is a working LJ script for ter mer. I have tried 4, and cant get any to chop there. Been all over easyuo site trying to find out how to fix.
Can anyone give some pointers here?

34
Script Debug / Dropg tutorial help
« on: May 26, 2010, 07:43:10 PM »
Been working a very tiny script, and reading the wiki. I am having a problem with exevent dropg. I looked at other scripts that use this command, and cannot figure out what i am doing wrong. I can get it to drag #findid and #findstack, but it sticks on cursor. Using dropc to debug.

Code: [Select]
Finditem EEG C_ , #backpackid ; hides in pack
exevent Drag #findid #findstack
wait 10
exevent Dropg #charposx #charposy #charposz ;put on ground from easyuo wiki
wait 10
exevent Dropc C_ ; clears cursor as debug
halt

35
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

36
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.


37
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 2 [3]