Need Help

Open discussion forum. For topics that do not fit anywhere else.
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Need Help

Post by Tomi »

Open you Pol/Config/tiles.cfg file and search for item 0x203c entry

Code: Select all

tile 0x203c
{
    Desc Long Hair
    UoFlags 0x00400002
    Layer 11
    Height 0
    Weight 0
    OverFlight 0
    Movable 1
    Equippable 1
}
I guess its missing that Equippable which means either that there have been some problems during uoconvert ( in that case rerun it ) or for some reason your clientside tiledata.mul is corrupted.

Also the problem can be that you are using a clientversion > 7.0.9.0 and you are using a core version that still not support HSA tile changes in uoconvert, in that case you either have to use an older version of the client ( and files, just the exe in this case is not enough ) or get the latest core version from SVN and compile it yourself
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I finally surrendered and downloaded the SVN from the Repository about 3 days ago. Not as problems as from the website.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I get this, but I still freeze at the "Creating Character" screen. What do I need to adjust? -------------

Client connected from 192.168.1.77 (1 connections)
AutoAccount Created:admin IP: 192.168.1.77
Client disconnected from 192.168.1.77 (0 connections)
Client connected from 192.168.1.77 (1 connections)
sysload=1 (7) cputime=220317
scpt: 130533 task: 61 scin: 5473877 scsl: 433386179 MOB: 3355 TLI: 10550
Create Character: Invalid parameters.
Client disconnected from 192.168.1.77 (0 connections)
sysload=0 (0) cputime=210303
scpt: 262651 task: 61 scin: 5820978 scsl: 878538611 MOB: 3357 TLI: 10550
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Need Help

Post by Yukiko »

I don't remember ever seeing that error before. What client version are you using?

I wonder if this might have to do with the UOFeatureEnable setting in \pol\config\servspecopt.cfg
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I have been trying with Mondain's Legacy 6.0.5 and UO Classic Client 7.0.10.
Neither one works.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

Last ditch effort, I am re-running uoconvert to see what happens.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

GOOD NEWS AND BAD NEWS

GOOD NEWS---------I AM IN!!

BAD NEWS---------------How do I set up my account so it has the Dev Command Level? Is there an Owner Level? And how do I add commands if I want to?
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I found out how to set up my command level as Admin, but it doesn't apply when I log into my account.
Any thoughts?
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Need Help

Post by Yukiko »

Take a look in the accounts.txt file in \pol\data and make sure it has the DefaultCmdLevel property set. The highest setting is "test". That's higher than "admin".

Code: Select all

	Enabled	1
	Banned	0
	DefaultCmdLevel	test
You can also set a command level for individual characters in the pcs.txt file found in the same directory.

Code: Select all

	CmdLevel	test
The info command will also allow command level editing of characters as well.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

Does it matter where I put the command level at in pcs.cfg?
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

Zaksmeer wrote:Does it matter where I put the command level at in pcs.cfg?
pcs.txt? no, it doesn't matter.
but look into config/cmds.cfg to see which levels you has
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

Ok, I did what you said, and it doesn't recognize any commands. I am stuck at a location called "Zulu Hotel" if that helps.

But I set it as test, and it doesn't recognize any of the commands under the test folder.
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

are you sure compiled all scripts? commands?
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I even re-addressed the paths for data, realms, and nothing.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

please help me verify which scripts I should have set.
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

Zaksmeer wrote:please help me verify which scripts I should have set.
every *.src file from pkg and scripts directory must have *.ecl file
src = source
ecl = ecompiled

Use your StartHere.bat and choose there "Compile all scripts and output to ecompile.log"
Then take a look into log and search for errors.
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

Here is my ecompile log file--------------

Compiling: ./pkg/items/scissors/useScissors.src
Unable to read include file 'c:/legends/pkg/items/botanic/settings.inc'
Compilation failed.
Compilation Summary:
Compiled 1 script in 18236 ms.
1 of those script had errors.
1235 scripts were already up-to-date.
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

Let's start from the beginning.
1. http://forums.polserver.com/viewtopic.php?f=9&t=3504
2. Show us your pcs.txt character entry
3. Show us your cmds.cfg
4. Show us paths to your commands dir (dir must include directories player, seer, coun, gm etc.)
5. Take a look into seer directory and check if there are *.ecl files
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I followed your link about setauthcode
gives me a message in game "unrecognized command"




