White Smoke

Discussion in 'Plugin Development' started by Icyene, Jul 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Icyene

    Is it possible to create white smoke, like the smoke that comes out of mobs when they die? I looked through the Effect.SMOKE data values, but all the data bytes related to it are about which direction the smoke points.

    As always, thanks in advance!
     
  2. Offline

    Mike111177

    i don't believe you could without client mods
     
  3. Offline

    Icyene

    It must be possible, because the server sends the white smoke to the client SOMEHOW, otherwise it wouldn't appear... I just don't know what packet to send.
     
  4. Offline

    r0306

  5. Offline

    fromgate

    r0306

    Hmm... I need to spawn an entity, then send a packet about entity death?

    I think server did not sends a smoke to client. When mob is died clients shows a white smoke in that place.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  6. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    The only smoke that can be sent is the black smoke.
     
  7. Offline

    Icyene

    mbaxter Aww.... So not even sending the mob death packet can create it?
     
  8. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    I'd advise testing it, but I'm fairly certain the smoke puff is simply part of the client sided handling of "He's dead, Jim"
     
  9. Offline

    Commander_shiny

    help just what I needed something that look like air how do u get id or the code for the diying mob particle I need somgthing white that looks like air help !
     
  10. Commander_shiny
    Use the playEffect() method, and pick the one you like from various different effects.

    Also, don't bump old threads, make your own one.
     
Thread Status:
Not open for further replies.

Share This Page