• 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. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    The quests were the last thing we started to do. My vacation is ending, and I couldn't finish all missions that I wanted to finish for the release. There are 3 missions (of 18 that I wanted to make) now. But, if you take a look on our Trello, you will see that 15 missions is well-routed to be...
  2. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    That will be great. Thanks.
  3. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    Done. Thanks for the advice.
  4. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    There is not a lot information around yet, but you can check out our WIKA: WIKA | Wikipedia of Kingdom Age (http://kingdomageonline.com/wika/)
  5. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    haha There's a countdown timing on the website. It will be on saturday. I updated the thread, thanks.
  6. River KA

    [Canada] [Custom] Kingdom Age (Official release - 2019)

    OLD trailer We will be ONLINE on this SATURDAY! Access www.kingdomageonline.com for the COUNTDOWN! Discord Discord.gg/vZjxdwp Images
  7. River KA

    TFS 1.X+ Action Item is not giving Store points if account has 0 points.

    Znote does not uses NULL values. Mine is enough.
  8. River KA

    TFS 1.X+ Action Item is not giving Store points if account has 0 points.

    Try this: db.query(string.format("UPDATE `znote_accounts` SET `points` = `points` + '%d' WHERE `account_id` = '%d'", 15, player:getAccountId()))
  9. River KA

    OtLand XenForo 2 and forum changes

    Dark Blue Theme has been updated "Staff member" area Code area background Quote area background
  10. River KA

    OtLand XenForo 2 and forum changes

    Dark Blue Theme has been updated Read and unread balloons All buttons (example, "New posts" and "Post thread...") Avatar background Big quote (green left bar, green message "Click to expand...") Content texts are now blue (almost white, but still blue), to make easy to read Note 1...
  11. River KA

    C++ Help with c++ code tfs 1.2

    if ((getZone() != ZONE_PVP && getZone() != ZONE_NOPVP) || !Player::lastHitIsPlayer(lastHitCreature)) { I think you want this.
  12. River KA

    C++ Help with c++ code tfs 1.2

    I didn't understand what you need. Say in words, not in code.
  13. River KA

    click x stones, get reward

    Try this: local canCreateBossAroundPos = true -- Can we create around the stone position? local forceBossCreating = true -- If position is not walkable, should we force the boss creating? local configs = -- Stone configs { -- [uniqueId] = { config } [1261] = { storageId = 1261...
  14. River KA

    Is the dark theme selection good enough?

    Not in here: But if you meant the Very Dark Black theme, I work only on the Very Dark Blue theme. I could make fixes later on the Very Dark Black theme, if @Don Daniello let me do that.
  15. River KA

    Is the dark theme selection good enough?

    Could you take a print of it like @Wirox ? So I'll be able to find and fix it. Which one? I'll be glad if you post here the changes you think we should fix like @Wirox . Thank you for you fix suggestion. Everyone, if you find some fixes to do, please take a print of it like Wirox did...
  16. River KA

    [OtLand] Very Dark Blue Theme

    Edit: I see now what you meant. Ok. Good luck, I think.
  17. River KA

    looking programmer c++

    @Ezzz
  18. River KA

    OtLand XenForo 2 and forum changes

    The 'Very Dark Blue' theme released. [OtLand] Very Dark Blue Theme (https://otland.net/threads/otland-very-dark-blue-theme.262298/)
  19. River KA

    Is the dark theme selection good enough?

    The 'Very Dark Blue' theme released. [OtLand] Very Dark Blue Theme (https://otland.net/threads/otland-very-dark-blue-theme.262298/)
Back
Top