• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] TimeToLevel

    Discussion in 'Archives' started by kuchr3, Oct 28, 2010.

    1. kuchr3

      kuchr3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      70
      Likes Received:
      6
      Trophy Points:
      0
      TimeToLevel - simple plugin
      A simple leveling Plugin that provides you the time required to gain a level. The output is limited to once every 3min, so you wont get spammed :p

      Features:
      + Post output into Hb's log (on by default)
      + Post output ingame into the first chattab (off by default)

      Open TimeToLevel.cs with your favorite editor and change the 2 lines below "//settings".
       

      Attached Files:

      Last edited: Oct 28, 2010
    2. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      Thanks mate, going to try it :)
       
    3. peteyboy23

      peteyboy23 Member

      Joined:
      Jan 15, 2010
      Messages:
      566
      Likes Received:
      3
      Trophy Points:
      18
      Didn't someone already do this?
       
    4. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      Yep, but its out dated
       
    5. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      thx for the update.
       
    6. kuchr3

      kuchr3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      70
      Likes Received:
      6
      Trophy Points:
      0
      updated for the latest hb build (Honorbuddy 2.0.0.3052)
       
    7. Runkel

      Runkel Member

      Joined:
      Oct 4, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Great! :)

      Btw. Could you color the Log Output? Would make it a lot more easyer to the TimeToLevel entry between the CC spam :D
       
    8. kuchr3

      kuchr3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      70
      Likes Received:
      6
      Trophy Points:
      0
      done, redownload pls ;)
       
    9. Runkel

      Runkel Member

      Joined:
      Oct 4, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Great! Thanks alot!
       
    10. Bliss

      Bliss New Member

      Joined:
      Aug 17, 2010
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      0
      What do we change exactly? I'm unsure when you said change 2 lines below.
       
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      //settings
      private bool outputHB = true;
      private bool outputIngame = false;

      this means put it in hb = true
      this means put it into WoW = false

      - Kick

      if you're using a code editor (notepad++ or VB), that //settings should show up as //settings

      // you can simply edit it with nopepad if you like, too
       
      Last edited: Feb 8, 2011
    12. UnknowNGameR

      UnknowNGameR New Member

      Joined:
      Apr 5, 2010
      Messages:
      494
      Likes Received:
      9
      Trophy Points:
      0
      Another neat way to do this is by using the TitanPanel addon for WoW. It can be found at curse and is updated for 4.0
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Man thats still around? I haven't used that since classic.

      reminds me of CTRA if anyone raided in classic xD
       
    14. Thumped

      Thumped New Member

      Joined:
      Nov 1, 2010
      Messages:
      266
      Likes Received:
      3
      Trophy Points:
      0
      HAHA - I still use some of the CT mods on my Main Account...
       
    15. palapants

      palapants New Member

      Joined:
      Apr 2, 2011
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      Great Plugin. +Rep
       
    16. deesyre

      deesyre New Member

      Joined:
      Jan 15, 2010
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Thank you! this really helps and is developed well!!
       
    17. WBP

      WBP New Member

      Joined:
      Mar 18, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      I just modified bit of the code so the ingame notice will work.

      Code:
      if (outputHB) Logging.Write(Color.Violet, output);
                      if (outputIngame) Lua.DoString("print('" + output + "');");
      
       

    Share This Page