EOSERV Forum > EOSERV > Fix for player errors
Topic is locked.
Page: << 1 >>
Fix for player errors
Author Message
Post #1284 Fix for player errors

This one clears a characters inventory when it messes up like they randomly get items or if they just cant see nothing and stuff are disappearing and stuff like that

First you have to logout then go to your site where you uploaded this then log back in instructions on how to configure it is below

I made this out of Arcitex's own

Here is the download link http://endlessonline.no-ip.biz/FixMyCharacter.zip


And made one to take off cursed items


http://endlessonline.no-ip.biz/UncurseMe.zip


here is how to configure it

1. Open the .php file

2. Edit this part


<?php
$server = "localhost";
$database = "Mysql Username";
$password = "Mysql Password";
mysql_connect($server, $database, $password) or die(mysql_error());
mysql_select_db(Mysql Database Name) or die(mysql_error());
function removeZeroRecords($string)


Example


<?php
$server = "localhost";
$database = "root";
$password = "endlessonline";
mysql_connect($server, $database, $password) or die(mysql_error());
mysql_select_db(eoserv) or die(mysql_error());
function removeZeroRecords($string)

15 years, 10 weeks ago
Post #1286 Re: Fix for player errors

Hey thanks, but what exactly does the lore one do?

15 years, 10 weeks ago
Post #1290 Re: Fix for player errors

Its meant to be uncurse my bad

15 years, 10 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Fix for player errors