Page 2 of 2

Re: Solo Mod

Posted: Fri Jan 11, 2013 4:42 pm
by petri
Here, this doubles your attack speed:

Code: Select all

party:getChampion(1):addTrait("lightning_speed")
I don't think there's any way to enable faster movement speed with 1.3.6.

Re: Solo Mod

Posted: Fri Jan 11, 2013 4:44 pm
by Komag
I don't know of any way to add that speed effect

Re: Solo Mod

Posted: Sat Jan 12, 2013 7:32 pm
by Rifterr
The attack speed code I wouldn't use, thank you though.

Seems odd theres no way to give a character the thunderstruck speed/trait.

Unfortunate, but whatever. Thanks for the replies.

Re: Solo Mod

Posted: Sat Jan 12, 2013 9:47 pm
by Komag
Rifterr wrote:Seems odd theres no way to give a character the thunderstruck speed/trait.

Unfortunate, but whatever. Thanks for the replies.
Actually, we can, but it doesn't seem to work. It's the section:
Champion:addTrait(trait, silent)

so if we put in the console

Code: Select all

for i=1,4 do party:getChampion(i):addTrait("lightning_speed",true) end
it adds the "Thunderstruck" trait to all the party members, but the movement speed is unaffected, I'm not sure why

Re: Solo Mod

Posted: Sat Jan 12, 2013 10:05 pm
by Brodie301
I have Thumderstruck setup on my solo ranger and it works. It cuts the weapon cool down in half it seems. I can get almost 3 hits in vs almost 2 without. But I may be wrong

Re: Solo Mod

Posted: Sat Jan 12, 2013 10:42 pm
by Komag
Maybe it has to be coupled with a ranger? Hmm, just tried setting everyone to be a ranger, no go. Maybe can only be one active? Just tried disabling three, leaving one, nope. Tried removing all other previous traits, didn't work. I can't seem to make it work no matter what I do.

(movement speed is the biggest indicator of the thunderstruck trait)

EDIT - I tested this again, it WORKS for reducing weapon attack cooldown speed, cut in half as it's supposed to do, but it doesn't work to make you walk faster, which is the more important factor to some people. It doesn't require being a ranger or the only member enabled or anything like that, just add the trait and you can attack twice as often :)

Re: Solo Mod

Posted: Sat Jan 12, 2013 11:06 pm
by Rifterr
some sort of bug? or perhaps the speed boost isn't connected with thunderstruck (which is halving attack speed). Could be a completely different code that gives the movement speed buff