Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help
#1
:thumbs up: 
Hello!! Guys, I want to know if I can change the HP with which the characters start in vs or in stages, for example instead of starting with 500 that are 800 or 1000, is there any way ?. or can I do it in neora? It's for a project I'm working on ... Thank you very much in advance, and take care ...
Reply
Thanks given by:
#2
Technically, it's possible but the execution is long and tiring. Because LF2 is hardcoded for 500 HP-characters for most circumstances, it wouldn't be enough to simply add an extra-condition upon spawning (so something along the lines of "{procedure that adds objects to the array upon match-start}->{is ID == X?}->{if yes, set object to have Y HP, otherwise continue as normal}").

HP regeneration is coded with 500 max as well. For instance, when you give a char some HP via an itr with a negative injury, his HP will reset to 500 when he starts drinking milk. I honestly don't know how this works with enemy coms in stage mode (whose HP obviously can be defined), some sort of magic that can probably be copied for your purposes.

Lastly, HP bars would need to be drawn according to ID. That's also something weird which I honestly wouldn't want to bother with. There's probably some more things which would act wonky (MP regen speed is based on HP values instead of percentage) but I can't quite pinpoint them right now.

Neora adds a tag to DCing called "ohp" which defines the HP of opointed objects. Your best bet is to have a closer look there -- potentially copying that code for your specific purpose.
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#3
Thank you very much, and sorry for taking so long to say thank you.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)