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

    Feature [TFS 1.3] Monster Levels

    How to use this with revscripts lua monster?
  2. kimokimo

    Lua ExpSpeed info

    You're not gaining any exp for the function to calculate
  3. kimokimo

    Dawnport tutorial

    use delusion load map chunk to create something similar
  4. kimokimo

    tfs 1.3 addItem question

    Thanks, incase someone needs it. local container = Container(getPlayerSlotItem(player, 3).uid) container ~= nil and container:addItem(payLoad, 1) or player:addItem(1987, 1):addItem(payLoad, 1)
  5. kimokimo

    tfs 1.3 addItem question

    bump
  6. kimokimo

    TFS 0.X TFS 0.4 Two scripts into one

    function onStepIn(cid, item, position, fromPosition) local level = 80 if getPlayerGuildId(cid) > 0 then if getPlayerLevel(cid) >= level then doPlayerSendTextMessage(cid, 27, "Voce entrou, sua guild é a "..getPlayerGuildName(cid)..".") else...
  7. kimokimo

    TFS 0.X TFS 0.4 Two scripts into one

    function onStepIn(cid, item, position, fromPosition) local level = 80 if getPlayerGuildId(cid) > 0 and getPlayerLevel(cid) >= level then doPlayerSendTextMessage(cid, 27, "Voce entrou, sua guild é a "..getPlayerGuildName(cid)..".") else...
  8. kimokimo

    tfs 1.3 addItem question

    How to avoid (addItem) adding the item to player's eq if player is eq naked.
  9. kimokimo

    Sources qusetion

    tfs 1.3 which part allow player to (hit/deny hit) monster from a zone. ex: not being able to hit a monster while being in pz
  10. kimokimo

    RevScripts Revscripts onKill

    still didn't work
  11. kimokimo

    RevScripts Revscripts onKill

    What am i doing wrong here? it's not printing anything local eventKill = CreatureEvent("test") eventKill:type("kill") function eventKill.onKill(player, target, lastHit) print("TEST") return true end eventKill:register()
  12. kimokimo

    User you miss from Otland

    @Mock the bear
  13. kimokimo

    OnAdvance give permanent bonus is possible?

    @Delusion 1 issue with the max hp/mp it's not flexible if he decided to remove the bonus for any reason he might end up removing more hp/mp than he added at a lower level. nvm thought it added percentages. I know script is not designed for removing bounses later but would be a nice option to add.
  14. kimokimo

    Modal

    check if deaths ~= nil ?
  15. kimokimo

    Team Custom Server is looking for staff

    What are you talking about? No one is forcing anyone here I'm sharing my experience so no one have to deal with this arrogant person.
  16. kimokimo

    Team Custom Server is looking for staff

    You clearly not getting my point here i'm not putting words in your mouth but you need to respect people and if you say you're interested don't waste people time with your slow answers and waiting for them to offer so you can refuse, i was being nice since you said you had a tight budget and i...
  17. kimokimo

    Sabrehaven 7.8 Project Discussion

    Nice will be waiting for the beta.
  18. kimokimo

    Team Custom Server is looking for staff

    I'm not supposing anything, i mentioned i would accept your offer to meet your budget but you never gave me one. i sent this message a couple times and you would wait hours before you answer to it with the same response "please mention your offer" and when i mentioned my offer you instantly...
  19. kimokimo

    Team Custom Server is looking for staff

    Few days after contacting him for a position, he said he was interested and he asked how much do i wana get paid for it, i said whatever your budget can afford i'll take it, he never proposed an offer so i don't accept it. he kept asking how much do i want per hour so he come up with an excuse...
  20. kimokimo

    I've said it once and i'll say it again..

    There's few tp servers running already evolunia.net spider-server.com game.archlightonline.eu cyntara.org
Back
Top