ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Crafting => Topic started by: Cerveza on August 05, 2011, 09:19:04 AM

Title: Cerv's Super Stars
Post by: Cerveza on August 05, 2011, 09:19:04 AM
Code: [Select]
;=========================================
; Script Name: Cerv's Super Stars
; Author: Cerveza
; Version: No version.
; Shard OSI / FS: ONLY tested OSI
; Revision Date: 08 Aug 2011
; Public Release: v1.0
;=========================================
; Purpose:
;   Makes Shurikens and stacks them using a ninja belt.
; Requirements:
;   Ninja belt in main pack
;   Resource container with ingots and tongs
;   Storage container to place stacked shurikens
;   Please use tongs once and set ore type
;=========================================;
;      ___
;     /___\
;     |\_/| 
;     (`o`)     __(\_           |\_
;     \ ~ /_.-`` _|__) ( ( ( ( /()/
;    _/`-`  _.-``              `\|
; .-`      (    .-.
;(   .-     \  /  `-._
; \  (\_    /\/       `-._-()
;  `-|__)__/ /  /`-.   /____8
;        \__/  /    `-`     `
;       />|   /
;      /| |   |
;      `` |   |
;         |___|
;          ( |
;         .oO() www.ScriptUO.com
;=========================================;

Makes throwing stars (shurikens) and loads 5 into a ninja belt to stack them, then unloads them from ninja belt and moves the new stack to a secure storage container.

Requirements:

1 - Ninja belt in your main pack
2 - Resource container with Ingots and Tongs
3 - Storage container for stacked stars
4 - Please prep the correct type of ingots by using the tongs and selecting the correct ingot type

Play with it, lemme know how it works.
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 05, 2011, 12:34:27 PM
Testing the script now. Will let you know the results.
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 05, 2011, 01:53:03 PM
I've made about 3,000 stars aka 300 stacks everything has been perfect so far....

If you have the poison addition to it i'll test that for you as well.
Title: Re: Cerv's Super Stars
Post by: Cerveza on August 05, 2011, 02:11:26 PM
No poisoning as of yet. It will be a separate addition.

If someone wants to run with poisoning it would be awesome... I'm not sure you can poison stuff outside your pack so you would have to do something like:

drag one stack from Storage container to pack
use skill poisoning
target pot in Resource container
target the stack in pack
drag poisoned stack from pack to Storage container

Seems pretty straight forward.
Title: Re: Cerv's Super Stars
Post by: Cerveza on August 05, 2011, 02:22:04 PM
I stand corrected, you can poison stuff in secures, at least in your bank you can.... even easier.

use skill poisoning
target pot in Resource container
target the stack in Storage container
wait 10s

for %i 1 #findCnt
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 05, 2011, 02:43:49 PM
Yeah I was just gona going to say that you can do it in secures...

But you need to make it so it Poisoned that Shurkien stack then picks up that same stacks puts it into a seperate container so it doesnt get targeted twice. That would be the fastest I would think.

So basically

Use Poison
Click Deadly Poison
Target Type Shuriken
Drag Shuriken Into Next Container

Rinse Repeat etc etc..
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 05, 2011, 03:11:33 PM
I did just have it bug out im gona reboot everything but I set it back up again and it was skipping over some steps... It just kept making shurikens didnt stop to recognize the belt or try and stack anything. I restarted it twice did the same thing im gona reboot the client now and shut down easyuo set it back up.


Yeah I restarted easyuo client and a new uo client with it and it worked again must of been something I did.
Title: Re: Cerv's Super Stars
Post by: Cerveza on August 05, 2011, 05:51:13 PM
finditem XXX C_ , %storage ; shuriken
if #findCnt = 0
  halt
event property #findID
if poison in #property
  ignoreitem #findID

that will check each one and ignore the ones with poison in the name. No need to have two containers.
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 05, 2011, 09:57:09 PM
finditem XXX C_ , %storage ; shuriken
if #findCnt = 0
  halt
event property #findID
if poison in #property
  ignoreitem #findID

that will check each one and ignore the ones with poison in the name. No need to have two containers.


Hmm their was another script i was looken at he just something just like that i think but it was screwing up i'll make sure its exact though maybe he was missing a line. Thanks I'll test it out very helpful.
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on August 11, 2011, 04:52:24 PM
Testing it out more. Just an addition you may want to add it works so good and fast that you should maybe add multiple bags to it so say let it put stars in 5 bags that you id. So you can let it run for a while and be all set. Just have it put it a star in each bag every around or however you want to make it work fill up one bag then it goes to the next.

Just an idea and just a poisoning script attachement for it maybe so you can choose either. Great work
Title: Re: Cerv's Super Stars
Post by: Cerveza on August 12, 2011, 04:06:31 AM
Good suggestions, haven't had much time to log in lately, once I get some time I'll look into adding more storage. I also want to get the poisoning portion up and running.
Title: Re: Cerv's Super Stars
Post by: slyone on September 03, 2011, 03:47:34 PM
Script works great!

Gave it a try tonight.  I believe that the script assumes that the first menu you see when you use your tongs is the bladed menu.  I had the make last menu open and I started to make like the 5 item down in my make last menu.  Once I changed the starting menu to the bladed items then I was good to go.
Title: Re: Cerv's Super Stars
Post by: Cerveza on September 03, 2011, 03:51:47 PM
Glad to hear it's working for you.

I still plan on a part b for this to poison stuff...
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on September 23, 2011, 12:44:45 PM
Just came back from a lil summer break of MMOs any plans on finishing the poison side of this i plan on using it a lot
Title: Re: Cerv's Super Stars
Post by: Cerveza on September 23, 2011, 01:18:53 PM
yeah, perhaps a final this weekend.

It should be really easy as you can poison them in a container ;)
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on September 25, 2011, 05:57:51 AM
Excellent i'd love to test it out
Title: Re: Cerv's Super Stars
Post by: Hollywood_Shono on October 02, 2011, 11:38:46 AM
Any luck finding time Cerv?