Get an Epic Experience with Premium

Gryphonheart Items

Roleplay Login to Add Favorites
  • 14 Likes
  • World of Warcraft
  • 2,895 Monthly Downloads
  • Supports: 5.2.0
  • 338,639 Total Downloads
  • Updated 03/22/2013
  • Created 10/11/2008
  • 381 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: GHI 2.1.00
or
Support development! **
Donate

About Gryphonheart Items

Gryphonheart Items

Homepage: http://www.pilus.info
Forum: http://www.pilus.info/forum
Please submit bugs at our forum: http://www.pilus.info/forum/viewforum.php?f=24
The latest public test version is not available on curse. If you would like to help testing, you can find it at http://pilus.info/index.php?title=Latest_Test_Version


Roleplaying is an innovative ability that allows you to let your imagination run free and allows your creativity to unfold into meassures that is restricted in other situations. You can be what you want to be, say what you want to say and your actions are only limited by your own restrictions and imagination. So, why should that not apply for your AddOns aswell? Most AddOns work on creating a restrictive fence around you, or by supplying you ’guidelines’ which limits your answer or response activity.

We have a solution. The Developer of GHI saw this issue that people were facing and decided it had to end. He wanted to create a tool for the roleplayers, that would remove the restrictions and limitations from their shoulders, and secure them an AddOn which would not limit creativity, but promote it. He believes that the best ideas comes from the users themselves and not those who develop the AddOns, so he took up the challenge to create this tool. And he did.

GHI is revolutionary in the sense of Roleplaying AddOns in World of Warcraft. Not only does it directly promote your creativity beyond belief, but the only thing holding you back from expanding your enjoyment with GHI is your very own imagination.

The AddOn itself might not seem like a lot at first, because the user interface has been made so simple that everyone can use it. It features a little blue bag, and once you see it on your interface, you are a single click away from a world of possibilities.

We will supply you a few examples of what GHI can do for you, but what really counts, is what you can do with it, not what we tell you, you can. Write a book, a note, a loveletter perhaps a poem, and keep it within your bag or trade it to other users of GHI. Create birthday presents, tools, food, drinks, weapons, banners – everything! Only your own imagination sets the bar. Among the more popular features of GHI, you can also create items that will grant you a buff, which is fully visible to other GHI users. Are you a noble of a rich family with an expensive ring, crest or necklace? Wear it with full details now, and let others see how wealthy you are! Are you a beggar or peasant with certain belongings upon you? Show the RP’ing community exactly how you look! You can create items which consumes other items you have created like food when you eat it, or additional bags to store all the items you come across.

There is no limit to the possibilities of what items you can create, only that you have to think it up first. GHI comes with an easy to read questionmark option in the bag where you can handle the settings of the AddOn, but no guideline book follows upon your Download, because the AddOn is so easy to figure out how to use, that you would not need one in any case. And besides. Were here to end the trivial problem about AddOns setting restrictions against you, by providing you the tool, to think differently, prove innovative designs and let your creativity flow like a river, all with the click of your mouse.

Great pride is placed upon the fact, that others might or will try to copy what GHI has created, but that we still remains the users favorite, despite being the first to bring this feature. This all comes to show us, that not only did we start out being the best solution to end the boring gameplay features that would not allow you to expand your creative mind, we still remain so after such a long time.

Try GHI today, and we can guarantee, you will find at least one option within GHI that will make you see AddOns in a whole new perspective.

A lot have changed in GHI v.2.0. For a quick overview of the main changes, see http://pilus.info/index.php?title=What_is_GHI%3F#New_in_GHI_v.2.1

Changes of each versions are available on the forum at http://pilus.info/forum/viewtopic.php?f=24&t=5202

Comments

First Previous Page 1 of 52 Next Last
  • #784

    Hi Guys, We're not dead and now working on things. *sets down some cookies* Stand by.

  • #785

    Best. Post. Ever.

    *Stops hunger-striking and awaits patiently*

  • #779

    Slight problem. It says all my RP addons, like TRP2 And GHI, are out of date, yet I've checked the 'Load out of date addons' but that doesn't work with GHI for some reason, so, how do I update addons? Please help! I'm lost! Haha.

  • #780
    Quote from Rosoth »

    Slight problem. It says all my RP addons, like TRP2 And GHI, are out of date, yet I've checked the 'Load out of date addons' but that doesn't work with GHI for some reason, so, how do I update addons? Please help! I'm lost! Haha.

    That

  • #783

    Thanks. We will look into the issue.

  • #777

    Seems to have a problem with bartender4 - when you use both addons the bartender4 shows all spell slots instead of just those you made to. Example: if you are not using any action bar addon follow these steps, if you are using any - disable it for now.

    1. Go to interface>ActionBars

    2.Check "Always Show ActionBars"

    So this is what happens with bartender4 either you want it or not.

  • #778

    This is a known issue that we are still looking into.

  • #774

    I've been using this addon for a long time, and I really love it. I haven't had any problems with it as of today. Thank you!

    On another note, any news on updating Gryphonheart Reputation? I haven't been able to use it due to it being VERY out of date (2010 was the last update I think).

  • #775

    Thanks for your positive feedback. Regarding GHR, then it is not likely that it returns, but there might be possibility of some of the elements to return in another addon, called GHG (gryphonheart groups), which is currently in the works. The basic of this addon is that it lets you create guild like groups, which are not visible to others than the members of it. This can be used to create e.g. a craftmans guild, a secret lodge or a subguild to an existing guild. 

  • #772

    In german client the buff function is defect. I used some code in the lines 934 to corect this (a line before and after added so its possible to identify the Position):

    function GHI_BuffUI:CastBuff(filter, refID, guid, name, description, icon, totalDuration, endTime, count, debuffType, stackable) --API

    if (filter == "hilfreich") then
    filter = "helpful"
    end
    if (filter == "schädlich") then
    filter = "harmful"
    end

    assert(type(filter) == "string" and (filter:lower() == "helpful" or filter:lower() == "harmful"), "Filter should be a string that is either 'helpful' or 'harmful' but is '"..filter.."'", filter)

  • #773

    I think I understand the problem. It's substituting a localized string where a specific variable should be in the function. I'll try to lock it down. I do need to know if this was while scripting or in an action.

    Last edited by Jasonseafarer on 4/10/2013 12:23:02 PM
  • #769

    I love this addon!  I was wondering however, I am about to transfer a toon from one realm to another.  Will the books written/transcribed go over as well?

    Thanks!

  • #770

    If your character retains their current name you cna copy the saved variables form the WTF\AccountName\PreviousRealm\CharacterName\GHI.lua to the similar folder on the new realm.

  • #767

    Will there be an update to 5.2 coming soon?

  • #768

    Yeah, we just need to tie a knot on some of the stuff currently in development progress.

  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Maingear

ENTER NOW