Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Wimpface's Portal Bug Reports Feature Requests
Author:
Version:
r4
Date:
10-11-2009 09:00 AM
Size:
1.55 Kb
Downloads:
312
Favorites:
4
MD5:
Pictures
Click to enlarge
Tooltip border/stats/minimap is NOT included.
Dingeta
This is my very lightweight experience display which shows how much you need until you'll level.
It was once idExperience but it has been modified a lot, still credits to Industrial though as a lot of the code is his.

Features
  • Experience left until level up!
  • How many bars until you ding!
  • Merged positions with ButtStats!

Known Bugs
  Change Log - Dingeta
r4
+ Fixed the login bug, it will now show XP thanks to Nightcracker.
+ ToC bump.
+ Version bump to r4.
/ Untested due to no game-time, won't flag as 3.2 compatible yet. Testers please.
---------------------------------------------------------------------------------
r3
+ Fixed a bug.
  Optional Files - Dingeta
Sorry, there are currently no optional files available.
  Archived Versions - Dingeta
File Name
Version
Size
Author
Date
r3
2kB
Wimpface
03-26-2009 05:28 PM
  Comments - Dingeta
Post A Reply Comment Options
Old 10-11-2009, 08:55 AM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 245
Uploads: 21
Quote:
Originally posted by nightcracker
To remove the bug with Gain EXP!, replace
Code:
function addon:PLAYER_ENTERING_WORLD()
	exptext:SetText('Gain EXP!')
end
with
Code:
function addon:PLAYER_ENTERING_WORLD()
	exptext:SetText(string.format(shortexp(UnitXPMax('player') - UnitXP('player'))))
end
Thank you, however I think the addon's broken. When I tried it out my CPU went OMIGOSH HOG. But I'll see to it. Thanks again.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-10-2009, 12:26 PM  
nightcracker
A Flamescale Wyrmkin
 
nightcracker's Avatar
Interface Author - Click to view interfaces

Forum posts: 148
File comments: 40
Uploads: 10
To remove the bug with Gain EXP!, replace
Code:
function addon:PLAYER_ENTERING_WORLD()
	exptext:SetText('Gain EXP!')
end
with
Code:
function addon:PLAYER_ENTERING_WORLD()
	exptext:SetText(string.format(shortexp(UnitXPMax('player') - UnitXP('player'))))
end
nightcracker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2009, 06:23 AM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 245
Uploads: 21
Re: Lost them still

No, it's not an incompatibility with BasicMinimap as it modifies the Minimap frame.
If you set Movable to true you'll just be able to hold alt and drag it around.

Try disabling the addon, log in, log out and enable it again. This will clear all positions it's saved if you have it set to movable = true. If you have movable = false, then i suggest that you move your minimap up and do /console reloadui to see if that helps.

Also, i've reconsidered and my minimap won't be released.

Regards,
Wimpsy.

Quote:
Originally posted by mark7777g
Okay, yes I do have my mini-map at the bottom of the screen (I use BasicMiniMap) but If I move it up I don't see anything attached to it. I tried changing moveable to true in the lua but same result. Is it possible that since I origianlly loaded it with my map on the bottom that now it is stuck off screen? Maybe there is a way to get it on screen? Or it could be an incompatibility with BasicMiniMap? I'll wait to try your map with them and see.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2009, 02:29 AM  
mark7777g
A Defias Bandit

Forum posts: 2
File comments: 40
Uploads: 0
Lost them still

Okay, yes I do have my mini-map at the bottom of the screen (I use BasicMiniMap) but If I move it up I don't see anything attached to it. I tried changing moveable to true in the lua but same result. Is it possible that since I origianlly loaded it with my map on the bottom that now it is stuck off screen? Maybe there is a way to get it on screen? Or it could be an incompatibility with BasicMiniMap? I'll wait to try your map with them and see.
mark7777g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-27-2009, 01:12 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 245
Uploads: 21
Re: These look nice but... (and also some ideas)

Right... umm... There's no chance in hell that they would move outside the screen even if you run on the silliest resolution so i don't know why you can't see them. You could try opening up the .lua file and position it through there but else i don't know.
It is anchored to the minimap, if you have your minimap on the bottom of you screen you might have hidden the addons due to that but it wouldn't disappear due to resolution.

There is zero ingame configuration except moving if you enable it in the .lua file.

My minimap is practically done, i only need a good name and some troubleshooting on it and then it'll be released.
Some features will include Coords, zone text, square shape, nice graphics and moving.

That is it though, i won't include aggro coloring as that's "vital" info and your minimap is not.

Come back to me on the visibility problem, and tell me if moving your minimap up helped.

Regards,
Wimpsy.

Quote:
Originally posted by mark7777g
I am unable to see them, I'm trying This one and buttstats. They show up in my addons screen but i don't see them anywhere on the screen. Is it possible they are covered up or off the screen as I use a bigger screen format. Maybe a way to pop them to the center of screen? I tried slash commands but didn't find any that brought up anything - are there any?

Also, I had seen on your post on buttstats that you are making a minimap addon that you will release soon. I use BasicMiniMap, but would like one with other features and I like the look of the one you are working on. I'd like the ability show show the zone and location name/instance you are in on the mini-map. Ideal if it could be positioned and it if could be hidden and pop up on key press or click combo, or hover. Could you make option to dock your addons to the mini-map and hide/show them in same way? Also a show/hide minimap key mapping. Zooming with scroll wheel. Option when pinging minimap to post zone, location, co-ordinates, etc of the ping in the last used chat.

Also, Is there anyway to make a keybind to popup the minimap larger? How about to zoom out farther. similar to Yatlas I guess except integrated into the minimap.

Turn minimap border a user config color (example: red) when you gain aggro.

Just some ideas, Please let me know about making the other addons visible!
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-26-2009, 08:34 PM  
mark7777g
A Defias Bandit

Forum posts: 2
File comments: 40
Uploads: 0
These look nice but... (and also some ideas)

I am unable to see them, I'm trying This one and buttstats. They show up in my addons screen but i don't see them anywhere on the screen. Is it possible they are covered up or off the screen as I use a bigger screen format. Maybe a way to pop them to the center of screen? I tried slash commands but didn't find any that brought up anything - are there any?

Also, I had seen on your post on buttstats that you are making a minimap addon that you will release soon. I use BasicMiniMap, but would like one with other features and I like the look of the one you are working on. I'd like the ability show show the zone and location name/instance you are in on the mini-map. Ideal if it could be positioned and it if could be hidden and pop up on key press or click combo, or hover. Could you make option to dock your addons to the mini-map and hide/show them in same way? Also a show/hide minimap key mapping. Zooming with scroll wheel. Option when pinging minimap to post zone, location, co-ordinates, etc of the ping in the last used chat.

Also, Is there anyway to make a keybind to popup the minimap larger? How about to zoom out farther. similar to Yatlas I guess except integrated into the minimap.

Turn minimap border a user config color (example: red) when you gain aggro.

Just some ideas, Please let me know about making the other addons visible!
mark7777g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.