Author Topic: Poisoning Shurikens  (Read 4677 times)

0 Members and 1 Guest are viewing this topic.

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Poisoning Shurikens
« on: December 24, 2013, 12:47:36 PM »
0
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...
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: Poisoning Shurikens
« Reply #1 on: December 27, 2013, 04:03:59 PM »
0
Can anyone help me with poisoning shrikens?
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • Activity:
    3.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Re: Poisoning Shurikens
« Reply #2 on: December 29, 2013, 08:50:34 AM »
0
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
« Last Edit: December 29, 2013, 08:52:07 AM by Crisis »

Offline bodfather

  • Sr. Member
  • *
  • Posts: 380
  • Activity:
    0%
  • Reputation Power: 5
  • bodfather has no influence.
  • Gender: Male
  • Respect: +28
  • Referrals: 0
    • View Profile
Re: Poisoning Shurikens
« Reply #3 on: December 29, 2013, 09:00:40 AM »
0
item type: GDP

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Poisoning Shurikens
« Reply #4 on: December 29, 2013, 09:34:56 AM »
0
Oracle ,  have you look there.   been years since I use this.

http://www.easyuo.com/forum/viewtopic.php?p=87300#87300

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: Poisoning Shurikens
« Reply #5 on: December 29, 2013, 11:31:30 AM »
0
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.   :(
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: Poisoning Shurikens
« Reply #6 on: January 02, 2014, 11:22:32 PM »
0
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.

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: Poisoning Shurikens
« Reply #7 on: January 04, 2014, 11:53:56 AM »
0
*BUMP*
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • Activity:
    3.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Re: Poisoning Shurikens
« Reply #8 on: January 04, 2014, 01:56:44 PM »
0
I am working on something for ya but no promises, I get more wrong than I get right.  8)

Offline OracleTopic starter

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: Poisoning Shurikens
« Reply #9 on: January 04, 2014, 10:56:49 PM »
0
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
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • Activity:
    3.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Re: Poisoning Shurikens
« Reply #10 on: January 05, 2014, 05:05:46 AM »
0
Glad you were able to find something.  ;D

Tags: