Advertisement

RogueHelper

  Download the Curse Client

Last Update: Oct. 23, 2006 (1 year ago)
Category: Other
Tags: rogue
Project Manager: sarf
Current Version: RogueHelper 0.06
(for World of Warcraft 1.12.0)
Downloads Today: 2
Downloads Total: 46,446
Favorites: 69
Comments: 9
  • About RogueHelper
  •  

Allows you to get a small window with your energy and combo points that you can drag around.

Usage :
/rh (to check all commands)
/roguehelper <show> on/off

  • Downloads (1)
  •  
Advertisement
  • Screenshots (3)
  •  

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • July 28, 2005, 10:34AM (3 years, 1 month ago)

    Here s my way to make it auto on and off, working, but not through test yet.

    2 places in file RogueHelper.lua has to be change:

    1. orginal: around line 205 function RogueHelper_UpdateWindow_OnLoad() this:RegisterForDrag("LeftButton"); this:RegisterForClicks("RightButtonUp"); this:RegisterEvent("UNIT_ENERGY"); this:RegisterEvent("UNIT_MAXENERGY"); this:RegisterEvent("PLAYER_COMBO_POINTS"); end

    new: adding 2 last line as below:

    function RogueHelper_UpdateWindow_OnLoad() this:RegisterForDrag("LeftButton"); this:RegisterForClicks("RightButtonUp"); this:RegisterEvent("UNIT_ENERGY"); this:RegisterEvent("UNIT_MAXENERGY"); this:RegisterEvent("PLAYER_COMBO_POINTS"); this:RegisterEvent("PLAYER_REGEN_DISABLED"); this:RegisterEvent("PLAYER_REGEN_ENABLED"); end

    2. original: around line 466: function RogueHelper_UpdateWindow_OnEvent(event) if ( ( event == "UNIT_ENERGY") or ( event == "UNIT_MAXENERGY") ) then if ( arg1 == "player" ) then RogueHelper_UpdateWindow_UpdateValues(); end end if ( event == "PLAYER_COMBO_POINTS") then RogueHelper_UpdateWindow_UpdateValues(); end end

    new: adding the last 6 new lines:

    function RogueHelper_UpdateWindow_OnEvent(event) if ( ( event == "UNIT_ENERGY") or ( event == "UNIT_MAXENERGY") ) then if ( arg1 == "player" ) then RogueHelper_UpdateWindow_UpdateValues(); end end if ( event == "PLAYER_COMBO_POINTS") then RogueHelper_UpdateWindow_UpdateValues(); end if ( event == "PLAYER_REGEN_DISABLED") then RogueHelperFrame:Show(); end if ( event == "PLAYER_REGEN_ENABLED") then RogueHelperFrame:Hide(); end end


    thats it.

  • June 14, 2005, 10:57AM (3 years, 2 months ago)

    or take a look at my recoded version RogueHelperSE at http://www.curse-gaming.com/mod.php?addid=1421 =)

  • June 12, 2005, 12:18PM (3 years, 2 months ago)

    all you have to do is edit the savedvariables.lua file and look for this mod and change the coordinates it's located at, pretty easy. also, the ctmod team made an edited version of this mod that remembers the on/off state.

  • May 21, 2005, 05:52AM (3 years, 3 months ago)

    The addon is really a "must-have", but my helper got somehow while configurating UI under the latency-spot. I'm really horrofied, you gotta make /reset -command able. There's no way for me to get the helper out of there, I've tried everything. Please, add the /reset.

  • May 15, 2005, 08:53AM (3 years, 3 months ago)

    pls add lock/unlock option, example by slash command ^^ its one of the best addons for rogue , but it needs this option :D cu

  • May 14, 2005, 04:27PM (3 years, 3 months ago)

    U should add option to Lock and Unlock the frame coz it is unlocked all the time

  • May 11, 2005, 05:14PM (3 years, 3 months ago)

    everytime i quit the game and come back the bar isnt there anymore... how do i get it to stay?

  • April 6, 2005, 01:12PM (3 years, 4 months ago)

    Could u make option to make the frame transparent, aka text mode?

  • March 29, 2005, 06:45AM (3 years, 5 months ago)

    Is there a way to auto-start the mod with the game?

 
  • Similar Addons
  •  
  1. 2,859 Auctioneer Auction & Economy, Mail, ...
  2. 1,347 BigWigs Bossmods Raids & Encounters, Other, ...
  3. 722 Druid Bar Unit Frames, Other, Combat, ...
  4. 595 GuildEventManager Group/Guild Management, Raids ...
  5. 500 ImprovedCamera 2.4 Other
Advertisement