How to get Claws Effect?

06/06/2015 13:16 Djordyy#1
So yea, i used to see some people with those huge ball thing around them (Claws effect thing)
I wonder what it's named in the demonic knuckle lua.
I've been looking for it but haven't found it yet.
If someone could tell me what it's named, that would be great.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
06/06/2015 16:08 SilverEmerald#2
It's probably SetPlusDefensePowerRate. But it also may be SetImmune or both, i'm not sure.
06/06/2015 20:30 Djordyy#3
Quote:
Originally Posted by SilverEmerald View Post
It's probably SetPlusDefensePowerRate. But it also may be SetImmune or both, i'm not sure.
Oh alright, will try them both then.

Edit1:Well it isn't immune.
So it must be SetPlusDefensePowerRate
Edit2:
Well, it also isn't SetPlusDefensePowerRate
Then i have no idea what it could be
06/06/2015 23:00 SilverEmerald#4
Quote:
Originally Posted by Djordyy View Post
Oh alright, will try them both then.

Edit1:Well it isn't immune.
So it must be SetPlusDefensePowerRate
Edit2:
Well, it also isn't SetPlusDefensePowerRate
Then i have no idea what it could be
It's working for me.
Change the both statements and try to perform right-click attack with Fists to take that effect.
Also, some of old weapon script files aren't working with current patch. Make sure you use the new working files. :rolleyes:
06/07/2015 10:20 Djordyy#5
Quote:
Originally Posted by SilverEmerald View Post
It's working for me.
Change the both statements and try to perform right-click attack with Fists to take that effect.
Also, some of old weapon script files aren't working with current patch. Make sure you use the new working files. :rolleyes:
I need to have fists to take the effect?
I wanted to put it on my dagger. XD
And ok, will try it.

Ok it works, but how do i make it infinite time? Now it dissapears after some time
06/07/2015 15:33 shoteranime#6
for the visual i think is the " Attack2:InitAttack2(MAKEBOX(MAKEVECTOR3(0, 220, -60), MAKEVECTOR3(0, 0, -1), range * 1, range * 1.2, range * 1.9), 1, 1, false)"
and for imunity:STATE:SetImmune(1500)
STATE:SetSpendSp(40)
STATE:SetPlusDefensePowerRate(0.2)
or
STATE:SetImmune(99999999999999)
STATE:SetSpendSp(-40)
STATE:SetPlusDefensePowerRate(999999999.2)
06/07/2015 15:41 Djordyy#7
Quote:
Originally Posted by shoteranime View Post
for the visual i think is the " Attack2:InitAttack2(MAKEBOX(MAKEVECTOR3(0, 220, -60), MAKEVECTOR3(0, 0, -1), range * 1, range * 1.2, range * 1.9), 1, 1, false)"
and for imunity:STATE:SetImmune(1500)
STATE:SetSpendSp(40)
STATE:SetPlusDefensePowerRate(0.2)
or
STATE:SetImmune(99999999999999)
STATE:SetSpendSp(-40)
STATE:SetPlusDefensePowerRate(999999999.2)
Alright, will try them.

#Edit:
STATE:SetImmune(99999999999999)
STATE:SetSpendSp(-40)
STATE:SetPlusDefensePowerRate(999999999.2)
Makes the weapon not working (It wont hit anyone)
06/10/2015 19:42 shoteranime#8
ow..........idk,set spend sp to 0 or try them normal