• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by xFalcon

  1. X

    Windows Need Help With Mysql

    ALTER TABLE `accounts` ADD `nickname` varchar(255) not null default '';
  2. X

    Equipement reset with database?

    @Up Wrong.. Use this code: DELETE FROM player_items; That would delete all items that player is wearing including backpack with all items inside.
  3. X

    [MySQL] Player_depotitems?

    Does anybody knows how this table works? Like, how can I add a item with a query in the depotID I want to? because I dont see where is stored the depot_id.. Its just: player_id -> Obvious player id. Sid -> Dont know. Pid -> Dont know. Itemtype -> itemid count -> count. Attributes ->...
  4. X

    Hoster Need hoster For Normalexp [8.60]

    x200 is not hard xd.. hard is 5x, 10x when you're 350.. but not 200 /: anyways, good luck :] pictures seem good.
  5. X

    Hoster Need hoster For Normalexp [8.60]

    when u see a server with levels 1000 u instantly realize its not a normalexp server..im not saying it would not be fun to play it, but its not normalexp xd or is it normal to see lvl 1000 on tibia?
  6. X

    Hoster Need hoster For Normalexp [8.60]

    Dude hah thats what you call normalexp? rateExperience = 5000
  7. X

    [C++] Outfits limit.

    Yeah with hex editor you edit the client but then players would have to login only with your own client otherwise they will get bug when clicking on 'set outfit'.
  8. X

    [C++] Outfits limit.

    Oh well that is sad :( thank you..
  9. X

    [C++] Outfits limit.

    Did not work! Got debug when clicking on 'Set Outfit'. Any other idea?
  10. X

    [$_POST] Form values.

    Yeah my code already had the '; i just forgot to paste it in this thread xd anyways I got it working the same day I posted it.. thanks anyways My problem was on function alterreg(), this funtion disables 'reg' once its changed.. I did it so usr could not be able to change the value once its...
  11. X

    Error in server.exe!

    I think you're wrong.. autoBanishUnknownBytes means that server will ban players who send unknown bytes to the server, not those who send unknown message size. If someone is botting the error would be like unknown packet size or something like this. I think that message of unencrypted message...
  12. X

    [$_POST] Form values.

    I'm having this problem with a form, I want to get values from post but I could not get it working..Here is my code: if(!isset($_REQUEST['action']) or ($_REQUEST['action'] != 'final')) { echo '<form action="?page=form&action=final" method="post" name="form"> <table cellspacing=15...
  13. X

    [Java+PHP] Select options and onChange.

    Yesterday I could get it working thanks anyways :] I'm having this other problem though.. Here is my code: if(!isset($_REQUEST['action']) or ($_REQUEST['action'] != 'final')) { echo '<form action="?page=form&action=final" method="post" name="form"> <table cellspacing=15 width="80%"> <tr>...
  14. X

    [Java+PHP] Select options and onChange.

    Well I'm trying to make a script for my website that show a text when player choose an option on a select tag. Here is what I did but cant get it working >.< <?php echo '<table> <tr> <td> <center><b>Select your region:</b></center> </td> <td> <select name="reg" id="reg"...
  15. X

    Potion Problem

    Dude, why do you ask for help if you'll be acting like you know everything? I said CONFIG PART IN POTIONS FILE! You just have to change removeOnUse value to "yes".
Back
Top