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

    Lua Problem in table

    you are not allowing it to loop through as you have put the break after the if statement, move the break under print("key~
  2. Leesne

    Announce from server to discord

    It'd be definitely worth sharing for the community. I did something similar with a separate database and discord bot. Worked with chat channels, admin commands, deaths, raids, etc but never got around to finishing it, as I don't really do any work on my server atm.
  3. Leesne

    Code for guild war/Help

    Everyone has helped you, I told you how to fix the error in the other thread, you literally make one change to stop that error as you are using a different database than what was made for the script. You just want someone to do all the work for you without providing any code, we aren't mind...
  4. Leesne

    Code for guild war/Help

    lol this guy. what a joker.
  5. Leesne

    MyAAC v0.8.21

    1. You mean this? ## [0.7.0 - 20.11.2017] * added featured article to tibiacom template (you can add them with add news button) In newest version just use the admin panel news editor. Last column 2. I believe the code is exactly the same for most powerful guild between those 2...
  6. Leesne

    Code for guild war/Help

    I told him how to fix one of the issues in another thread but doesn't listen. Just wants something to copy and paste as he doesn't know what he's doing.
  7. Leesne

    Mysql Error

    try again. you are not running that code. you are finding it in the globalevents file and replacing a word.
  8. Leesne

    Mysql Error

    I told you in this post.
  9. Leesne

    Mysql Error

    omg -.- You need to find that code, and just replace the word "begin" with "started", which is what is missing in your table, so it matches.
  10. Leesne

    znote expanded button

    And thats the location of where it is. start from InitializePage and follow each function
  11. Leesne

    Mysql Error

    I don't have access to the older otx code but look at globalevents\scripts and look for a startup script you are looking for the code DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` change begin to started
  12. Leesne

    Mysql Error

    You haven't even put any information about the server you run etc. Nor have you posted the code for the the script you are having the issue with. tfs1.3 uses started for its date and not begin etc.
  13. Leesne

    Mysql Error

    guild_wars doesn't have begin column. also that image. please learn to crop. my eyes.
  14. Leesne

    znote expanded button

    Line 113 in the code you posted, is the function i mentioned which toggles the show hide. if(menu[0][menuItemName] == "0") { Trace the function back to where its called and follow the functions and you'll see.
  15. Leesne

    znote expanded button

    InitializeMenu Contains the hide/show on load path: layout\javascripts\initialize.js
  16. Leesne

    MyAAC v0.8.21

    Well you aren't using the original schema from the github i posted. Ensure your database matches, if you are using otservbr it needs the name column in the table. so just alter your table and add name varchar(32) NOT NULL, and make it unique. As slawkens said you need to replace number with...
  17. Leesne

    MyAAC v0.8.21

    is it an older version of otservbr? as it doesn't have number in table structure. https://github.com/opentibiabr/otservbr-global/blob/develop/schema.sql CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, `password` char(40) NOT...
  18. Leesne

    MyAAC v0.8.21

    whats the structure of your account table?
  19. Leesne

    Guild for tp

    Hi, Do you mean when a player goes into a teleport he joins a specific guild. Or he joins a guild he has an invite too inside of the guild invites table.
  20. Leesne

    Remove Skill, Level, and Magic level cap

    My signature has nothing to do with my post, nor was it a flame. If i was flaming, I'd be all like "LUL U IZ TEH SUX WHEY DID U BREK DA SURVER Br0.", but then again i'm not 12 years old. I was being legit with the seriousness of the post, the comment was because it literally breaks the server...
Back
Top