Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: justinbarrett
Forum: Lua/XML Help 03/16/15, 11:39 PM
Replies: 5
Views: 4,278
Posted By justinbarrett
thanks again, I got it all ironed out just before...

thanks again, I got it all ironed out just before my previous post edit. It was extremely easy, I just didn't have the correct function or event(so everything :) ).
Forum: Lua/XML Help 03/16/15, 01:17 AM
Replies: 5
Views: 4,278
Posted By justinbarrett
ty both, my question is where did you find these...

ty both, my question is where did you find these functions....I am a bit ignorant in that department, and yes Circonian, that was exactly my issue....looking for the gold amount calling the...
Forum: Lua/XML Help 03/15/15, 08:00 PM
Replies: 5
Views: 4,278
Posted By justinbarrett
GetBounty() help

I previously posted this in, what I believe is the wrong forum by mistake.
here
http://www.esoui.com/forums/showthread.php?t=4436
feel free to remove that post.

anyway my problem...
While using...
Forum: Lua/XML Help 11/17/14, 07:43 AM
Replies: 5
Views: 6,514
Posted By justinbarrett
I'll check it, I would my self prefer not to add...

I'll check it, I would my self prefer not to add any hooks....although if something changes later in the api, I may need to rewrite the entire function over every time it changes...but that should...
Forum: Lua/XML Help 11/16/14, 04:59 AM
Replies: 5
Views: 6,514
Posted By justinbarrett
looking at that plugin...I do not see(maybe just...

looking at that plugin...I do not see(maybe just inability on my behalf) what events he is usin...looks like he is only using EVENT_PLAYER_ACTIVATED...
my problem is, when ever I close the skills...
Forum: Lua/XML Help 11/15/14, 11:37 PM
Replies: 5
Views: 6,514
Posted By justinbarrett
perfect, where do I find documentation on this...

perfect, where do I find documentation on this stuff?
Forum: Lua/XML Help 11/15/14, 04:10 AM
Replies: 5
Views: 6,514
Posted By justinbarrett
ZO_ActionBar help

I cannot seem to find many commands to manipulate this...I did see a thread here
http://www.esoui.com/forums/showthread.php?t=2268
that was hiding parts, but I want to shift it upwards...just looking...
Forum: Lua/XML Help 11/14/14, 07:49 PM
Replies: 14
Views: 8,132
Posted By justinbarrett
yes ty, I assumed they addressed it...and I did...

yes ty, I assumed they addressed it...and I did see the patch notes soon after my last post...so basicly they broke their internal xp interface, and mine is actually correct now....odd...It seems...
Forum: Lua/XML Help 11/14/14, 06:15 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
Yes, I certainly could not have timed this worse...

Yes, I certainly could not have timed this worse :)
and I checked foundary tactical combat, as well as, the war genesis addons...and they are returning the same values as mine...so I know I am not...
Forum: Lua/XML Help 11/14/14, 05:28 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
ofc now....it is returning 1,000,000 but the eso...

ofc now....it is returning 1,000,000 but the eso xp bar is showing 4,000,000?
Forum: Lua/XML Help 11/13/14, 11:11 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
Ahhhh!!! I sincerely apologize, I just saw the...

Ahhhh!!! I sincerely apologize, I just saw the line that says exactly that....I apparently did something wrong when I did a ctrl+f search of the page...because hey, I'm a lazy SOB :) ...ty...I do not...
Forum: Lua/XML Help 11/13/14, 10:31 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
ty, but that doesn't really tell me anything...

ty, but that doesn't really tell me anything specific about what, if any, changes happened in that function...or if another(or new)function was created....or if they are aware of the issue.
Forum: Lua/XML Help 11/13/14, 07:20 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
well using this.. xpMax =...

well using this..

xpMax = GetUnitVeteranPointsMax("player")

It is returning 4 millon into the variable???
any idea where this number is coming from?...or how I can get the correct value?
it IS...
Forum: Lua/XML Help 11/12/14, 02:41 PM
Replies: 5
Views: 5,877
Posted By justinbarrett
they are, unless they are being altered in...

