Search found 9 matches
- Tue Mar 24, 2009 4:17 pm
- Forum: General Help (098)
- Topic: [Help]New Server, POL 098 Clients?
- Replies: 5
- Views: 5512
Re: [Help]New Server, POL 098 Clients?
Sorry for double post, but you have a date for launching a Distro of the 098?
- Tue Mar 24, 2009 1:46 pm
- Forum: General Help (098)
- Topic: [Help]New Server, POL 098 Clients?
- Replies: 5
- Views: 5512
Re: [Help]New Server, POL 098 Clients?
I'll wait for the final version
I plan to make a very good server, with class, new skills, new realms and anything that can be done ^^
- Tue Mar 24, 2009 12:15 pm
- Forum: General Help (098)
- Topic: [Help]New Server, POL 098 Clients?
- Replies: 5
- Views: 5512
[Help]New Server, POL 098 Clients?
Hello,
I'm starting a new server, but I wonder if, first of all, POL Core 098 is a good start the server.
Second, If I choose POL 098 as my Core, the clients versions will be a problem for them to login? For example, trying to login with a 2.0.7 client, 3.0.0c, and 6.x versions of the client, there ...
I'm starting a new server, but I wonder if, first of all, POL Core 098 is a good start the server.
Second, If I choose POL 098 as my Core, the clients versions will be a problem for them to login? For example, trying to login with a 2.0.7 client, 3.0.0c, and 6.x versions of the client, there ...
- Wed Oct 29, 2008 4:28 pm
- Forum: General Help (097)
- Topic: Help Getting and Setting Propertys in Accounts
- Replies: 2
- Views: 3154
Re: Help Getting and Setting Propertys in Accounts
Yeah, you're absolutly right =D And it worked on my other codes, thanks! ^^
- Wed Oct 29, 2008 12:28 pm
- Forum: General Help (097)
- Topic: Help Getting and Setting Propertys in Accounts
- Replies: 2
- Views: 3154
Help Getting and Setting Propertys in Accounts
Hello.
I'm trying to create New Propertys and Get some of them, but I don't know why I'm not able to do such thing.
use uo;
use os;
program dildo(cmd)
var eita,name;
cmd := cmd;
eita := FindAccount("admin");
name := eita.GetProp("Name");
eita.SetProp("Coisa", 1);
print("Name: "+ eita ...
I'm trying to create New Propertys and Get some of them, but I don't know why I'm not able to do such thing.
use uo;
use os;
program dildo(cmd)
var eita,name;
cmd := cmd;
eita := FindAccount("admin");
name := eita.GetProp("Name");
eita.SetProp("Coisa", 1);
print("Name: "+ eita ...
- Wed Oct 29, 2008 11:21 am
- Forum: General Help (097)
- Topic: Create Account only with PasswordHASH
- Replies: 4
- Views: 4846
Re: Create Account only with PasswordHASH
Just curious, why not change pol.cfg and be done with it or did you want some passwords hashed and some not? If that's the case I don't think it's possible. Sounds like it might be a good feature request to add to the create account function. I could see where you might want, say, the master ...
- Wed Oct 29, 2008 10:49 am
- Forum: General Help (097)
- Topic: Create Account only with PasswordHASH
- Replies: 4
- Views: 4846
Create Account only with PasswordHASH
Hello.
I need some help here. As the title of the topic said, I haven't found a way to simply when I create a new account only shows the PasswordHASH on the accounts.txt. Any ideas, besides changing the pol.cfg the RetainCleartextPasswords to 0?
I need some help here. As the title of the topic said, I haven't found a way to simply when I create a new account only shows the PasswordHASH on the accounts.txt. Any ideas, besides changing the pol.cfg the RetainCleartextPasswords to 0?
- Tue Apr 29, 2008 5:01 pm
- Forum: General Help (097)
- Topic: How to put Accent on SysMessages
- Replies: 3
- Views: 4658
- Tue Apr 29, 2008 2:07 pm
- Forum: General Help (097)
- Topic: How to put Accent on SysMessages
- Replies: 3
- Views: 4658
How to put Accent on SysMessages
Hello!
I'm new on scripting, and I would like to know how can I put Accent on my words, for example:
â Â ã Ã á à ä ê Ê Á É À
Everytime I put this on a SysMessage, when it prints to the player, I get like this
SendSysMessage(who, "Você e eu somos nós dois" );
The printed message is
"Voc e eu ...
I'm new on scripting, and I would like to know how can I put Accent on my words, for example:
â Â ã Ã á à ä ê Ê Á É À
Everytime I put this on a SysMessage, when it prints to the player, I get like this
SendSysMessage(who, "Você e eu somos nós dois" );
The printed message is
"Voc e eu ...