liyonghelpme / dota-ai

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

call SetAbilityAdvanced_Bonus (For Syllabear Synergy and Bearform) #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: 
Syllabear's Synergy and Bearform. No idea what to key in for the "call 
SetAbilityAdvanced_Bonus" field. No suitable keywords can be found in the 
tutorial. 

Solution: 
Found two keywords named ABILITYUPGRADESOURCE and ABILITYUPGRADETARGET for 
Synergy and one keyword named TRANSFORM for Bearform in the curentwork.txt 
file. Use them for these two skills?

Examples:
Syllabear's Synergy:
call 
SetAbilityAdvanced_Bonus(1,ABILITYUPGRADESOURCE,false,true,'A1EE',NONE,NONE,NONE
)
call 
SetAbilityAdvanced_Bonus(2,ABILITYUPGRADETARGET,false,true,'A1EF','A1EG','A1EH',
'A1EI')

Syllabear's Bearform:
call SetAbilityAdvanced_Bonus(1,TRANSFORM,false,true,NONE,NONE,NONE,NONE)

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