liyonghelpme / dota-ai

Automatically exported from code.google.com/p/dota-ai
0 stars 0 forks source link

Lina's Fiery Soul Buff ID #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem:
Too many buff IDs with Fiery Soul in the orcabilitystrings.txt file.

Solution:
This is what I keyed in for Lina's Fiery Soul. Please checked whether its 
correct or not.

call SetAbilityBasic('A18X',4,1,2)
call SetAbilityBasic_Bonus(1,NONE,7,7,NONE,NONE,NONE,NONE,NONE,NONE,'B0B1')
call SetAbilityBasic_Bonus(2,NONE,7,7,NONE,NONE,NONE,NONE,NONE,NONE,'B0B8')
call SetAbilityBasic_Bonus(3,NONE,7,7,NONE,NONE,NONE,NONE,NONE,NONE,'B0B3')
call SetAbilityBasic_Bonus(4,NONE,7,7,NONE,NONE,NONE,NONE,NONE,NONE,'B0B5')
call 
SetAbilityCastTarget(NONE,NONE,NONE,false,false,false,false,false,false,false)
call SetAbilityAdvanced(null,NOCHANNEL,"Fiery Soul")
call SetAbilityAdvanced_Bonus(1,EFFECTTRIGGER,SPELL,NONE,NONE,false,1,1,1,1)
call SetAbilityAffectTarget(SELF,HERO,false,false,false,true,false,false)
call SetAbilityAdvanced_Bonus(2,MSIMPROVE,STACKABLE,NONE,NONE,false,2,3,4,5)
call SetAbilityAffectTarget(SELF,HERO,false,false,false,true,false,false)
call SetAbilityAdvanced_Bonus(3,ASIMPROVE,STACKABLE,NONE,NONE,false,30,40,50,60)
call SetAbilityAffectTarget(SELF,HERO,false,false,false,true,false,false)
call SetAbilityDefaultLearnPriority(4)

Original issue reported on code.google.com by unclezh...@gmail.com on 17 Aug 2010 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by unclezh...@gmail.com on 17 Aug 2010 at 10:58