Spell Energy Field

kingkingyyk3

Visitor (Welcome to the Jungle, Baby!)
Reaction score
216
Hmm, I tried to fix it.. But your code is very messy. There are something wrong with your array. Even 30 array does not enough.... for it. :banghead:
 

Viikuna

No Marlo no game.
Reaction score
265
Table is like an array, you just have to create it in some init function. You can also use HandleTable, which uses handles instead of integers as keys, or string table, which uses string keys.


JASS:

globals
    HandleTable Data
endglobals

function init takes nothing returns nothing
    set Data=HandleTable.create()
endfunction


function useTable takes nothing returns nothing
    set Data[ handle ] = somestruct
    set somestruct2 = Data[ handle ]
endfunction
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
multiple lightnings are created for each unit, so it needs to be a 2D array, right?

I still don't get it how would I use it in my spell....

what type of data can you store in a Table? only integer?
 

Viikuna

No Marlo no game.
Reaction score
265
Yes. Or one struct with lightning array. Id go with that one.
 

Happysmiley

New Member
Reaction score
22
90% of those spells are DotA's spells, just with different names

Energy Field isn't a DotA spell, so that's why I decided to make it


Energy Field is Engineer's ultimate, his other spells are pretty hard to make

I'll see what I can do about them when I get the time

The Engineer's turret spell is just pure agony to make I think :(
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
The Engineer's turret spell is just pure agony to make I think :(

yeah

I started making his other spells, but soon I quit it

it turned out - Energy Field is the most easy one to make from all xd
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
it's mui, it's leakless but it could be done in less lines with less redundant code.

GJ though
+rep

yeah

initially, the code was like half of what it is now
but after I've put as much configurables as possible, that was kinda unavoidable

the spell is rather old and outdated now... at that time I didn't had much spell-making experience and the code would surely be much shorter

thx anyway

I still accept suggestions on improving the code/spell!
 

jig7c

Stop reading me...-statement
Reaction score
123
this spell doesn't work for me... well it sorta does
it damages the units and everything, i have TimerUtil, a more recent version then the one included in your map
I have the dummy.mdx file already, before I imported your spell...

it creats the obelisk and the turrets, and it damages enemies as they enter that certain AoE, but the lightning is not created right... it is created a little bit below the spell... and when i activate the turrets, (not height wise, but more south).... imagine the number 8... the top circle in the 8 is the turrets, and the bottom circle in the 8 is the lightning effects...
and then when i scroll thru the map, it lightning moves with it... it damages/purges/soul burn all correctly, just the lightning is screwed up... when the turrets die, the lighting disappears too..

i imported everything from your map to mine except timer utils, which like i said, i have a more recent version, and btw, i tried disabling my timer util and importing yours, and it still did the same thing...

the only thing i changed was in AIDS trigger, the GetUnitID function... i just changed the name of the function from GetUnitID to GetUnitIDAIDS, because GetUnitID was already declared else where in my map...

help me...
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
thanks for your feedback

can't remember last time I updated this spell xD
the outdated code might be the problem or something

I'll test the map and see what I can do tomorrow

I might even rewrite the whole code xd
 

jig7c

Stop reading me...-statement
Reaction score
123
the map i downloaded from this site works fine, its when i import it the scripts into my map, thats when the lightning starts messing up...
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
hmm I think I know the problem

it might be with the terrain heights, because the lightnings have static Z coordinates, which is around 50
so if you create them at a higher/lower height, it appears like they are underground/in the air

I think it's easily fixable, but it'll take some time so as I said, I'll do it tommorow

thx again
 

jig7c

Stop reading me...-statement
Reaction score
123
no no no, its not that dinowc...

the hero is standing on a flat surface, and the lightning is created towards the bottom of the turrets... and the lightning is a smaller circle, compared to the turret's circle...
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!

      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