• 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. J

    Linux Database tables get deleted randomly + need tile_items query

    Hello, why does tile_items sometimes get deleted, as well as other tables? + Need tile_items query, I get errno150 when creating it in database with sql file..
  2. J

    Lua TP To trainers script not working

    I scripted a trainer tp script, but it only works for 1 row, is there any error in code below ?? function tpToTrainers(cid) local pos = {x = 32286, y = 32222, z = 15, stackpos = 1} -- left row while pos.y < 32338 do if(getTopCreature(pos).uid ~= 0) then pos.y = pos.y + 4 else...
  3. J

    Paypal??

    Why paypal business account needs real name, support phone number, support email, and address, for public?? (Is there other ways to have paypal script)?
  4. J

    [REQUEST] Training monks teleport script

    Need training monks teleport script, with config.
Back
Top