Search found 5 matches

by dalanchoo
05 Feb 2009, 20:28
Forum: OpenSpace v1 discussions and help
Topic: OpenSpace & NPCs
Replies: 24
Views: 57481

Server Pathfinding

Thanks for posting this thread. It is quite useful. However, there are a few questions that I still have. The main reason for wanting to use OpenSpace for an NPC is to have it calculate the path for you. It sounds like in order to make an NPC move, the server will have implement its own A* or depth ...
by dalanchoo
04 Feb 2009, 20:34
Forum: OpenSpace v1 discussions and help
Topic: OpenSpace == AS3. Server Extensions == Java
Replies: 1
Views: 6176

OpenSpace == AS3. Server Extensions == Java

I have a question about how to use OpenSpace to setup an NPC. Now it seems obvious to me that an NPC has to be created on the sever in a server side extension. I have a server side extension that creates an NPC via a call to createNPC. This seems to work fine and I am able to broadcast a public mess...
by dalanchoo
03 Feb 2009, 19:18
Forum: Server Side Extension Development
Topic: EVENT_SERVER_READY not being called
Replies: 2
Views: 5365

After a bit of experimenting, it looks like this event is only called on zone extensions.

John Lawrie
by dalanchoo
03 Feb 2009, 18:49
Forum: Server Side Extension Development
Topic: EVENT_SERVER_READY not being called
Replies: 2
Views: 5365

EVENT_SERVER_READY not being called

I have a question about the EVENT_SERVER_READY. It seems to not get called. This is my handleInternalEvent function public void handleInternalEvent(InternalEventObject event) { String eventName = event.getEventName(); if ( eventName == InternalEventObject.EVENT_SERVER_READY ...
by dalanchoo
31 Jan 2009, 03:05
Forum: Server Side Extension Development
Topic: Trouble Getting Extension to Load
Replies: 1
Views: 4267

Trouble Getting Extension to Load

I am trying to get my first server extension to load. It is just the template code provide with the server. I get the following exception when I run the server and don't know what it means. Zone: xplore Forest (id: 39, max: 50, pass:N) Desert (id: 40, max: 50, pass:N) Exception in thread "Smart...

Go to advanced search