Points For Win

W

woots

Guest
Hello.
I have a problem with my car race map.
I dont know how to make trigger for gold and points when some1 finish race on...
First Place: 4 points and 50 gold
Second Place: 3 points and 30 gold
3th Place: 2 points and 20 gold
And later show it on board
Please Help Me!!:(
 
L

lordpredator

Guest
using variables, when some car finish the race you set his place checking the existence of the place after it:

- make an array PLACE variable of the type best fits you (i recommend player type... but it can be unit too
- clean the PLACE variable after one race

and when a car finish the race: (pseudo code)
for integer A 1 to 4
LOOP
if place [integer A] equals to (no player)
then
set place [integer A] = (owner of unit finishing the race)
 

Evote

New Member
Reaction score
4
if u make first place 40 gold it's much easyer.
first add the points to the previous points
then just set there gold to there points x 10
 
S

shadowvzs

Guest
if u make first place 40 gold it's much easyer.
first add the points to the previous points
then just set there gold to there points x 10

i know not this is the question but i think this help to you a little when u want do a multiboard

in my race map have 7 region if u or computer player enter to this region then the entering player point increase by 1 and write the all 3player points to multiboard.. difference beetween u and computer player unit: if computer player unit enter to the region i give him a rally point to the next region(if he enetered the second regin i give him move order to the third region).
Code:
startrace Copy
    Events
        Unit - A unit enters Race2 <gen>
    Conditions
        ArenaStart[0] Equal to True
    Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                CameraTarget[0] Not equal to (Entering unit)
                CameraTarget[1] Not equal to (Entering unit)
                CameraTarget[2] Not equal to (Entering unit)
            Then - Actions
                Set Temp_point[1] = (Center of Race3 <gen>)
                Unit - Order (Entering unit) to Move To Temp_point[1]
                Custom script:   call RemoveLocation(udg_Temp_point[1])
            Else - Actions
        Set RacePoint[(Player number of (Owner of (Entering unit)))] = (RacePoint[(Player number of (Owner of (Entering unit)))] + 1)
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to (String(RacePoint[(Player number of (Owner of (Entering unit)))]))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to (String(RacePoint[(Player number of (Owner of (Entering unit)))]))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (String(RacePoint[(Player number of (Owner of (Entering unit)))]))

i know thats horrible my knowledge but u understand what i trying tell?

then this is start or finishig region, where start the race and over the race...

tempory_nr(20) how many lap i want
Code:
startrace Copy 7
    Events
        Unit - A unit enters RaceStart <gen>
    Conditions
        ArenaStart[0] Equal to True
    Actions
        Set RacePoint[(Player number of (Owner of (Entering unit)))] = (RacePoint[(Player number of (Owner of (Entering unit)))] + 1)
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to (String(RacePoint[12]))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to (String(RacePoint[1]))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to (String(RacePoint[9]))
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                CameraTarget[0] Not equal to (Entering unit)
                CameraTarget[1] Not equal to (Entering unit)
                CameraTarget[2] Not equal to (Entering unit)
            Then - Actions
                Set Temp_point[1] = (Center of Race1 <gen>)
                Unit - Order (Entering unit) to Move To Temp_point[1]
                Custom script:   call RemoveLocation(udg_Temp_point[1])
            Else - Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                RacePoint[(Player number of (Owner of (Entering unit)))] Greater than or equal to (Tempory_nr[20] x 8)
            Then - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        CameraTarget[0] Equal to (Entering unit)
                    Then - Actions
                        Set ArenaStart[0] = False
                        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                            If - Conditions
                                Tempory_nr[16] Equal to 1
                            Then - Actions
                                Game - Display to (Player group((Owner of (Entering unit)))) the text: ((The Chocobo Raceing won the  + (Name of (Owner of (Entering unit)))) + !!)
                            Else - Actions
                        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                            If - Conditions
                                Tempory_nr[16] Equal to 2
                            Then - Actions
                                Game - Display to (Player group((Owner of (Entering unit)))) the text: ((The Chocobo Raceing won the  + (Name of (Owner of (Entering unit)))) + (!! +  +1200 gold and 1 lumber!!!))
                            Else - Actions
                        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                            If - Conditions
                                Tempory_nr[16] Equal to 3
                            Then - Actions
                                Game - Display to (Player group((Owner of (Entering unit)))) the text: ((The Chocobo Raceing won the  + (Name of (Owner of (Entering unit)))) + (!! +  +5000 gold and 5 lumber +1 level to chocobo if you boko egg!))
                                If ((MyHero[(Player number of (Triggering player))] has an item of type Boko egg) Equal to True) then do (Item - Set charges remaining in (Item carried by MyHero[(Player number of (Triggering player))] of type Boko egg) to ((Charges remaining in (Item carried by MyHero[(Player number of (Triggering player))] of type Boko egg)) + 1)) else do (Do nothing)
                            Else - Actions
                        Unit - Unhide Viktorio 0032 <gen>
                    Else - Actions
                        Unit - Unhide Viktorio 0032 <gen>
                        Game - Display to (All players) the text: ((The Chocobo Raceing won the  + (Name of (Owner of (Entering unit)))) + !!)
                Wait 2.00 seconds
                Player - Add Tempory_nr[11] to (Owner of (Entering unit)) Current gold
                Player - Add Tempory_nr[12] to (Owner of (Entering unit)) Current lumber
                Set Tempory_nr[16] = 0
                Set Tempory_nr[17] = 0
                For each (Integer A) from 0 to 2, do (Actions)
                    Loop - Actions
                        Unit - Remove Racers[(Integer A)] from the game
                Camera - Apply Normal <gen> for (Player((Player number of (Triggering player)))) over 3.00 seconds
            Else - Actions
                Do nothing
tempory_nr(11) how many gold win the entering unit
tempory_nr(12) how many lumber win the entering unit
u can decres this amount.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top