3 replies [Last post]
kris1234
kris1234's picture
User offline. Last seen 2 years 12 weeks ago. Offline
Joined: 08/04/2009
Posts: 21

I renamed my hud label like it suggested in the forum f8 - f12 but the person being healed wasnt the bar that was showing low health. I tried to set the order of my party and after a /rl im having problems.

He hud labels now say f10, f1, f1, f1, f1 and no health/mana bars display.

Heres an error that is thrown:

Message: Interface\AddOns\GameCommandPro\GameCommandPro.lua:1266: attempt to compare number with nil
Time: 08/10/09 19:21:44
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
(tail call): ?
(tail call): ?
(tail call): ?
Interface\AddOns\GameCommandPro\GameCommandPro.lua:1266: in function <Interface\AddOns\GameCommandPro\GameCommandPro.lua:1265>
[C]: in function `sort'
Interface\AddOns\GameCommandPro\GameCommandPro.lua:1314: in function `PartyChange'
Interface\AddOns\GameCommandPro\GameCommandPro.lua:160: in function <Interface\AddOns\GameCommandPro\GameCommandPro.lua:111>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...\AddOns\Altoholic\libs\AceAddon-3.0\AceAddon-3.0.lua:531: in function `EnableAddon'
...\AddOns\Altoholic\libs\AceAddon-3.0\AceAddon-3.0.lua:621: in function <...\AddOns\Altoholic\libs\AceAddon-3.0\AceAddon-3.0.lua:607>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:252: in function `CombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:499: in function <Interface\FrameXML\UIParent.lua:471>

Locals: (*temporary) = "PLAYER_LOGIN"
(*temporary) = "PLAYER_LOGIN"
(*temporary) = nil
(*temporary) = nil
(*temporary) = <function> defined =[C]:-1

kris1234
kris1234's picture
User offline. Last seen 2 years 12 weeks ago. Offline
Joined: 08/04/2009
Posts: 21
bars display fine if i set

bars display fine if i set any other toon as leader other then my main.

I have disabled the Altoholic addon that appears in the error above but has no effect, also tried doing another reorder but im not sure if im doing it right.

I tried this first /gcp order A, B, C, D, E

Then after the problems with the missing main it seems i tried this (from main) /gcp order B, C, D, E

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
the command works as

the command works as follows:
/gcp order <Name>,<Postition>

So if you want Bob to be 1st
/gcp order Bob, 1

Do this for each toon it saves so you don't have to do this again.

The lua error is a bug we created with the last update we will fix this tomorrow.

__________________

GameCommanderPro Graphics Designer / Software Engineer

kris1234
kris1234's picture
User offline. Last seen 2 years 12 weeks ago. Offline
Joined: 08/04/2009
Posts: 21
thanks, thats working again

thanks, thats working again now :)