New accounts

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

Moderators: Siobhan, Sebastian, Drocket

New accounts

Postby fitzchivary on Thu Mar 20, 2003 12:58 am

just wondering if there is an ingame command to add a new account
fitzchivary
Jr. Oldbie
 
Posts: 208
Joined: Sat Mar 15, 2003 4:05 am

Postby Tru on Thu Mar 20, 2003 3:47 am

try
.newaccount name password
Tru
Jr. Newbie
 
Posts: 1
Joined: Sat Feb 08, 2003 12:52 am

Postby Grae on Tue Aug 19, 2003 3:02 am

Tru wrote:try
.newaccount name password


Does'nt seem to work, with 095 WoD scripts. Is there a new command for adding new accounts.

Other Question while I'm at it...

As for the Player Corpse Decay...below. Rather than blank out certain lines 42 - 47(as shown below), could I adjust the number value. IE. 3 to a 1 & 5 to a 3. Would this work?

Player corpses wait until there are several players online before they will decay.
See pkg\items\contaiers\control_corpse.src
If you want to bypass this safety feature, play with lines 42 - 47. You might make it something like this:

Code: Select all
      if (len (all_players) < 3)
//         repeat
//            sleep (60);
//            all_players := EnumerateOnlineCharacters ();
//         until (len (all_players) > 3);
//      elseif (len (all_players) < 5)
         sleep (300);
      endif


Would this work...


if (len (all_players) < 3) Change to 1
repeat
sleep (60);
all_players := EnumerateOnlineCharacters ();
until (len (all_players) > 3); Change to 1
elseif (len (all_players) < 5) Change to 3
sleep (300);
endif



Yet another question...

Regarding Kiddie Wisps, I read about them in your manual. I like the idea and am wondering if there is a script for it. If not how do I go about setting one up. As I have a couple of very young children (8 & 10) playing and think they would benefit from them greatly and make their game-play much more enjoyable.

As always, thanks in advance,
any and all advice/pointers are greatly appreciated.

Peace Out.
Grae
Sr. Newbie
 
Posts: 25
Joined: Sat Aug 02, 2003 5:56 am

Postby Drocket on Tue Aug 19, 2003 5:33 am

There's no in-game command for adding accounts. Instead, do it through the pol webpage. You'd want to open up your webbrowser and go to http://127.0.0.1:8080/index.html (that assuming that you're on the same computer as POL. Otherwise, replace 127.0.0.1 with the right IP address.) If that doesn't work, check pol.cfg to make sure that the webserver is enabled (WebServer=1) and that you're using the right port (WebServerPort=8080, can replace 8080 with whatever you want, just replace it in the link address above too.)

Oh, and that change to the corpse decay thing should work, too.
Drocket
Site Admin
 
Posts: 820
Joined: Mon Oct 07, 2002 2:54 am

Postby Grae on Tue Aug 19, 2003 6:06 am

Thanks mate.

As usual totally appreciated.

Peace Out.
Grae
Sr. Newbie
 
Posts: 25
Joined: Sat Aug 02, 2003 5:56 am


Return to Scripting Forum

Who is online

Users browsing this forum: No registered users and 1 guest

cron