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

    OTServ in other programming languages.

    You can do the same with TypeScript. The engine I'm making will be in TypeScript but the datapack will be scripted in js so it doesnt need to be transpiled.
  2. Mkalo

    [Lua Function] [0.3.6] doPlayerAddGesiorPoints(cid, points) and doPlayerAddZnotePoints(cid, points)

    Not the wisest idea to add points directly in the database as it could be easily exploited with rollbacks. Let's say I have a quest that gives x points but I use a storage to make sure the player doesn't get the points 2 times. If the server crashes the player will rollback, so he will be able...
  3. Mkalo

    C++ Swing TFS 1.3

    If you wanna I can try to help you through TeamViewer 12. Just send me the ID and password through PM.
  4. Mkalo

    OTServ in other programming languages.

    Currently (started yesterday), me and @eldera are working in doing it in TypeScript. So far we haven't got much tho (only been 2 days). The basic encryption (XTEA and RSA), but that's it for now. I will probably make the repo public in a few days.
  5. Mkalo

    Change monster looktype if HP is lower than

    You could do it like: Monster "Artificial Inteligence" (Behavior) But it's for 1.2, idk if monsters have scriptable onThink event in 0.x
  6. Mkalo

    Bug coins .. Truth or myth?

    Why are you asking about "Mitsugi" files. There's no way we can know about it's code cause you didn't provide it and there is no "Mitsugi" in downloads section either. Recently a bug was found in OTX that was allowing players to "bug coins" so I don't think it's a "myth" since a lot of people...
  7. Mkalo

    C++ Ammunition from bag

    I'm pretty sure I already answered this same question in the forum, but I can't find it so this is the place you have to edit: forgottenserver/player.cpp at master · otland/forgottenserver · GitHub
  8. Mkalo

    Windows Looking for cheap windows hosting!

    Why do you need a Windows host? If you have a compiled server that you need to run you still can use linux to do it, look: Hoster - OTS Hosting Service (Any TFS/OTServ) DDoS Protection
  9. Mkalo

    C++ /atrr skills

    Adding that many attributes is not a simple task. If you want you can contribute to Missing item attributes [$100] · Issue #998 · otland/forgottenserver · GitHub and ask for skill attributes as well.
  10. Mkalo

    C++ /atrr skills

    There is no SKILL attributes. Look at forgottenserver/luascript.cpp at master · otland/forgottenserver · GitHub to see all the available attributes.
  11. Mkalo

    AAC ACC MAKER 8.6 GESIOR PROBLEM

    Open config/server.config.php and change encryptionType from sha1 to md5.
  12. Mkalo

    Solved Set Pagination True

    ????????? this is not the whole constructor anyway its type not Type.
  13. Mkalo

    Solved Set Pagination True

    It would be nice if you posted the whole constructor.
  14. Mkalo

    Solved Set Pagination True

    Well its saying what is the error right? change the "this." to "this->", my bad doing too much java. Edited the previous post.
  15. Mkalo

    Solved Set Pagination True

    forgottenserver/container.cpp at master · otland/forgottenserver · GitHub And inside the {} you place: if (type == 2000) { this->pagination = true; this->unlocked = true; }
  16. Mkalo

    Break limit of Damage system HELP

    No
  17. Mkalo

    Break limit of Damage system HELP

    You are asking for help in a source edit and you didn't even specify the source you're using. Are you specting someone to just come here and ask it in order to help you? ...
  18. Mkalo

    C++ /atrr skills

    You don't need C++ for this, and it's ugly. function Game.executeSpawn(spawnId) if not StoreSpawn then return false end if not CreatureSpawn then CreatureSpawn = {} end local spawn = StoreSpawn[spawnId] if spawn then local monster =...
  19. Mkalo

    Cipsoft and its depression

    Ehm, ever heard of time zones?
  20. Mkalo

    C++ /atrr skills

    Nope.
Back
Top