Search results

  1. RaiJin

    Buying Items with full inventory?

    is there a way to buy an item with full inventory? like when u buy the item the item will appear beside u or it will appear somewhere else? For example, dota does it with another unit that has an inventory aswell and if the main unit doesn't have enough space then the item will appear...
  2. RaiJin

    Maim?

    is there a skill that mains a target, passive thats a warcraft default?
  3. RaiJin

    Warcraft default icon pack?

    is there one? if so can someone link me to a download would be really helpful +rep to all
  4. RaiJin

    Default warcraft skill?

    is there a default warcraft skill that slows all units inside a certain aoe and silences them? Its like this mist, if they enter the mist then they are slowed and are silenced, when they leave the mist they are fine. Mist lasts for a certain amount of time?
  5. RaiJin

    OrdierID's stay the same?

    so i have 2 skills that are both based of warstomp, and when the unit uses one of them he tries to use both of them. I changed the Orderid's but they still remain the same. warstomp... is this a bug? i changed all the OrderStringId fields to thunderclap instead of warstomp( making 1 warstomp...
  6. RaiJin

    DotA's Item System?

    So DotA has this item system for you people who don't know where as it combines items EVEN if your inventory is full for example Mountain King has 6 items in his slot, All of them are Ring of protection and the recipe is Ring Of Protection+Ring Of Health=Ring Of Gods if mountain...
  7. RaiJin

    Skill that amplifies spell damage?

    anyone know any spell that amplifies spell damage?
  8. RaiJin

    Warcraft skill that allows a unit to go invisible

    Anyone know a skill that allows a unit to go invisible and be able to cast spells while they are invisible?
  9. RaiJin

    Skill that increases a units attackspeed?

    anyone know any warcraft skill that increases attackspeed by Percent? preferably a skill that targets an ally unit
  10. RaiJin

    Shadow Like Spectre's Dagger?

    anyone know how to create the shadow like spectre's dagger? i just need a shadow like that, is it a custom model or what? thanks guys needa fast reply
  11. RaiJin

    Dota's Blink Dagger Disabled?

    anyone know how to do DotA's blink dagger? where if you are hit then your blink dagger is disabled for 3 seconds until you are out of combat. ? -> also does anyone know how to make a passive skill look like its going on cooldown BUT unactivatable because i know one way which, is...
  12. RaiJin

    How to turn off Computer AI?

    anyone know how to turn this off? like im doing mountain king vs mountain king and he suddenly uses storm bolt, thunder clap, and avatar o_O? needa quick answers guys thanks
  13. RaiJin

    Elaborating on Anti harass system like dota's

    library AH initializer Anti_Init requires PUI globals private boolean array IsActive public real array prevX public real array prevY private group array creeps private trigger IssueOrderPoint = CreateTrigger() private trigger IssueOrderTarg = CreateTrigger()...
  14. RaiJin

    Fastest way of attaching an integer to a trigger/timer?

    i know there's always the H2I(key)-0x100000, but i wanted to know the fastest way and the most stable way of doing it without H2I ( and i don't have H2I phobia ) and with no GameCache and HashTable
  15. RaiJin

    Snippet Actions Per Minute

    scope APM initializer i globals private integer array APM endglobals private function APM_SHOW takes nothing returns boolean call DisplayTextToPlayer( GetTriggerPlayer(), 0, 0, "Your APM is: "+I2S(APM[GetPlayerId(GetTriggerPlayer())] ) ) return false endfunction private function...
  16. RaiJin

    Building doesn't show projectile launched?

    heres the map attached, well the tower is suppose to shoot out a projectile, but it doesn't at all
  17. RaiJin

    Map Protectors

    well, are there any map protectors out there, because weirdly when i protect my map with vex's optimizer im still able to open the map np. So is there any other map protectors?
  18. RaiJin

    Any Swapping systems?

    are there any swapping systems out there? +rep
  19. RaiJin

    GT Unable to register?

    private function INIT takes nothing returns nothing local integer i = 1 local trigger t1 = CreateTrigger() local trigger t2 = CreateTrigger() loop exitwhen i == 4 call TriggerAddAction( GT_RegisterStartsEffectEvent( t1, Mask_zGETSUGA_ID[i] ), function ACTS )...
Top