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

  • Your Rating

  • Share
  • Report Abuse

Simon Helper

  Download the Curse Client

Project Updated:
Files Updated: Sun, Jun 3 2007
Category: Quests & Leveling
Tags:

[Edit Tags]

Project Manager: Tarz
Current Version: Simon Helper 1.1
Downloads Today: 24
Downloads Total: 13,528
Favorites: 52
Comments: 11
  • About Simon Helper
  •  

If you're grinding Ogri'la or Skuguard rep and you're anything like me, you reach for a pen and paper whenever it comes to doing the apexis relic quest each day. Well, I figured it's time we all helped to save the trees so I created an addon to help us out instead!

/simon Opens up the interface which you can see in the screenshot. It's pretty self explanatory, but here comes a brief description anyway.

Try to stand facing NORTH WEST whilst using the Simon Helper. That way you'll notice the colour positions in the helper correspond to the colours you see on the ground.

While stood at the relic playing the game, click the big coloured boxes in Simon Helper as they're shown to you by the relic. When it's your turn to copy, hit the "playback" button and Simon Helper will light up the boxes in the same order allowing you to copy back to the relic. There's 3 seconds between each box lighting up in playback which is more than enough to hit the corresponding block on the relic. Version 2 will probably include some customisation options to adjust those timings for those who want it a bit faster or slower. In the meantime, feel free to adjust them in the SimonHelper.lua file if you need it a bit slower:

In the SimonHelper.lua file, fine the SimonHelper_PlayNext function and edit these two lines:

Chronos.schedule(2,SimonHelper_Clear); Chronos.schedule(3,SimonHelper_PlayNext);

The first one is how long the box stays lit during playback, second one is how long before the next box is lit. You should always have the second number higher than the first or else you won't be able to tell if the same box occurs twice in a sequence!


The stop button stops playback, the reset button resets the addon allowing you to start again. Simon Helper will also auto-reset when you've completed a round (IE, after it's shown you the last coloured box) so you don't have to click reset before the next round begins.

If there's anything you'd like to see added, removed or changed then pop a comment on here. Otherwise, enjoy and may the trees live forevermore! (Can you tell my first char was a druid?)

DEPENDANCIES: Depends on Chronos (why reinvent the wheel when you need a timer?) but it's included in the package for those who don't have it.

  • Downloads (2)
  •  
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  
  Simon Helper 1.1 Release 2.1.0 456 6/3/2007
  Simon Helper 1.0 Release 2.1.0 2 5/31/2007
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • 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.
  • Tarz said 

    Nice tip - I'll definately consider that one when I get to working on it :)

    If any other coders are using this addon and want to implement any of these changes feel free and I'll pop them up here.

  • Wisblade said 

    Just think about another very interesting improvement : tell on the party (group) chat the current color, in addition to show it on the main frame... For the Simon's group quest ("Le Gardien du monument" in french, should be "The guardian of the monument" of a similar name).

    So, someone records the sequence (usually, the 5th member, who launch the game), and this is replayed visually (for the one's who recorded this), and said too on the party chat for the other players.

    Should be configured with 4 input boxes, with coloured text, one for each color. This will avoid the pain to maintain translations.

  • Tarz said 

    Thanks for the feedback winsblade - I'll get stuck into a version 2 of this before too long and get it posted, taking on board the requests posted.

    The current release is still pretty much just something I cobbled together to help myself out and thought I'd share ;p

  • Wisblade said 

    My own impressions (some already have been said) : - The played sound in "Playback" mode is very annoying... A check box to have it or not should be implemented. - Two sliders should be implemented : one for the delay between the "Playback" click and the first playback, and another one for the delay between each color. - Very difficult to "see" the current color in playback mode. You should set to black the others, or set a large white border around the current color. - You should check the current direction of the player, and set an advertisement if the direction isn't in a valid range (say +/- 5 degrees of the "perfect" direction). An indicator on the frame will be perfect (green = OK, red = wrong direction). - No key binding for input : that's very annoying... An option to set them (the best should be inside the add-on's frame itself) would be an excellent idea !

    Despite these remarks, this add-on is very useful, since it saves trees... ;-)

    Keep on this good job !

  • maybe instead of doing that dot thing, during playback make all of them black except the color thats lighted up.

    and also i really dont like the matching sound it makes when it playbacks and when i click it. it confuses the hell out of me because when i hear the sound thats from me clicking, i would think the mod is giving me the next color.

    lastly i'd want a running counter during playback on which color its doing, e.g. 1, 2, 3, etc, instead of total number in the count. or even (1 of 9, 2 of 9, etc)

  • Tarz said 

    I can make a note of it for next release, sure :)

  • Started using this one since Ogri'Lazy is a little funny for high latency users.

    Can you add something like a tick or large dot in the centre of the one to be selected? It would help those that have trouble distinguishing the light from the dark colours.

  • Tarz said 

    And you know, I forgot to mention - you should always try and stand facing NORTH WEST when using this helper guys. That way, the colours in the addon will line up with the colours you see on the ground :)

  • Tarz said