Recent content by emjlr3

  1. E

    Search

    nvm I have found what I was looking for thanks
  2. E

    Search

    if I were looking for a particular old post/thread (seems like things are not quite archived like they used to be) how could I do it?
  3. E

    Search

    so they sell us a faulty program, and want money for the fix?
  4. E

    Search

    when i conduct a search, I can only view the first page of results - won't let me scroll through any others - says "Sorry - no matches. Please try some different terms. " its a find threads started by user search
  5. E

    Spellpack Boomerang and Orbital

    my inspiration for bommerang was from the phoenix - the other was inspired by a spell from AoM
  6. E

    Math Questions

    *6.28318=Pi*2
  7. E

    Snippet ForLoopHelper

    how do you explain my results here? specifically here?
  8. E

    Some Jass system in my map going crazy

    yes that isnt related to anything I have made in the past
  9. E

    SetUnitState() Life Healing, Incorrect Increase!

    the math is right - something else is contributing to the units hp change
  10. E

    Increase Hero's Strength; No Stacking

    for MUI use a unit group
  11. E

    Help with angle math

    GetSpellTargetX/GetSpellTargetY work well
  12. E

    Constant Functions

    really the idea is, you allow users easy customization of spells/systems using the constant function - but then enable the speed efficiency of in-lining during processing
  13. E

    Global data?

    what is data? is it established as a variable type prior to your global deceleration?
  14. E

    Examples of channeling spells

    onDestroy is called following a .destroy(), which I think automatically calls .deallocate() maybe that is a problem?
  15. E

    Examples of channeling spells

    try thistype.create() instead
Top