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

    Can not start my server? TFS 1.0

    ehh i can help you with team viewer if you want. Priv msg. Now i go sleep because i have work soon, ill be on forum in 18,5h. If you won't solve it till that time prepare Skype and Teamviewer 10
  2. S

    Can not start my server? TFS 1.0

    use resetrot.bat go to http://localhost/security/index.php make your password, set it in config and should work fine XAMPP DIRECTORY PROTECTION (.htaccess) example: UserNameLNt2 / password If you can't fix error that you made, you can make copy of your file htdocs and shutdown then reinstall...
  3. S

    Can not start my server? TFS 1.0

    If you didn't deleted xampp folder inside htdocs you will be able to connect http://localhost/security/index.php and change password #edit If you don't remember your password, you can use .bat file to restore your defaults root/no password It is located in: xampp\mysql\resetroot.bat
  4. S

    Can not start my server? TFS 1.0

    login to xampp in http://localhost/phpmyadmin and use that into config.lua, must be exactly same user and password you did misstype somewhere for sure
  5. S

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Same problem here. For every player it is rolling full loot. It should only split "one" loot to all attackers but it is rolling for every player his own loot and they all get ferumbras hat. 30 Players = 30 feru hat because its 100% drop chance.
  6. S

    [MAP ISSUE] Downstairs->NoCharacter->CTRL+G = Black Screen.

    Maybe he is using crap tibia client. Try download client here and test it. http://tibia.sx
  7. S

    -

    For what i know its not fixed even in released 10.77, because everyone is using trade. I can't help you with this version.
  8. S

    -

    Try this: <?xml version="1.0" encoding="UTF-8"?> <npc name="Sam" script="default.lua" walkinterval="2500" speed="100" walkradius="2" floorchange="0"> <health max="100" now="100"/> <look type="131" head="76" body="94" legs="95" feet="95" addons="0" mount="0"/> <parameters>...
  9. S

    Lua Destroy item on move

    And no errors in console? thats all you can tell us? If you have no errors that means you dont have this function or you put it in wrong file. Say what files you using to run this script and show us full script. Full paths to scripts from data/ to file.xml/.lua Take a look on console when you...
  10. S

    Captain Haba lua TFS 1.0 (Request)

    https://otland.net/threads/regarding-requests-read-this-before-posting.38521/
  11. S

    config ip

    Call someone who know english and can explain me your problem in more than 3 words. If I say: the wheel of my bike = black and does not work and all same bike Will you understand what does it mean?
  12. S

    Bug Fire Field [TFS 1.1]

    You should edit thread title to solved so others who want help people will not waste time on reading solved threads.
  13. S

    Bug Fire Field [TFS 1.1]

    Every item with "action" need to be started somehow so you need to add it in specified files like actions/movements etc. in your example its movement type. So you are probably missing movements.xml onStepIn and itemid of that fire field. spells/scripts/attacks/fire field.lua local combat =...
  14. S

    Lua Destroy item on move

    lol 0.4? do you have function onMoveItem?? Where you put your script? If you don't have function you need to compile server and use this tutorial to add function. https://otland.net/threads/creaturescript-onmoveitem-moveitem-frompos-position-cid.96742/ 2 months ago i was hosting max 8.6...
  15. S

    Lua Destroy item on move

    Try this: function onMoveItem(cid, item, count, toContainer, fromContainer, fromPos, toPos) if getPlayerVocation(cid) == 0 then doRemoveItem(item.uid, 1) return false end end In TFS 1.2 i used this: if item.itemid == 2223 then item:remove(-1) return...
  16. S

    Linux TFS1.0 (ERR: 20..02) - TFS1.1 (Connected)

    When i tryed to use monsters pack from TFS 1.0 in TFS 1.2 i couldnt login to the server. (only monsters) Try to change back monsters. There are many possible issues but i had this one so telling you.
  17. S

    Animated Text Anyone?

    There is no animated text in this version cipsoft removed it.
  18. S

    Compiling Fist fighting for Glove fighting

    If you won't say TFS version you can wait forever, just saying. If you don't want to say every thread your TFS version just write it in your signature like i did.
  19. S

    Lua Problem canWalkthrough DP

    So how about posting your scripts? example: movements/scripts/tiles.lua and show me your data/XML/groups.xml I can't help if i have no information about your server, its kinda impossible. In front of me is still a long way to become a wizard to guess your scripts. Telling me your TFS version...
  20. S

    Compiling Reload Error TFS 0.4 with Sources

    It reloads correct one but ALSO all the mods you have. So if in mods/ you have 3 mods it will show you something like this: [17:23:08:133] > Loading firstitems.xml... done. [17:23:08:135] > Loading newscript.xml... done. [17:23:08:139] > Loading newscript2.xml... done. [17:23:08:145] > 3 mods...
Back
Top