• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • eGuildCreator v2

    Discussion in 'Archives' started by thedrunk, Aug 1, 2010.

    1. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      eGuildCreator v2.2

      Code:
      Change log:
      Version 2.0
      - Initial release
      - Made to work with HB2 - used v1 as a base
      
      Version 2.1
      - Rewrote main Pulse() code - many changes
      
      Version 2.2
      - Added Guild check - thanks to: raphus, highvoltz
      
      Instructions

      1. Copy to Plugins directory
      2. Obtain guild charter
      3. Load a profile that runs around busy town areas, Start HB
      4. In the Plugins tab, click eGuildCreator, click 'Start'
       

      Attached Files:

      Last edited: Sep 7, 2010
      madman likes this.
    2. andykay123

      andykay123 New Member

      Joined:
      Jan 15, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Awesome mate , been waiting for this. I had a look at the original eguildcreator code and the functions included in the new HB & tried translating it myself but as im a crap coder it didn't work lol.
       
    3. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
      Works great !
       
    4. jeppe64

      jeppe64 New Member

      Joined:
      Jan 15, 2010
      Messages:
      202
      Likes Received:
      1
      Trophy Points:
      0
      Awsome been looking for this thank you!
       
    5. tombstone

      tombstone New Member

      Joined:
      May 13, 2010
      Messages:
      129
      Likes Received:
      0
      Trophy Points:
      0
      Seems to work very well!

      Here's a profile I made for human alliance bank alts. It will run between northshire abbey and goldshire, inviting any players it encounters along the way.
       

      Attached Files:

      Last edited: Aug 6, 2010
    6. abndrew82

      abndrew82 New Member

      Joined:
      May 14, 2010
      Messages:
      323
      Likes Received:
      1
      Trophy Points:
      0
      Yes this is a great addon it worked great for me

      And great Idea with that Profile there.

      I will make one tomorrow for Horde Characters through some starting zones also, as it is a great way to create a quick bank alt guild
       
    7. abndrew82

      abndrew82 New Member

      Joined:
      May 14, 2010
      Messages:
      323
      Likes Received:
      1
      Trophy Points:
      0
      Here is a Horde side profile I created for Durator.

      It has a hotspot in Org, Razor Hill, Valley of Trials, and Village of Shin.

      I dont really take any credit for this, it is just the other profile posted here with the hotspots changed to be Horde ones in Durator.
       

      Attached Files:

    8. icenode

      icenode Member

      Joined:
      Jan 15, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      16
      Is there any way to stop this:

      - Inviting people it's already invited
      - Not invite people already in a guild?
       
    9. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      I have rewritten the code, it works a lot better now. It will not invite people it has already invited unless you Stop then Start HB.

      I found it hard to determine if a player was in a guild or not, does anyone know how to determine this?
       
    10. madman

      madman New Member

      Joined:
      Jan 15, 2010
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      Was just about to check out the old eGC and see if i would be able to update it, now you saved me the trouble :) thanks alot!

      edit:
      I edited the profile "abndrew82" uploaded to limit it abit.
      removed most of his hotspots and added some new ones, this one will only venture around in org and right outside, at the place people normally duel, should patrol between there, then hit the bank, then chill out abit at the ah(where theres normally plenty of guys to spam). I ended up with 12 signatures within a couple of minutes.

      edit2: added "eGuildCreator - Orgrimmar"
      Active hotspots
      I also added a couple of more, for those of you who wants your bot to wander around abit more, these have been commented out for now, as i havent had the time to test them yet.
       

      Attached Files:

      Last edited: Sep 5, 2010
    11. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      You can use

      guildName, guildRankName, guildRankIndex = GetGuildInfo(unit);

      Not in guild if guildName is nil, in guild otherwise

      Allthough you will need to target each player and run LUA for target.
       
      Last edited: Sep 5, 2010
    12. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Code:
      public static bool IsInGuild {get{return Lua.GetReturnVal<bool>("return GetGuildInfo(\"target\")",0);}}
      returns true if target is in guild
       
      Last edited: Sep 5, 2010
    13. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Updated to 2.2, includes guild check. Untested, please let me know if it works.
       
    14. Fruitbasket

      Fruitbasket New Member

      Joined:
      Aug 21, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      Thank you all so much! +rep for everyone
       
    15. Kandahar

      Kandahar New Member

      Joined:
      Sep 10, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Can someon eexplain the point in this?
      Is it to pad out your guild which you use to keep your gold in? So it looks like a genuine guild instead of a farming bank?
       
    16. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      It's for creating new guilds, not for padding existing ones (although I suppose you could use it for that if you really wanted to). It camps in a city and asks people for guild signatures, so you don't have to do it manually.
       
    17. Kandahar

      Kandahar New Member

      Joined:
      Sep 10, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      So its for creating legitamate guilds by just spamming out for the Zergs?
       
    18. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      thx for continuing the work on this tool, i love it!
       
    19. w00tsauce

      w00tsauce New Member

      Joined:
      May 15, 2010
      Messages:
      958
      Likes Received:
      36
      Trophy Points:
      0
      Also wanted to give you a thanks for this. Im surprised I didnt the last time I used it. Works great. Ive been running this for 45minutes already and still need 4 more people lol. So I would have given up long ago without it.

      Doesnt help I wait until 4am to try and make a alt guild bank :p
       
    20. mistatic

      mistatic Guest

      This looks great bro ill try it out now and get back to ya
       

    Share This Page