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

    Solved Incorrect Acc or Password

    im sorry to do this here but limos i need your help i have the same problem as this guy, but the thing is that in my config the password type is sha1 but when i look in localhost/phpmyadmin the passwords are in plain text, i was just wondering if you could help me here because i think i have the...
  2. C

    hi i am maek map

    looks like you left your computer unattended, your 2 year old brother came and started playing with the mouse, but its awesome!
  3. C

    Facebook Plug In for Website

    I want to add my facebook webpage to my tibia website, and i can't add it :(, facebook tells me to add this to layout <div class="fb-page" data-href="https://www.facebook.com/facebook" data-width="190" data-height="590" data-hide-cover="false" data-show-facepile="true"...
  4. C

    website problem when adding samples

    hello im trying to set up a website and when is time to add the sample player i get this bullshit error Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_tickers' doesn't exist' in...
  5. C

    Winning all addons

    hey buddy i have a script that will give all the addons to the player when he clicks on an x item ;) you can give the item to the player when he logs in no problem and when he uses the item the outfit screen will pop up :) heres the script: function onUse(cid, item, fromPosition, itemEx...
  6. C

    [Request] Help adding code to !rank command

    Hello :) can someone please help me with this? i want the option to also see the people with the most health and mana thank you, this is my script: local displayoutput = {"Level","Magic Level","Fist Fighting","Club Fighting","Sword Fighting","Axe Fighting","Distance...
  7. C

    Lua Script not working 'addDialog' (a nil value)

    noooooooooooooooooo! :(((((((( thank you for trying to help me
  8. C

    Lua Script not working 'addDialog' (a nil value)

    hello im trying to add this talkaction to my server that shows the ranking and i really liked this talkaction that i got from a brasilian forum and when the player says !rank a box appears with several options like level sword distance axe etc and when u double click on one it shows you the...
  9. C

    Compiling Account manager is now blocked after compiling why?

    i just compiled otx 2.51 i added this thing and now after compiling when i put 1\1 or just enter it just shows the character list with no characters tho and when i go to my gamemaster account it shows the account manager but when i select it, it says character disabled something like that and in...
  10. C

    Compiling error on what i think was the last step??

    jkkkkk i fixed i forgot pput a space on the image :l im nub
  11. C

    Compiling error on what i think was the last step??

    waitlist.cpp Compiling... weapons.cpp ..\gui_resources.rc(5): error RC2135: file not found: TheOTXServ.ico ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== how can i fix this, this is my first time compiling :(
  12. C

    How to make a Door/Tile available only for Premium Players

    hello this is my first post and i hope it helps you, i use this script for my premium door and it works perfectly. function onUse(cid, item, frompos, item2, topos) if isPremium(cid) then pos = getPlayerPosition(cid) if pos.x == topos.x then if pos.y < topos.y then pos.y = topos.y + 1 else pos.y...
  13. C

    help adding this line of code!

    thanks mate it worked!
  14. C

    how can i compile otx 2.51?????

    hello i got this distro and i really like it and now im trying to do something with the sources and i know that i have to compile it in order for the changes to take effect, i've never compiled before and most of the tutorials are for tfs so how can i do this one?
  15. C

    help adding this line of code!

    hello i added this anti mc system to prevent players from using magebomb or nuking my server with acount manager and this is what i have : local function antiMC(system) if #getPlayersByIp(getPlayerIp(system.pid)) >= system.max then doRemoveCreature(system.pid) end return TRUE end...
  16. C

    !premiumdays command

    aaaaaaaaghhhhhhhh i tried and i tried and this is what i get : [27/5/2015 22:37:23] [Error - TalkAction Interface] [27/5/2015 22:37:23] data/talkactions/scripts/checkdays.lua:onSay [27/5/2015 22:37:23] Description: [27/5/2015 22:37:23] data/talkactions/scripts/checkdays.lua:3: attempt to...
  17. C

    !premiumdays command

    o.0 lmao :(((((( i okay haha im such a nub sorry i dont know much about scripting but i will definitely try and share it with you guys
  18. C

    !premiumdays command

    hello i almost have the perfect premium system hehe here's what i have: function onSay(cid, words, param) local player = getPlayerByName(param) local t = string.explode(param, ",") if words == "/checkdays" then if(param == '') then doPlayerSendTextMessage(cid...
  19. C

    [Request] attacking right away

    thank you mine had 2 * 1000
  20. C

    [Request] attacking right away

    okay thank you, whats the option called? it would be great if you can copy and paste it here so i can easily find it
Back
Top