Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Sep 2015
G
Grompie Offline OP
stranger
OP Offline
stranger
G
Joined: Sep 2015
I have some problems with getting my players in combat. I placed multiple enemies on my map but when my players approach they don't go in combat.

What I have checked:
- Players and enemies are global
- Players are IsPlayer checked
- Enemy alignement is setted to Evil NPC
- Tried to set player aligment to Hero, didn't help.

I'm using just the MalePlayer and FemalePlayer from Root templates.

In the StoryEditor I created a _start with this in it:
INIT:
CHARACTER_Player1.isPlayer();
CHARACTER_Player2.isPlayer();

KB:
IF
GameEventSet("GAMEEVENT_GameStarted")
THEN
InitStory();
GoalCompleted;

Redone all this like 3 times, watched a lot of tutorials but still can't find it.

Anybody any tips to help me out how to get characters in combat?

Edit:

Found the answer in this thread: http://larian.com/forums/ubbthreads.php?ubb=showflat&Number=547740#Post547740

Last edited by Grompie; 15/09/15 05:17 PM.
Joined: Jun 2013
old hand
Offline
old hand
Joined: Jun 2013
Yep, one of those 'little' annoyances with the editor.

If you aren't too far, and it sounds like you aren't, my suggestion would be to use the Standalone Project Template.

http://larian.com/forums/ubbthreads.php?ubb=showflat&Number=561135#Post561135

It includes most of the systems D:OS uses, like thievery, waypoints, reputation.

Using the template has a few problems of its own but It's generally worth it.

But learning what you want from scratch has its benefits too.

Last edited by SniperHF; 15/09/15 06:56 PM.

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5