Recent content by Ashlebede

  1. Ashlebede

    Tutorial How to convert a Frozen Throne map so it is playable in Reign of Chaos

    Anything in particular that needs an update ? (except attaching the files directly to the post, which I'm too lazy/don't know how to do) {sorry about the late reply, I don't visit this website too often, these days...)
  2. Ashlebede

    Tutorial How to convert a Frozen Throne map so it is playable in Reign of Chaos

    Yes, it is made by an experimented mapper and it is a TFT-quality map. Many people think that because a map was made for RoC, it is worse than a TFT map ( which is like racism, but for maps... mappism ? RoCism ? ), and many even think that it's not possible to make a TFT map playable in RoC if...
  3. Ashlebede

    Tutorial How to convert a Frozen Throne map so it is playable in Reign of Chaos

    This tutorial explains how you can make a map in the Frozen Throne's (TFT) World Editor and then convert it so all your Reign of Chaos (RoC) friends can play it. This method allows you to use almost everything TFT's World Editor has to offer and also allows the use of TFT-only spells. This...
  4. Ashlebede

    I want to learn, too

    You don't need any of those for external code edition. Only a text editor... In fact, on Unix systems, you only need a Terminal console.
  5. Ashlebede

    I want to add an animation when a passive procs.

    Then why does Critical Strike have a field for constant damage ?
  6. Ashlebede

    I want to add an animation when a passive procs.

    That one does depend on your hero. If the hero already has a fast attack speed and/or the damage is not major, this doesn't matter so much. But I have to admit that is a lot of conditions. I'm just saying it can be done if those conditions are met without reaching imbalance. And how is the...
  7. Ashlebede

    I want to add an animation when a passive procs.

    Why so ? Ever heard of the "A unit is attacked" event ? Unless there is a unit with major evasion chance or something, it shouldn't matter too much. It's not that bad...
  8. Ashlebede

    I want to add an animation when a passive procs.

    (It is easy if the damage factor is constant, though.)
  9. Ashlebede

    Help with spell, [GUI]

    By the way, Storm Bolt is a homing spell, if you want to know. Same for Fireball & a couple others. I've been wondering why you trigger this one...
  10. Ashlebede

    is it possible to unally yourself?

    You'd have to trigger it all, for you can only ally/unally players, indeed. You can unally yourself, though. It will take away the control from your own units, that's pretty much all it'll do.
  11. Ashlebede

    Help with spell, [GUI]

    /confused Say that again?
  12. Ashlebede

    Fade cause sever split?

    function CustomFinishCinematicFade takes nothing returns nothing call PauseTimer(GetExpiredTimer()) call DisplayCineFilter(false) call EnableUserUI(true) endfunction function foo takes nothing returns nothing local timer t = CreateTimer() if...
  13. Ashlebede

    Fade cause sever split?

    function FinishCinematicFadeAfterBJ takes real duration returns nothing // Create a timer to end the cinematic fade. set bj_cineFadeFinishTimer = CreateTimer()//<<<<< this call TimerStart(bj_cineFadeFinishTimer, duration, false, function FinishCinematicFadeBJ) endfunction...
  14. Ashlebede

    Help with spell, [GUI]

    Unit Group - Remove Caster from HomingGroup The variable Caster wasn't set before. That should be (Picked unit). // Set DummyLoc = (Load 6 of (Key (Picked unit)) in HomingTable) Set TargetUnitLoc = (Load 7 of (Key (Picked unit)) in HomingTable) Should be : // Set DummyLoc =...
Top