Combat log system.. need help

Discussion in 'Plugin Development' started by TomShar, May 26, 2013.

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

    TomShar

    What I'm trying to achieve is when the play logs out it will create a identical clone of that player which can just be killed and then drop the items.

    I would like to be able to have the actual players name over the head of the npc and for them to be wearing the armour and weapons they had.

    In addition, if it would be possible to give them that ghost effect. That would be cool.
     
  2. Haha want to create something like MineZ? It think it's not that hard. I think you should use this: http://forums.bukkit.org/threads/npcspawner-lib-spawn-basic-npcs.3298/ and then just detect a log out, as you can see in the tut you can check for entitydamagebyentityevent, so you can just set the health for the npc and so on, when it dies just remove it, get the inventpry of the player that left and drop it...
     
  3. Offline

    TomShar

    Never actually played MineZ, the main problem I have is spawning a mimic of the player.
    I'll take a look at that lib.
     
  4. First. are you TechnoPvP
    Second. is this supposed to be like mcpvp's anti logging plugin?
     
  5. Offline

    kreashenz

    Maybe try find PvPLogger's source, or if you can't, remember JDGUI is your friend
     
  6. Offline

    TomShar

    No.
    Don't play mcpvp either
     
Thread Status:
Not open for further replies.

Share This Page