PenUltima Online

It is currently Fri Sep 05, 2008 8:11 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: DefaultCmdLevel on Account Creat
PostPosted: Sun Apr 02, 2006 2:08 am 
Hi,
I try to make a script, witch creats a account an set a DefaultCmdLevel. Creating a account is easy but set the DefaultCmdLevel is a problem.
i thougt i could make that with
Code:
account.setprop("DefaultCmdLevel", "test");

but how i geht the account object, when i only have the account name?

and will it work if i have the account object?


Top
  
 
 Post subject:
PostPosted: Sun Apr 02, 2006 2:42 am 
Offline
Distro Developer
User avatar

Joined: Fri Feb 10, 2006 8:08 am
Posts: 313
Location: Myrtle Beach, South Carolina
POL 096

10-29 Austin
Added : polsys::GetCmdLevelName(number) - Will get a command level's name.
Added : polsys::GetCmdLevelNumber(name) - Will get the numeric value of a command level.
Added : polsys::GetPackageByName(name) - Will return a package reference.
Added : account.SetDefaultCmdLevel(number) - Will set the account's default command level.
Added : account.defaultcmdlevel - Will return a number for the accounts default command level.

POL 095

03-28 Unreal
SetDefaultCmdLevel : You have to do it the hard way(by hand). I think correct me if I am wrong.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 03, 2006 4:19 am 
I've now Pol 096 runing but SetDefaultCmdLevel don't work. Is there a Bug or is my script wrong?

Code:
use uo;

program textcmd_creatwithcmdlevel(who)
      var act := CreateAccount("tester", "test", 1);
      act.SetDefaultCmdLevel(3);
endprogram


If i try act.defaultcmdlevel, i get 0, player level, as output.


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl