- Joined
- Aug 25, 2004
- Messages
- 473
Ok, its been a real pain in my a.. to get it work corrrectly. Anyone any idear whats wrong?
So i have critical strike ability with 10 levels. Now i fill DataA and DataB lists. I go to descrition and write:
Now i have the description from the original ability. So the numbers dont match my custom ability. I press CTRL-D , read the ability ID and change the description to:
now all numbers are 0
What am i doing wrong?
So i have critical strike ability with 10 levels. Now i fill DataA and DataB lists. I go to descrition and write:
Code:
Gives a <ACct,DataA1>% chance to do <ACct,DataB1> times normal damage on an attack.
Now i have the description from the original ability. So the numbers dont match my custom ability. I press CTRL-D , read the ability ID and change the description to:
Code:
Gives a <AO3S:ACct,DataA1>% chance to do <AO3S:ACct,DataB1> times normal damage on an attack.
now all numbers are 0
What am i doing wrong?