Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Mahiro
Forum: Alpha/Beta AddOns and Compilations 03-26-09, 03:04 AM
Replies: 2
Views: 3,518
Posted By Mahiro
Question gHUD2

hi, im working on a complete rewrite of gHUD http://www.wowinterface.com/downloads/info8124-gHUD.html and looking for some feedback and suggestions.

i worked for some time now on the menu layout and...
Forum: Lua/XML Help 02-03-09, 11:48 AM
Replies: 5
Views: 3,453
Posted By Mahiro
thx for that info but it doesnt fix the...

thx for that info but it doesnt fix the problem.
i decided to write my own scrolldown which should be much simpler to set up:eek:
heres a preview on what i got so...
Forum: Lua/XML Help 02-03-09, 04:47 AM
Replies: 5
Views: 3,453
Posted By Mahiro
im not sure i fully understand what you mean with...

im not sure i fully understand what you mean with first parameter. do i need to set the first value like in this example?


MyModData = {}

function MyMod_OnLoad()
MyModData[1] = "first parameter?"
...
Forum: Lua/XML Help 02-02-09, 03:00 PM
Replies: 5
Views: 3,453
Posted By Mahiro
Question FauxScrollFrame problem

hi, i have a problem with the FauxScrollFrames of an addon.
prior to 3.0 everything worked fine but since 3.0 the text in my scrollframes is no longer shown:mad:

can someone help me with this...
Forum: Lua/XML Help 08-18-08, 04:28 AM
Replies: 5
Views: 3,351
Posted By Mahiro
thanks a lot for that info, i will try it when i...

thanks a lot for that info, i will try it when i find some time and report back if it works:)

edit: seems thats working a lot better than IsSpellInRange, thanks a lot:D
Forum: Lua/XML Help 08-04-08, 12:27 PM
Replies: 5
Views: 3,351
Posted By Mahiro
it is, also hunters mark is recognized as...

it is, also hunters mark is recognized as friendly spell:eek:
Forum: Lua/XML Help 08-01-08, 09:14 AM
Replies: 5
Views: 3,351
Posted By Mahiro
since nobody answered to this im gona write an...

since nobody answered to this im gona write an answer myself:eek:
so far the method is working without problems and no wrong spell has passed the check so far.
Forum: Lua/XML Help 07-29-08, 04:53 AM
Replies: 6
Views: 3,893
Posted By Mahiro
you could try local petName; if UnitExists("pet")...

you could try
local petName; if UnitExists("pet") then petName = UnitName("pet"); end
Forum: Lua/XML Help 07-29-08, 04:39 AM
Replies: 5
Views: 3,351
Posted By Mahiro
Enemy or Friendly spell?

hi, im trying to seperate enemy from friendly spells with range, but the only way i found to do this is with inRange=IsSpellInRange(spellname/ID, unit) (0= out of range, 1= in range, nil= invalid...
Showing results 1 to 9 of 9