Search found 40 matches

by Gnits
Thu Jun 23, 2016 9:14 pm
Forum: MQ2::Development::Feature Discussion
Topic: Feature Request MQ2Radar
Replies: 8
Views: 1191

Re: Feature Request MQ2Radar

One of the nice things about MQ2Radar was that it rotated so that as you moved forward the map in the overlay always showed the way ahead.

Around the circumference was a compass so the four directions rotated as your perspective stayed pointing up.

Gnits
by Gnits
Wed Jun 22, 2016 9:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: Feature Request MQ2Radar
Replies: 8
Views: 1191

Feature Request MQ2Radar

This is worth real donation money for me. I had to revert to old MQ2EQDraw code because the new version broke mq2radar. I would be willing to pay for the version to be updated to work with the new code but pay twice as much to have the feature without having to load the old version of DSurface Gnits...
by Gnits
Sun Aug 02, 2015 8:18 pm
Forum: MQ2::Macros::Requests
Topic: Finding a lost item
Replies: 1
Views: 1629

Finding a lost item

I am trying to find an augment lost on an item in my bank.

Anyone have a macro to help me find it? I get a lore message when I try to loot it but cannot find it.

Gnits
by Gnits
Fri Jul 17, 2015 8:45 pm
Forum: MQ2::Custom UI
Topic: Group window does not display aggro correctly
Replies: 13
Views: 2887

Group window does not display aggro correctly

Can someone see why the group window does not display the agro correctly?

Gnits
by Gnits
Sun Nov 02, 2014 10:11 am
Forum: MQ2::Bug Reports
Topic: [SOLVED] Spell.RankName NULL
Replies: 2
Views: 605

[SOLVED] Spell.RankName NULL

I have been working with Spells and Ranks and discovered that the rank number is working but RankName is always returning NULL.

While I am asking you to look into this, is the proper way to get at the RankName in a plugin pSpell->RankName?

Gnits
by Gnits
Wed Jul 17, 2013 7:22 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130716.zip - PCONTENTS missing ItemSlot
Replies: 11
Views: 2267

Re: MQ2-20130716.zip - PCONTENTS missing ItemSlot

As a matter of interest, why is there an Item1 and Item2? What do they represent in game? its just pointers to the same itemstruct, sometimes item1 is valid other times its item2, I don't know why. We have a function that checks which one of them that has the valid pointer and just return that one....
by Gnits
Wed Nov 17, 2010 5:18 pm
Forum: MQ2::Bug Reports
Topic: /w bug
Replies: 6
Views: 1725

/w bug

In the guild lobby, i typed /w shaman and got "There are 12 pcs in UNKNOWN_ZONE."

I suspect this isn't supposed to happen.

Gnits
by Gnits
Mon Oct 25, 2010 7:52 pm
Forum: MQ2::Custom UI
Topic: Any good target windows out there?
Replies: 4
Views: 3319

Any good target windows out there?

my current one has target on top
ToT next
then target buffs.

Very large box for me.

hoping to find one with Targ over ToT with targ buffs to the side so that it is flater.
by Gnits
Sat Aug 07, 2010 11:08 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: QuickCombineV2.mac
Replies: 6
Views: 3932

QuickCombineV2.mac

I have worked with the original QuickCombine.mac to make it a little more informational. In the end, it does the exact same thing but it provides more information. For those that are trying to skill up, I added a beep so you can keep up with the skill ups. For those making costly tradeskill items in...
by Gnits
Sun Oct 26, 2008 9:32 pm
Forum: MQ2::Custom UI
Topic: Trying to add group role information
Replies: 72
Views: 7485

Trying to add group role information

I am trying to add the default icons for tank/puller/assist to the Krust UI and cannot get it to work. Here is a link to my EQUI_GroupWindow.XML http://rafb.net/p/ZZxqTI14.html If anyone has any suggestions.[/code] EDIT: Also, i cannot figure out how to fix the gauges so they change colors at differ...
by Gnits
Wed Feb 06, 2008 8:05 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 167840

Ok, i have added a new function to the Krust DLL. I am going to PM the final version of it to gimp here in the next day or so. One of the struggles for Macro writers is dealing with the ever increasing versions of the same spell (aego, virtue, tenacity... etc). I add a function to make the following...
by Gnits
Sat Dec 08, 2007 7:58 am
Forum: MQ2::Macros::Requests
Topic: Get item
Replies: 4
Views: 3037

dont_know_at_all wrote:

Code: Select all

/ctrl /itemnotify ${FindItem[=${itemname}].InvSlot} leftmouseup
Absolutely perfect and helpful... Took a couple of tries to realized i had to have the exact name... but thats a simple matter.
by Gnits
Fri Dec 07, 2007 9:51 pm
Forum: MQ2::Macros::Requests
Topic: Get item
Replies: 4
Views: 3037

Get item

I am looking for a macro snippet that will find an item and put it on the cursor.

I had one but it doesnt work, it was also clumsy. Any ideas how to do it elegantly?

Gnits
by Gnits
Sun Nov 18, 2007 8:07 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 167840

I am working on it as we speak. However, i only understand about half of it right now. Once i get through the code, i will PM you, Gimp. And yes i will take you up on the hosting bit if i go forward. As for detection i am talking about the part of the UI that shows all the needed buffs in the friend...
by Gnits
Thu Nov 15, 2007 11:32 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 167840

i am not sure that anyone is actively maintaining this. I am trying to revamp the macro piece and to some extent the UI piece. I can't, however, host the files should i complete them. If anyone has hosting space for this and is interested, i plan on trying to do so. I dont know how useful it will be...