ScriptUO

Ultima Online Fan Board => General UO Chat => Topic started by: Oracle on December 24, 2013, 12:47:36 PM

Title: Poisoning Shurikens
Post by: Oracle on December 24, 2013, 12:47:36 PM
I am looking for some help poisoning some Shurikens.  I have a container with 124 '10 use' Shurikens and want to poison them all.  Cerveza had a little snippet to poison them in a container, but I cannot seem to get it to work:

finditem XXX C_ , %storage ; shuriken
if #findCnt = 0
  halt
event property #findID
if poison in #property
  ignoreitem #findID

Also, was looking for a script that will make the Shurikens, load them into a belt, stack them, and then poison them, and then put them away.  Almost like Cerveza's Super Stars...
Title: Re: Poisoning Shurikens
Post by: Oracle on December 27, 2013, 04:03:59 PM
Can anyone help me with poisoning shrikens?
Title: Re: Poisoning Shurikens
Post by: Crisis on December 29, 2013, 08:50:34 AM
I am looking for some help poisoning some Shurikens.  I have a container with 124 '10 use' Shurikens and want to poison them all.  Cerveza had a little snippet to poison them in a container, but I cannot seem to get it to work:

finditem XXX C_ , %storage ; shuriken
if #findCnt = 0
  halt
event property #findID
if poison in #property
  ignoreitem #findID

Also, was looking for a script that will make the Shurikens, load them into a belt, stack them, and then poison them, and then put them away.  Almost like Cerveza's Super Stars...


I am not positive and I do not have any shurikens to check but the line here seems to be missing the itemid unless it just happens to be XXX. I may be looking at this too simply but I think you need to use TM's find itemid tool and get the correct itemid and sub it in for the XXX. If I am wrong, please ignore this lol. Cerveza might have written that for someone without having shurikens to get the correct itemid.

Code: [Select]
finditem XXX C_ , %storage ; shuriken
Title: Re: Poisoning Shurikens
Post by: bodfather on December 29, 2013, 09:00:40 AM
item type: GDP
Title: Re: Poisoning Shurikens
Post by: The Ghost on December 29, 2013, 09:34:56 AM
Oracle ,  have you look there.   been years since I use this.

http://www.easyuo.com/forum/viewtopic.php?p=87300#87300
Title: Re: Poisoning Shurikens
Post by: Oracle on December 29, 2013, 11:31:30 AM
Replacing the itemid line to 'GDP" I still can't get either the one on euo to work that The Ghost suggested or the snippet Cerveza wrote.   :(
Title: Re: Poisoning Shurikens
Post by: Oracle on January 02, 2014, 11:22:32 PM
This is making me very cranky that my Ninja Poisoning Archer cannot use 'deadly poisoned' Shurikens because I cannot poison them.   I have tried both methods listed above and I cannot get either to work.  Right now there are 124 '10 use' Shurikens siting in a wooden box on the floor of my Workshop.

Title: Re: Poisoning Shurikens
Post by: Oracle on January 04, 2014, 11:53:56 AM
*BUMP*
Title: Re: Poisoning Shurikens
Post by: Crisis on January 04, 2014, 01:56:44 PM
I am working on something for ya but no promises, I get more wrong than I get right.  8)
Title: Re: Poisoning Shurikens
Post by: Oracle on January 04, 2014, 10:56:49 PM
I am working on something for ya but no promises, I get more wrong than I get right.  8)

I amso very sorry Crisis and my other fellow ScriptUOers...I found a really nice one here by MWinc.  It just did not come up when I searched the first time...guess cause it was hidden by his Crafting Armor Script?

http://www.scriptuo.com/index.php?topic=3959.msg32743;topicseen;highlight=poisoning+shurikens#msg32743
Title: Re: Poisoning Shurikens
Post by: Crisis on January 05, 2014, 05:05:46 AM
Glad you were able to find something.  ;D