Author Topic: Recall Harvester, First real script release  (Read 3976 times)

0 Members and 1 Guest are viewing this topic.

Offline coyan2Topic starter

  • Jr. Member
  • **
  • Posts: 56
  • Activity:
    0%
  • Reputation Power: 0
  • coyan2 has no influence.
  • Gender: Male
  • Respect: +14
  • Referrals: 0
    • View Profile
Recall Harvester, First real script release
« on: October 27, 2008, 06:22:06 AM »
0
First off, This community has given me the want to contribute, So here is something I have been working on for awhile, Its my first ever script release that seems to me to work as planned.. :)

What it does?
Recalls around to different areas to harvest items from plants, like Wheat, Cotton, Veggies, to sheep wool.

When it gets to an area that you have marked, It looks for items to harvest, If its plants on the ground, it will run to the plants, harvest the item, then pick up the harvest. If there are sheep in the area, like the Yew sheep pens, it will shear the woolly sheep, then kill them using your desired method. In this version, It only supports magery, Thats where I'm in need of a little help.
I would also like to be able to track a little better the sheep killed, and items harvested. So far its all hacked up, and not working right. Ideas? Help? All are welcome, and needed in these 2 areas... If you see anything else I need to address, let me know that also ..



To make this work, You must have 2 rune books, one for banks, and one for areas to harvest. In the setup, you will need to select the books, and a knife for the sheep. you will need to be close to a bank, and a container in the bank to drop the items to when your full up. I was going to have it setup to select what you want to harvest, But instead, I decided to just have it set to harvest everything, If you don't want to harvest veggies, then don't mark a rune there. same with everything else. Uses multiple bank runes, so that your not abusing only one bank, thus giving away the fact that you may be UAM'ing...

I have used many subs from many different contributers, Thanks go out to all of you..


Added as an attachment.. download this, it should be correct... :)
Sorry all, Still new to all this...


There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
1-Z-Corp Recall Harvester.txt
« Last Edit: November 13, 2008, 09:34:01 PM by coyan2 »
        
All American Drink, For an All American kind of Guy

Offline coyan2Topic starter

  • Jr. Member
  • **
  • Posts: 56
  • Activity:
    0%
  • Reputation Power: 0
  • coyan2 has no influence.
  • Gender: Male
  • Respect: +14
  • Referrals: 0
    • View Profile
Re: Recall Harvester, First real script release
« Reply #1 on: November 11, 2008, 08:43:12 PM »
0
Quote
*Cerveza - added end code tag

Thanks Cerveza... Didn't realize I missed it..

Sooo, has anyone tried it? is it working for you if you did? Is it just vaporware?? hehe...:)

Just askin...
Coy..
        
All American Drink, For an All American kind of Guy

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Recall Harvester, First real script release
« Reply #2 on: November 11, 2008, 09:26:54 PM »
0
You might actually want to re-attach it as a file instead of a code block so you can at least see how many downloads it gets. ;)
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Recall Harvester, First real script release
« Reply #3 on: November 13, 2008, 08:53:02 AM »
0
Also, you might want to run this through the syntax checker.  It looks like you're missing a few of snicker7's subroutines.

Code: [Select]
Method count: 56
Command count: 56
*** Pass 1 - Label accounting:
*** Warning - GOSUB getglobalvar - Line 63 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 399 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 400 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 401 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 402 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 403 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 404 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 405 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 406 has no matching SUBroutine
*** Warning - GOSUB getglobalvar - Line 407 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 67 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 77 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 121 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 134 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 147 has no matching SUBroutine
*** Warning - GOSUB zcrh_setup_menu - Line 160 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 98 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 101 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 113 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 126 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 139 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu - Line 152 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu2 - Line 167 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu2 - Line 519 has no matching SUBroutine
*** Warning - GOSUB zcrh_statusmenu2 - Line 525 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 382 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 383 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 384 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 385 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 386 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 387 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 388 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 389 has no matching SUBroutine
*** Warning - GOSUB putglobalvar - Line 390 has no matching SUBroutine
*** Warning - GOSUB change_settings_menu - Line 564 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1191 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1239 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1270 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1298 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1378 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1481 has no matching SUBroutine
*** Warning - GOSUB s7waitforaction - Line 1498 has no matching SUBroutine
*** Warning - GOSUB s7waitforvars - Line 1194 has no matching SUBroutine
*** Warning - GOSUB s7waitforvars - Line 1500 has no matching SUBroutine
*** Error - Braces not balanced. Imbalanced by: 2
Subroutine labels = 36
Tag labels = 28
109 Code block(s).
44 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Xclio

  • Officially "The MAN"
  • Elite
  • *
  • *
  • Posts: 981
  • Activity:
    0%
  • Reputation Power: 9
  • Xclio has no influence.
  • Gender: Male
  • Respect: +56
  • Referrals: 1
    • View Profile
Re: Recall Harvester, First real script release
« Reply #4 on: November 13, 2008, 09:05:35 AM »
0
Bow to the greatness that is the Syntax checker :)

Offline coyan2Topic starter

  • Jr. Member
  • **
  • Posts: 56
  • Activity:
    0%
  • Reputation Power: 0
  • coyan2 has no influence.
  • Gender: Male
  • Respect: +14
  • Referrals: 0
    • View Profile
Re: Recall Harvester, First real script release
« Reply #5 on: November 13, 2008, 09:26:54 PM »
0
hmm, very odd, I will look into that tonight, as When I used the checker, I came up with no such thing....

thanks.. :)

And thanks TM, I will do that...

Its missing a bunch of the code.. i will re do it tonight... as this is what I get when I run the checker...

Method count: 55
Command count: 55
*** Pass 1 - Label accounting:
*** Warning - SUBROUTINE delglobalvar - Line 1777 unused
Subroutine labels = 45
Tag labels = 33
128 Code block(s).
1 Warnings(s) encountered.
*** Pass 2 - Execution [SYNTAXCHECK]
0 Error(s) encountered.


« Last Edit: November 13, 2008, 09:31:34 PM by coyan2 »
        
All American Drink, For an All American kind of Guy

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Recall Harvester, First real script release
« Reply #6 on: November 14, 2008, 12:37:40 AM »
0
Yes, you are limited to a certain size when you include something in a code block.  The code was just cut-off.  Attaching like you have done will keep the code complete.
Please read the ScriptUO site RULES
Come play RIFT with me!

Tags: