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.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • 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 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