Category: Death Knight
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)
ObbleYeah's Portal Bug Reports Feature Requests
Author:
Version:
r2
Date:
11-29-2008 12:58 PM
Size:
25.17 Kb
Downloads:
4,826
Favorites:
64
MD5:
Pictures
Click to enlarge
above my player frame. and no, actionbars will not look like this in final ui version :P
Runica
Nothing special, reworked my old mod (LynRune) to fit my compilation (which you can download here on wowi).

It look awesome together with OmniCC.
  Change Log - Runica
-- r2 ------------------------
added alpha ic/oc
added small config inside the .lua
-- r1 ------------------------
initial release
  Archived Versions - Runica
File Name
Version
Size
Author
Date
r1
25kB
eiszeit
11-27-2008 06:49 AM
  Comments - Runica
Post A Reply
Author Comments Comment Options
Old 06-02-2009, 03:25 PM  
syrupk
A Theradrim Guardian
 
syrupk's Avatar
Interface Author - Click to view interfaces

Forum posts: 60
File comments: 360
Uploads: 25
I hope Obble updates, best rune mod ever <3
__________________
I guess my brain will never work right. At least I’m pretty.
syrupk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-22-2009, 10:27 AM  
ServerError
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I can't make this work since 3.1.1, no errors, but no frame also.

Addon is loaded but no runic frame for me, i tried loading my interface without the runes frame on pitbull4 but still I can't see Runica

