Recent content by Jedi

  1. J

    About MUI

    If only one unit per player can cast a spell, it's called MPI. If more than one unit (regardless of owner) can cast a spell, it's called MUI. My question is what is it called when a unit can cast a spell more than once before it's effect finishes? MCI (Multi Cast Instanceable) maybe? If...
  2. J

    System LightningRecycle

    Lightning handle id number goes from 1 to ... ? Texgtags from 99 to 0. Images from 98 to ...?They increases two by two, 100 - 102 - 104 Ubersplats from 0 to ...? Four objects can share id 98 :O Edit:not 99
  3. J

    Make a unit unable to take damage. Help

    No it doesn't.There is not a buff and it would cause problems with mask of madness.
  4. J

    Text Messages

    No.Unless you simulate player chat system with triggers.
  5. J

    System Status

    I was like that before read second part :thup: then :banghead:
  6. J

    Snippet ASCII Object Id converter

    He was just talking with nice-funny words wtf.What could he say to improve this snippet?It converts object id to string that is it.
  7. J

    Snippet ASCII Object Id converter

    Yes same, you can test it you know :D Also why would he search something like "Ascii", I would probably search things like "object id convert", "object integer" things like that. Edit:I searched Object id convert and found damien's ascii.
  8. J

    System GroupTools

    Sorry no offense but that makes no sense, proof?
  9. J

    Snippet ASCII Object Id converter

    http://www.hiveworkshop.com/forums/jass-functions-413/snippet-ascii-190746/ Also there is a blizzard function for that, it is in cheats.j or some other where.
  10. J

    Questions on Offsets

    You still can use offsets in your own map depends on your handle count, or you can add a constant boolean to your system //set this to true if your map don't have over xxxx handles private constant boolean USE_HANDLE_ID_OFFSET = true
  11. J

    Snippet Set Hero Level

    You made me feel like everything is bugged, damn.
  12. J

    Does this leak?

    You are right, you don't have to destroy something if you are going to use it.
  13. J

    Calling a code from variable

    Retrieving a data from a scalar variable is probably faster.His one doesn't use an extra force object.
  14. J

    Calling a code from variable

    There is another way, but I don't get how is that useful. globals force NULLFORCE = GetForceOfPlayer(Player(15)) endglobals function Caller takes code c returns nothing call ForForce(NULLFORCE, c) endfunction
  15. J

    Calling a code from variable

    Isn't that what your function does ?
Top