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

    date for 10.78?

    is there any known month / maybe even exact date for shadowcores udpate to 10.78 client ?
  2. raf

    Error Website Menu

    then include it, and you can simply add class .msg to every tag you want, it doesn't has to be div
  3. raf

    Top Player 1 Website

    code you gave, mean nothing to us :( you gave us front-end part, could you post back-end please? (query code)
  4. raf

    Characters.php

    maybe he has tablet started before ? (he didn't gave us whole characters.php)
  5. raf

    Problem in Website

    As far as i know, you can refresh your threads after 24 hours. Could you atleast give us #id or .class of that box? I'm not gonna guess which one is it...
  6. raf

    Solved Spell Question

    setAttackFormula(combat1, COMBAT_FORMULA_LEVEL, 43, 43, 48, 49) have you tried this ?
  7. raf

    Background Website

    if you want to have image as a background, i'd preffer to get fhd image, then in your layout css file find body tag and put there background-size: cover; link that @Cornex gave you might come handy
  8. raf

    (Help) Logo Website

    indeed - supposed to be to help people, but wise moderator moved this thread to "requests" weird right? hmm, who would thought it's a request... get some gfx program to edit that shit, and try yourself... there are tons of tutorials to make flames, blend text into your background etc... my...
  9. raf

    (Help) Logo Website

    first of all, wrong section, 2nd if you gonna ask for everything, and gonna do shit by yourself, don't think you gonna get far :) 3rd important (or not) - dat english tho! and yes, flames can be animted - if you have a movie of them
  10. raf

    [PHP] Top Guilds wont show

    im gonna tell you that as soon as i come home
  11. raf

    [PHP] Top Guilds wont show

    i think so, but im not 100% sure, is there a way to check it ?
  12. raf

    [PHP] Top Guilds wont show

    bump & refresh
  13. raf

    [PHP] Top Guilds wont show

    bump & refresh
  14. raf

    how i can make rolling with dice

    ok, now i got it :) and it explains all
  15. raf

    Website

    <?PHP if($config['status']['serverStatus_online'] == 1) echo ''.$config['status']['serverStatus_players'].' players online.'; else echo 'Server offline'; ?>
  16. raf

    [WEB] config sms shop points for player

    never used it, but i bet you have to register at www.profitsms.pl > get into account settings > get api key then paste it in right place in code, and number is the same as when you create new "service" that's all of config from what i can see.
  17. raf

    how i can make rolling with dice

    i loled and wondered at the same time, why it is math.random(5792, 5797) and ' .. value - 5791 .. ' haha why not math.random(1, 6) and ' .. value .. '
  18. raf

    Website Problem!

    simple, if you have no users tab - you have no users... equals, you can't log in to phpmyadmin, but somehow you are logged in :3 weirdo ha ?
  19. raf

    [PHP] Top Guilds wont show

    bump & refresh i can post db tables if it helps
  20. raf

    Deathlist / Unjusts

    first - make a backup of characters.php then, edit it and search for and replace code i gave you with your part of code.
Back
Top