Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: Dajova
Forum: AddOn Search/Requests 09-16-12, 03:37 AM
Replies: 0
Views: 2,795
Posted By Dajova
Need someone to take over...

I need someone to take over my addon projects, since i stopped playing WoW for about a year ago. Reason is because ppl seems to want them updated, but i don't play it anymore, so if anyone wants to...
Forum: News 07-29-11, 07:54 PM
Replies: 25
Views: 45,705
Posted By Dajova
Been playing RIFT for 2 months now after ditching...

Been playing RIFT for 2 months now after ditching WoW (been playing for 4-5 years) and i can't say that i wanna go back :)
Happy to say that me and some others already have a lot of plans to work on...
Forum: Released AddOns 05-12-11, 06:35 AM
Replies: 26
Views: 31,695
Posted By Dajova
New update, small bug fix and ElvUI support (in...

New update, small bug fix and ElvUI support (in addition to Tukui support, ofc)!
Forum: Released AddOns 04-26-11, 10:57 AM
Replies: 26
Views: 31,695
Posted By Dajova
Updated the mod today, reflects changes for 4.1...

Updated the mod today, reflects changes for 4.1 and added some spellids and fixes.

Enjoy.
Forum: Released AddOns 01-05-11, 04:59 PM
Replies: 26
Views: 31,695
Posted By Dajova
... you're talking about the integrated combo...

... you're talking about the integrated combo point module in my ui? dont take it here, use the comment section for the UI, cause the standalone and the integrated doesnt work the same way.

Anyway,...
Forum: Lua/XML Help 11-14-10, 08:24 PM
Replies: 8
Views: 5,749
Posted By Dajova
Ah, thx for the help :) i knew i did something...

Ah, thx for the help :) i knew i did something wrong, but i wasn't that far away ;)

Works flawlessly now :D
http://screenshot.xfire.com/s/106868825-4.jpg
Forum: Lua/XML Help 11-14-10, 07:32 PM
Replies: 8
Views: 5,749
Posted By Dajova
I am pretty much certain that ive done it wrong,...

I am pretty much certain that ive done it wrong, but... :)

function:
http://www.pastey.net/142876

code:
--Set the name text
frame.name:SetText(frame.oldname:GetText())
local newname =...
Forum: Lua/XML Help 11-14-10, 02:16 PM
Replies: 8
Views: 5,749
Posted By Dajova
All i could find was this string: local newName...

All i could find was this string:
local newName = (string.len(oldName) > 20) and string.gsub(oldName, "%s?(.[\128-\191]*)%S+%s", "%1. ") or oldName -- "%s?(.)%S+%s"
:)

edit: can't seem to get it to...
Forum: Lua/XML Help 11-14-10, 02:01 PM
Replies: 8
Views: 5,749
Posted By Dajova
Short names on nameplates

I know i saw this somewhere in dNameplates for some months ago or something, a way to shorten down the names on the nameplates, but i forgot how it was done.

Example:
Sunreaver Guardian Mage
->
S....
Forum: Released AddOns 10-31-10, 05:44 PM
Replies: 26
Views: 31,695
Posted By Dajova
Ok, updated the mod with the support for...

Ok, updated the mod with the support for Fulmination (finally)
Forum: Lua/XML Help 10-16-10, 06:33 AM
Replies: 2
Views: 3,141
Posted By Dajova
Ah ok. Looks fair enough. This is what i have...

Ah ok. Looks fair enough.
This is what i have atm, should work.

if unit == 'player' and GetPrimaryTalentTree() == 1 then
local _,_,_,count = UnitBuff('player', GetSpellInfo(81192))
Forum: Lua/XML Help 10-15-10, 06:09 PM
Replies: 2
Views: 3,141
Posted By Dajova
function to check talent

ok so im trying to fix a function for my mod that can determine what spec i am based on the spellid it checks for (eg. spec specific spells, like Lava Lash for Shaman)

