Tool Jass'Unit's Actions name.

simonake

New Member
Reaction score
72
Jass'Unit's Actions name. [Toolette]

v2.0 released!

This tool is basicly a "Program" that when opened, display all the unit's name in Jass (Look at the example). It's simple to use and lagfree. It not use to bug.

-You can find the list in this spoiler!
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
You should download the files, it's much better with. :p
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Last Created Unit = GetLastCreatedUnit()
Last Restored Unit = GetLastRestoredUnitBJ()
Last Replcaed Unit = GetLastReplacedUnitBJ()
Last Hunted GoldMine = GetLastHauntedGoldMine()
Picked Unit = GetEnumUnit()
Matching Unit = GetFilterUnit()
Attacked Unit = GetAttackedUnitBJ()
Attacking Unit = GetAttacker()
Buying Unit = GetBuyingUnit()
Cancelled Structure = GetCancelledStructure()
Casting Unit = GetSpellAbilityUnit()
Constructing Structure = GetConstructingStructure()
Constructed Structure = GetConstructedStructure()
DamageSource = GetEventDamageSource()
Decaying Unit = GetDecayingUnit()
Dying Unit = GetDyingUnit()
Entering Unit = GetEnteringUnit()
Manipulating Unit = GetManipulatingUnit()
Killing Unit = GetKillingUnitBJ()
Learning Unit/hero = GetLearningUnit()
Leaving Unit = GetLeavingUnit()
Leveling Unit/hero = GetLevelingUnit()
Loaded Unit = GetLoadedUnitBJ()
Ordered Unit = GetOrderedUnit()
OwnerShip-Changed Unit = GetChangingUnit()
Researching Unit = GetResearchingUnit()
Revivable Unit/hero = GetRevivableUnit()
Reviving Unit/hero = GetRevivingUnit()
Selling Unit = GetSellingUnit()
Sold Unit = GetSoldUnit()
Summoned Unit = GetSummonedUnit()
Summoning Unit = GetSummoningUnit()
Target Unit Of Issued Order = GetOrderTargetUnit()
Target Unit Of Ability Being Cast = GetSpellTargetUnit()
Targeted Unit = GetEventTargetUnit()
Trained Unit = GetTrainedUnit()
Transporting Unit = GetTransportUnitBJ()
Triggering Unit = GetTriggerUnit()
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
You should download the files, it's much better with. :p
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
  • - It's not for veteran jassers and Vjassers.
  • - It's for novices jassers who never remind or just don't know what's is the jass name. Instead of converting a trigger so see what's the name, they just can open this "program" and look up what it contains.

All unit are there unless 2. The first one is "Random Unit from Unit Group" and the other one is "Rally unit as a point"

Here's an example of what you can find in this "Program"
Code:
Triggering Unit         = GetTriggerUnit()

Just download the .zip folder below, extract the files, and you'll be able to use program. Explications are inside but they're in this spoiler too. You might look at them if you want better results.
(When i say "program", it's because it's not a real program. It's a notepad converted into a .bat file that results by a "program").
echo ================================================================
echo Thank you for using this little program. The purpose of this program is to helps the novice jassers with the unit's names. Be sure that this program shouldn't deal any damage to your computer. It was based on a notepad and done handly. If you want to know how it was done, change the name of the file to Unit's Jass Name.txt instead of Unit's Jass Name.bat. It will ask you if you're sure you want to change it, that it can modify the file and make it openable, click ok. Just echo follow the instuctions and enjoy this program. Thank you,
echo TheHelper.net, 2009, Simonake.
echo ================================================================
(echo is what's needed to put before text into a .bat file).

Version 1.0.
Version 2.0, released, Both files are in the same folder!

Please, tell me if this program helps you, it's encourage me to realease new and better versions! :)
 
So... This is useful to people who don't experiment with calls based on your words? It's not really a tool if you ask me, I'd call it a toolette.
 
I never knew batch files worked on macs... Shouldn't you be able to disable the echo command, so it is faster?

I never new 'color 2' makes it green...
 
_whelp, you can go in "Run"->"type "cmd" in the box" then type "color info" and you'll see all the colors avaible in .bat file.

Renendaru toolete is not in the choices!
 
A program that needs to be downloaded from this thread, and then opened just to get a list.
Wouldn't it be better to just post a list here? ._.

Actually, even that would be useless. It's much faster to just:
"Unit - Kill (SomeUnit)", and convert to custom text.
 
I don't thini it's faster if you have to use alot of units.

List Posted!!!
I don't like it posted because, it was all ordered. But when we post something with lots of "spaces" it removes it. That why i did a program.
 
What does "Qft" means?

Version 2.0 comming soon, minor bug fixes, minor identity changes, removed bug and changed text color!
 
QFT = Quoted For Truth.

> I don't thini it's faster if you have to use alot of units.
I think it is. :)

Remember that one would have to open up the browser, go to TH.net, log in (to download), find this thread, download it, extract, run, and press 'generate' or w/e the heck it is.

Otherwise, they'd have their WE open already, and they just convert to custom text.
And I doubt people would need this for more than one unit at a time.
 
Quoted for truth.
Like Romek said, just convert a GUI trigger.
It takes just as short a time and you can do it inside of WE;
No need for an external program.
 
W/e.

I think you didn't understood what i meant. (Yeah my english sux and? I'm learning it)!

If someone is Jassing and has to use lot of different units, he just has to open this program, keep it open and everytime he needs to find a unit's local name, he just has to look at the program. It easier than always covert triggers. Well i think.
 
> If someone is Jassing and has to use lot of different units
"A lot of different units" being what? Triggering Unit, Picked Unit and Matching Unit.
And on very rare occasions, any other ones.
And most people remember GetTriggerUnit() pretty much immediately.
 
It's up to you to do what you want with this program, you're not obligated to download it, but i'm pretty sure it helps people. (Including me :p)
 
Well, it'll always be here for the [del]people[/del] person who wants it.
 
If I forget a function I just use JNGP's function list. Most JASSers use NewGen, so that is a lot more convienient for them.
 
If you're solid enough, try make a plugin for notepad++ with equal features with TESH on the trigger editor.

My computer are lag as hell, worst when opening WE.
I would prefer using Notepad++ to edit code while only copy it to the WE when it gets the coding finished and shift to the testing period.
^^
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good

      The Helper Discord

      Staff online

      • Ghan
        Administrator - Servers are fun

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top