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

    artificial intelligence in a monster?

    I'd also like to quote almost every single post in this thread in this post containing this picture to show my frustration
  2. tokenzz

    artificial intelligence in a monster?

    what you're talking about is not artifical intelligence. What you're talking about is programmed behavior. The way I interpreted it, TS is asking about actual AI.
  3. tokenzz

    [France] ForgottenL | 8.6 | A New Era | Legendary High Rate

    I concur with @Xeraphus very sexy team
  4. tokenzz

    C++ Problem with new coin

    jajajajajajaja
  5. tokenzz

    C++ client crashing when loggin in

    hello?
  6. tokenzz

    Team PyOT

    very nejs
  7. tokenzz

    The end - for botters. BattlEye comes to Tibia

    @Xikini while you're still at it taking things literally, just imagine if ppl did
  8. tokenzz

    The end - for botters. BattlEye comes to Tibia

    he obviously means that he's got the latest LEAKED be source code difficult to read between the lines for narrow minded ppl
  9. tokenzz

    OTServ in other programming languages.

    reflection is powerful but can be unsafe if done improperly. This discussion is not gonna lead anywhere though since there is no "best programming language", just the right tool for the right purpose. With a simple google, you can probably find thousands of people sharing their opinions of which...
  10. tokenzz

    C++ /atrr skills

    technically you can just use game.loadmap and load in everything you want. as far as I know, it should load spawns in as well.
  11. tokenzz

    C++ /atrr skills

    Not exactly sure what you want, but is it somewhat in the terms of creating a new spawn area that allows you to assign monsters to that spawn area? btw, you should probably slit your requests as I didn't even notice what you meant with the item attribute thing to begin with. It would be easier...
  12. tokenzz

    Scripter [TFS 1.2+] Programming service

    expensive
  13. tokenzz

    Our letter of resignation

    i agree
  14. tokenzz

    Our letter of resignation

    hijacking, here's my old bb thread https://otland.net/threads/leaving-too-thx-bois-for-nice-times-and-joy.247022/ we'll continue talking bro <3
  15. tokenzz

    OtLand New Support Team Members!

    https://github.com/otland/forgottenserver/issues/2124#issuecomment-275995178 you've met him before :cool:
  16. tokenzz

    Help me please

    The error message is telling you what the problem is with a query you're (most likely) using in a script. Message: Unknown column 'target' in 'field list' This literally means that there is no such column in the table player_kills with the name "target". OR that you've missed some trailing...
  17. tokenzz

    Commands logs

    o_O @OT In all, this would lead to bad code in general since it is not very maintainable. You are reducing some code reuse by putting the function in global.lua, however, I'd find it more suitable and more convenient if you had the right things at the right place. If you could find me a link...
  18. tokenzz

    C++ (or lua) Using 2 weapons will low you defense

    Alright, I was harsh, I'm sorry. A tip: refrain from using regular casts when programming in c++ (when you don't have to). This is unsafe since a regular cast (a c-style cast) is trying a range of sequences by taking the first that works in c++. This leads to it being more powerful but at the...
  19. tokenzz

    C++ (or lua) Using 2 weapons will low you defense

    edited my post to make it more clear
Back
Top