SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: orb spells and void talisman

Results 1 to 5 of 5
  1. #1

    orb spells and void talisman

    in dota couldn't you orb walk with void talisman on, this was a great boon to destroyer and i'm guessing silencer(never did on silencer, bt was thinking about vindicator and tried and it doesn't work), am i right in remembering that? i guess orbs also got around the disarm effect in dota(only invoker had that effect tho)

  2. #2
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Sep 2009
    Location
    Adelaide, Australia
    Posts
    10,036

    Code:
    <state
    	name="State_VoidTalisman"
    
    	icon="icon.tga"
    
    	effecttype="StatusDebuff"
    	
    	immunitytype="PhysicalImmunity"
    	disarmed="true"
    	nothreat="true"
    	magicarmor="-5.5"
    	
    	passiveeffect="effects/state.effect"
    >
    </state>

    Void Talisman applies the effect as above, disarmed being one of them.
    As stated here.
    Disarmed simply means you can't attack.


    's webbed shot
    Code:
    <ability
    	name="Ability_Arachna1"
    
    	statuseffecttooltip="State_Arachna_Ability1"
    	statuseffectheader="true"
    	icon="icon.tga"
    
    	casttime="1000"
    	castactiontime="200"
    	casteffect="effects/cast.effect"
    	maxlevel="4"
    	requiredlevel="1,3,5,7"
    	cooldowntime="2000,2000,0,0"
    	noninterrupting="true"
    	
    	activatescheme="canattack"
    	actiontype="attack"
    	targetscheme="enemy_units"
    	casteffecttype="Magic Attack"
    	projectile="Projectile_Ability_Arachna1"
    	manacost="12"
    >
    	<onimpact>
    		<applystate name="State_Arachna_Ability1" duration="3000" />
    	</onimpact>
    </ability>

    The spell has activate scheme "can attack", which means you have to be able to attack to use it, since disarmed makes you unable to attack, you can't attack with it.

    I've never played DotA but I'm going to guess it didn't have that line with its orb attacks, allowing you to use them while disarmed.

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Click the picture

  3. #3
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Posts
    33,845
    You can in DotA but not in HoN

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Tech Support and Customer Support: https://www.heroesofnewerth.com/support/


    Look for my highlighted text (important information) and grey text (interesting but not required information).

  4. #4
    ok yea thought so, currently at grandparents so don't have my dota computer to check, i'm guessing that was just a engine limitation since it was considered a spell in all respects in dota

  5. #5
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Posts
    33,845
    Was cool with Viper though

    Tower diving pro

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Tech Support and Customer Support: https://www.heroesofnewerth.com/support/


    Look for my highlighted text (important information) and grey text (interesting but not required information).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •