Commands don't work

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Post Reply
m0czul
New User
Posts: 3
Joined: Sun Mar 04, 2007 3:48 pm

Commands don't work

Post by m0czul »

I have a problem. When I add some new command scripts (create script, add some lines to cmds.cfg) I can't use them, because it says: "Unknown command: ...". Restarting POL etc. doesn't solve the problem. But when I delete my current character and create the new one the new commands start to work.

Is it a bug in core or problem with my POL? If the first one, move this topic to bugs report, please.
mr bubbles
Grandmaster Poster
Posts: 120
Joined: Thu Jan 18, 2007 2:34 am

Post by mr bubbles »

Sorry to hijack the thread, but is the cmds.cfg used by anyone? I just entered the scripts/commands/level for each command level. Is there any reason to enter packages too?

I don't know what the problem would be m0czul, all i can think of saying is add the new command, make sure it compiles and then load up the server.
zandor
New User
Posts: 14
Joined: Sat Feb 04, 2006 10:13 am

Post by zandor »

My CMDS.CFG contains:

Code: Select all


CmdLevel player
{


}

CmdLevel companion
{


}

CmdLevel summoner
{


}

CmdLevel quester
{


}

CmdLevel coun
{

	ALIAS	couns
	ALIAS	counselor

}

CmdLevel seer
{


}

CmdLevel seer2
{


}

CmdLevel gm
{


}

CmdLevel GM2
{


}

CmdLevel admin
{


}

CmdLevel test
{

  ALIAS developer
  ALIAS scripter
  ALIAS oneshot

}
and all work ok form me... on POL097.
RazorTongue
New User
Posts: 28
Joined: Mon Apr 23, 2007 8:18 am

Re: Commands don't work

Post by RazorTongue »

m0czul wrote:But when I delete my current character and create the new one the new commands start to work.
Maybe after changing cmds.cfg and restarting pol, you forgot to change cmdlevel of your character. Newly created could have higher cmd level due to higher defaultcmdlevel.
Post Reply