 |
 |
 |
 |
| Author |
Message |
Firedancer
Joined: 03 Feb 2006 Posts: 104 Location: Austria
|
Posted: Sun Jun 18, 2006 3:18 am Post subject: argh, I need some assistance on getting pol096 started... |
|
|
It sure is emberassing to me, but I do need some help to get pol096 underway...
If anyone could provide me a copy of pol096 with all files it requires to boot, I would most appreciate it! (either email or a link for d/l?)- I don't need any advanced or special scripts, just pol096 so one can log on to it.
Reason/my current problem:
I've got my map converted and I've got pol096 running locally... but when I try make an accont I'mjust returned to the login screen and manually creating a char which usually works only gets me some weird exceptions.
Since I still got some uoconvert issues (See here: http://forums.polserver.com/viewtopic.php?t=221) it would help me a big deal to have a set with a definetely-working pol server, so I can find out wether my current problems are pol-setting or mapdata related.
Ps: also when starting pol I get a very weird startup message:
| Quote: |
Reading data files:
data/accounts.txt: 1 elements in 15 ms.
data/pol.txt: 2 elements in 0 ms.
data/pcs.txt: 0 elements in 0 ms.
Done! 15 milliseconds.
Running startup script.
Script scripts/start.ecl running...
Startup script complete.
Listening for UO clients on port 2594 (encryption: 2.0.0)
Listening foTrh rUeOa dc leixecnetpst ioonn :p oUrnta b2l5e9 5t o( eonpcerny plt
iisotne:n 1p.o2r6t. 42)5
9I4
nitialization complete. POL is active. Ctrl-C to stop.
|
I don't expect that's the normal startup message, is it?
If anyone has some useful ideas for me, I'd most appreciate it.
Thanks for your help in advance,
regards, FD
firedancer@etheria.org |
|
 |
|
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
| Author |
Message |
Pierce
Joined: 02 Feb 2006 Posts: 256
|
Posted: Tue Jul 04, 2006 4:58 am Post subject: |
|
|
I don't know if that will help, but try building a oncreate.src in the misc directory with the following code:
| Code: |
use uo;
program oncreate( who, skillids )
MoveObjectToLocation(who, x, y ,z, _DEFAULT_REALM, MOVEOBJECT_FORCELOCATION);
endprogram
|
x,y,z surely depends on which map you are using  |
|
 |
|
|