Jump to content

Bobi

Members
  • Posts

    793
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bobi

  1. dude fix your topic little or your topic will be locked
  2. This server will be open in 3 days .. need to be moved to private preview selection . http://www.maxcheaters.com/forum/index.php?topic=167466.0
  3. look this http://www.maxcheaters.com/forum/index.php?topic=167448.0
  4. tnx i will try it now
  5. for example how to change this skill status ? like power.... <skill id="3082" levels="10" name="Item Skill: Mana Burn"> <!-- Needs to be finished. Target is set to TARGET_NONE, skillType to NOTDONE for server compatability. Description(s): Lvl 1 - Chance: Burns up a target's MP during an ordinary physical attack. Power 49. Lvl 2 - Chance: Burns up a target's MP during an ordinary physical attack. Power 53. Lvl 3 - Chance: Burns up a target's MP during an ordinary physical attack. Power 57. Lvl 4 - Chance: Burns up a target's MP during an ordinary physical attack. Power 61. Lvl 5 - Chance: Burns up a target's MP during an ordinary physical attack. Power 66. Lvl 6 - Chance: Burns up a target's MP during an ordinary physical attack. Power 70. Lvl 7 - Chance: Burns up a target's MP during an ordinary physical attack. Power 74. Lvl 8 - Chance: Burns up a target's MP during an ordinary physical attack. Power 78. Lvl 9 - Chance: Burns up a target's MP during an ordinary physical attack. Power 82. Lvl 10 - Chance: Burns up a target's MP during an ordinary physical attack. Power 88. --> <set name="target" val="TARGET_NONE"/> <set name="skillType" val="NOTDONE"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <for> </for> </skill>
  6. omggggggg... stupid ..... i talk about java ..... delete topic .... no need anymore help
  7. how can i stop olympiad game ?
  8. my friend play in your server and he send me full rar game but when i start lancher i get error how to fix it ?
  9. http://www.maxcheaters.com/forum/index.php?topic=80142.0 topic tittle is not fixed
  10. Bobi

    [Request]Ban

    ye i see have 3 topic to report him ... so somebody will ban him ?
  11. http://www.maxcheaters.com/forum/index.php?topic=161717.0;msg=1249449 http://www.maxcheaters.com/forum/index.php?topic=162821.0;msg=1249455 http://www.maxcheaters.com/forum/index.php?topic=157071.0;msg=1249458 http://www.maxcheaters.com/forum/index.php?topic=164648.0;msg=1249466 http://www.maxcheaters.com/forum/index.php?topic=161072.0;msg=1249485 and more more more spam in Lineage II Private Servers
  12. duble topic : http://www.maxcheaters.com/forum/index.php?topic=157205.0 http://www.maxcheaters.com/forum/index.php?topic=163813.0
  13. Topic tittle need be fixed / locked / delete http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=35625.0 http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=56670.0 http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=43828.0 http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=35563.0 http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=28526.0 http://www.maxcheaters.com/forum/index.php?PHPSESSID=794da4cfaf2c806f32344100c3c75f13&topic=100316.0
  14. lagg spam sorry
  15. 1. yes 2. i test this and in other C6 servers and this exploit work there . i will not post this exploit because all ppl will go to test this exploit in other server and will broken any server. I hate ppl who try to broken I search way for fix this when i fix it , i will post exploit and fix in mxc
  16. www.l2demonic.tk x1000
  17. i play from + - 1 month in server and i like this server server is not perfect but is good i dont know why you Zoubis®™ talk bad word to server and make bad reputation only . im agree with Demonic leave topic when you dont like server
  18. try this can like you -> Web Site or MxC Link
  19. server total fail... i have 2 day play in server and realy this is noob server and no balance class aff stupid server
  20. i have already config my script where is IP,DB,Login,Pass... Second, can you access your mySQL data with navicat/phpMyAdmin ? what? i dont understand this. I use Linux this is my dedicated server.
  21. Hello i try to connect my web page to my DB but i have problem I have already top pvp script like this : I have already config my script <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <?php //---------CONFIGS---------// $title="Top PvP"; // Page Title Here $type="1"; //Type 1 $server="already"; // MySQL IP $user="Already"; //MySQL Username $password="already"; //MySQL Password $database="already; //MySQL Database $top="100"; //-----END OF CONFIGS-----// if ($title) { print("<head><title>$title</title></head>"); } else { print("<head><title>No Page Title</title></head>"); } mysql_connect("$server", "$user", "$password") or die(mysql_error()); mysql_select_db("$database") or die(mysql_error()); if($type == '1'){ $result = mysql_query("SELECT char_name,pvpkills FROM characters where pvpkills>0 and accesslevel=0 order by pvpkills desc") or die(mysql_error()); echo "<center><h3>Top $top PvP Players</h3></center><table border=10 align=center><tr> <th>Character</th> <th>Top Kills</th> </tr>"; $sum1=0; while($row = mysql_fetch_array( $result )) { $name = $row['char_name']; $pvpkills = $row['pvpkills']; if ($sum1<$top) { echo "<tr><td align=center>$name</td><td align=center>$pvpkills</td></tr>"; $sum1++; } } } else { echo "<center>Please config the variable $type. Make it <b>1</b> for Top Status</center>"; } ?> </body> </html> but when i open this page i got error: PHP Error Message Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/a2349266/public_html/top.php on line 27 Free Web Hosting Lost connection to MySQL server at 'reading initial communication packet', system error: 111 when i open my phpmyadmin i see... localhost * Server version: 5.0.51a-24+lenny3 * Protocol version: * Server: Localhost via UNIX socket * User: *****@localhost * MySQL charset: UTF-8 Unicode (utf8) so how to make my top pvp script work ?
  22. ye me to , i have interlude but how is posible when all textures is change to see again in game original strider when i mount in the strider.. wtf.. :(
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock