Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Lavinelu's page for 0.99.6XT MD5 support

Junior Spellweaver
Joined
Nov 14, 2006
Messages
116
Reaction score
0
uu need no reset stats when reseting character?

where can i configured that?
i mean is i need retain stats to reset. because every reset its go back to newly creating character stats.
 
Skilled Illusionist
Joined
Dec 8, 2004
Messages
315
Reaction score
18
This site is good but could you add something on it. It causing me problem with players about the account. Could you put "Forgot Password" on it.
Tnx.
More Power.
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
where can i configured that?
i mean is i need retain stats to reset. because every reset its go back to newly creating character stats.

open pages/myaccount.php, find and delte this:

$char->setStrength(20);
$char->setVitality(20);
$char->setDexterity(20);
$char->setEnergy(20);
if ($char->getClass() == 17){
$char->setLeadership(20);
}

now you will get bonus stats + stats wount be reseted.

If you don't want bonus stats delte this:
$char->setLevelUpPoint($char->getReset() * $bonus_stats);
 
Experienced Elementalist
Joined
Jun 27, 2006
Messages
248
Reaction score
6
Svaike when I use this website to register I get a error in game when I try to connect: Only age 15 or higher can conenct.
When I use other webs i can conenct...
 
Junior Spellweaver
Joined
Oct 21, 2004
Messages
137
Reaction score
3
Warning: main(C:/xampp/htdocs/site/config.php) [function.main]: failed to open stream: No such file or directory in c:\AppServ\www\mu\include\prepend.php on line 4

Fatal error: main() [function.require]: Failed opening required 'C:/xampp/htdocs/site/config.php' (include_path='.;C:\php5\pear') in c:\AppServ\www\mu\include\prepend.php on line 4


what is this?
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
Svaike when I use this website to register I get a error in game when I try to connect: Only age 15 or higher can conenct.
When I use other webs i can conenct...

take a look to values of these columns in memb_info:
job__code and ctl1_code

after creating account with another site ( maby reason there)
 
Newbie Spellweaver
Joined
Sep 25, 2006
Messages
45
Reaction score
0
Hi all ! WebSite Working Perfectly,but i have problem with News!Look here and help please :police:

kewtrewt - Lavinelu's page for 0.99.6XT MD5 support - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
I said..
1. go to: site\news\INC\functions.inc.php
2. Find this: C:/PROGRA~1/EASYPH~1/www/site/news (2 times)
3. Change to your news directory.. (for example C:/AppServ/www/news)
 
Experienced Elementalist
Joined
Apr 21, 2006
Messages
225
Reaction score
0
how to fix this error.. my sa/pass in class.mssql.php is correct. but still have this error.

Warning: mssql_connect(): message: Login failed for user 'sa'. (severity 14) in c:\appserv\www\www2\include\class.mssql.php on line 42

Warning: mssql_connect(): Unable to connect to server: localhost in c:\appserv\www\www2\include\class.mssql.php on line 42

Database error: connect (localhost, sa, $Password) failed
MSSQL Error: 0 ()
Session halted.

****
 
Newbie Spellweaver
Joined
Sep 25, 2006
Messages
45
Reaction score
0
I said..
1. go to: site\news\INC\functions.inc.php
2. Find this: C:/PROGRA~1/EASYPH~1/www/site/news (2 times)
3. Change to your news directory.. (for example C:/AppServ/www/news)


I change It to "C:/xampplite/htdocs/news", but isn't work
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
I change It to "C:/xampplite/htdocs/news", but isn't work

hmm, now i think i got it. It may be problem if u included smiles (images)... (with easyphp it worked for me fine)
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
how to fix this error.. my sa/pass in class.mssql.php is correct. but still have this error.

Warning: mssql_connect(): message: Login failed for user 'sa'. (severity 14) in c:\appserv\www\www2\include\class.mssql.php on line 42

Warning: mssql_connect(): Unable to connect to server: localhost in c:\appserv\www\www2\include\class.mssql.php on line 42

Database error: connect (localhost, sa, $Password) failed
MSSQL Error: 0 ()
Session halted.

****

try not localhost but 127.0.0.1, also try to enable windows and mssql authentycation on mssql
 
Junior Spellweaver
Joined
Nov 14, 2006
Messages
116
Reaction score
0
ok thanks! and my site is working properly...but 1 more question how can i limit my reset? thanks!
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
ok thanks! and my site is working properly...but 1 more question how can i limit my reset? thanks!

well it's not hard to add function like this:)

today i'll post it
 
Junior Spellweaver
Joined
Jun 27, 2006
Messages
108
Reaction score
0
+2 functions (Reset limit and keep stats after reset)

still need to test, report if not working

View attachment 36668
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Dec 30, 2004
Messages
104
Reaction score
4
Don't know why i can't setup a cutenews properly.
Please make a patch which will contain only a files needed for cutenews. Or it's only a news folder and no more files or editing???

P.S. And please take a look sometimes in your MSN. Need to talk. Thanks in advance.
 
Junior Spellweaver
Joined
Nov 14, 2006
Messages
116
Reaction score
0
+2 functions (Reset limit and keep stats after reset)

still need to test, report if not working

View attachment 36366


svaike my character is lvl 400 but the reset function didnt appear my character to reset... otherwise its have error...the error message apear to my website...
 
Back
Top