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

    Solved How to Run two websites with uniserver

    They are still Text Document files. Open notepad, paste the content posted below and save it as index.html.
  2. narko

    Solved How to Run two websites with uniserver

    Change the files' ext. instead of .txt use .html and .css
  3. narko

    [TFS 1.x ] Max items per tile [SOLVED]

    I tested it under the old TFS 1.0.
  4. narko

    [TFS 1.x ] Max items per tile [SOLVED]

    EDIT: This code worked fine. function Player:onMoveItem(item, count, fromPosition, toPosition) local tile = toPosition:getTile() if tile then -- checks if tile if Tile(toPosition):getItemCount() >= 6 then self:sendCancelMessage("Sorry, not possible.") return...
  5. narko

    [TFS 1.x ] Max items per tile [SOLVED]

    I'll test it tomorrow, ty.
  6. narko

    [TFS 1.x ] Max items per tile [SOLVED]

    Is there anyway to set max items per tile? I've read that it's possible using onMoveItem from events/player.lua but I can't figure out how. Thanks, in advance.
  7. narko

    Twitch - stream areas, possible?

    https://otland.net/threads/stream-live-from-your-website.175351/ https://otland.net/threads/live-stream-players-from-temple-depot-on-www-tfs-1-0.219519/
  8. narko

    monster with saves top hits

    You will need to edit this script a little bit according to your request but here's some start. https://otland.net/threads/interactive-training-monk.145227/
  9. narko

    TalkAction tfs 1.0 !buyaddon "addon

    function onSay(player, words, param)
  10. narko

    check item in backpack

    This might be useful https://otland.net/threads/creatureevent-onmoveitem-cid-item-count-tocontainer-fromcontainer.185781/
  11. narko

    Compiling compiling tfs to otx [SOLVE]

    Use the same items.otb fron your old tfs. It shall work.
  12. narko

    Feature Reward Chest & Boss Reward [TFS 1.2]

    So you get 100% of the loot. Maybe you missed a configuration.
  13. narko

    Return premium points from z_shop_offer_history

    I'm going to test it as soon as I get home, thank you. Edit: Just tested it and the amount of points are really high, it seems like something isn't working properly. I figured that out because the items costs like 15-30 points, not that expensive.
  14. narko

    Return premium points from z_shop_offer_history

    Hi all, as the tittle says I wonder if some of you with dabatase skills could help me with this task, for example: INSERT INTO `z_shop_history_item` (`id`, `to_name`, `to_account`, `from_nick`, `from_account`, `price`, `offer_id`, `trans_state`, `trans_start`, `trans_real`) VALUES (1121...
  15. narko

    1.2 skull system

    You have to register it as onKill function, so the player gets the skull when reach a certain amount of frags. This script adds you the skull when log in, not in real time.
  16. narko

    Skull system script tfs 1.2

    You can use any storage, it can be changed though
  17. narko

    Solved [Gesior AAC] Newly Created Players Promoted

    Solution for this might be modiying newchar_vocation in the config.
  18. narko

    Lua Add sleep function

    Just an example, I made on my cellphone. local once = 30000 if player:getStorageValue(once) =~ 1 then player:setStorageValue(once, 1) ----- function that will be executed once
  19. narko

    [Gesior2012] Redeem a coupon system

    I'd suggest you to add 1 code per IP Adresss or account.
  20. narko

    One of the top servers with false information

    Because the server is being hosted in America, even if the owner is european.
Back
Top