![]() |
HP regeneration - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: HP regeneration (/Thread-HP-regeneration) |
HP regeneration - Nachtmusique - 07-27-2015 09:22 AM HP is regenerating at about 3 points above regenvalhits. Checking local.value on @regenstat with regenvalhits set to 0, I'm getting 3. Is anyone else having this problem, or have I messed something up in my scripts? I'm not having this issue with stamina or mana, only hits. edit: I think I found it...I believe this to be the human racial trait... Ok, yes I'm pretty sure that's what it is. But in my digging, I seem to have stumbled onto another issue. The elf bodies are missing. I create a new elf character and I start with a human body and all human traits. I summon an elf npc and he also has a human body. I get an error in the console : ERROR:(spherechar_elven.scp,125)Undefined symbol 'C_ELF_MALE' ['C_ELF_MALE'] 19:34:WARNING:(spherechar_elven.scp,141)Char script 'c_e_actor' has bad DISPID 00. Defaulting to 0190. 19:34:WARNING:(spherechar_elven.scp,141)Char script 'c_e_actor' has no CAN flags specified! 19:34:8:'Nachtmusique' commands 'add c_e_actor'=1 19:36:ERROR:Create Invalid Char 025d 19:36:ERROR:(sphere_newb.scp,323)Undefined symbol 'c_elf_male' ['c_elf_male'] 19:36:ERROR:(sphere_newb.scp,327)Undefined symbol 'c_elf_female' ['c_elf_female'] What happened to the elf body script? What other scripts may have disappeared? RE: HP regeneration - XuN - 07-27-2015 06:40 PM Looks like your files are not updated: [sphere_monsters.scp:15779] [CHARDEF 025d] DEFNAME=c_elf_male NAME=elf ICON=i_pet_man ... |