Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Help about HSR's Predator Warriors's HP Recoil.


Question

Posted

Recently I download both the character and ai patch of Predator Warrior by HSR and I play it Arcade Mode.....I notice that everytime I using his super his HP's recoil is decreasing as in exchange and also I fought him It so unfair......Anyways how do I replace the code to keep his HP are not sacrifice by using his super........

Jr6cylX.png

My Ultimate Crush
 

9 answers to this question

Recommended Posts

  • 0
Posted

Okay so in the skill cns, Remove the following that i posted below and all of your problems should be fixed

 

Remove this [3200]

[state 3200, 9]

type = LifeAdd

trigger1 = var(32) = 1

trigger1 = AnimElemTime(6) >= 0 && pos Y >= -10

value = -ceil(LifeMax/16) ;-62

persistent = 0

 

[state 3200, 10]

type = LifeSet

trigger1 = var(32) = 1

trigger1 = AnimElemTime(6) >= 0 && pos Y >= -10

trigger1 = Life <= 0

value = 1

persistent = 0

 

Remove This State No [3450]

[state 3450, 3]

type = Lifeadd

trigger1 = time = 0

value = -45

 

Remove This State No [3611]

[state 3611, Life1]

type = TargetLifeAdd

trigger1 = time <= 200

value = -1

 

[state 3611, Life2]

type = TargetLifeAdd

trigger1 = time = 320

value = -50

 

Also Remove this code

trigger1 = target,Life > 0

 

you can hit Ctrl + F and look for that code and remove it everywhere you find it

Find Yourself. Find Peace. Find Creativity
  • 0
Posted

Allrighty Now your problem should be fixed for real this time

 

Remove This Stateno 3000
[state 3000, 3]
type = LifeAdd
trigger1 = movecontact
trigger1 = AnimTime = 0
value = -ceil(LifeMax/16) ;-62
 
[state 3000, 4]
type = LifeSet
trigger1 = movecontact
trigger1 = AnimTime = 0
trigger1 = Life <= 0
value = 1
 
Remove This Stateno 3050
[state 3050, 5]
type = LifeAdd
trigger1 = movecontact
trigger1 = AnimTime = 0
value = -ceil(LifeMax/16) ;-62
 
[state 3050, 6]
type = LifeSet
trigger1 = movecontact
trigger1 = AnimTime = 0
trigger1 = Life <= 0
value = 1
Find Yourself. Find Peace. Find Creativity
  • 0
Posted

So it sounds like there is a lifeadd code somewhere in there, i think if you find it and remove it, that should solve your hp problem

Find Yourself. Find Peace. Find Creativity
  • 0
Posted

I been searching his codes many many many times but I can't find it and it still failed.........Anyone of you/your have this character did it find the code for this!?

Jr6cylX.png

My Ultimate Crush
 

  • 0
Posted
  On 2/23/2015 at 7:35 PM, Itz Hellzone said:

 

Allrighty Now your problem should be fixed for real this time

 

Remove This Stateno 3000
[state 3000, 3]
type = LifeAdd
trigger1 = movecontact
trigger1 = AnimTime = 0
value = -ceil(LifeMax/16) ;-62
 
[state 3000, 4]
type = LifeSet
trigger1 = movecontact
trigger1 = AnimTime = 0
trigger1 = Life <= 0
value = 1
 
Remove This Stateno 3050
[state 3050, 5]
type = LifeAdd
trigger1 = movecontact
trigger1 = AnimTime = 0
value = -ceil(LifeMax/16) ;-62
 
[state 3050, 6]
type = LifeSet
trigger1 = movecontact
trigger1 = AnimTime = 0
trigger1 = Life <= 0
value = 1

 

 

OK I'll try it buddy....

Jr6cylX.png

My Ultimate Crush
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...