BUG/TYPO M00_Damage_Modifier_DME [message #471017] |
Mon, 09 July 2012 10:37 |
Troll King
Messages: 56 Registered: June 2012 Location: Netherlands
Karma:
|
Recruit |
|
|
I have found a bug in M00_Damage_Modifier_DME.
A bot cannot kill an object with this script attached. No matter what you fill in for 'Killable_by_NotStar'
(Unless you send a custom of 9037 with param 0 to disable the script)
This is what it says at ScriptRegistrant:
Damage_multiplier:float, Star_Modifier=1:int, NotStar_Modifier=1:int, Killable_By_Star=1:int, Killable_by_NotStar=1:int
But it searches for this:
this->Killable_ByNotStar = ScriptImpClass::Get_Int_Parameter(this, "Killable_ByNotStar");
Can this be fixed or does there need to be made a clone that works?
EDIT: I know that it says Killable_By_Star=1:int. But it wont set it to standard value, becouse the name is incorrect before anyone says that.
Also Known As: Neijwiert
[Updated on: Mon, 09 July 2012 10:45] Report message to a moderator
|
|
|