• 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!

Search results

  1. 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 ->...
  2. 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...
  3. 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"...
  4. X

    [C++] Outfits limit.

    I cant add a lot of outfits in-game because there is a limit of 21 outfits I think or less than 21 dont remember exactly, how can I remove that limit? I'm guessing its source editing side.
Back
Top