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

    Lua VIAL REMOVE ON USE

    remove line 103
  2. Bogart

    Some expert in MySQL!!!

    Asynchronous vs synchronous execution, what does it really mean?
  3. Bogart

    Noxious ot and the corrupt staff

    Ah yeah, go tell "teh authoritiez"we ignored you, I'm pretty sure they'll close OTLand :/
  4. Bogart

    Linux phpmyadmin

    What do you mean by "all the procedures"? Did you install phpMyAdmin already and can't[/don't know how to] access it or you haven't installed it at all?
  5. Bogart

    does any1 know how to..

    Define scumbags
  6. Bogart

    Add exception in script

    Line 27 and 28: local fromClause = "`accounts` as ACCS WHERE `id` > ".. protectedAccIdEnd .." AND `creation` <= "..createdTimestamp.." AND (SELECT COUNT(*) from `players` WHERE `account_id` = `ACCS`.`id`) > 0 AND `ACCS`.`id` NOT IN (select `old_accountid` from `z_character_trade`)" local...
  7. Bogart

    Add exception in script

    line 14 to: local resultId = db.storeQuery("SELECT COUNT(*) as num_inativos, `id` FROM "..fromClause)
  8. Bogart

    Solved Configuring Recover account/password

    Do you have an SMTP server installed?
  9. Bogart

    Solved target name contains [tfs 1.2]

    local fullName = target:getName():lower() local name = string.split(fullName, "["):match("^%s*(.-)%s*$") local monster = config[name]
  10. Bogart

    TFS 1.X+ Addon NPC Error

    Does the player have the storage 1077?
  11. Bogart

    Need help with Java

    Why not post it here and let anyone help you?
  12. Bogart

    AAC Help with Gods command...

    Account type -> 3 Group id -> 6 And change back your .xml to what it used to be.
  13. Bogart

    TFS 0.X How to switch from 0.3.6 to 0.4?

    IIRC, remember to change timings in global events and such, since I believe 0.4 uses miliseconds and 0.3 seconds.
  14. Bogart

    TFS 0.X SQLite Error

    It's used to manage SQLite data bases, just like phpMyAdmin, google it if you don't have it.
  15. Bogart

    Action [TFS 1.1] - Slot system

    It should work AFAIK.
  16. Bogart

    TFS 1.X+ Premium poins scroll problem

    Can't be possible, there's no "getPlayerAccountId" in his code.
  17. Bogart

    TFS 1.X+ Premium poins scroll problem

    Static's post missed a ) at the end of line 4, try adding it.
  18. Bogart

    Teleport player for xx items.

    Should we just guess which server distro you're using?
  19. Bogart

    Action ID/ Unique ID for chests? 7.92

    Which server are you using?
Back
Top