List of commands

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
Yoda
New User
Posts: 23
Joined: Tue Sep 04, 2007 12:41 am

List of commands

Post by Yoda »

hi guys can u give me pol commands list?

thank u
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Re: List of commands

Post by CWO »

POL has almost no commands built into it and those that are, are of almost no use. Commands must be scripted. If you have a scriptset, search for folders named "textcmd" or "commands" (an unlimited number of these folders can exist). This is where POL looks for possible commands. Within these folders you'll have one or more folders with the possible names: "player", "coun", "seer", "gm", "admin", "test". These folders contain the commands for those levels. Each script name within those folders is a command that goes by that name.

So for example:
.../commands/player/msg.ecl

the folder named commands makes POL look there.
the folder named player says its a player level command.
msg.ecl is created when a msg.src is compiled. This will be available in the game to players as .msg
Pachacuti
Apprentice Poster
Posts: 51
Joined: Fri Jun 12, 2009 8:57 am

Re: List of commands

Post by Pachacuti »

hm... but do anyone have a list of all the commands possible for admins? commands suck as ".kill", etc. And do POL have any assistant like "Axis"???
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Re: List of commands

Post by CWO »

pachacuti I just explained it in my last post. POL itself has almost no commands. Commands are scripted so it completely depends on what set of scripts you have. You can have an unlimited number of commands that can do an unlimited number of things that can be named and used in an unlimited number of ways. They just have to be scripted. Read the above post by me that explains how you find out what commands are in your scriptbase.
Pachacuti
Apprentice Poster
Posts: 51
Joined: Fri Jun 12, 2009 8:57 am

Re: List of commands

Post by Pachacuti »

ah... allright, sorry, I misunderstood it.

Now... is there any pack (is this the word?) of basic commands scripts? Where I can take commands made for someone else to help me understanding how they work...
JaceAce
Expert Poster
Posts: 74
Joined: Fri Feb 29, 2008 10:56 pm

Re: List of commands

Post by JaceAce »

Yea, Look in the custom scripts section of this forum. There are a number of custom scripts you can download. Some are realiable some aren't. Also you can download Pol 97 Distro. I maintain the pol 98 World of Dreams Script set. The current downloadable script set is pretty good ( Im bias ). Anyway there's alot of options for you to choose.... :)
Go get the Pol 98 World of Dreams Script set!
hehe
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Re: List of commands

Post by Austin »

Yoda23 wrote:hi guys can u give me pol commands list?

thank u
In the POL 097 distro and on you can use .cmdbar to list all commands you can use, as well as .control to see items/npcs/commands in packages.

Pictures of .control
http://s77.photobucket.com/albums/j46/P ... ontrolCmd/

Pictures of .cmdbar
http://s77.photobucket.com/albums/j46/P ... CP/CmdBar/
Post Reply