However, i've come to a brick...
Forum: Released AddOns 10-14-10, 09:57 AM
Replies: 26
Views: 31,695
Posted By Dajova
Ok, BIIG update today with ALL the changes from...

Ok, BIIG update today with ALL the changes from the beta mod plus some extras, enjoy! :banana:
Forum: Released AddOns 10-12-10, 11:56 PM
Replies: 26
Views: 31,695
Posted By Dajova
Well, i tried to use your code, but it didn't...

Well, i tried to use your code, but it didn't work...

EDIT: Dont know if it's any use, but ill pm u the code i have atm and see if u can help me out, cause im totally stuck...
Forum: Released AddOns 10-08-10, 06:39 AM
Replies: 26
Views: 31,695
Posted By Dajova
I need some help guys. I am currently working on...

I need some help guys.
I am currently working on to convert HOLY_POWER and SOUL_SHARDS into combo points, so CCP will catch them. Problem is that i have worked 1 month with trying to figure out how,...
Forum: Released AddOns 09-29-10, 03:55 PM
Replies: 26
Views: 31,695
Posted By Dajova
Ok, fixed a separate addon for cataclysm updates!...

Ok, fixed a separate addon for cataclysm updates! Have a look here! (http://www.wowinterface.com/downloads/info18135-ClassComboPointsCataclysmBeta.html)
Forum: Released AddOns 09-15-10, 07:39 PM
Replies: 26
Views: 31,695
Posted By Dajova
Updated the mod today with basic functionality...

Updated the mod today with basic functionality for Cataclysm. :eek:
Forum: Released AddOns 08-19-10, 02:15 AM
Replies: 26
Views: 31,695
Posted By Dajova
Since i'm using SpellID and not the actual name...

Since i'm using SpellID and not the actual name of the spells, localization is useless yeah :) And since it only displays stacks anyway, IsSpellKnown is probably the best call atm...:banana:
Forum: Released AddOns 08-18-10, 03:38 PM
Replies: 26
Views: 31,695
Posted By Dajova
added a small introduction video on the first...

added a small introduction video on the first post :)
Forum: Released AddOns 08-18-10, 02:08 AM
Replies: 26
Views: 31,695
Posted By Dajova
Well, not that it matters much, but ill see if i...

Well, not that it matters much, but ill see if i change it in the future. The current way is still functional and doesn't have that much of a impact, as long as it still works. :p
Forum: Released AddOns 08-17-10, 01:48 AM
Replies: 26
Views: 31,695
Posted By Dajova
Updated with the latest changes in 1.3, such as...

Updated with the latest changes in 1.3, such as paladin and warrior fixes.

Added the addon to curse.com -> http://wow.curseforge.com/addons/ccp-class-combo-points/
Forum: Released AddOns 08-16-10, 01:30 PM
Replies: 26
Views: 31,695
Posted By Dajova
That did work for horde paladin as well,...

That did work for horde paladin as well, strangely enough :)
Now i just need to figure out why my warrior module isn't working...

EDIT: Ah, finally got it to work... Just had to remove nil,...
Forum: Released AddOns 08-16-10, 12:29 PM
Replies: 26
Views: 31,695
Posted By Dajova
Update 1.2 - fixed paladin module, should work...

Update 1.2

- fixed paladin module, should work now (Blood Corruption (tested)/Holy Venegance (untested))
- moved the counter even more down
- added warrior module (placeholder, not currently working...
Forum: Released AddOns 08-16-10, 11:34 AM
Replies: 26
Views: 31,695
Posted By Dajova
Added a small note on the front page on what you...

Added a small note on the front page on what you can change and where. Should be more self-exploratory now.
Forum: Released AddOns 08-01-10, 01:28 PM
Replies: 26
Views: 31,695
Posted By Dajova
Post CCP (Class Combo Points)

This is the official thread for CCP (http://www.wowinterface.com/downloads/info17599-CCPClassComboPoints.html) (Class Combo Points).

Current Version: 3.0

What is CCP?
Basically, it's a class styled...
Showing results 1 to 25 of 58