pcs.txt character entry - yesterday, I put the "DefaultCmdLevel test" code in yesterday, but nothing. Now its not showing in the file here.
Character
{
Account admin
CharIdx 0
Name Zak
Serial 0xd9f
ObjType 0x190
Graphic 0x190
Color 0x3ea
X 2263
Y 1562
Z -28
Facing 5
Revision 16
Realm ilshenar
CProp Protections t0:
CProp ShrinkLogoff i1073761720
TrueColor 0x3ea
TrueObjtype 0x190
Gender 0
Race 0
Strength 30
Intelligence 28
Dexterity 22
Alchemy 50
Magery 50
Skillcap 700
Hits 30
Mana 28
Stamina 22
Hunger 4
Statcap 225
Privs seeghosts
Settings seeghosts
CreatedAt 152978
}

Item
{
Serial 0x40004cb6
ObjType 0x203b
Graphic 0x203b
Color 0x462
X 0
Y 0
Z 0
Revision 0
Realm ilshenar
Layer 11
Container 0xd9f
DecayAt 153578
}

Item
{
Serial 0x40004cb7
ObjType 0xe75
Graphic 0xe75
X 0
Y 0
Z 0
Revision 0
Realm ilshenar
Layer 21
Container 0xd9f
DecayAt 155734
}




cmds.cfg
# $Id: cmds.cfg 373 2006-06-17 18:27:33Z austinheilman $
#
# Purpose:
# Configures the command level hierarchy for the server.
#
# Structure:
#
# CmdLevel (cmdlevel name)
# {
# DIR (string path to this cmdlevel's textcmd directory)
# [DIR...]
# Alias (string alias name for this cmdlevel)
# [Alias...]
# }
#
# Explanation:
# Command levels are defined in increasing order of power. Command level 'numbers'
# will be assigned automatically from this file. If you change the cmdlevel names
# from player/coun/seer/gm/admin/test, it is recommended you define 'Alias' lines
# to associate these basic cmdlevels with your custom cmdlevels. This way, package
# cmds.cfg files will place their commands into your command structure. Additional
# DIR properties allow you to specify additional commands in packages, just set
# your path to i.e. /pkg/mypkg/textcmd/admin .


CmdLevel Player
{
DIR pkg/commands/player
}

CmdLevel Coun
{
DIR pkg/commands/coun
DIR pkg/commands/counselor

ALIAS counselor
}

CmdLevel Seer
{
DIR pkg/commands/seer
DIR pkg/commands/building
DIR pkg/commands/effects
}

CmdLevel GM
{
DIR pkg/commands/gm
DIR pkg/commands/props
}

CmdLevel Admin
{
DIR pkg/commands/admin
}

CmdLevel Dev
{
DIR pkg/commands/dev
DIR pkg/commands/developer
DIR pkg/commands/test

ALIAS Test
ALIAS Developer
}


paths to commands
#############################################################################
## Basic Configuration
#############################################################################

#
# Port and encryption settings now handled in UOCLIENT.CFG
#

#
# UoDataFileRoot: where the UO client files are located.
# Used by UOConvert.exe to find map, multi, tiledata, statics, etc. files.
#
UoDataFileRoot=C:\legends\MUL

#
# Used to tell POL where to look for the server data.
# Defaults to 'data' from where pol.exe is started.
#
WorldDataPath=C:\legends\data

#
# Used to tell POL where to look for the realm data that was made by uoconvert.
# Defaults to 'realm/' from where pol.exe is started.
#
RealmDataPath=C:\legends\realm

#
# RetainCleartextPasswords: If you select this, the server will save plain passwords
# in the accounts.txt file. If you set it to 0, all will be erased. You can get them back
# by changing this back to 1 and successfully logging into the account (for each account)
#
RetainCleartextPasswords=0
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

Because name of property for pcs.txt is CmdLevel, not DefaultCmdLevel
http://docs.polserver.com/pol099/objref.php
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

I do that, it recognizes the change, recompiles and loads into server, but when I check back 10 minutes later its been erased.
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Need Help

Post by RusseL »

Shutdown server
edit pcs.txt
start server
Zaksmeer
Grandmaster Poster
Posts: 187
Joined: Mon Nov 19, 2012 8:32 pm

Re: Need Help

Post by Zaksmeer »

When I sign into the game, I get "unrecognized object"
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Need Help

Post by Yukiko »

RusseL wrote:Shutdown server
edit pcs.txt
start server
Make sure you are shutting down the server by pressing <ctrl-c> when the console window is active. Just closing the window will shut down the server but it won't save any in-game changes. Using <ctrl-c> tells POL to save the game state before shutting down. This isn't the cause of your current issue but it will save you some head banging in the future.
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Need Help

Post by Yukiko »

Where are you seeing the "unrecognized object", in the game window or in the console?
Post Reply