Problem with Custom Spell Map

ShadourazeR

New Member
Reaction score
0
Another Two Problems with Custom Spell Map

I'm making a custom spell AoS, but I had the following problem(New one):

The HOTKEYS. Is there anyway to change an ability's hotkey with a trigger? you know, having two skills with the same hotkey isn't really nice, and the alphabet doesn't have 200 letters... so, any answers?

My second problem is down there, few posts away from here. It's about ultimates... But I'm making progress after all.
 

Accname

2D-Graphics enthusiast
Reaction score
1,463
the problem is that you cannot give 2 abilitys with the same order id to one unit. but you can use the ability channel. it does nothing and is only added to the game for triggering abilitys. (you can find it under neutral hostile -> hero abilitys)
you can change the order id of channel in the "data" section. just give an other order id to each copy.
 

ShadourazeR

New Member
Reaction score
0
Thanks :) I didn't know channel wasn't targeted.


Ops... for some reason the choosing unit is not showing the ability... Does the ability have any restriction or it just need to do something to make them show up?
 

Komaqtion

You can change this now in User CP.
Reaction score
469
Yeah, you need to change these fields:
Data - Disable Other Abilities = False
Data - Options = Visible

:D
 

ShadourazeR

New Member
Reaction score
0
Strange things happening...

Ok, I'm making progress...

:thup:

Trigger:
  • Arcane Bolt
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Arcane Bolt (Choose)
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] Less than 6
        • Then - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Owner of (Triggering unit)) Food used) Greater than Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)]
            • Then - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] Equal to 0
                • Then - Actions
                  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    • If - Conditions
                      • Damage[(Player number of (Owner of (Triggering unit)))] Less than 2
                    • Then - Actions
                      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        • If - Conditions
                          • Ability_Number[(Player number of (Owner of (Triggering unit)))] Less than 3
                        • Then - Actions
                          • Set Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] = (Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] + 1)
                          • Set Ability_Number[(Player number of (Owner of (Triggering unit)))] = (Ability_Number[(Player number of (Owner of (Triggering unit)))] + 1)
                          • Wait 0.01 game-time seconds
                          • Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is A Hero) Equal to True)) and do (Unit - Add Arcane Bolt to (Picked unit))
                          • Set Damage[(Player number of (Owner of (Triggering unit)))] = (Damage[(Player number of (Owner of (Triggering unit)))] + 1)
                          • Player - Add (0 - Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)]) to (Owner of (Triggering unit)) Food used
                        • Else - Actions
                          • Game - Display to (All players) the text: You already have th...
                    • Else - Actions
                      • Game - Display to (All players) the text: You already have tw...
                • Else - Actions
                  • Set Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] = (Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)] + 1)
                  • Wait 0.01 game-time seconds
                  • Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is A Hero) Equal to True)) and do (Unit - Set level of Arcane Bolt for (Picked unit) to Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)])
                  • Player - Add (0 - Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 1)]) to (Owner of (Triggering unit)) Food used
            • Else - Actions
              • Game - Display to (All players) the text: Not enough ability ...
        • Else - Actions
          • Game - Display to (All players) the text: This ability was al...




But the ultimate ability giving trigger doesnt works ...

:thdown: (What's wrong?)

Trigger:
  • Frost Army
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Frost Army (Choose)
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] Less than 3
        • Then - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Owner of (Triggering unit)) Food used) Greater than Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)]
            • Then - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] Equal to 0
                • Then - Actions
                  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    • If - Conditions
                      • Ultimate[(Player number of (Owner of (Triggering unit)))] Less than 1
                    • Then - Actions
                      • Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is A Hero) Equal to True)) and do (Actions)
                        • Loop - Actions
                          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                            • If - Conditions
                              • (Hero level of (Picked unit)) Greater than or equal to 6
                            • Then - Actions
                              • Set Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] = (Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] + 1)
                              • Set Ultimate[(Player number of (Owner of (Triggering unit)))] = (Ultimate[(Player number of (Owner of (Triggering unit)))] + 1)
                              • Wait 0.01 game-time seconds
                              • Unit - Add Frost Army (Ultimate) to (Picked unit)
                              • Player - Add (0 - Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)]) to (Owner of (Triggering unit)) Food used
                            • Else - Actions
                              • Game - Display to (All players) the text: You need to be of a...
                    • Else - Actions
                      • Game - Display to (All players) the text: You already have an...
                • Else - Actions
                  • Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is A Hero) Equal to True)) and do (Actions)
                    • Loop - Actions
                      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        • If - Conditions
                          • (Hero level of (Picked unit)) Greater than or equal to ((Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] x 6) + 6)
                        • Then - Actions
                          • Set Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] = (Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)] + 1)
                          • Wait 0.01 game-time seconds
                          • Unit - Set level of Frost Army (Ultimate) for (Picked unit) to Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)]
                          • Player - Add (0 - Ability_Level[(((Player number of (Owner of (Triggering unit))) x 1000) + 6)]) to (Owner of (Triggering unit)) Food used
                        • Else - Actions
                          • Game - Display to (All players) the text: You need to be of a...
            • Else - Actions
              • Game - Display to (All players) the text: Not enough ability ...
        • Else - Actions
          • Game - Display to (All players) the text: This ability was al...
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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
  • 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
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top