Search results

  1. rodead

    Error in code

    whats wrong with this trigger :S it says it is missing act and canot convert integer to player... scope Iceclap initializer init private function rodead takes nothing returns boolean return GetSpellAbilityId() == 'A005' endfunction private function rodead2 takes nothing returns...
  2. rodead

    My first Jass Spell

    i have jass new gens..... but thanks anyways
  3. rodead

    My first Jass Spell

    sorry for dubbel post :S but i have another question. i am trying to make a new jass spell but this time 100% custom but i don't understand how to create a unit at a certain location. i got this right now: set dummy = (CreateUnitAtLoc(id), 'h004', (dummylocation), (0)) return unit if...
  4. rodead

    My first Jass Spell

    thanks, also for the tips. btw i allready had newgens... :cool: but well don't really know how it works. i will change those things you said :) and +rep for helping me
  5. rodead

    My first Jass Spell

    this is my first Jass Spell anything that i can make better? or tips? or things that i need to learn? everything is welcome... function Trig_Frozen_Wave_1_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A003' ) ) then return false endif...
  6. rodead

    Other Escape the D3aD

    bump
  7. rodead

    Spelldamage?

    i don't have time to make it because it is really some work.... and this is a Helping forum not a creating for you forum
  8. rodead

    Capturing trigger not functioning

    why not check with a condition if there is any unit of a certain player in the region and change instead of checking if the owner of the entering unit is from player 9 gray which is a computer?
  9. rodead

    where can i find this moddle and icon???

    and for the the burning efect you can use from frost armor the slow efect.
  10. rodead

    Spelldamage?

    it is done with triggers: they check if a unit casts a spell and check if the unit has a certain item and if it has that item they will add +dmg trough triggering to the damage the spell deals. think this way is much triggering but i don't know of a other way.
  11. rodead

    Other Escape the D3aD

    Bump i optimized the map. and i hope it is more playable now! atleast i got a fps of 25 so much better i think! download link: Escape the D3aD V 1.4.0 Optimized
  12. rodead

    Other Escape the D3aD

    as you see i added all these things. and if you still don't like it give some more sugestions. further i am looking for a good optimizer but can't find one... anyone has a good one?
  13. rodead

    Other Escape the D3aD

    thanks for your post. 1. i did it this way. don't know why but it can be done in either ways. 2. your right i have almost the same kind of computer and sometimes i get heavy lagg so that is kind a anoying. 3. i shall optimize it. and release soon the optimized version.
  14. rodead

    Blizzard: We Broke Our Renderer

    what you see in your pc screen or television screen is a electron that is moving to a sertain point. in the early years this worked with electro magnatics. you can move this way a electron at a ver high speed to any point on the screen and as you know there are color thingies build in the...
  15. rodead

    Other Escape the D3aD

    thanks for the comments. especially the spells because i really suck at it.:( and what title you prefer then?
  16. rodead

    Other Escape the D3aD

    well i made a map and i am now in the beta fase. it is a escape made for my clan and forum. Number Of Players: 1-8 Genre: (Ice)Escape Information:You are a little Ghoul which is dying in the underworld it is your task to escape the death himself and go back to your normal life. visit...
  17. rodead

    Checking Unit Group For Buff

    i am REALY SURE!
  18. rodead

    Checking Unit Group For Buff

    o so stupid :banghead::banghead::banghead: thanks and +rep! but it still isn't working because it says there is no unit in the unitgroup.... :S
  19. rodead

    Checking Unit Group For Buff

    well in my map are several triggers for spells so don't be confused! it is all kept clear i hope the spell is Called Cross Of Light. here is the map for more information just ask i didn't do anything with your sugestion yet, if you want to imput it yourself and it works do what you want.
  20. rodead

    Checking Unit Group For Buff

    Well i made a spell but it is not working 100% i tried to make a spell with 4 dummy units that cast impale and if a unit gets the "impale buff" it will get damage. but it didn't worked, i tried to solve it with text and it says there are no units in the unit group. so here is my code. if you...
Top