I need to make the trickster move backwards to the lock behind him, which causes the walkway of the bridge he crossed disappear, preventing access for the player. After he uses it, he laughs (sound file possibly), and then teleports out.
If it's of any importance, it's a beach_lock_ornate, and I tried giving him an ornate key but he doesn't use it, only ends up running away from the player even more. (I turned off his ranged attack, which is his only attack)
Need to make the Trickster do something in the editor.
- Chimera005ao
- Posts: 187
- Joined: Sun Jun 29, 2014 8:34 am
Re: Need to make the Trickster do something in the editor.
I too am wondering about scripting monsters. I'm mostly waiting for the documentation for the editor to be released.
Re: Need to make the Trickster do something in the editor.
Bump, hoping someone knows by now 
- SnowyOwl47
- Posts: 148
- Joined: Fri Sep 12, 2014 10:41 pm
Re: Need to make the Trickster do something in the editor.
to do things with monster say this
Code: Select all
monster_name.monster:SomeMethod(Values if any)Re: Need to make the Trickster do something in the editor.
So, how do I make a trickster turn around, move two tiles backwards, and uses an ornate key on a ornate beach lock to his right?SnowyOwl47 wrote:to do things with monster say thisCode: Select all
monster_name.monster:SomeMethod(Values if any)
Re: Need to make the Trickster do something in the editor.
We simply aren't sure if this is possible yet. The changes in scripting from LOG 1 isn't known at this time, so we have to wait for the modding and scripting documentations to come out. You can make him move backward by using pressure plates (Activated by monster only) that cause Blockers to appear around him, except for the way you want him to go. It may not be as smooth as you want though, he may dilly-dally and turn before moving. Hope this helps!
Currently conspiring with many modders on the "Legends of the Northern Realms"project.
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
- Chimera005ao
- Posts: 187
- Joined: Sun Jun 29, 2014 8:34 am
Re: Need to make the Trickster do something in the editor.
Until they release documentation, its mostly a bunch of flailing in the dark I think.Bump, hoping someone knows by now
I thought I remember them saying something about things like this being possible, but don't remember where.We simply aren't sure if this is possible yet.
There is versions of certain monsters that seem to be designed for cut scene kinds of things like this. We can only hope.