Search found 6 matches

by oenone
Fri Jul 11, 2008 3:44 am
Forum: General Help (096)
Topic: Is there any way to...
Replies: 7
Views: 31439

flags := CRMULTI_IGNORE_MULTIS | CRMULTI_IGNORE_WORLDZ;

isn't that supposed to be

flags := CRMULTI_IGNORE_MULTIS + CRMULTI_IGNORE_WORLDZ;
No. If you would do something like
flags := CRMULTI_IGNORE_MULTIS;
...
flags := flags | CRMULTI_IGNORE_ALL;
...
it would be wrong if you used +. if you ...
by oenone
Wed Jul 09, 2008 2:21 pm
Forum: General Help (096)
Topic: Is there any way to...
Replies: 7
Views: 31439

Poi wrote:If all does all of them, does world do objects and multis? and objects to multi's?
No, ALL is binary OR of MULTIS, OBJECTS, and WORLDZ. You can combine them yourself if you like.. for example

Code: Select all

flags := CRMULTI_IGNORE_MULTIS | CRMULTI_IGNORE_WORLDZ;
by oenone
Fri Oct 05, 2007 2:32 am
Forum: General Discussion
Topic: Time to heat things up!
Replies: 3
Views: 5042

I would really like to help, but I have two problems...
First, POL doesn't run on OpenBSD, at least not the newest version.
Second, there is no UO Client for OpenBSD.

oenone
by oenone
Wed Aug 29, 2007 6:15 am
Forum: General Discussion
Topic: How to Create your own Shard!
Replies: 138
Views: 179467

did you edit your ecompile.cfg? show it, maybe there's a mistake.
by oenone
Tue Mar 13, 2007 1:09 pm
Forum: General Help (097)
Topic: Status POL on OpenBSD
Replies: 0
Views: 2684

Status POL on OpenBSD

Hi there,

I would really like to see POL running natively on my OpenBSD-Systems.
But I don't think that'll happen soon, so I did some research.

Working POL Versions: any statically linked linux-version up to pol-linuxbin-096-2005-03-05-gentoo.tar.gz - these work without any problems, since they ...
by oenone
Tue Feb 07, 2006 10:57 am
Forum: General Help (096)
Topic: Pol96 and FreeBSD incompatiblity
Replies: 14
Views: 13755

i'd like to see that, too :)
(running OpenBSD, but it should have the same problems)

regards,
oenone