Mules...

Discussion in 'Archived: Plugin Requests' started by instinx, Mar 10, 2011.

  1. Offline

    instinx

    Since we cant really create Mules, I am guessing a cow would suffice..

    So I would like to be able to have my designated cowmule to follow me and store my items in it. like a doublewide crate.

    I can give it commands like:

    Cowmule Follow
    Cowmule Stay
    Cowmule Home

    Also optionally, mobs can target it. So I would need to defend it.
     
  2. Offline

    degas22

    :confused: what speed would they move at, how high would they jump, can they swim, how about health and fall damage, what happens to the items when they die, and can they wear armor and such
     
  3. Offline

    Hohahihehu

    So... you want to have a cow follow you and act as an inventory?

    I'm pretty sure you could do the first, but I have NO IDEA how one could manage the second.
     
  4. Offline

    instinx

    I imagine it would travel a tick slower then human speed. No jumping. No Armor.

    And yes, think pack mule. Perhaps storage cart kind of code?
     
  5. Offline

    RyanTheLeach

    I'm not a plugin developer, yet so I don't know if it would be as easy as this but it sounds like.
    1: get cow to follow player (no idea)
    2: listen for click event or mob damage event, if targeted at mule cow check to see if it originates from its owner,
    if it originates from its owner open up a "virtual chest"(as I've seen mentioned in other plugin discussions)
     
  6. Offline

    instinx

    I think the chest part is the biggest unknown. I suppose if its too hard to reliably have it follow the player, we could ride it instead. I have seen other plugins that essentially let you do this...
     
  7. Offline

    RyanTheLeach

  8. Offline

    instinx

  9. Offline

    sgtbigman

    this sounds like a great idea. I could start looking at it next weekend....
     
  10. Offline

    instinx

    Let me know if you need anything, including my server for testing.
     
  11. Offline

    Edward Hand

    My MobRider plugin has the code for making mobs follow and RyanTheLeach gave a link to the chest bit. Just a case of adding them together.
     
  12. Offline

    instinx

    But alas.... my coding skills havent progressed beyond batch scripts, so I look on you, the Plugin Developers to make this a reality!
     
  13. Offline

    Fyridor

    This would be a fun addition to my server as well. Watching the thread.
     
  14. Offline

    sgtbigman

    I'll see what I can do next weekend. Anyone able to code this earlier feel free and look at what Edward (scissor) Hand said cause my main laptop for programming is being repaired by the medic :/
     
  15. Offline

    Miauw62

    i would also be amused whit a cow just folowing me.
    or what if you could set the cow to follow other people?
    /cow follow <player>
    after that, right click cow, and the cow goes off to annoy <player>
     
  16. Offline

    Edward Hand

    My MobRider plugin does this if you tell harmless mobs to attack players [​IMG]
     
  17. Offline

    Miauw62

    Yeah, i already got it installed :D
     
  18. Offline

    degas22

    it should jump or what else is the use of,
    there are very few areas on any of the worlds i have been on
    jumping is a necesitiy

    i can see the not wolking as fast, but maybe it can telleport, as with the wolves of the new update, if your to far away from it, although this would slow it down temorarily
     
  19. Offline

    RyanTheLeach

    easiest way would be to use a wolf! they seem to follow you already.
     

Share This Page