• 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

    Complaint I think the staff loves drama

    Lmao your arguments are awesome kiddo
  2. Bogart

    Complaint I think the staff loves drama

    I doubt they edited all of your posts with the toxic things you said, you should really just leave otland dude, you keep on falling on the same shit because of your behavior. Also, check your victim complex..
  3. Bogart

    Complaint I think the staff loves drama

    Nobody needs to try to find you dude, your kid-like atittude does all the job. You try to victimize yourself when you actually get what you ask for. Just like above, you earned your reputation now hold to it. "unlike most of you" Lol, as if most of us created a account with a girl's name and...
  4. Bogart

    Complaint I think the staff loves drama

    Feed off of you? never have I ever used anything you've released. Nobody is making you release scripts, "use me and treat me" I thought you couldn't seem dumber. Now imagine if Mark or any actual important developer was like you? don't put yourself too high kid.
  5. Bogart

    Complaint I think the staff loves drama

    Dude, for real. Why are you so immature? HURR DURR I RELIZ SCRIPT U HAV TO LUV ME Nah dude, I haven't seen anyone else who has helped the community crying about how much we helped etc you should really just eff off from otland forever man, I tried understanding and tried to like you because of...
  6. Bogart

    NADIE PUEDE ENTRAR A MI OT

    BUSCA EN GOOGLE Port Forwarding an Arris Router
  7. Bogart

    C++ how to deal with chatted strings on server-side?

    It could be something like advertising blocking or such.
  8. Bogart

    [Lua] Understanding Storages

    In globalevents, onStartup()
  9. Bogart

    We a premium to write in adversiting?

    Have you tried to disable adblock?
  10. Bogart

    Unable to post in the advertisement board

    You need to have at least 10 posts in the forum.
  11. Bogart

    Linux ERROR RUN WITH WINE

    You could probably find the sources if its not a custom[ized] engine, which server is it?
  12. Bogart

    regarding a host service

    Cloud Computing - Hyper Scale Solutions for Your Business | OVHcloud offers VPS for 4 USD for 2 GB of RAM, have been using it for a year already, haven't had a problem.
  13. Bogart

    We a premium to write in adversiting?

    No, you need at least 10 posts in the forum to be able to post there.
  14. Bogart

    Please help in mi script fishing!!

    use the code tags [.code=lua] [./code] next time (withouth the dot) In your config, add "broadcast = true" to the creatures you wish, I.E: [{500,110}] = {name = "tyria", chance = 120000, storage = 36002}, to [{500,110}] = {name = "tyria", chance = 120000, storage = 36002, broadcast = true},
  15. Bogart

    Guide OTClient ladder issue

    You should share how you fixed it, it may help someone in the future.
  16. Bogart

    exe and map issues

    Run this query: DELETE FROM `tile_items` WHERE `itemtype` = NULL
  17. Bogart

    Can't use house tool

    Try adding a new town, Edit -> Edit Towns -> Add
  18. Bogart

    Tables actionsid in lua? Checking condition in lop.

    Well if you want to trigger an action when levers are in a certain order: local lever_trans = { [1945] = 1946, [1946] = 1945 } local levers = { {Position(104, 129, 7), 1945}, --lever position, desired id (1945 lever to the left, 1946 lever to the right) {Position(104, 130, 7)...
  19. Bogart

    Tables actionsid in lua? Checking condition in lop.

    Gave you two options lol, so is it in an order like lever 5, then 3, then 6, etc or in a certain combination like 2 to left 4 to the right?
  20. Bogart

    Tables actionsid in lua? Checking condition in lop.

    Do you mean that until (IE) 2 are to the left and 4 to the right x action will trigger? or that until they are used in a certain order x action will trigger? Also remember to tell us which server you're using (TFS 0.x, 1.x, etc)
Back
Top