• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Guild Inviter

    Discussion in 'Archives' started by etmawow, Jan 1, 2011.

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

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      On load up getting
      EDID: Fixed by changing faction manually loks awesome cant wait to see your later work on this!
       
      Last edited: Jan 29, 2011
    2. in2fun

      in2fun New Member

      Joined:
      Sep 23, 2010
      Messages:
      871
      Likes Received:
      8
      Trophy Points:
      0
      I'm trying this for a friends guild. Start it up, it shows
      SendWho("1-1 ")
      Then nothing. I get the who window up. But thats it.
      Using on ally lvl 1 fresh made toon.
      No invites go out.

      I tried the
      string myFaction = "Alliance";
      Still just pops up the who box. and nothing else.

      Found this macro on mmo owned.

      /script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hello "..c.."! <House Of Elite> is now recruiting!Awesome guild!, join now!","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;

      With who window open will send guild invite to all who dont have guild. Change House Of Elite to your guild.
       
      Last edited: Jan 29, 2011
    3. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Any chance to get this updated for lates HB version :D ?
       
    4. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      What is the last version the plugin works?
       
    5. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      What must be changed?

      This?
      Code:
      string myFaction = ObjectManager.Me.Faction.Name.Split(' ')[1].ToLower();
       
    6. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      Found it ;)

      Replace
      Code:
      string myFaction = ObjectManager.Me.Faction.Name.Split(' ')[1].ToLower();
      with
      Code:
      string myFaction = "alliance";
      or
      Code:
      string myFaction = "horde";
       
    7. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      Anyone also to add a line of code so it wispers them as it invites??
      Dont mind editing code to change message

      Would improve sucess rate majorly!
       
    8. in2fun

      in2fun New Member

      Joined:
      Sep 23, 2010
      Messages:
      871
      Likes Received:
      8
      Trophy Points:
      0
      I tried changing the mystring to alliance and just got errors when starting bot.
       
    9. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
    10. zurga

      zurga New Member

      Joined:
      Feb 18, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      This seems great, but cant make it work=/
      Any chance you will update it anytime soon?
       
    11. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      so fucking funny.... maybe need a invite text with /whisper

      but right now, after 10min. running 75 members :D

      with a /whisper it would be much more...
      pls update :))
       
    12. osx86bot

      osx86bot New Member

      Joined:
      Jan 15, 2010
      Messages:
      134
      Likes Received:
      1
      Trophy Points:
      0
      Please please update with a whisper :)_
       
    13. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      and a loop would be cool too

      so, when he end at 85, start at 1 again
      just dont reinvite the names from already invited list
       
    14. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      A nice little plugin, i work's great but it conflict's alot with questing, while im questing for some reason it make's my alt idle or get stuck in stupid places or messes with the questing profile, yess i know it should not conflict with questing but for some reason when i turn this plugin off questing work's great but when i turn it on that's when HB goes crazy.
       
    15. zuabros

      zuabros Active Member

      Joined:
      Jan 12, 2011
      Messages:
      651
      Likes Received:
      82
      Trophy Points:
      28
      My results

      Been running it some hours every day for 20 days, created a fresh guild. No babysitting at all. Guild has now about 900 members, most of them lower levels. Keeps about 20 online members. It really works. Thanks!
       
    16. Silent

      Silent New Member

      Joined:
      Aug 16, 2010
      Messages:
      150
      Likes Received:
      2
      Trophy Points:
      0
    17. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      Yea nie plugin if ony it would wisper and inv at the same time the amount of failures because of this is probally insane
       
    18. 7548

      7548 New Member

      Joined:
      Jul 26, 2010
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      send tell

      not tested but the wow api SendChatMEssage should do the trick

      SendChatMessage("your invite text here" ,"WHISPER", ,"name of person being invited"); the space between "whisper" and "name of..." is where the language goes...


      i have no plans on testing more than that, but i am sure someone can find the line with
      Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")"); and figure out that is where the invite is sent out...
       
    19. micylyb

      micylyb New Member

      Joined:
      Nov 5, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      True that it dosn't work with the new HB?
       
    20. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18

      i cant get it to work :/
       
    Thread Status:
    Not open for further replies.

    Share This Page