ScriptUO
Ultima Online Fan Board => General UO Chat => Topic started 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...
-
Can anyone help me with poisoning shrikens?
-
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.
finditem XXX C_ , %storage ; shuriken
-
item type: GDP
-
Oracle , have you look there. been years since I use this.
http://www.easyuo.com/forum/viewtopic.php?p=87300#87300
-
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. :(
-
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.
-
*BUMP*
-
I am working on something for ya but no promises, I get more wrong than I get right. 8)
-
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
-
Glad you were able to find something. ;D