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

  1. martinadicto

    NPC Marriage system 8.6+ [Fixed]

    Works but in Character.php appear with "Single". Someone know to fix that problem?
  2. martinadicto

    Alguien con experiencia en VPS

    Me gusto el servidor de la pagina Hetzner, es el mas económico y mejor y cuenta con 1Gbps, pasame tu email o facebook :D
  3. martinadicto

    Alguien con experiencia en VPS

    Raza, alguien sabe de cuantos cores o ram tiene que ser un VPS para aguantar un servidor de 100 a 300 personas? Si alguien conoce le agradecería su respuesta, de ante mano, gracias.
  4. martinadicto

    Erorr with mysql

    Hello ... i need help with this i cant solved, i try to execute querys but still the error. when one player advanse in any skill and the player logout, appears this message in console: For example this player: :c I need help
  5. martinadicto

    Lua Error with 032-position

    Bump !
  6. martinadicto

    Lua Error with 032-position

    I change for it but still same error.
  7. martinadicto

    Lua Error with 032-position

    There is the error: There is 032-position.lua from my server: function isInRange(position, fromPosition, toPosition) return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and position.y <= toPosition.y and...
  8. martinadicto

    Solved Attributes items.xml

    Aqui estan casi todos: Código: <attribute key="floorchange" value="up" /> se usa para las escaleras, puedes poner: -up -down Código: <attribute key="rotateTo" value="ITEMID" /> es el que se usa en las sillas o chest para que se puedan girar. Código: <attribute...
  9. martinadicto

    Solved Need some query

    I can fix it the code for woriking 100%, here are: UPDATE accounts SET premium_points = (premium_points + 3) WHERE id IN (SELECT account_id FROM players WHERE online = 1); thank you
  10. martinadicto

    Solved Need some query

    it not working :c
  11. martinadicto

    Solved Need some query

    if i wanna send points only for player online? you know the query??
  12. martinadicto

    Solved Need some query

    how do I give it only to players who are level greater than 300? pd: thanks for the query :)
  13. martinadicto

    Solved Need some query

    for example if one account have 10 points and you execute for example "UPDATE accounts SET premium_points= 3" the value 10 change to 3 ... how i make to change to "13" from "10+3" ?? hehe help
  14. martinadicto

    How i can add premium points to every account??

    for example if one account have 10 points and you execute for example "UPDATE accounts SET premium_points= 3" the value 10 change to 3 ... how i make to change to "13" ??
  15. martinadicto

    Something is wrong with mi ot 9.6 !!

    ok, i deleted webalizer folder, but I do not think that's what's going on, because when I put http://myno-ip/phpmyadmin/, I get the following, so, what you think ?, That should be safe phpadmin right? - - - Updated - - - - - - Updated - - - in my logs folder, then the folder talkactions...
Back
Top