• Visit Rebornbuddy
  • [Plugin] Where Am I? - How to be a human 101

    Discussion in 'Uncataloged' started by Cartman, Jan 13, 2014.

    1. Cartman

      Cartman New Member

      Joined:
      Aug 21, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Here's a simple plugin to help bots look more "natural".

      It'll open the map every 40-180s, look at it for 1-3s and close it. Since your characters animates the map opening/closing, it looks more natural.
      Map will close on combat and wait until combat is over to open.


      Credits: old author was "stryx", and I found it in an old request thread years ago. Decided to improve the logic and fix it for the latest HB. Working 100%


      That's it! Enjoy.



      If you want me to add something else just tell me here or add it yourself and tell me so I can edit this post with the latest file.
       

      Attached Files:

    2. Cartman

      Cartman New Member

      Joined:
      Aug 21, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Reserved
       
    3. Botanist

      Botanist Banned

      Joined:
      Oct 20, 2010
      Messages:
      1,376
      Likes Received:
      44
      Trophy Points:
      0
    4. Denny7273

      Denny7273 New Member

      Joined:
      Jan 13, 2014
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      I?ve got a nice idea but im a C/C++ programmer for game mods and never tried honorbuddy scripts ^^.

      Everybody knows that if u use a bot and the char is mounting he exactly starts moving 0.1 ms after mounting up.
      what about waiting 0.5-1.5 sec and first look into the direction he wants to move to everytime he uses a mount ?

      if u dont want to make such a plugin i could do it but i need some sort of list with commands for wow/honorboddy in C or C++ .. lua is such a ugly piece of script ^^

      Edit: Forgot to say Nice Work! ^^
       
    5. rosek

      rosek New Member

      Joined:
      Jun 19, 2012
      Messages:
      457
      Likes Received:
      3
      Trophy Points:
      0
      nice idea ... would set up the time to 60-300 seconds ...
      but @all , great work
       
    6. Cartman

      Cartman New Member

      Joined:
      Aug 21, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Thanks!

      Most players move right after the char mounts. I actually move before it does to compensate for the lag.
      I think it can be done by modifying the mount behaviour and setting a wait timer after a mount is complete (maybe taking a look into Mount+ plugin). I'll give it a shot another time. No promises, though! :(
       
    7. Cartman

      Cartman New Member

      Joined:
      Aug 21, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Thanks!
      I'll try to make a setting menu for it later, so you can set your own time.
       
    8. alexlee922

      alexlee922 Member

      Joined:
      May 22, 2013
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      16
      I think he meant it opens the map at a random time interval between 60-300 seconds, so some nasty GM can't spot the loop.

      Other than that great plugin :).
       
    9. Cartman

      Cartman New Member

      Joined:
      Aug 21, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Yup, that's what I understood. I said I would try to make a settings menu so you could set the interval, I'm sorry if I wasn't clear. (It's already random, but only from 40-180s)

      If you want to do it yourself, search for "40,180" in the code (no quotes) and change that to the values you want. If you search for "1,3" you'll find the timer for the amount of time it'll stay open (1-3s).
       
    10. brainAbuddy

      brainAbuddy Active Member

      Joined:
      Aug 12, 2010
      Messages:
      2,180
      Likes Received:
      11
      Trophy Points:
      38
      looks nice maybe it's also an idea to open the bags or to add some jumping stuff when in a city
       
    11. ReverseSkydiving

      ReverseSkydiving New Member

      Joined:
      Mar 10, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Great plug in, going to test it =)
       
    12. Owneth

      Owneth Member

      Joined:
      Jan 15, 2010
      Messages:
      723
      Likes Received:
      5
      Trophy Points:
      18
      You can edit it...

      WhereAmITimeout = rGen.Next(60, 300);

      Line 47 in NotePad++.

      Simple as that. ;)
       

    Share This Page