Search results

  1. R

    Local Variables and Memory Leaks

    I am very curious about memory leaks. Currently I am working on a map and while I see some places where memory leaks can occur, I still can't explain why the memory used for my map grows by about 500KB per second. That's ridiculously fast when nothing is being spawned and obviously causes lags...
  2. R

    Need a new model, can anyone help?

    I want to use the female villager model, but it doesn't have an attack ability. Actually, she doesn't need to attack so much, but she does have an action, "stand3" which would do fine (since she's being a vocalist and damaging people through sound). I was wondering if anyone knows enough about...
  3. R

    Finding the unit selected with "Select Hero"

    Does anybody know how to do this? I have tried all sorts of things to identify who is actually doing stuff at a shop. My shop is set up a little differently. Players don't buy items, they get to the shop and use a "Charge Gold and Lumber" ability that gives them the item (stored in an...
  4. R

    Eliminating Item Shadows

    Does anyone know how to remove an item's shadow? It appears to be something built into the game, somehow, and I just want to get rid of it. I have considered alternatives like using units that have item models, but this would be incredibly messy. I don't want to do that. I just want to get...
  5. R

    Jasshelper error: Cannot find Functions

    It's very odd, and I have had the problem a few times, but there are a few custom functions I have made that for whatever reason seem to be elusive. Sometimes I can get my map to save and compile right so that it recognizes these three functions, but even then it usually doesn't work. I have a...
  6. R

    Ghost staying Behind?

    When my hero units die, they don't ever disappear. Like, you see them fall, their spirit rises from the ground, and then it lingers there, suspended in there indefinitely. Does anyone know how to eliminate this? Is there an effect I can destroy? Anything? This seems to happen with all of...
  7. R

    Maps not appearing in Frozen Throne

    I play Frozen Throne and go to where certain maps are, and they don't show up. I have even tried loading the maps and saving them again under a different name, and they still don't seem to show up. I have version 1.24.1.6374, does that have anything to do with it? Is anyone else having this...
  8. R

    Eliminating Footprints

    I am trying to get rid of the footprints. Shrinking down the size of units doesn't change the size of their footprints and to solve my problem I think I'd rather eliminate the footprints altogether. So I was wondering what I could do that would solve that problem. I have tried importing an...
  9. R

    RPG Zalent Project

    I will give you a summarized description of what I am planning to do and the kind of help I am looking for. I have worked on this tremendously and while I could probably finish it by myself (given enough time) I have realized that while I have a lot of creativity and ability to approach many of...
  10. R

    "Expected returns" error in Jasshelper

    So this is what I have and for some reason when I save this the Jasshelper says "Expected returns" Why does my function need to return something? I just intend for a trigger to use call this function and give it the information it wants used and then go to work spawning creatures according to...
  11. R

    Troll Headhunter/Troll Berserker problem

    Has anyone ever tried to clone the Troll Berserker into a Hero unit? I am struggling to get this to work properly. The Troll Berserker is essentially a clone of the Troll Headhunter and the only difference I can find in the art settings is the string "alternate" attached to three different...
  12. R

    The Classic "Something wrong with EGUI"

    So, I'm guessing the likely problem is that I tried to manually install EGUI and then removed it, and then added it the "proper" way. I was told to put the UI in my program files/Warcraft III/ (except my computer has the folder as "program files (x86)", and I don't know if that messes...
  13. R

    Creating Base Order IDs and using Charge Gold and Lumber

    So, two basic problems. 1. Is there a way to create a new Base Order ID? I'm not expecting to run out, I hope, but I'm just wondering of the possibility. Also, on a similar note, if I have two abilities based on the same one (but in different spellbooks) will they both react at the same...
  14. R

    X-Tra World Editor

    Anybody know what happened to this editor? I am looking for it primarily because I wonder if it will truly make most features easier. I know some things like color, I can find ways to live without its "X-tra" features, but being able to break level limits (like Starcraft X-tra Editor) could be...
  15. R

    Kingdom Hearts remake

    So, a quick overview of my project, I plan to create a sort of Warcraft III playable version of Kingdom Hearts (mixing between KH1 and KH2, and kind of KH:COM). For the most part this is a general layout of the game. Three Characters: There are three playable characters (meant to work as a...
  16. R

    Multiplayer isn't working

    Sorry if this question is old, but I don't even know where to begin finding a solution. For some reason I cannot play multiplayer LAN or even Battle.net with my sister. We have two different computers and I have my own version of Warcraft III and she uses the one my dad bought. Two separate...
  17. R

    How do you make a Custom Menu?

    I've played some games (and I'm particularly looking at Final Fantasy Forever version C) where the characters have buttons throughout their skill area (where the attack/defend/skills are shown) that don't actually do stuff but instead open a new menu. I am wondering how I can set up...
Top