Hopefully possible... help?

TomTTT

New Member
Reaction score
44
Yeah title's a bit confusing, but the truth is, i have no idea how to title this. I've seen it already in an ORPG i once played, and it's some sort of bars you can see that feel in with blue, the map i found this at is at
Warcraft III > Maps > The Frozen Throne > Scenario > BomberCommand.w3x
But I also added a picture... :p
I looked at the triggers, but there are so many, and some are in JASS, so i pretty much have no idea.
So can anyone tell me how do you do this?
 

Attachments

  • Unknown Bars.jpg
    Unknown Bars.jpg
    300.8 KB · Views: 181

luorax

Invasion in Duskwood
Reaction score
67
I don't know what do you want exactly (I know that you need those bars, but I don't know what do you want to do with them), but there's a cool casting bar.
I don't have its link, but I'll upload it for you. Also, I'm sorry, but it's vJASS... (my friend sent me a map which contained it)
 

TomTTT

New Member
Reaction score
44
I don't know what do you want exactly (I know that you need those bars, but I don't know what do you want to do with them), but there's a cool casting bar.
I don't have its link, but I'll upload it for you. Also, I'm sorry, but it's vJASS... (my friend sent me a map which contained it)

Yeah it's exactly what i need, but the problem is i pretty much need it in GUI, even just to figure out WHAT are they. Floating text? How do you set it to such a figure? how do you change it? even just the concept of it...
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
Hmmmm. Maybe floating text... and just a bar of llllllllllllllll that is coloured. For example half would be |cff0000fflllll|rlllll it would become something like
llllllllll

And you can change it by triggers. Let's say building time is 10, so you set something like unit begins construction, unit type of constructing unit is your building, then add unit to unit group.

Every 1 second

set buildingtime = buildingtime + 1

set stringvar = |cffffffff

for loop integer A from 1 to buildingtime
set stringvar = stringvar + l

set stringvar = stringvar + |r

set buildingtimeleft = 10 - buildingtime

for loop integer from 1 to buildingtimeleft
set stringvar = stringvar + l

Change floating text to string var.

Just a rough idea :p
 

luorax

Invasion in Duskwood
Reaction score
67
test the map, and take a look at it's code. They're floating texts, and the used character is " ' " (apostrophe). I don't know why, but if you check the test map: just like a real casting bar.
 

TomTTT

New Member
Reaction score
44
test the map, and take a look at it's code. They're floating texts, and the used character is " ' " (apostrophe). I don't know why, but if you check the test map: just like a real casting bar.

Lol i replied after testing. I noticed it, and it's very nice, but how did he color that apostrophe?
 

luorax

Invasion in Duskwood
Reaction score
67
JASS:
constant string CastingBar__Colorcode="|cff33ccff"
constant string CastingBar__ColorcodeCh="|cff00ff00"
constant string CastingBar__ColorcodeBG="|cff000033"
constant string CastingBar__ColorcodeBGCh="|cff003300"


JASS:
if Channeled==false then
call SetTextTagText(FloatingText,CastingBar__Colorcode+CastingBar__CommaMultiplier(CastingBar__NumberOfBarBits)+"|r",(CastingBar__CastingBarSize*0.023/10))
else
call SetTextTagText(FloatingText,CastingBar__ColorcodeCh+CastingBar__CommaMultiplier(CastingBar__NumberOfBarBits)+"|r",(CastingBar__CastingBarSize*0.023/10))
endif


Starts the "text" (an apostrophe-link) with the colorcode, adds a lot of apostrophe, and finishes it with "|r". That's how it works.
(Maybe I'll create a new OO Casting Bar system using J4L's Timer32... that would be better and more efficient in my opinion.. and I need more options + ARGB compatiblity for the best efficiency)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol
    +1
  • The Helper The Helper:
    The recipe today is Sloppy Joe Casserole - one of my faves LOL https://www.thehelper.net/threads/sloppy-joe-casserole-with-manwich.193585/
  • The Helper The Helper:
    Decided to put up a healthier type recipe to mix it up - Honey Garlic Shrimp Stir-Fry https://www.thehelper.net/threads/recipe-honey-garlic-shrimp-stir-fry.193595/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top