Jump to content

Make Entity behave like Player?


Busti

Recommended Posts

Hello,

how can I make an Entity behave like EntityPlayer so experience will flow to it?

Or is there an other (easyer) way to realize this?

I am looking forward to an answer.

Busti

Sorry for my bad English

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Link to comment
Share on other sites

experience is an entity that goes to the player.

if the experience entity hits the player, the player will have a value added to a float hardcoded into the Player, value given by the experience orb entity. this will make a certain variable change, and the player's xp bar will be changed depending on how much got added.

 

all you have to do is make a new entity, and hardcode into your entity (aka: copy paste) the player's ways of adding exp.

 

 

Link to comment
Share on other sites

Hello,

I already tried that but in the XPOrb class is the EntityPlayer.class the only defined target for the XP orb.

So i thought that i can make the XP orb "think" that my entity is a player and whan it is in a special radius of my Entity i would set it death and add 1 to an internal variable of my entity.

 

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Link to comment
Share on other sites

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.