First Time

For questions relating to POL scripting (not necessarily related to WoD)

Moderators: Siobhan, Sebastian, Drocket

First Time

Postby Kronos Leir on Mon Mar 15, 2004 4:05 am

Ok, I used drockets how to install page. I did everything it says but when I open up pol I get this

No entry for MultiID 0x1f4 found in multis.cfg
No entry for MultiID 0x1f5 found in multis.cfg
No entry for MultiID 0x1f6 found in multis.cfg
No entry for MultiID 0xfa0 found in multis.cfg
No entry for MultiID 0xfa1 found in multis.cfg
No entry for MultiID 0xfa2 found in multis.cfg
No entry for MultiID 0xfa3 found in multis.cfg
No entry for MultiID 0xfa4 found in multis.cfg
No entry for MultiID 0xfa5 found in multis.cfg
No entry for MultiID 0xfa6 found in multis.cfg
No entry for MultiID 0xfa7 found in multis.cfg
No entry for MultiID 0xfa8 found in multis.cfg
No entry for MultiID 0xfa9 found in multis.cfg
No entry for MultiID 0xfaa found in multis.cfg
No entry for MultiID 0xfab found in multis.cfg
No entry for MultiID 0xfac found in multis.cfg
No entry for MultiID 0x13ec found in multis.cfg
No entry for MultiID 0x13ed found in multis.cfg
No entry for MultiID 0x13ee found in multis.cfg
No entry for MultiID 0x13ef found in multis.cfg
No entry for MultiID 0x13f0 found in multis.cfg
No entry for MultiID 0x13f1 found in multis.cfg
No entry for MultiID 0x13f8 found in multis.cfg
No entry for MultiID 0x13f9 found in multis.cfg
No entry for MultiID 0x13fa found in multis.cfg
No entry for MultiID 0x13fb found in multis.cfg
No entry for MultiID 0x13fc found in multis.cfg
No entry for MultiID 0x13fd found in multis.cfg
No entry for MultiID 0x13fe found in multis.cfg
No entry for MultiID 0x1404 found in multis.cfg
No entry for MultiID 0x1405 found in multis.cfg
No entry for MultiID 0x1406 found in multis.cfg
No entry for MultiID 0x1407 found in multis.cfg
No entry for MultiID 0x1408 found in multis.cfg
No entry for MultiID 0x1409 found in multis.cfg
No entry for MultiID 0x140a found in multis.cfg
No entry for MultiID 0x140b found in multis.cfg
No entry for MultiID 0x1410 found in multis.cfg
No entry for MultiID 0x1411 found in multis.cfg
No entry for MultiID 0x1412 found in multis.cfg
No entry for MultiID 0x1413 found in multis.cfg
No entry for MultiID 0x1414 found in multis.cfg

... you get the point of that

and this

Unable to open configuration file config/servers.cfg
Server Shutdown: reading gameservers
Execution aborted due to: Unable to open configuration file config/servers.cfg

I dont know where to get that file or I would. And as I said go easy its my first time ever useing POL
Kronos Leir
Regular Poster
 
Posts: 111
Joined: Mon Aug 25, 2003 10:28 pm

Postby simon on Mon Mar 15, 2004 5:49 pm

For some reason or another the latest version of the scripts doesn't have that file.

All it needs to be is

Code: Select all
/////////////////////////////////////////////////////////////////////////////
//
//  SERVERS.CFG: Loginserver configuration data on Gameservers
//
//  Entries can contain the following properties:
//      Name        Display name shown on login screen
//      IP          IP Address of game server
//                      Note: --ip-- uses your "Internet IP" address
//                            --lan-- uses your "LAN IP" address
//                            Otherwise, must be a numerical IP address.
//      Port        Listening port of Gameserver
//                      Note: This does not configure the server to actually
//                            listen at that port - POL.CFG specifies that.
//      IPMatch     IPAddr/Mask
//                      If IPMatch lines are present for a server, that server
//                      will only be displayed to clients connecting from IP
//                      addresses matching those specified
//
/////////////////////////////////////////////////////////////////////////////


GameServer
{
    Name    POL
    IP      192.168.1.100
    Port    5003
}
GameServer
{
    Name    POL-ip
    IP      poldev
    Port    7003
}


under gameserver place your IP.
simon
Oldbie
 
Posts: 494
Joined: Wed Oct 01, 2003 2:46 am
Location: Pennsylvania

Postby Geordie on Mon Mar 15, 2004 8:00 pm