:_(
ServerError is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-21-2009, 10:48 AM  
WarrFix
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Immun

Add immune for resize after Vehicle:


Code:
hide:SetScript("OnEvent", function ()
	if event == "PLAYER_REGEN_ENABLED" or event == "PLAYER_ENTERING_WORLD" then
		RuneFrame:SetAlpha(oc)
	elseif event == "PLAYER_REGEN_DISABLED" then
		RuneFrame:SetAlpha(ic)
	end
	
	if ((event == "UNIT_ENTERING_VEHICLE") and (arg1 == "player"))  then
		RuneFrame:SetScale(1.3)   
	elseif event == "PLAYER_ENTERING_WORLD" or((event == "UNIT_EXITING_VEHICLE") and (arg1 == "player")) then
		RuneFrame:SetScale(1.3)
	end
	
end)
First SetScale - set to 0.000000000001 If you wanna hide Frame when you're on vehicle.
Second SetScale - set to 1.3 or other.
WarrFix is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2009, 01:37 AM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 195
Uploads: 9
Quote:
Originally posted by Shai666
Is it possible to get this to work with button facade?
if you make a plugin, yes. there is a documentation for it.. somewhere.

but i dont have the time and i dont feel like making one
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-19-2009, 08:36 PM  
Shai666
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is it possible to get this to work with button facade?
Shai666 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-06-2009, 03:21 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 195
Uploads: 9
Re: Re: Re: Re: Possible bug

Quote:
Originally posted by kamdis
I haven't been able to link it to any other addon. I think that it could be a WoW bug, actually, with the rune bar template or something. I've also seen this issue with nRune, so it's not Lyn's code, it's probably the template.

I'm going to give atrRunes a try and see if it happens with that one too.
it is the template, cause nrune and my addon are reskinning the original frame. atrrune instead do a new frame where this doesnt happen.
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-06-2009, 01:38 PM  
kamdis
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Re: Re: Re: Possible bug

Quote:
Originally posted by syrupk
I can confirm this happens with Bartender also Kam. Any ideas yet? Only fixes after a rl. <3
I haven't been able to link it to any other addon. I think that it could be a WoW bug, actually, with the rune bar template or something. I've also seen this issue with nRune, so it's not Lyn's code, it's probably the template.

I'm going to give atrRunes a try and see if it happens with that one too.
kamdis is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-18-2008, 12:45 PM  
nin
A Murloc Raider

Forum posts: 5
File comments: 22
Uploads: 0
Hey!

i've tried most rune addons out there now, and this is by far the cleanest one! i love it!

I got one little q.. im very limited to lua editing unfortunately.. but i've been trying to get the border classcolorer. anyone that knows how to do this ?

thanks man, keep up the good work!
nin is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2008, 12:00 AM  
syrupk
A Theradrim Guardian
 
syrupk's Avatar
Interface Author - Click to view interfaces

Forum posts: 60
File comments: 360
Uploads: 25
Re: Re: Possible bug

Quote:
Originally posted by kamdis
Yes, I am seeing this issue as well. I haven't had time yet to go through disabling my other mods to see if there's a conflict, but that could be the source of the problem. I'm thinking it may be the action bar addon (I use Dominos and have set the Possess Bar to page on Bar 1), but who knows.

Just put it right at the top of the code section (after the line following the intro header information. If you can't figure it out or get it to work, you can download syrupk's Decay UI and grab the Runica lua file only, because it contains the extra code for dragging it.
I can confirm this happens with Bartender also Kam. Any ideas yet? Only fixes after a rl. <3
__________________
I guess my brain will never work right. At least I’m pretty.
syrupk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-16-2008, 12:08 PM  
kamdis
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Re: Possible bug

Quote:
Originally posted by sillysyra
Has anyone else noticed that r2 resets its position and scale when you enter a vehicle and does not return to its appropriate position and scale after you leave the vehicle?

Yes, I am seeing this issue as well. I haven't had time yet to go through disabling my other mods to see if there's a conflict, but that could be the source of the problem. I'm thinking it may be the action bar addon (I use Dominos and have set the Possess Bar to page on Bar 1), but who knows.

Quote:
Originally posted by Kyoya
I guess I am just not sure how to set this up. I am not good with editing lua's or anything so I am just confused on where to put the text people have posted.
Just put it right at the top of the code section (after the line following the intro header information. If you can't figure it out or get it to work, you can download syrupk's Decay UI and grab the Runica lua file only, because it contains the extra code for dragging it.

Last edited by kamdis : 12-16-2008 at 12:12 PM.
kamdis is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 07:23 AM  
Lastbreath
A Kobold Labourer

Forum posts: 0
File comments: 31
Uploads: 0
Quote:
Originally posted by Hoyl
How do I change the rune image? I know the images came in the zip file, but i cant find where in the code to change the image to the ones in the PlayerFrame folder.
With Runuca camed another folder called PlayerFrame that u suppose to put it in Interface folder and there are the pictures, they are in blp format and u can see them with XnView or some other exe. Now if u wanna change the pic go to wowwiki.com write the spell pic u want to use i example Blood rune associate to Hemorrhage picture so i found the pic and download it now ull need converter to blp. Go http://wowdev.org/wiki/index.php/Wowimage download and convert it to blp. Go PlayerFrame folder remove the 1 u want to replace, put the same name on ure pics and put them in the PlayerFrame folder and ure done. GL
Lastbreath is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-14-2008, 09:46 AM  
Hoyl
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
How do I change the rune image? I know the images came in the zip file, but i cant find where in the code to change the image to the ones in the PlayerFrame folder.
Hoyl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-13-2008, 06:57 PM  
sillysyra
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Possible bug

Has anyone else noticed that r2 resets its position and scale when you enter a vehicle and does not return to its appropriate position and scale after you leave the vehicle?

sillysyra is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 11:52 PM  
Kyoya
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I guess I am just not sure how to set this up. I am not good with editing lua's or anything so I am just confused on where to put the text people have posted. Or where to put the stuff that is in the playerframe folder. Some specific instructions on where to put what including the folders would help a lot thank you in advance.
Kyoya is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 04:26 PM  
Lastbreath
A Kobold Labourer

Forum posts: 0
File comments: 31
Uploads: 0
Great addon m8 tnx. 1 question how to make space between icons smaller?
Lastbreath 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.