Making a Wait Without Waits...

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
Yes there is ?!

Reinventing the Craft, which has just been "relaunched" allows for programming in WC3 :D

wait whaaat? there IS a program for that? O.O
care to link it so i can test it when i get time?^^
 

Bogrim

y hello thar
Reaction score
154
If you use GUI, use waits. If you use Jass, use timers. Creating timers and hashtables to get "more accurate waits" in GUI isn't really worth the effort. It's not like most maps don't use waits where timers could have been more accurate.
 

tooltiperror

Super Moderator
Reaction score
231
If you use GUI, use waits. If you use Jass, use timers. Creating timers and hashtables to get "more accurate waits" in GUI isn't really worth the effort. It's not like most maps don't use waits where timers could have been more accurate.

I suppose waits are fine if you're alright with inaccuracy.

But, for speed freaks and accuracy freaks, use timers.

Then again, speed and accuracy freaks use JASS.
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
actually you aint telling us in what case you want to make wait mui...

wait 0.20 can surly be mui if you know how to use it...
 

Chaos_Knight

New Member
Reaction score
39
actually you aint telling us in what case you want to make wait mui...

wait 0.20 can surly be mui if you know how to use it...

._.

I dont want to use
Trigger:
  • Wait whatever seconds

I think i have said this in like 5 posts.
I want a MUI wait which isnt
Trigger:
  • Wait whatever seconds
that line.
Tell me if it's possible. :thup:
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
and i think i hve told you that, that line IS MUI if you use it right...
there is no such thing as not mui or mui in a one lane command


based on WHAT you want to use that wait for, its mui or not... give us an example on what you want to sue the wait for.
 

SanKakU

Member
Reaction score
21
I think you have to use a timer system and then call the functions from the timer system in your triggers with your waiting.

the reason you need to use jass for the timer systems is because those systems have functions that you have to call. in gui you don't have functions...you have events, conditions, actions and those are all converted to functions when you convert to jass.
 

Bogrim

y hello thar
Reaction score
154
Chaos Knight.

You cannot make MUI triggers if you do not understand what stops a trigger from being MUI in the first place.

It is the way your trigger handles the data that determines whether the trigger can work for multiple instances. Even triggers without waits can be single instance triggers if you don't design it right.
 

Bogrim

y hello thar
Reaction score
154
There's no tutorial on MUI triggers because there's no definite method. What you can do is post a trigger and ask why it isn't MUI and what method would make it MUI. A GUI'er should start by learning how to use local variables and Hashtables (or an indexing system).
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
There's no tutorial on MUI triggers because there's no definite method. What you can do is post a trigger and ask why it isn't MUI and what method would make it MUI. A GUI'er should start by learning how to use local variables and Hashtables (or an indexing system).

if you haven't learned anything of these yet, why ont start dirrectly with jass and skip the pain to learn it later? :p

well indexing or hashtable should be the easiest to start with fi you want to make GUI MUI spells, since i think locals is more like classed as JASS.
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
still varrius on what you want to use it for... for example, hashtables is useless if you got no waits.
jass is useless if you dont have the time or dont want to learn.
timers is better than waits if you want to have one more seperate trigger for you wait effect (wich i dont)
waits in gui/jass(TSA) is MUI if you sue it correctly
GUI doesn't have support for locals, so you will need to use custom scripts for using them.
Multiple Unit Instance(Right me)
Makes it possible to cast 2 abilities of same type at the same time.

No... it makes it posbile to cast 2 abilities of the same type with the same player.
 

tooltiperror

Super Moderator
Reaction score
231
still varrius on what you want to use it for... for example, hashtables is useless if you got no waits.
Hashtables are also epic for a lot of other things, the best example being timer systems.

jass is useless if you dont have the time or dont want to learn.
JASS does not take a long time to learn, but people are too lazy to learn it.

timers is better than waits if you want to have one more seperate trigger for you wait effect (wich i dont)
If you want to have separate triggers? I don't think people use timers so that they can use extra triggers...

waits in gui/jass(TSA) is MUI if you sue it correctly
It is, but I still discourage the use of TSA.

GUI doesn't have support for locals, so you will need to use custom scripts for using them.
There is a way to mix GUI and JASS, I think in NewGen.

No... it makes it posbile to cast 2 abilities of the same type with the same player.
MUI means that, no matter how much you abuse the spell and over cast it, it won't bug from overwriting variables and stuff. I don't want to say it won't bug at all, but I think you get the ideal
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
Hashtables are also epic for a lot of other things, the best example being timer systems.

if you have no waits == no use of waits, what use do you have for a timer system? Oo

JASS does not take a long time to learn, but people are too lazy to learn it.
== dont want to learn

timers is better than waits if you want to have one more seperate trigger for you wait effect (wich i dont)
If you want to have separate triggers? I don't think people use timers so that they can use extra triggers...
how do you use timers in gui without a separate trigger?...

It is, but I still discourage the use of TSA.

guess all have their own taste

There is a way to mix GUI and JASS, I think in NewGen.
there is no function for JASS mix in NewGen that i have seen... ofc it could be in the newest NewGen version since i'm still using c.
 

tooltiperror

Super Moderator
Reaction score
231
if you have no waits == no use of waits, what use do you have for a timer system? Oo
People use timers for other stuff.


== dont want to learn
No, equals they don't understand and can't figure it out.

how do you use timers in gui without a separate trigger?...
You don't, I never said you could...


guess all have their own taste
Actually, I don't use TSA because it's not accurate, especially in low waits.

there is no function for JASS mix in NewGen that i have seen... ofc it could be in the newest NewGen version since i'm still using c.
Then it's in EGUI or WEU or something.
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
People use timers for other stuff.
as? what more than diffrent types of waiting persiods can you use a timer? if you wait for a timer to become x, its still a type of a wait.
No, equals they don't understand and can't figure it out.
in wich way does:
if you dont have the time or dont want to learn.
mean they don't understand and can't figure it out?
You don't, I never said you could...
And I said that timers req another trigger?
Then it's in EGUI or WEU or something.
I heared EGUI have its own issues, for example crashing maps, does it even work proper? Also WEU is 100% trash IMO.
 
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!
  • 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

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top