Author |
Message |
Topic: Beta plugin: nwnx_funcs |
Mycohl
Replies: 151
Views: 203909
|
Forum: Linux development Posted: Tue Dec 29, 2009 5:59 Subject: Beta plugin: nwnx_funcs |
FunkySwerve, is there any chance you could bug acaos to get SetRawQuickbarSlot() to support adding chat command strings ( type 18 )? This would be super awesome. Right now it only seems to take a list ... |
Topic: NWNX Areas |
Mycohl
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Mon Dec 28, 2009 22:27 Subject: NWNX Areas |
Crap. I am an idiot, and I apologize for wasting your time.
I didn't realize there was a separate call needed for this. Where can I find more information about what initialization needs to be done ... |
Topic: NWNX Areas |
Mycohl
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Mon Dec 28, 2009 21:33 Subject: NWNX Areas |
Yes, you have to initialize GetLocalObject hook:
GetLocalObject(GetModule(), "NWNX!INIT");
I am doing this. This is what causes the lines:
* NWNX2 activated.
name='NWNX!INIT'
INIT ... |
Topic: NWNX Areas |
Mycohl
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Mon Dec 28, 2009 19:43 Subject: NWNX Areas |
Thank you for the information.
On my system, the LoadArea() always returns OBJECT_INVALID.
GetFirstObjectInArea() naturally returns OBJECT_INVALID for an invalid area.
GetObjectByTag() does not se ... |
Topic: NWNX Areas |
Mycohl
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Mon Dec 28, 2009 11:17 Subject: NWNX Areas |
Does this plugin still work?
I've tried calling LoadArea a couple of times in mod_load, and also in mod_enter, and nothing seems to actually happen. I've tried both the nwnx_easy version and built ... |
Topic: nwserver at 99% cpu when detaching from console |
Mycohl
Replies: 5
Views: 10332
|
Forum: Linux technical support Posted: Sat Mar 21, 2009 22:48 Subject: nwserver at 99% cpu when detaching from console |
Thank you. Screen appears to be working fine with nwserver, although unfortunately I can't get start-stop-deamon to work with it. I'll play with it a bit more.
Thanks again for the info. |
Topic: nwserver at 99% cpu when detaching from console |
Mycohl
Replies: 5
Views: 10332
|
Forum: Linux technical support Posted: Sat Mar 21, 2009 20:05 Subject: nwserver at 99% cpu when detaching from console |
For the record, I would also like to ask what the best way to currently run the thing without having an ssh window open is.
I seem to be stuck with one of two results: either I pipe the input and o ... |
Topic: nwserver at 99% cpu when detaching from console |
Mycohl
Replies: 5
Views: 10332
|
Forum: Linux technical support Posted: Sat Mar 21, 2009 19:39 Subject: nwserver at 99% cpu when detaching from console |
No matter what I try to detach it, the nwserver process either hangs or goes up to 99% cpu usage. This has not happened to me before, although this is the first time I have tried to set up nwnx on an ... |
|