• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. felipemko

    Problem in script

    Why this code don't remove [VIP]?
  2. felipemko

    Solved HELP in VIP SYSTEM

    Dont work
  3. felipemko

    Table Website Help Please

    upp
  4. felipemko

    Table Website Help Please

    I have a table of made quests in my page of characters and would make the other side, because that spends 50% would like to create another side who spent the other 50%, however I do not know in the same TR ... Here's the table, if someone knows it duplicates with the same content in the...
  5. felipemko

    Solved HELP in VIP SYSTEM

    http://prntscr.com/43g7wb
  6. felipemko

    Solved HELP in VIP SYSTEM

    I changed: But get a lot of errors
  7. felipemko

    Solved HELP in VIP SYSTEM

    I'll test thks, and do you know how i can add [VIP] in the names?
  8. felipemko

    Solved HELP in VIP SYSTEM

    up
  9. felipemko

    Solved HELP in VIP SYSTEM

    Like this: local vip = db.getResult("SELECT `viptime` FROM `accounts` WHERE `id` = "..acc..";") if db.executeQuery("UPDATE `accounts` SET `viptime` = "..time.." WHERE `id` = "..acc..";") then Change accounts for players? Please anybody
  10. felipemko

    Solved HELP in VIP SYSTEM

    How i can change the script VIP SYSTEM by account only to BY PLAYER? And how ADD [VIP] in the name --[[ Name: Vip System by Account Version: 1.0 Author: Kydrai Forum: http://www.xtibia.com/forum/topic/136543-vip-system-by-account-v10/ [Functions] -- Install...
  11. felipemko

    Channel Automatic

    up
  12. felipemko

    Status Website

    How I can do anything to my website like: In latest news... Server: [status off/online] if offline show: Offline (in red) or if online show: Online (in green) Players Onlines: [number of total players online]
  13. felipemko

    [Gesior 2012 1.0.1] Latestnews.php

    Here dont show http://prntscr.com/42kq8u I'm using in layout.php like this: <?PHP $accounts = $SQL->query('SELECT COUNT(*) FROM `accounts` WHERE `id`>0;')->fetch(); $players = $SQL->query('SELECT COUNT(*) FROM `players` WHERE `id`>0;')->fetch(); $query = $SQL->query('SELECT...
  14. felipemko

    Problem in Website

    http://prntscr.com/42kq8u This part of my site, because it does not show anything? Part which take the database: $accounts = $SQL->query('SELECT COUNT(*) FROM `accounts` WHERE `id`>0;')->fetch(); $players = $SQL->query('SELECT COUNT(*) FROM `players` WHERE `id`>0;')->fetch(); $query =...
  15. felipemko

    Background Website

    up
  16. felipemko

    Accents in game

    Why any scripts accept simbols and accents, and others no? (in game) Like a npc: dont work with accents, but items accept accents, and some globalevents scripts accept accents, while others no..
  17. felipemko

    Solved Spell Question

    And the function I need to put every combat or only 1x in the end/start of script? Like this? dont works =s function onGetFormulaValues(cid, level, maglevel) min = (level/5) +150 max = (level/5) +200 return -min, -max end local combat1 = createCombatObject()...
  18. felipemko

    Solved Spell Question

    Nice thks i'll test But.. how i add it? need to put where and i need to put anything in onCastSpell? Its a example of spell, how i can change it for what you say? local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1...
  19. felipemko

    Top Player 1 Website

    Look, this is where need to show: http://prntscr.com/42fzho The code where take properties: $accounts = $SQL->query('SELECT COUNT(*) FROM `accounts` WHERE `id`>0;')->fetch(); $players = $SQL->query('SELECT COUNT(*) FROM `players` WHERE `id`>0;')->fetch(); $query = $SQL->query('SELECT...
  20. felipemko

    Problem in Website

    <div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> This is a tag used to show newsheadline. Its in basic.css: NewsHeadlineBackground/NewsHeadline on...
Back
Top