Search results

  1. T

    Cannot Access Scope function

    I honestly have no idea, i think maybe your scope was generated before the custom script.
  2. T

    Cannot Access Scope function

    If i may ask then whats the point of using a scope. I moved to libary worked fine :( thanks everyone. will rep when can.
  3. T

    Cannot Access Scope function

    Same error. :(
  4. T

    Cannot Access Scope function

    So I have a trigger. scope Biokinetic initializer Init private function hasDefTarget takes nothing returns boolean return GetUnitAbilityLevel(GetSpellAbilityUnit(), 'deft') > 0 endfunction private function hasCellWall takes nothing returns boolean call...
  5. T

    2 Heros Sharing Inventory

    Ah... Didn't know you could have item-type in variables god im retarded. Thanks
  6. T

    2 Heros Sharing Inventory

    Thats perfect for swapping the hero but it causes any items held by the hero to be lost forever, I want the inventories to swap as well.
  7. T

    2 Heros Sharing Inventory

    So I am currently working on a map in which I want the player to be able to switch his hero, but keep the inventory. So if hes playing one hero, he then steps on a circle of power, which hides that hero, creates the new hero, gives all of the items to the new hero. Then when he switches back he...
  8. T

    Trigger Help

    function Trig_Crippling_Shot_Conditions takes nothing returns boolean return GetUnitAbilityLevel(GetAttacker(),'A00R') > 0 endfunction function CripplingShot takes nothing returns boolean local real Random = GetRandomReal(0.,100.) local integer Agility =...
  9. T

    Testing Maps

    Lets say that I have 1 computer, and I need to test a map with two players. and I cant access battlenet... Ideas?
  10. T

    Question about Choosing Custom skills

    Meh, it wasn't so much about lazy as much as somewhere deep in my mind I keep thinking theres a easier way, and i dont want to do it until i find that way, but i gave up.
  11. T

    Question about Choosing Custom skills

    Yes I did actually ;p and i am currently using it ;p I figured I just cant be lazy :(
  12. T

    Question about Choosing Custom skills

    I would totaly do that except for im constrained to an AOS map, thats already made for me and i suck at making things with terrain :(
  13. T

    Question about Choosing Custom skills

    Fireblades, What do you mean Upgrades? Other guy :( Wolfie, Thats kinda like how i wanna do it just without all the tables and crap if i can.
  14. T

    Question about Choosing Custom skills

    So I have many classes in my map. Each class has 4 skill types. Example Tribesman(the starting class) has 1 passive skill has 1 stun skill has 1 aoe skill has 1 direct damage skill When the map starts up your tribesman is spawned at your base. With no skills. Each class has...
  15. T

    Switching between Melee and Ranged

    I thought that was how they did it but wasn't sure :( it just semed kinda weird, Whats choas?
  16. T

    Switching between Melee and Ranged

    In DOTA the troll ogre dude thingy. Switches between melee and ranged with a skill, how do you do that :( +rep to the answer
  17. T

    Balancing Heros/Stats/Damage/Towers

    Anyone know any good resources for balancing stats/damage/towers/buildings, I not the greatest at understanding the concept of Warcraft damage so any tools to help would be great.
  18. T

    AoS Last Days of Winter

    Last Days of Winter Latest Version: v0.1 Current Phase: Pre-Testing Development Download: Coming Soon!!! History Description/Screenshots This map combines the RPG genre with the AOS genere. You will start out as a small little tribesman. When you turn level 6 you will pick your...
  19. T

    DotA Template - All Random

    All random does not pick heros for computer users. Which I have this nagging feeling is what your trying to do :)
  20. T

    DotA Template - All Random

    Download the map again, import your characters and see if it works. Also who are you testing this with? Do you have like 3-4 computers?
Top