Jump to content

Recommended Posts

Posted

Hi!

I want to create an item that slowly poisons the player if he has it in his inventory(kind of parasite) after a random time between 20 and 4 secs.

Now there are two points i am stuck with:

 

1: I have to check if the item is in the players inventory, so that my mod doesn't try to poison a chest.

2: I need a random number thats created when the player gets the item.(He will most get it by right clicking my parasite-mob)

3: I need an animated texture That seems to be kind of easy. Now i just have to draw 20 pics of a worm...

 

Any ideas how to get this working?

Here could be your advertisement!

Posted

Override onUpdate in your Item class, that is called every tick as long as the item is in the player's inventory.

For random numbers use the Random class, google will have information on that.

Thats bot.the peoblem. My problem is to check if the item ia in a playerinventory and to figure out when it has to reset the random int used for the countdown.

Here could be your advertisement!

Posted

Correct me if I'm wrong diesienben07, but that is only called if it is in the player's inventory, not if they are wearing it. 

 

I ran into that on a peice of armor I was working on. 

 

I can't tell from the description if he plans on making it wearable or not.

Long time Bukkit & Forge Programmer

Happy to try and help

Posted

That is what I used and was going to suggest, but wanted to make sure there wasn't a slicker way to do it.

Long time Bukkit & Forge Programmer

Happy to try and help

Posted

onUpdate will only be called if it's in the player's inventory.

For the countdown you can either use the Item damage value or the NBT data attached to the ItemStack.

Oh, ok. Then my problem is solved.

Here could be your advertisement!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.