they are, unless they are being altered in another way, like drawing a view to a specific camera and layer, then changing the aspect ratio. or if they are sub/super sampled....but they do not appear...
Forum: Lua/XML Help 11/12/14, 11:39 AM
Replies: 5
Views: 5,877
Posted By justinbarrett
sorry should have posted sooner....I was not...

sorry should have posted sooner....I was not setting(min, max) when changing...now I have an ugly workaround...do you, or anyone else, know an event that can tell if I am switching windowed/full...
Forum: Lua/XML Help 11/12/14, 08:13 AM
Replies: 5
Views: 5,877
Posted By justinbarrett
GuiRoot:GetWidth() question

GuiRoot:GetWidth() is returning a completely different value when I am in windowed mode versus full screen. It is actually returning a value my monitor does not even support(too large). I was...
Forum: General Authoring Discussion 11/11/14, 01:53 PM
Replies: 9
Views: 5,523
Posted By justinbarrett
ok, ty...looks like I am making this far more...

ok, ty...looks like I am making this far more complicated than it needs to be. and accessing the table seems easy enough similar to arrays and other stuff in c...ok, I think I got just about all I...
Forum: General Authoring Discussion 11/11/14, 10:12 AM
Replies: 9
Views: 5,523
Posted By justinbarrett
EDIT: ty for the link and the info. I'll be sure...

EDIT: ty for the link and the info. I'll be sure to look at it now.

ok looking through some code it seems the basic function is closed with "end"...
so..


function thisFunction()
do stuff here
end
Forum: General Authoring Discussion 11/11/14, 09:15 AM
Replies: 9
Views: 5,523
Posted By justinbarrett
looking for direction

ok, I have asked a few things already in this forum, and I assumed I could just jump in a get to making an addon or two...but it is now abundantly clear that I am lost :)
I do not understand some of...
Forum: Lua/XML Help 11/10/14, 08:50 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
ok, I can check on int. to get those two...

ok, I can check on int. to get those two different variables returned, but I would rather just do it once....
does anyone have a clue about what the future of this will be in the api? do we need to...
Forum: Lua/XML Help 11/10/14, 01:58 AM
Replies: 14
Views: 8,132
Posted By justinbarrett
GetUnitXP returning odd value

is this

GetUnitXP("player")

returning the wrong value for veterans? I thought veterans went to normal xp and we dropped

GetUnitVeteranPoints("player")

it does check beforehand if the *player...
Forum: Tutorials & Other Helpful Info 11/09/14, 11:17 PM
Replies: 8
Views: 9,561
Posted By justinbarrett
I can manipulate the bar that I have already...

I can manipulate the bar that I have already setup in the gui xml, and there is a backdrop there as well... this is why I am confused....I am positive it is some small error in my code....but I went...
Forum: Tutorials & Other Helpful Info 11/09/14, 05:39 PM
Replies: 8
Views: 9,561
Posted By justinbarrett
I am aware of the case sensitivity, that was a...

I am aware of the case sensitivity, that was a typo on my part. I still have the error...I will poke around some more , and if I am just spinning my wheels I will head over to the lua/xml help forum....
Forum: Tutorials & Other Helpful Info 11/09/14, 05:10 PM
Replies: 8
Views: 9,561
Posted By justinbarrett
ty for your response. using this.. local...

ty for your response.
using this..

local screensizex = GuiRoot:GetWidth()
UI_BackgroundWindowBackdrop:SetValue(screensizeX)

I get this error
"attempt to index a nil value stack traceback"(then...
Forum: Tutorials & Other Helpful Info 11/09/14, 02:05 PM
Replies: 8
Views: 9,561
Posted By justinbarrett
simple questions new to this api.

I am simply trying to get the screen size in X to pass on to my exp bar background for dynamic ui scaling, but cannot seem to find it(the way to return screen size) anywhere...
can anyone help?
I did...
Showing results 1 to 25 of 25