Search found 17 matches

by trentont101
Fri Jul 08, 2016 12:52 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 332988

Re: YATCO 2.3 for Achaea

Thank you a million times for this!
I was able to work it into achaea perfectly and its beatiful!
If anyone would benefit from my version let meknow I am welcome to post it
by trentont101
Mon Jan 20, 2014 6:13 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

i did have it in there, it looks there is a space after the > i did not have that in the script, but i could have sworn i tried it
by trentont101
Sun Jan 19, 2014 6:59 pm
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

IT works!!!! Thanks Akayan for the fix! as Akaya said, anyone else with a similar problem you need to make sure that your variables are tonumber() so that the gauge is not attempting to compare two strings. Thanks Akaya!! if anyone else needs some help with him, feel free to message me i will help y...
by trentont101
Sat Jan 18, 2014 3:16 pm
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

Hey, I have messed with the trigger for a while now to no avail.
i have tried doing it many ways including settings it to a propt that is used during battle (hp: current/max )
nothing is working. Im starting to think that the trigger is not correctly pointed to the script could that be possible
by trentont101
Sat Jan 18, 2014 3:10 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

i have tried that already in a couple different ways thinking there may be an extra space like you were saying, nothing :( im starting to lose hope all ive done is change the color haha.
by trentont101
Sat Jan 18, 2014 2:12 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

it looks a lot better in screen like that thank you, but still it is useless :(
by trentont101
Sat Jan 18, 2014 1:15 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

http://postimg.org/image/uv3wsw23f/

http://postimg.org/image/dvuydmqvv/

for anyone with the same problem as me... i will write a detailed post at the VERY END when its working to help you all out I PROMISE!!
by trentont101
Sat Jan 18, 2014 12:38 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

ok yes, i realized i doubled that up, i deleted it, it not will run without the error, changed background color to green (so i get more of an indicator) and now i have a green bar across my screen (prettier than the grey haha) still not reacting to my prompt though ok, echo is NOT working, so someth...
by trentont101
Sat Jan 18, 2014 12:30 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

ok here is my script now hpbar = Geyser.Gauge:new({ name = "hpbar", x = "60%", y = "20%", width = "45%", height = "5%", }) hpbar.front:setStyleSheet([[ background-color: grey; ]]) hpbar.back:setStyleSheet([[ background-color: red; ]]) current_health ...
by trentont101
Sat Jan 18, 2014 12:24 am
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

still not working, even when I removed the spaces to fit the prompt accordingly,
could the culprit be that the prompt is color coded and changes color when health goes up or down??
this shouldnt change the actual prompt search right?

trying the style sheet now