Failed to compile: CopyPaste.cs(1027,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?
Type `BaseCombatEntity' does not contain a definition for `ChangeHealth'Fixed
same issue here.
same issue
Samesies
same :
Error while compiling: CopyPaste.cs(1060,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?
Copy+paste does not seem to work at all after July's force-wipe update (5242046) w/ latest mod (2.0.4651)
Same issue here
Find:
baseCombat.ChangeHealth(baseCombat.MaxHealth());and change to:baseCombat.SetHealth(baseCombat.MaxHealth()); RocketMyrr
Find:and change to:baseCombat.ChangeHealth(baseCombat.MaxHealth());baseCombat.SetHealth(baseCombat.MaxHealth());
Thanks!
thx fix
This just happened after the update. Prior to the update I had the plug-in installed working, had all permissions. Now It acts like it's no longer loading the plug in. I deleted the main plug in off the config, and reinstalled it, restarted, still plug -in isnt loading?
plugin needs to be updated
Hello,
Looks like the plugin is not compiling on the latest update.
Here is the error:
CopyPaste - Failed to compile: CopyPaste.cs(1060,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?
Thanks,
seacowz
Looks like the plugin is not compiling on the latest update.
Here is the error:
CopyPaste - Failed to compile: CopyPaste.cs(1060,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?
Thanks,
seacowz
Legend, thank you!RocketMyrr
Find:and change to:baseCombat.ChangeHealth(baseCombat.MaxHealth());baseCombat.SetHealth(baseCombat.MaxHealth());
where do you find
baseCombat.ChangeHealth(baseCombat.MaxHealthlooked in config and not there?
Locked automatically
- 1
- 2