Search results

  1. salem

    Convert text to string

    How do i convert a text to string? There is so built-in function that does this. I'm willing to code a custom script for it but i don't know where to start (I know some C++ but i'm not sure how custom script work in SC2 editor). Also, is there a way to modify some built-in function definitions...
  2. salem

    Help Locating Crash

    How can I locate what's causing a crash? I've been getting 2 messages, it's always one or the other and they have the same "numbers". I've fixed all the leaks in my map, or at least most of them. There is no specific time at which the crash happens. The memory could not be 'read'. Exception...
  3. salem

    Memory could not be "written"

    What does it mean when the game crashes with a "FATAL ERROR!" message and it says that "The memory could not be written" ? Is this a memory leak ? It is rare for the game to crash like this (played more than 15 games before it crashed). First time I see this kind of crash "The memory could not...
  4. salem

    Good vs. Evil

    Description: Good: Evil: Setting: Evil side Good Side Whole map Features: Balance: It seems like there's another map carrying the same name, but I assure you, this one is quite different. On a side note, i strongly recommend watching the tutorial if you're new...
  5. salem

    Footman Wars Delux v2.0 beta (discontinued)

    I worked on this a lot. Needs a little balancing here and there. After the last version (v2.0 beta) the game would sometimes crash at some point. I couldn't figure out why or how to stop it. Anyways Have fun. If you need clarifications contact me by email: [email protected] It's...
  6. salem

    Classic Risk (discontinued)

    I worked on this for a while, it's almost done. It is just like the board game, you roll dice, dices are compared and everything. Here's the open source, i hope someone would finish it :). The hard part is done(at least i think it is lol). Try it out, see what's missing cause i can't remember...
  7. salem

    Game Cache

    Just want to know if there's a way to save and load strings using the game cache in multiplayer maps? For example if i host a map and store the string "Test 1" and save the game cache. If i host the map again some other time, will i be able to load the string i saved before ("Test 1")...
  8. salem

    The Molten Core

    I searched for this and found nothing, i'm unaware if someone already made an MC map on war3. Launching up a project from scratch to copy The Molten Core experience from World of Warcraft into Warcraft 3 tft. I began to work on the Terrain (trying to reproduce MC as accurately as possible)...
  9. salem

    Research Order bugs building?

    I used a trigger to order a building to research an upgrade (attack upgrade), Now the building has a certain ability that it could cast and it could also upgrade itself into a different building (just like the town-hall > keep upgrade). Now while the building is researching something, it can...
  10. salem

    "Chance on hit" Ability

    I've been trying to make a so called "Deep Wound" ability, where the hero has a 15% chance that his hit will do extra X damage and leave the target bleeding for 5 seconds (meaning target is losing hp during the 5 seconds that he's bleeding). Now I'm trying to avoid the use of triggers, so I...
Top