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

Pages: 1 ... 6 7 [8]
106
Jokes! / Revenge
« on: May 11, 2012, 11:11:16 AM »

107
Gold Farming / Crisis SOS Chest Fisher - Updated 10-12-2020
« on: May 07, 2012, 08:14:30 PM »
Code: [Select]
;===================================================================
; Script Name: Crisis SOS Chest Fisher
; Author: Crisis
; Version: 3.0
; Client Tested with: 7.0.87.1
; EUO version tested with: 1.6.0 (version 335)
; Shard OSI / FS: OSI
; Release Date: 05/07/2012
; Revision Date: 10/12/2020
; Purpose:
;     Completely automates the operation of fishing up treasure chests when you are in the correct area of your SOS.
;     Works great with Kal In Ex's SOS Master
;
; Features:
;     . Automatically fishes until you fish up a treasure chest. Cuts bones after fishing up chest.
;
; Revisions:
;     . Added bone cutting sub
;     . Cleaned up code
;     . Added Chest Sorter (sorts magery scrolls into the 8 circles, necro scrolls, reagents, and gems into storage containers)
;     . Added Item Mover (moves everything from one container to another to combine chests to allow for more time on the water)
;     . Added Bag Clean Up (empties into the trashcan for cleanup points)
;     . Fixed Buttons
;
; Requirements:
;     . You should be on a boat in the area of your SOS.
;     . Must have the SOS and fishing pole in your backpack.
;     . You must hard code in your sorting containers.
;     . You must have your backpack open when you start fishing.
;
; Possible Updates:
;     .
;
; Special Thanks:
;     . TrailMyx for helping me iron out the kinks and for TrailMyx's Advanced Journal Handler and Chest Sorter
;     . _C2_ for the Menu Tutorial http://www.scriptuo.com/index.php?topic=1535.0
;     . Gaderian for help with the new EUO menu changes and cleaning the code up some!
;
; Changes that you will need to make will be marked like this:
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
; Watch for these changes and make them accordingly
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
;
; Copyright: 2020 Crisis



This is my first script so be gentle.

This is a very basic script to be used with Kal In Ex's SOS Master Script.

Make sure you read the requirements!! At this time, you must hard code in your containers that you want to sort loot into!

I got tired of double clicking my fishing rod and was fishing up endless sunken wreckage so I put this together.

1. Grab a beer, a pirate hat, and be ready to recover sunken booty.
2. Get on boat.
3. Use Kal In Ex's SOS master to load your SOS and then sail to them.
4. Use Crisis SOS Chest Fish them up.
5, Drink more beer and prepare to do more!

Enjoy!

Update 6-16-2013 Version 2.4
  Added Menu - 3 buttons, Fishing, Cut Bones, Sort Loot
  Cleaned up code.

Update 6-19-2013 Version 2.5
  Added hard coding of sort chests to the top
  Cleaned up code

Update 10-12-2020 Version 3.0
  Updated the EUO menu to make the buttons work again (Thanks Gaderian!)
  Added the ability to move items from one container to another
  Added the ability to sort the chests moving mage scrolls (by circle), necro scrolls, reagents, and gems into storage containers
  Added the ability to empty the pack of fished up items into the trash can for clean-up points.

108
Jokes! / Substitute Teacher
« on: May 07, 2012, 05:07:13 PM »
Little Johnny walks into school one day to find a substitute in place of his regular teacher.

She says, "Hello class, I'm Mrs. Prussy. When you say my name class remember it has an "r" after the first letter."

The entire class says, "Hello Mrs. Prussy."

A few days later the regular teacher is still sick when Little Johnny gets to his desk the teacher asks what her name is.

Johnny thinks hard and the says to the teacher, "I remember it has an "r" after the first letter."

"That's right!" she coaxed.

Then after a few seconds Little Johnny says, "Mrs. Crunt?"

109
Script Debug / First script and could use some help
« on: May 07, 2012, 12:44:12 PM »
Ok I am using Kal In Ex's SOS Master to take me to SOS locations for SOS that I have on me. I can do quite a few quickly and was getting tired of double clicking the fishing pole so I decided to try and write a very basic script to fish there until it pulls up a treasure chest. I am getting stuck on the journal scan, the rest is working fine. It keeps fishing after the chest is pulled from the water.

Code: [Select]
finditem XHF_KDF C_ , #BACKPACKID ; this first part is borrowed from TM
  if #FINDKIND = -1                     
  {
    finditem XHF_KDF C_ , #CHARID
    if #FINDKIND = -1
    {
      display ok How can you fish without your fishing pole?
      halt
    }
  }
  set %fishingpole #FINDID

findItem XHF 1
set #LObjectID #FindID
set #LTargetKind 2
set #LTargetX 2 + #CharPosX
set #LTargetY #CharPosY
event macro 17 0
target
event macro 22 0
set %fishtimeout #SCNT + 9
target 12s
{
if You_pull_up_a_heavy_chest_from_the_depths_of_the_ocean in #journal
halt
}
return

Any help would be appreciated and I would love for someone to explain anything that I did wrong.

Thanks!

110
Jokes! / glad I am not this guy....
« on: May 06, 2012, 08:00:02 AM »
After a long night of making love, the guy notices a photo of another man, on the womans nightstand. He nervously asks,'Is this your husband? 'No, silly,' she replies, 'Your boyfriend, then?' he continues. 'No, not at all,' she says, Is it your your brother?' he inquires, hoping to be reassured. 'No, no, no! You are so hot when you're jealous!' she answers. 'Well, who in the hell is he, then?' he demands. She whispers in his ear. 'That's me before the surgery

111
Jokes! / Stress Management
« on: May 06, 2012, 07:49:36 AM »

112
Scripting Tutorials / Where in EUO do I find item id's?
« on: May 03, 2012, 12:48:10 PM »
I am new to scripting and have a limited knowledge of coding but am trying to learn. I have a script from here and want to try and modify it a bit to add some things to it. I am trying to work it out on my own but can use a little help. I am trying to find the ID of an item. Looking at the right side of EUO program where it starts with Character Info, where would I find the part where it shows the ID of specific items? I was looking at the find item section but must be over looking it. When I hover over the item that I want to get an ID from, the FINDID does not change at all. Is this the right spot to see an item id? If not where should I be looking? Hopefully I am asking in correct section. If there is a better place to post a question like this please let me know. Thanks!!

113
New member introductions / Greetings
« on: February 27, 2012, 05:49:39 PM »
I have been playing UO since 2000 and have been enjoying every minute of it. I am a father of 3, full time student and full time worker. I am looking for new ways to kill some of the repetitive key strokes of UO to maximize the rest of my play time. I have not written any scripts but have modified them when I can to fit my needs. I am slowly trying to learn scripting but with my busy life, it is a painfully slow process. I found this  site right before I took a break from UO and have found my way back here now that I am back playing UO again.

Pages: 1 ... 6 7 [8]