• 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!

Recent content by kimokimo

  1. kimokimo

    How much should be refund?

    Let me sum for you this none sense on a second thought I ain't going to refund you a thing. You didn't pay 430 USD, I just double checked the convo. You paid 335$ for total of for the following: 1- Feaster of souls - 12 bosses + final. 2- Grave Danger - 5 bosses + final. 3- Final gold which...
  2. kimokimo

    How much should be refund?

    I have no time for drama and I don't have to join this as I'm not providing any service on Otland anymore, this guy ordered 430$+ worth of bosses and got 95% of them delivered, last few were not delivered and was going to refund him for it even tho I didn't wanna do them as I said in this...
  3. kimokimo

    [Lua - Questline development] Karim's coding service.

    Thanks for every person that used my service, I'd so much fun creating your creative and amazing ideas, It's time for me to move on so I'm stopping the service for good. I'll release some stuff that never got sold and probably contribute the rest of quest lines to OTBR if (@EduardoDantas) you're...
  4. kimokimo

    Practicing React with Typescript

    So Typescript been out for a while and I'm late to the party, but better than never, I've played with it for the past day. I've made this simple trivia game just to practice: GitHub - karimadnan/trivia (https://github.com/karimadnan/trivia). If you have any suggestions what I could've done...
  5. kimokimo

    TFS 1.X+ [otservBR] - how tf u register stuff in monster?

    Sarah solution is correct as well as mine, it's up to you how you want to register the event.
  6. kimokimo

    TFS 1.X+ [otservBR] - how tf u register stuff in monster?

    It did, but your script is not registered correctly You're missing this at the end of each script. ZombieOnDeath:register()
  7. kimokimo

    TFS 1.X+ [otservBR] - how tf u register stuff in monster?

    monster.events = { "ZombieOnDeath" }
  8. kimokimo

    [Lua - Questline development] Karim's coding service.

    Grave Danger
  9. kimokimo

    [OTServBR] - Looking for boss spawning scripts

    Pm me on discord: Karimm#7330 [Lua - Questline development] Karim's coding service. (https://otland.net/threads/lua-questline-development-karims-coding-service.276979/)
  10. kimokimo

    This happend to anyone else?

    I don't know how you kill flies where you come from, but we definitely don't punch them here.
  11. kimokimo

    [Lua - Questline development] Karim's coding service.

    Grimvale, the curse spreads with full quest logs.
  12. kimokimo

    How do I make a mana check in lua?

    If you mean check by percentage, it would be something like this local manaP = (player:getMana() / player:getMaxMana()) * 100 if manaP >= 40 then --enough else --not enough end
  13. kimokimo

    TFS 1.X+ TFS 1.3 A good way to handle a pokeball/pet stat into an item?

    You can use TFS custom attributes. item:setCustomAttribute("name", "Bear") item:setCustomAttribute("level", 30)
  14. kimokimo

    Rekteria - Not another typical real map

    Bump, still looking, server is up for preview for devs interested.
  15. kimokimo

    [Lua - Questline development] Karim's coding service.

    I enjoy coding content for tibia, and you're definitely correct about the payments, but money is not an issue at the moment, I wanna enjoy doing this before I have to move on.
Back
Top