| 12-10-2004, 03:48 PM | #1 |
Im trying to create a spell trigger that will increase a units attack speed to enough to make the attack animation look like a gatling gun. Ive tried doing this by setting a trigger to increase the agility of the specific unit using the skill, at the same time reducing its damage, since gatling gun speed does major damage. This will work if i increase the agility by like.. 10-20K.. and that would majorly increase the armour of the unit to godly levels, that i do not want. apart from adjusting the game constants, is there a way i can instead adjust the cooldown of the hero unit to give him super fast attacks? Because i just cant seem to figure it out :\ |
| 12-10-2004, 04:05 PM | #2 |
I'm not sure where the problem is. Can't you use abilities like frenzy or pasive abilities like the gloves of haste ability to increase attack speed as much as you wish? |
| 12-10-2004, 04:18 PM | #3 | |
Quote:
I might be able to, but its gona be kinda confusing. Coz the skill machinegun im using is ment to have 4 levels. so basically it has a duration that lasts longer for each level. what i could do is, something like, whenever the ability is used, replace the ability machinegun with a clone > modified frenzy, to increase the attack speed. then after the duration is over, switch it back. If i just used unholy frenzy as it is, an aura, ill have a permanant machinegun effect, but thats not what i want. coz i want to be able to switch between normal slow attks and machinegun. thanks for the idea =) |
| 12-10-2004, 05:06 PM | #4 |
you want it work over some seconds or do you want it so you can turn it on/off. thats not clear for me. if you want it over some time just use a modiefied berserk ability. |
| 12-10-2004, 05:44 PM | #5 | |
I originally wanted to be able to turn it on and off, but i couldnt find an appropriate spell for it, so i scrapped that idea and at the moment i have it scripted to give an amount of bullets upon usage. The ability then switches out for unholy frenzy, until the bullets run out, then it switches back. but i dont know if it will work since it may not allow me to apply any skill points when the skill is replaced.. im going to test it *now* I would be really grateful if you could help me find a way so i can turn it on and off. Ie. When machinegun is turned on, hero gains gatling attack speed, but with every shot fired, it deducts one mana (which will serve as the bullets perhaps.) And it also reduces damage to 1, or as low as it can get. 10 RPS x 5 seconds = 50 hits.. 50 dmg.. Overall, i need to try and balance it, no rpg is fun when there's no challenge. IE.. an overpowered machinegun skill. The timings are as follows for now. 10 seconds at level 1, 20 for 2 and so on until level 4. Imo.. it might be a bit too much. 5 secs is enough to waste a boss if u fire 50 shots at 3 damage each. The best thing however i can think of is. When machinegun is used, it adds a certain number of bullets, displayed on a leaderboard. With every bullet fired, one bullet disappears. Until there are no bullets left. However.. i am having trouble figuring this one out as well. If you could think of a way it can be done i would be grateful as well. here is the current code's that are relevant. Quote:
|
| 12-10-2004, 05:45 PM | #6 |
Yeah, if you want it to work for some time, use berserk or frenzy (which is not an aura, but an autocast ability used by the beastmaster's quillbeast and looks like bloodlust) |
