System Polygon system

simonake

New Member
Reaction score
72
On the pictures provided, we can see lot of interesting poligons, but when we try the map, we end up with a spare :(. Could you post the other forms, add it to the map, anything.


> Could you make a Gui form because yet, for me it's easier to read Gui than Jass :( and, it don't need to be Mui.
It would be a better tutorial because mostly everyone can read Gui but not Jass :)
 

Dinowc

don't expect anything, prepare for everything
Reaction score
223
you do the forms by mixing these:

call Prism(light, x, y, <number>, <number>, <number>, angle, <number>, <number>, <number>,)
call Pyramid(light, x, y, <number>, , <number>, <number>, angle, <number>, <number>,)

if you want to make that fancy rounded pyramid:

JASS:
call Pyramid(light, x, y, 0.00, 300.00,  250.00,  angle, 20, 5.00)


if you want to make the polygon like in the last ss:

JASS:
call Prism(light, x, y, 0.00, 200.00,  250.00,  angle,  6, 5.00)
call Prism(light, x, y, 200.00, 400.00,  250.00,  angle,  6, 5.00)
call Prism(light, x, y, 400.00, 600.00,  250.00,  angle,  6, 5.00)
call Pyramid(light, x, y, 600.00, 800.00,  250.00,  angle,  6, 5.00)


or something like that :p (haven't tested it)

and about the GUI...

not possible.

not only that I'm done with GUI, but it's impossible to create the lightning effects with Z offset (maybe it's possible, but I wont bother spending 2-3 weeks making this system GUI)

It would be a better tutorial because mostly everyone can read Gui but not Jass
definitely NOT

nobody would use it because it would look like total crap, you couldn't actually read anything...
 
General chit-chat
Help Users

      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