|
Notes |
|
|
(0000147)
|
|
babidi
|
|
08-01-09 22:56
|
|
i used this to prevent requiring a feature that can be script made.
a function like f_onserver_getconnect or simila |
|
|
|
|
|
You can't filter the 0x80 or 0x91 packets in scripts. You can use the f_onaccount_login instead to detect when clients connect (sphere_serv_triggers.scp). |
|
|
|
(0000164)
|
|
babidi
|
|
21-02-09 20:38
|
|
f_onaccount_login is trigered only AFTER user and password is correct
the 0x80 is triggered BEFORE sphere check login data |
|
|
|
|
|
What good reason is there to capture the login packet before it has been validated? |
|
|
|
(0000167)
|
|
babidi
|
|
22-02-09 14:41
|
|
|
to make a query and create on fly accounts |
|
|
|
|
|
Isn't that what the AccApp setting is for? |
|
|
|
(0000169)
|
|
babidi
|
|
22-02-09 16:42
|
|
accapp let you create whatever account you want.
with 0x80 you can read users from a db table and create new accounts.
i make you the example of what can do with 0x80
if you do a php that check legth characters and other aspetct of account password and even request an email, let create account only if accept therms and conditios and other features... |
|
|
|
|
And why don't you simply let your PHP script create the account, then?
Well, guess MrSugarCubes answer was unmisunderstandable enough :) |
|
|
|
(0000171)
|
|
babidi
|
|
22-02-09 21:11
|
|
because can't activate them imediatly.
if submit an account on sphereaccu then i get it activated only on worldsave or account refresh. |
|