Bodyguard tips [message #61391] |
Wed, 09 February 2011 12:37 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
AlexanderTheAlright
Messages: 98 Registered: February 2011 Location: Inside a Demon Door
|
|
|
|
I can make bandits bodyguards but i want them to attack me o0n sight. how do i do that if it's possible?
I'm now really getting back into mods again, so forgive me if I seem like a noob.
|
|
|
|
|
|
|
|
|
|
|
|
Re: Bodyguard tips [message #61428 is a reply to message #61426] |
Fri, 11 February 2011 17:45 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
IDontKnow
Messages: 190 Registered: August 2010 Location: 127.0.0.1
|
|
|
|
I'm not very fond of creature generation scripts, anyhow I believe the problem(s) are:
Quote: |
ActivateOnActivate FALSE;
TriggerOnActivate TRUE;
ReceptorUID 0;
|
There could be more, However I could be completely wrong, Feel free to correct me.
Could be wrong, though
NewThing Marker;
Player -1;
UID 18446790104187468629;
DefinitionType "MARKER_CREATURE_GENERATOR";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 55.339844;
PositionY 60.976074;
PositionZ 34.526314;
RHSetForwardX 0.0;
RHSetForwardY 0.999994;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCEditor;
EndCTCEditor;
StartCTCCreatureGenerator;
CreatureFamilies[0] "BANDIT_FAMILY_01";
CreatureFamilies[1] "BANDIT_FAMILY_02";
GenerationRadius 19.0;
SelfTriggerRadius 1.0;
SelfTrigger TRUE;
SelfTriggerResetInterval 0;
TriggerOnActivate TRUE;
ActiveCreatureLimit -1;
TotalGenerationLimit -1;
NumTriggers -1;
ScriptNameOfAllGeneratedCreatures "";
EndCTCCreatureGenerator;
StartCTCActivationReceptorCreatureGenerator;
DeactivateAfterSetTime TRUE;
FramesAfterActivationToDeactivate 150;
ActivateOnActivate TRUE;
TriggerOnActivate TRUE;
EndCTCActivationReceptorCreatureGenerator;
StartCTCActivationTrigger;
ReceptorUID 0;
EndCTCActivationTrigger;
StartCTCCreatureGeneratorCreator;
EndCTCCreatureGeneratorCreator;
Health 1.0;
EndThing;
I've never been really good at this type of script anyhow.
27/4/11 23:XX (11:XX Pm) She went to a better place. 28/4/11 10:XX She was burried; RIP
Leren van de taal van Nederland is leuk.
Ik heb nog veel te leren, hoewel.
Tengo la ambición de aprender a español.
Yet I have no idea how to start.
[Updated on: Fri, 11 February 2011 17:48] Report message to a moderator
|
|
|