Search results

  1. T

    Spellpack help

    Try doing what I said earlier about changing your World Editor Preferences, it will probably fix the problem... I'm hoping :confused:
  2. T

    Spellpack help

    The spell is missing the some special effects it looks like, you can add those in yourself easy :nuts:
  3. T

    Spellpack help

    Hmmm. Go to File, look for Preferences. Make sure you have Automatically create unknown object variables checked. After you adjust that, delete the trigger you copied and copy it into your map again. It may work.
  4. T

    Adding glow to normal units

    Thank you sir :thup:
  5. T

    Spellpack help

    Post the trigger that is not working please, so I can get a better idea what is wrong
  6. T

    Adding glow to normal units

    You know that glow heroes have? I'm pondering how to give it to normal units as well, so when I make them heroes its obvious their heroes. I'm not sure how to do it, so... lol Any help would be awesome, thanks :rolleyes:
  7. T

    Mfc70.dll

    Hmmm. Thats strange, but if it still works thats good:) As I said, you can google a download for the DLL to replace it if you want.
  8. T

    Mfc70.dll

    mfc70.dll is the module that contains the Microsoft Foundation Classes (MFC) functions used by applications created in Visual C++ as for why your WE won't run without it I have no idea. You can easily download a replacement of this file though and put it in your windows system folder.:thup:
  9. T

    Help making a trigger

    Events - A unit comes within 100 range of (unit B) Conditions - unit type of triggering unit is (Unit A) unit has item of type (your item) in inventory Actions - item - order (unit A) to give item of type (youritem) to (unit B) Hope this helps :thup:
  10. T

    Item ability cooldown

    A DISBTN icon is the other icon your suppost to import with the BTN icon. A DISBTN icon is used to darken or grey out the item portait after its been used and has a cooldown or is unable to be used. (sometimes also referred as DSBTN) Look for the DISBTN version of the icon your using for...
  11. T

    Cool things to message when being killed

    Another great effect would be some hilarious fart noises everytime someone dies, preferably very dramatic loud ones. I always find crude humor very entertaining :rolleyes: "TfauxT was decimated by DooD" BrrrrrrrrrrrrrrrrrrTTT!! :D
  12. T

    How to allow "Ability list" contain more than 5 spels?

    If you want to use more than 5, I recommend giving your hero a unit ability based off of the spellbook ability from the item spellbook. You can put additional spells into that one spell and use them all actively. I think you can put an additional 5 or even more into the spell book ability.
  13. T

    How to allow "Ability list" contain more than 5 spels?

    Oh. I see, but wouldnt there be a problem getting the spells to be visible if there are too many?
  14. T

    How to allow "Ability list" contain more than 5 spels?

    Ability list for what? An item? a hero?:confused:
  15. T

    Mega Creeps trigger

    >>>oh btw how do i do this? Code: Something like this Unit - pick all units equal to (certain building) in playable map area Unit group - add picked units to unit group(your name of group) Those commands are under actions, look for unit and unit group
  16. T

    Race problem

    I don't think you can change the selection options in the game lobby, you would have to do it inside the game. Make sure in your map initialization that the action place starting units is removed. Then to make people able to select their race, create a dialog system. This system would be...
  17. T

    Spell Idea Thread. Hazah!

    :) Intruiging ideas gentlemen. I may put some of these into use but change some aspects of them. <3<3
  18. T

    Cinematic shot

    I'm not sure what would cause the problem, maybe a video setting in your game of some kind or a graphics card setting is funky. But messed up screenshots aren't a game breaking malfunction unless your backing up save codes to a map you were playing:) It could also be due to whats going on in...
  19. T

    Mega Creeps trigger

    I believe you can right click on the trigger and copy as text. I can't completely remember and I don't have access to my own World Editor at the moment. But try that or selecting all the code in the trigger and right clicking it, look for copy as text or some command similar, then in your post...
Top