Jump to content

  •  

NekoNova

Member Since 01 Feb 2014
Offline Last Active Feb 16 2014 07:25 PM
-----

Topics I've Started

Monitoring logs

05 February 2014 - 10:12 PM

Okay,

 

this is probably a silly question, but we have our server running.

When I start the server through SSH, I see the log output in the console.

 

Now I reconnect the SSH; but I'm not getting any log output anymore in console.

How can I get the logs streamed again to my console?

 

I would like to see the errors being produced by scripts for debugging.


Invoking an NPC

01 February 2014 - 05:12 PM

Hello,

 

I'm currently looking for an elegant solution to the following problem:

 

Take any NPC on the server. You want to "upgrade" that NPC by giving him a special dialog during a quest, but retain all his other functionality.

At the moment we duplicate the NPC's source script into our custom folder and make all changes there, then disable the original one and load ours.

 

I was wondering, is it possible to make a new NPC, and invoke the code from another NPC?

I know you have doevent etc, but that only invokes a specific label, I want to be able for example to invoke the complete logic from the refine NPC in a if-else statement based on whether the user is on the quest or not.