• 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

    Problem with skulltype in TFS 1.0

    I doubt that function exists in TFS 1.x, but here's a list of the functions for 1.0. They might be useful: https://otland.net/threads/tfs-1-0-lua-functions.197202/
  2. narko

    Problem with skulltype in TFS 1.0

    Player(cid):getSkull() == 0 or getPlayerSkullType(cid) should work aswell.
  3. narko

    CreatureEvent KillingInTheNameOF (task system) for OTHIRE 7.72

    OTX 7.72 is based on TFS 0.3.7 so the script system is the same, you can use a 0.4 script aswell It shall work.
  4. narko

    Lua TFS 1.x - player:getStorageValue not working with this script?

    You missed the storage's value in the condition, for example: player:getStorageValue(37113) =< 1
  5. narko

    tfs 1.0 ShopOffer ShopAdmin

    https://otland.net/threads/gesior2012-items-shop-installation-administration.170654/
  6. narko

    Solved [TFS 1.2] Free mount at start

    If you want multiple mounts to be added, you can short that function for this. for k = 1, 74 do player:addMount(k)
  7. narko

    Compiling Addon 3

    You have to modify the client side though.
  8. narko

    Lua Monsters Attacking Other Monsters (How to?)

    I don't think that is possible without source editing since you have to change monster's behaviour and that is all in monsters.cpp
  9. narko

    TalkAction [TFS 1.1-1.2] Guild Outfit Change (!go)

    You can pick up the 0.4 script and use propper compat-global files, It should work.
  10. narko

    how to login in to my server

    Open cmd and run "ipconfig" search your IPv4 and use that IP, usually has this format: 192.168.0.x.
  11. narko

    I'm new. Critique me, bitches.

    x2
  12. narko

    [USA] Fortera-Global RESET! RE-START at 31/03 20:00 GMT-3 Full 10.90-91 / PERFECT FERUMBRAS QUEST

    This server starts every month, not recommended at all.
  13. narko

    Delete :D

    https://otland.net/threads/guide-how-to-take-ingame-images-properly.104784/
  14. narko

    (Solved) - Action to insert in a Table.

    local m = members
  15. narko

    Team RealMap

    If you are looking for a RL MAP 10.x you should use this: https://otland.net/threads/10-77-tfs-1-2-orts-a-real-map-project.204514/ and make your own changes.
  16. narko

    Lua How to set +1 frag? If kill monster?

    Please tell us what TFS you use, it can be handled using storages though.
  17. narko

    TalkAction [TFS 1.1] - !aol or !bless

    The script seems to be working, but you should start using TAB to give the script a structure.
  18. narko

    for help i pay

    What do you exactly need? If you only need to compile the server and install web-server I could help you. PM Me.
  19. narko

    Linux DDoS Protection Script For iptables

    Yo ueed root in order to do that so run: su
  20. narko

    Clone player

    Man you are ridiculous seriously. With that atittude nobody's going to help you for sure. Anyways I'm out of this thread, not going to arguee with someone who doesn't respect other people.
Back
Top