Search results

  1. Grurf

    New song, new license

    Hello there! I made a new song again and I decided to put all my music under a CC license which allows you to use the music in your map even without asking! Listen to my new song and have a look here.
  2. Grurf

    Create music

    Are there more guys here on the forum who make music? I recently started, and here is my first widely published track (and my second track anyway =)): http://www.soundclick.com/bands/pagemusic.cfm?bandID=562879 Listen and enjoy!
  3. Grurf

    Animation doesn't play

    Well, I'm pretty much stuck. Have a look at the bold parts of this JASS code: function Trig_Wave_Jump_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A000' endfunction function Trig_Wave_Jump_End takes nothing returns nothing local timer t =...
  4. Grurf

    What do you think of this map idea?

    I have had this idea in mind for weeks now, and it has been growing rapidly. As the christmas vacations are coming near (two weeks of free mapping time :)) I thought I'd share the idea and ask you for feedback on it. If you steal the idea, that's allright, but please credit. Actually, it's not...
  5. Grurf

    Custom Campaign fails to load a map

    Hi all, I have been making a custom campaign lately, and now I have a problem: One of the maps doesn't seem to work with the campaign. If I load the map seperately it works perfectly, and the other map in the custom campaign also works (from inside the campaign), but if I click the Chapter...
  6. Grurf

    How to fix this leak?

    I have some trigger code here that leaks a lot (maybe even all) of the special effects it creates. But I can't find it, this should properly remove them all. How to fix the leaking of special effects here? Poisonous Cloud Events Unit - A unit enters (Entire map) Conditions...
  7. Grurf

    Spell maps?

    How about spell maps here on thehelper.net? I know you don't want to be a resource site, and that wc3sear.ch already has a spell map section, but I can't submit anything at wc3sear.ch (I get some critical phpbb error and can't use the site until I remove every wc3sear.ch cookie) and I don't...
  8. Grurf

    A JASS function giving a strange problem

    What is wrong with this piece of JASS: function SotEA_Actions takes nothing returns nothing local location targetloc = Location( 0.0, 0.0 ) call RemoveLocation( targetloc ) local effect castPoint = AddSpecialEffect( "Abilities\\Spells\\NightElf\\Starfall\\StarfallCaster.mdl"...
  9. Grurf

    Custom models, skins and icons?

    Well, I was just wondering. My map (TIHD, see here and of course my avatar) is about 1,7mb in its current state, and will probably be a little over 2mb at 1.00 if I keep going for custom stuff. So, do you think I should use the custom stuff or not? People at battle.net say I should either remove...
  10. Grurf

    Change tooltip fields with triggers?

    Is it possible to change a certain unit/item/ability's object editor tooltip fields with trigger/jass/anything? I would like to create abilities with a tooltip that display a calculation of the total damage done at that level and how much xp the ability has earned so far (for the spellsystem of...
  11. Grurf

    The_Idea's Hero Defense

    IT IS THERE!!! 1.00 is there, it is finally finished. The map has moved to http://wc3mapping.2freegigs.com. Please post all your feedback there, too.
  12. Grurf

    TIHM Public Alpha 2!

    TIHD Public Alpha 3! Hi all, I decided to put my map here so you could all help testing it. It is protected (sorry, but I do not want it to be stolen in this phase, will make it open-source someday) and WEU so don't be surprised if you can't open it with the world editor. Now that this is...
  13. Grurf

    New site!

    During the online testing of my new map, a lot of people asked me how I did all those triggered spells. I got sick of explaining through the battle.net chat, so I thought: Why not put it all onto a site? Then I thought: a site with just some tutorials wouldn't get that much pageviews, so I...
  14. Grurf

    Starfall-like Channeling

    Would it be possible, using the channel spell, to make an ability that is being used like starfall. I mean: you start casting it, nothing becomes disabled, but if you give an order to the hero it will stop the casting and do it. Stunning and dying will also stop the spell. I think I know how to...
  15. Grurf

    Grurf's World Editor Thread

    Nothing really special, just a list of things I have found to come in handy when mapping and especially triggering. I will edit this to add things when I want to share them. Feel free to post if something is wrong or hard to understand. - Wait actions Normal Wait Actions will keep running...
  16. Grurf

    Hero xp distribution?

    Is it possible to turn off that allied heroes get xp from your kills, too? I.E. My hero kills a wave, while the hero of my ally is close. The xp is being distributed 50-50, so this makes it possible to steal the xp of your allies, and that is something I don't want to be possible in my map. Is...
  17. Grurf

    Trigger crashes?

    Hi all, I'm busy making a new map, and I'm having some trouble. The map has lots of triggered spells, maybe that is the cause of the problem. Sometimes (and especially in the boss level) all triggers are suddenly messed up. Bosses either stop spawning or keep spawning forever. Spells that...
  18. Grurf

    Music import problem

    I'm having a problem with importing custom music into the world editor. When I import a mp3 file and then try to save the map, it sometimes gives a lot of jass errors (mainly invalid number of arguments) and sometimes it just saves correctly. What do I have to do so it will always save correctly?
  19. Grurf

    Special effect on impact

    Hello, I am having a problem with special effects. I want a special effect to play at the moment a unit's attack hits the target. I have already tried the standard Unit - A unit is attacked trigger, but then the special effect plays at the moment the attacking unit fires, not at the moment...
  20. Grurf

    The Tutorial Site

    To SD_Ryoko: I recently checked out the tutorial-site (you know, http://world-editor-tutorials.thehelper.net/) and noticed that since the redesign (cgi to php) it isn't mozilla and firefox-compatible anymore! Don't worry, I can still open it in linux (using konqueror, which is based on the...
Top