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

Pages: [1] 2 3
1
Misc. Scripts / Re: Sheep, shear, kill, rinse and repeat
« on: September 29, 2008, 06:25:38 AM »
Have not worked on the leather portion yet, however, an issue has been found where a sheep may be out of the pen and an error is noted of "cant get there". I am working on implimenting a journal scanner to solve this issue. I will be updating the script soon.  :)

2
Script Debug / Re: Heal & Warn
« on: August 14, 2008, 10:48:18 AM »
Ohh yeah i don't know how to make one of the boxs to put it in so you can copy and all so i am just going to past it

To help you in the future,
a code box is made as follows:
"["code"]" (Do not use the " and no spaces) This starts your code box.

Paste all of your code and then to end you rcode box.

"["/code"]" (Again, do not use the " and no spaces)


:)

3
Misc. Scripts / Re: Sheep, shear, kill, rinse and repeat
« on: August 10, 2008, 10:35:09 AM »
I could look at doing that, nice idea captain.

4
ScriptUO Questions and Answers / Re: ScriptUO...?
« on: August 09, 2008, 11:30:57 AM »
Looking forward to being able to use this, TM..

this truly is looking good!!

5
Scripting Chat / Re: Question
« on: August 02, 2008, 05:01:26 PM »
thank you, TM

6
ScriptUO Questions and Answers / Re: ScriptUO...?
« on: August 02, 2008, 04:59:15 PM »
Sweet, thank you for the update.  :)

7
Misc. Scripts / Re: Sheep, shear, kill, rinse and repeat
« on: August 02, 2008, 04:57:45 PM »
ah yes....the good ole days there.

8
ScriptUO Questions and Answers / ScriptUO...?
« on: August 01, 2008, 07:58:52 PM »
Hey TM,

How is ScriptUO coming? I like the main section and cannot wait to actually run some script within it.  :)


9
Misc. Scripts / Re: Sheep, shear, kill, rinse and repeat
« on: August 01, 2008, 02:22:15 PM »
Awww, am I the only person who needs wool?  THat is so sad.  4k of wool gathered, so far I like my script. Thanks again for all the help TM.

10
Scripting Chat / Question
« on: July 29, 2008, 01:54:05 PM »
TM,
In your tool_runebook_travel sub....
Code: [Select]
;=================================================================
; Script Name: TrailMyx's Runebook/Spellcast Subs
; Author: TrailMyx
; Version: 2.5
; Shard OSI / FS: OSI / FS
; Revision Date: 09/27/2007
; Purpose:
;   Runebook subs to manage your runebook travel needs.  You need either to know
;   the runebook ID or runebook name.
;
; Subroutines:
;     TM_NewCastSpell - casts spells with appropriate waits, delays, retrys.
;     TM_TravelFromRunebook - Uses specified runbook #FINDID to travel from .  If a location is blocked
;                             the next location will be tried until success.
;     TM_TravelFromNamedRunebook - Same as TM_TravelFromRunebook, but allows you to specify a runebook name
;
;  Examples:
;     gosub TM_NewCastSpell 31 !rbook 10 20 20 ; recall
;     gosub TM_TravelFromRunebook RE 1 3 %runebookid ; travel (recall) to location from #FINDID runebook using slots 1-3
;     gosub TM_TravelFromNamedRunebook GA 1 2 LUMBERJACKING1 ; gate using LUMBERJACKING1 runebook starting at rune 1
;     gosub TM_RandomRunebookTravel SJ 1 6 %runebookid  ; Randomly choose a rune from 1-6 in runebook
;     gosub TM_TravelFromObject RE %runeid ; travels to rune specified by %runeid
;
;  Use of these subrountes is allowed, but please give me (TrailMyx) credit somewhere in your script.
;
;  Release History:
;     2.0 - Initial public release
;     2.1 - Bug in TM_FindValidTextNoAdvance, added return value to TM_TravelFromNamedRunebook
;     2.2 - Bug in TM_NewCastSpell when mana gets too low
;     2.3 - Better spellcasting for chivalry, necro
;           Added TM_TravelFromNamedRunebook
;           Added TM_RandomRunebookTravel
;     2.4 - Little fix for journal handler
;     2.5 - Hack to allow for transport through a red moongate.
;
;  Requirements:
;
;    This script requires that you have your character name
;    setup in a variable called %charname.  Place this bit of code
;    in your script initialization somewhere:
;
;   gosub TM_AddUnderscore #CHARNAME
;   set %charname #RESULT
;=================================================================

The last two lines here
;   gosub TM_AddUnderscore #CHARNAME
;   set %charname #RESULT

Where do I find this Subroutine TM_Addunderscore ? I cannot locate it and would really like to check this out.

thanks.

11
Misc. Scripts / Sheep, shear, kill, rinse and repeat
« on: July 25, 2008, 01:46:21 PM »
Thank you TM for all of your help with this script!

This script uses a secure at your house, uses rune books to travel to sheep pens to shear, kill all of the sheep in the pen. Then moves on to the next pen in your rune book(s). Rune books must be labeled Sheep 4 (number of runes in book) for the script to travel to all of the runes you have marked. The wool will be dropped off at your secure, using either recall or Chiv (SJ).

12
Resource Farming / Re: Shear Sheep, kill and repeat
« on: July 25, 2008, 04:07:56 AM »
LOL!~!!!

Thanks TM! You are correct, that is how I named my sheep books. I did not realize that would cause an issue. Inside the script I am looking for the quantity of runes in each book "%z" and I guess this area must not be working properly or I am not transfering the information properly?

Thank you, I shall continue to work on this. However, I think I can actually release a working version now...

Thanks for all the help, TM. (This damn thing was tougher than I expected.)

13
Resource Farming / Re: Shear Sheep, kill and repeat
« on: July 24, 2008, 08:33:54 AM »
OOOO!!!

I assumed the "tm_addunderscore" was part of your runebook subs. I guess I need to go and find that sub routine then.  LOL..

THanks TM.

14
Resource Farming / Re: Shear Sheep, kill and repeat
« on: July 23, 2008, 04:10:42 PM »
Hi TM,

I ran my script inside of "ScriptUO" so that I could use the syntax checker. Here is what I recieved:
=======================
Method count: 55
Command count: 55
*** Pass 1 - Label accounting:
*** Warning - GOSUB tm_addunderscore - Line 820 has no matching SUBroutine
*** Warning - SUBROUTINE tm_travelfromnamedrunebook - Line 478 unused
*** Warning - SUBROUTINE tm_randomrunebooktravel - Line 524 unused
*** Warning - SUBROUTINE tm_travelfromobject - Line 549 unused
Subroutine labels = 22
Tag labels = 27
55 Code block(s).
4 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
0 Error(s) encountered.
========================================
The warnings do not appear to be real issues. I do have a question about the tm_addunderscore sub-routine...did I not do this correctly? Still cannot seem to get past the first two runes in each runebook. :( grrrrrr....

15
Resource Farming / Re: Shear Sheep, kill and repeat
« on: July 22, 2008, 03:19:06 PM »
OK..
Right now the script is working with one problem.

currently the script is only using the first two runes in both of my books. One (first book) has three runes in it, the second book has four runes in it. The script uses only the first two runes in both books.

I made some changes, but still have not gotten the nested subs out of (sub find_sheep)..

Pages: [1] 2 3