"For some reason or another the latest version of the scripts doesn't have that file."

It`s in folder C:\pol\special\servers

However,I`m having probs trying to connect using UORice.
The Pol is running in dos window ok,but the listening port 2593 encryption is 2.0.0 and will not change to UORice.
Have changed the ClientEncryptionVersion=uorice in pol.cfg

Using the no_crypt client it asks which server ie local/ip/gameserver,but locks up after you choose.
Also the dos window registers the connection but without the login name.

Any help appreciated
Geordie
Newbie
 
Posts: 5
Joined: Mon Mar 15, 2004 7:12 pm

Postby simon on Mon Mar 15, 2004 8:45 pm

I always use the WoD version of the client. I never could get UO Rice to connect right, it would just hang. That is of course if your using the WoB scripts.
simon
Oldbie
 
Posts: 494
Joined: Wed Oct 01, 2003 2:46 am
Location: Pennsylvania

Postby Geordie on Mon Mar 15, 2004 10:04 pm

Thanks for the reply Simon.

I am using WoD scripts...but the WoD login.cfg alas, eludes me as I`m not a member of the Shard.
(*Grins* so slow in typing I`m afraid for a RP shard.)

The answer has to be in WoD accepting UORice instead of 2.0.0. or maybe that GMS.cfg in the pol/special folder has something to do with it.(Needs myutil.inc...which is in the WoD login.cfg).

I`ll just have to dig a bit deeper.
Thanks
Geordie
Newbie
 
Posts: 5
Joined: Mon Mar 15, 2004 7:12 pm

Postby simon on Mon Mar 15, 2004 10:23 pm

UO rice only works up to version 4.x.x im not sure what the 4.x.x is but i know i am over it.

This isn't a RP shard so go ahead and join, trust me its worth it
simon
Oldbie
 
Posts: 494
Joined: Wed Oct 01, 2003 2:46 am
Location: Pennsylvania

Postby Laephis on Mon Mar 15, 2004 11:28 pm

Unencrypted clients higher than 4.0.0e will not connect to a POL server unless you modify uoclient.cfg to read:
Code: Select all
EnableFlowControlPackets       0


This will mess up boat travel graphics, but not too badly IMHO.
Laephis
Server Host
 
Posts: 463
Joined: Fri Oct 11, 2002 1:19 am

Postby Tel'Imoen on Tue Mar 16, 2004 8:40 am

Have changed the ClientEncryptionVersion=uorice in pol.cfg


I didn't know uorice was a valid value for that. I know that UO Rice worked after I put 'ignition' there.
Tel'Imoen
Jr. Oldbie
 
Posts: 214
Joined: Wed Oct 09, 2002 7:42 am

Postby Geordie on Tue Mar 16, 2004 1:32 pm

(UO rice only works up to version 4.x.x im not sure........)

Yes,I`ve heard something similar.I`ll maybe try without updating AoS.

(This isn't a RP shard...)

* Grins * I`m going to consider it now,no promises tho.

* * * *

(Unencrypted clients higher than 4.0.0e will not connect to a POL server unless...)

As above.Will however try modifying uoclient.cfg first (The easy option * laughs*).Thanks for that info.

* * * *

(I didn't know uorice was a valid value for that. I......)

Here`s info from another pol.cfg installation :
#
# ClientEncryptionVersion: The client encryption version
# Supported values: 1.26.4 2.0.0 ignition uorice none
ClientEncryptionVersion=ignition

I did try with all other values with all the same outcome,never changed.However this was after I unencrypted with UORice.I`ll maybe try on a new install of AoS with encryption.

Thanks All.

-------------------------------------------------
UPDATE

Finally I have it working which maybe will clear up some points mentioned in these posts.

I`m running W2K pro btw
Did a clean install of AoS - nothing else.

Found that UO login.cfg had to have the ip and the port ie 127.0.0.1,2593 otherwise it locks up.

When using UORice then ClientEncryptionVersion=2.0.0 must be changed to ClientEncryptionVersion=uorice or ignition in pol.cfg otherwise locks up.

I patched the game to the latest ver 4.0.2b after I found everything working and lo and behold,that works too.
So UORice,Pol,WoD all work with the latest patch.(* smiles* Well,does on my system.)

Thanks everyone for your input,much appreciated,maybe catch you in Brit bank...or not.
Geordie
Newbie
 
Posts: 5
Joined: Mon Mar 15, 2004 7:12 pm


Return to Scripting Forum

Who is online

Users browsing this forum: No registered users and 1 guest

cron