hashtable - locations question

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
Code:
Actions
    For each (Integer A) from 1 to 2, do (Actions)
        Loop - Actions
            For each (Integer B) from 1 to 3, do (Actions)
                Loop - Actions
                    Set temp_point[3] = (temp_point[2] offset by (100.00 x (Real((Integer B)))) towards 180.00 degrees)
                    Hashtable - Save Handle Oftemp_point[3] as (Integer B) of (Custom value of Location_unit) in mCS_Zone_Points_hashtable[(Integer A)]
                    Custom script:   call RemoveLocation(udg_temp_point[3])
Code:
Actions
    For each (Integer A) from 1 to 2, do (Actions)
        Loop - Actions
            For each (Integer B) from 1 to 3, do (Actions)
                Loop - Actions
                    Set p[0] = (Load (Integer B) of (Custom value of Location_unit) in mCS_Zone_Points_hashtable[(Integer A)])
                    Cinematic - Ping minimap for (All players) at p[0] for 5.00 seconds
                    Custom script:   call RemoveLocation(udg_p[0])

Why doesn't my second trigger load the stored point?

Note: Location_unit is preset unit with custom value 1, same with temp_point[2]
 

jackall

You can change this now in User CP.
Reaction score
37
i think its the
Trigger:
  • Custom script: call RemoveLocation(udg_temp_point[3])
in the first trigger
checking it right nao

EDIT:
yep... thats the problem for sure, how do i know?
Trigger:
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Hashtable - Create a hashtable
      • Set hash = (Last created hashtable)
      • For each (Integer A) from 1 to 5, do (Actions)
        • Loop - Actions
          • Set l = (Random point in (Playable map area))
          • Hashtable - Save Handle Ofl as (Integer A) of 0 in hash

Trigger:
  • Untitled Trigger 001
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 5, do (Actions)
        • Loop - Actions
          • Cinematic - Ping minimap for (All players) at (Load (Integer A) of 0 in hash) for 3.00 seconds, using a Flashy ping of color (50.00%, 0.00%, 50.00%)


at first i removed udg_l from the game right after saving it and it only pinged in the center

without the RemoveLocation its ok


i suggest you save the coordinates of those locations if you really need to remove them
 

NotInTheFace

Member
Reaction score
17
Trigger:
  • Set temp_point[3] = something
    • Hashtable - Save Handle Of temp_point[3] as whatever
    • Custom script: call RemoveLocation(udg_temp_point[3])


Yeah, you're creating a point, saving it, then immediately destroying it. It's already long gone by the time you try to use it.
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
i see, i have tot missjudged on how hashtables works, i though it created a copy of the thing you wanted to save that could be recreated at any time via load, but guess i was wrong.

Anyhow how do I save x and y cordinates in GUI? do i have to use custom script?
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
there is no GUI for x and y coordinates, it is all done through locations
to get a location's x or y use this: [ljass]GetLocationX(location)[/ljass]/[ljass]GetLocationY(location)[/ljass]
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
yeah i figured it would be something liek that, but how exactly would i store this into a hashtable?
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
save it as a real, that function returns a real, so you can use it like a real variable, ie:
[ljass]call SaveReal(bj_lastCreatedHashtable, 0, 0, GetLocationX(whichLocation))[/ljass]
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
as normal then, but i got to save it twice, one for x and one for y?
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
yawp but x and y cant leak, whereas an actual location can leak :*(
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
thank you for clearing things up for me guys, and thank you GFreak for a deeper answear =)
hashtables sure isn't my thing^^
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
hashtables are great, you just need to get used to them, pretty rigid but very dynamic at the same time
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • 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

      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