Search results

  1. C

    In Need of Hashtable Tutorial

    Hey, With the recent patch to 1.23b I'm in need of a brief run down on how to use the new natives. Specifically I need to know how to use the Save and Load Handle functions. What are the parent and child key? And how would I use the new natives to store handles in a hashtable the same way you...
  2. C

    Compatibility with Patch 1.23b

    How do you make maps that were previously running fine able to work on the latest patch?
  3. C

    Need Some Help With Unit Fly Height

    I've begun to create a map and was just working with the Hero selection and am having trouble setting the fly height of one of the units after it is purchased. The unit is the 'Dragonhawk Rider' I want the units movement type to be Foot but I want it to have a fly height of 150. I've got a...
  4. C

    Need A Hero Arena Terrain.

    I'm thinking about making a Hero Arena I have a rough idea how I'd like the terrain to look but I am really hoping to get a map that's already had the terrain done preferably with the Icecrown Glacier tileset. I'm not asking for someone to make anything for me just if you have and WIPs that...
  5. C

    Need Help Optimizing Trigger

    Whenever i fire this trigger my FPS drops and does not return to normal Here's the trigger: function PRMove takes nothing returns nothing local timer PRTimer = GetExpiredTimer() local unit Caster = GetHandleUnit(PRTimer,"Caster"+I2S(H2I(PRTimer))) local unit Phoenix =...
  6. C

    Need Help Making My Leap Spell MUI

    I've created a pretty basic leap spell but I'm not sure on how to make it MUI. I've implemented KaTTaNa's Local Handle Vars into the map which I'm not even sure is required anyway heres the trigger. function MoveFwd takes nothing returns nothing local trigger Fwd = GetTriggeringTrigger()...
  7. C

    Removing Invis Animation From Wind Walk

    I've based an ability off of Wind Walk for the speed bonus and instant cast but I want to remove the Invisible effect I tried removing all the buffs but that did nothing. Please somebody help me out with this i'm sure it's probably quite simple:thup:
  8. C

    How Do You Use A Handle Vars System?

    How do i use a system like KaTTaNas Local Handle Vars system Link to store a local unit from one function and use it in another.
  9. C

    Making My Meat Hook MUI

    Ok I've created a meat hook that will track it's target if you've targetted a unit or just travel normally if you target the ground. What i want to do now is make it MUI but am pretty unsure on how to do this. It is entirely coded with GUI and would preferably like to keep it like that if...
  10. C

    Help Fixing My Tracking Meat Hook

    Delete this please New topic located HERE
  11. C

    Unit Undesirably Returning to Start Location

    In a map I'm working on I use a footman with no model file to focus my camera on. It's used to pan the camera around a hero selection area by pressing the arrow keys so pressing right makes him move to the hero to the right and the camera follows him. My problem is about 5 seconds after he's...
  12. C

    Hero Selection/Camera System

    I'm looking to making a similar hero select system to the one in the RPG TKoK http://www.epicwar.com/maps/62242/ I understand how to make the camera change view the problem i'm having is how do i make the camera focus in one area and prevent scrolling with the mouse or arrow keys and also how...
  13. C

    Advanced Triggers in Newgen

    For some reason there's no advanced triggers in my trigger editor in Newgen it just looks like the standard WE trigger editor why is this and/or how can i get the advanced triggers? Please help [edit] NVM all i had to do was disable UNSWE then re-enable it
  14. C

    Terraining Height Problem

    How do you make cliffs like this? I thought it must be done with the Height tool but when i go to change the height the cliff changes to look like this: Why is that and how to i make cliffs like the first picture
  15. C

    Newgen Extensions

    How do i get any of these to work? When i click them nothing happens i want to edit the tileset. I've looked through the Grimex manual with no success and have looked around this website also with no success please help [edit] Nvm it seems it works fine after loading a map so i have to save a...
  16. C

    GetLocalPlayer Possible Desync

    Ok well i'm working on a map atm and i'm just wondering whether or not this use of GetLocalPlayer would cause any Desyncs. Heres the trigger: So far i haven't experienced anything unusual but i've only tested it in single player and not with anybody.
  17. C

    Message Display/Prevent Leak Problem

    Ok i have a system in my map so that a integer keeps track of how much exp a hero has earned and a player can type -exp to check how much that is. Anyway i made the trigger so it wouldnt leak by adding the triggering player to a player group then displaying the message to the group but when i...
Top