• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Ogri'Lazy

  Download the Curse Client

Project Updated:
Files Updated: Sun, Nov 9 2008
Category: Quests & Leveling
Tags:

, , and [Edit Tags]

Project Manager: starlightblunder
Current Version: 1.1
Downloads Today: 156
Downloads Total: 324,239
Favorites: 1,321
Comments: 115
  • About Ogri'Lazy
  •  

Apexis Relics (as well as Apexis Monuments) around Ogri'la plateaus have you replay a sequence of up to 10 notes - but the sequence is easily forgotten, and writing it down is cumbersome (besides, that takes effort!).

Ogri'Lazy is aimed to simplify the process. When you interact with an Apexis Relic/Monument, the Ogri'Lazy window appears automatically. The window shows four buttons, each representing a color; add the sequence the Relic is playing by pressing the buttons (or the hotkeys), and Ogri'Lazy will automatically keep track of the sequence for you. Once you start replaying the sequence, Ogri'Lazy will also keep track of your progress, saving you from forgetting which note you were up to.


The question remains: are you lazy enough to get Ogri'Lazy? ... Of course you are. Once you've downloaded the addon, you can type /ogri config to configure it to your liking, and /ogri to test the interface without interacting with an Apexis relic.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Ogri'Lazy 1.1 Release 3.0.3 1,733 11/9/2008
  Ogri'Lazy Version 1.1.1 Final Release 2.4.0 3,076 4/22/2008
  Ogri'Lazy 1.0.10 Release 2.4.0 2,264 4/14/2008
  Ogri'Lazy Version 1.1.1 Release 2.4.0 8 4/7/2008
  Ogri'Lazy 1.0.7 Release 2.1.3 29 7/25/2007
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

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.
  • Gabby said 

    Found a working updated version, tested and good.
    http://www.wowinterface.com/downloads/info7167-OgriLazy.html

    Enjoy :)

    Reply Permalink
  • It seems I will not be able to upload any updates for this without starlightblunder's permission. I do not know how to contact that person. However I will provide a diff file that will update the file Relic.ui.lua from version 1.1.1 to work with the WOW 3.0.2 patch. Whomever is incharge of this project is free to use this to make an update.

    (you also need to change the interface version to 30000 in the toc file)

    129,130c129,130
    < local bi = GetPlayerBuff(i, "HARMFUL");
    < if bi == nil or bi == 0 then
    ---
    > local aname,arank, dT, acount, adefuffType, aduration, aexpirationTime, aisMine, aisStealable = UnitAura("player", i, "HARMFUL");
    > if aname == nil then
    132,133c132
    < end
    < local dT, dL = GetPlayerBuffTexture(bi), GetPlayerBuffTimeLeft(bi);
    ---
    > end
    135c134,135
    < local eT = GetTime() + dL;
    ---
    > dL = aexpirationTime - GetTime();
    > local eT = aexpirationTime;

    Reply