Can anyone explain me Point Value and Priority?

Never_Quit

New Member
Reaction score
16
I believe...
Point value is used when a player's unit's are tallied up at the end of a game.

and I'm pretty sure that priority has something to do with AI and organized troop movement.
 

Jedi

New Member
Reaction score
63
You mean priority in object editor?

For units,
AI will try to kill unit which has high priority than others.

For abilities,
You know spellbreakers from Tft and their ability(steal a buff from someone)Lets say a spellbreaker saw 2 units.One of them has Bloodlust(that ability has 11 priority), and the other one has inner fire(has 10 priority).Spellbreaker will think "inner fire sucks, I will steal Bloodlust HAHA!
 

canons200

New Member
Reaction score
50
i think the Point Value is for selling purpose or for setting the selling value.

Because under the trigger >> "Player - Add 1000 to Player 1 (Red) Current gold", you are allowed to change the 1000 to the Point value. >> "Unit - Point value of unit"

At such, let say you are selling level 5 tower, just set the value there and the selling value will be that value. So you can have different selling value for different level towers.
 

Nherwyziant

Be better than you were yesterday :D
Reaction score
96
i think the Point Value is for selling purpose or for setting the selling value.

Because under the trigger >> "Player - Add 1000 to Player 1 (Red) Current gold", you are allowed to change the 1000 to the Point value. >> "Unit - Point value of unit"

At such, let say you are selling level 5 tower, just set the value there and the selling value will be that value. So you can have different selling value for different level towers.

this
 

DL.PIGGY

New Member
Reaction score
3
Custom values of units are values which can be changed in-game via triggers. Often used for making MUI triggers.
Point values are pre-stored integer for units. Can come in useful for saving certain infomation like icons of the unit for multiboard (As is what im using them for)
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
i think the Point Value is for selling purpose or for setting the selling value.

Because under the trigger >> "Player - Add 1000 to Player 1 (Red) Current gold", you are allowed to change the 1000 to the Point value. >> "Unit - Point value of unit"

At such, let say you are selling level 5 tower, just set the value there and the selling value will be that value. So you can have different selling value for different level towers.

thats completly nonsense, you can add there any type of integer you like.

1).
Point value is for the score at the end of the game, pretty useless in custom maps beside having another integer variable attached to unit types.
2).
priority has something to do with the hardcoded AI of the wc battle system though nobody really seems to know what exactly it affects. i doubt even the blizzard staff knows it exactly.
 

canons200

New Member
Reaction score
50
thats completly nonsense, you can add there any type of integer you like.

1).
Point value is for the score at the end of the game, pretty useless in custom maps beside having another integer variable attached to unit types.
2).
priority has something to do with the hardcoded AI of the wc battle system though nobody really seems to know what exactly it affects. i doubt even the blizzard staff knows it exactly.
obviously, we can add any value we want, but with this point value, it makes easy for setting the selling tower gold, but of course you can use for your own selling value.

With this point value, you need only few action, that is event a unit use ability(sell) then remove unit and add point value ($) to owner

but if your map has 100+ towers, how do your set the selling price without using point value? for what i can think is to use the same event but the condition is now changed................if unit type of triggering equal to A, then remove and add $(this $ is not settle, at such if A is sold, then add this amount of $),........equal to B then remove and add $, and etc until the last of your tower, which is hardwork because you never use it for setting the selling tower price.

of course, i am not saying point value is ONLY for selling tower purpose, but mainly, for those who make TD game, will use it for setting the selling tower price.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
obviously, we can add any value we want, but with this point value, it makes easy for setting the selling tower gold, but of course you can use for your own selling value.

With this point value, you need only few action, that is event a unit use ability(sell) then remove unit and add point value ($) to owner

but if your map has 100+ towers, how do your set the selling price without using point value? for what i can think is to use the same event but the condition is now changed................if unit type of triggering equal to A, then remove and add $(this $ is not settle, at such if A is sold, then add this amount of $),........equal to B then remove and add $, and etc until the last of your tower, which is hardwork because you never use it for setting the selling tower price.

of course, i am not saying point value is ONLY for selling tower purpose, but mainly, for those who make TD game, will use it for setting the selling tower price.

he doesnt make any td, he was asking what that value is doing and you didnt give him the correct answer, you said what you would do with it but thats the second step.
(off topic: you can use any value for the selling, hitpoints, mana, etc etc, what you are saying is just that the point value is that useless for custom maps that its the first to be used for stuff like that.)
 

canons200

New Member
Reaction score
50
he doesnt make any td, he was asking what that value is doing and you didnt give him the correct answer, you said what you would do with it but thats the second step.
(off topic: you can use any value for the selling, hitpoints, mana, etc etc, what you are saying is just that the point value is that useless for custom maps that its the first to be used for stuff like that.)
lol, i am sorry for that, i doesn't know what i said will mean like that. So in short, the point value is just for the ending score?
 

Seprest

New Member
Reaction score
15
I think priority effects the order in which AI will try and attack targets, however, it obviously doesn't obey the order always. I have tinkered with the value before to try and change AI behavior.
 

Bogrim

y hello thar
Reaction score
154
Point value is for the score at the end of the game, pretty useless in custom maps beside having another integer variable attached to unit types.
When you say end-game score, do you mean the score screen that comes up after leaving or finishing the game? And how exactly does the point value affect these scores?
I think priority effects the order in which AI will try and attack targets, however, it obviously doesn't obey the order always. I have tinkered with the value before to try and change AI behavior.
In the priority, is it the lower or larger number that is prioritized?
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
yes its the score after the game is over, there is a part of the points given for units/buildings you have built. the point value determines how much points you get for that particular unit/building.

and as far as i remember i've tried alot playing around with the priority but it doesnt really make a difference, either it doesnt work or is too complex to be worth trying.
 

Curo

Why am I still playing this game...?
Reaction score
109
I think priority has to do with how the AI chooses attack targets. But remember that the AI also chooses attack targets based on other aspects such as armour type and health amount, so these can give you conflicting results.
 

Bogrim

y hello thar
Reaction score
154
yes its the score after the game is over, there is a part of the points given for units/buildings you have built. the point value determines how much points you get for that particular unit/building.
So it doesn't affect the killing of units? Like giving weak units a lower point value and more powerful units a higher point value?
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
i do not know exactly, now that you mention i havent really thought about it cause i didnt cared anyways. however as far as i remember (i might be wrong though) almost all standard units got the same point value of 100.
 
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