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

    Solved Strange items coming out of quest chest

    It depends on the script you want your chest to rely on, usualy, if the items are in the chest in remere, a lot of script use Action ID 2000 on the chest, and in action.xml they add a script when chest is used, it checks if the chest has action ID 2000, then it checks the ID of the item inside...
  2. D

    [CANADA] MORTEM 7.4 |DDos Protected|- START 13/12 - 06 AM GMT +3

    It look like you just downloaded RaelOtx, you changed pz on boat and ammunition conjure counts and you make it online without any effort, you did nt even thank the devlopper of your server [...] https://otland.net/threads/7-72-realotx-with-castsystem-opensource.243698/page-8#post-2409556 This...
  3. D

    [7.72] RealOTX with CastSystem - OpenSource

    Check the item ID using stackpos instead of refering to the tile ID, their should be a function getTopThingPos or something like that to get the ID of the top item, if this id is not equal to rope spot,--> return false, esle --> execute the rest of the rope script =)
  4. D

    Death loss percent or not?

    Do you prefer loosing nothing upon dieing, or looting something when killing someone?
  5. D

    Monster Passive Monsters

    Works Perfectly, nice Tutorial, Very complete =) thx for sharing! you are awsome ;p saved me a lot of time :D <3
  6. D

    NPC Advance Guard [Attacking Pk's and Monsters with options] [TFS 1.x]

    Ok, I find out now,, the problem happen only when there is more than 1 guard on the map when I added 10 guard by city, it bugs
  7. D

    NPC Advance Guard [Attacking Pk's and Monsters with options] [TFS 1.x]

    Help please, i'm using this, the script load correctly, but the guard wont attack any player or monster.... it seems that he can't find any target... !
  8. D

    Solved Openning Ports ! help please!

    Thx! Limos solved my problem :)
  9. D

    Solved Openning Ports ! help please!

    Hello, I've openned my port 7171 & 7172 Both TCP & UDP in portfowarding scrtion of my rooter, I've been through every post of @Limos Explaining how to add a dns to the Host file, so Ive modifiet my host fill and added this line : 192.168.0.5 danot.no-ip.org Then I created this hostname on...
  10. D

    Compiling TFS for 7.6 -- makefile

    Bump!
  11. D

    Compiling TFS for 7.6 -- makefile

    Hello , I've got a problem while trying to compile my tfs source for 7.6, I've got these 3 files: Autogen.sh configure.ac makefile and all the other .cpp and h files. I have a problem while executing the following command ./autogen.sh error: no`Makefile.am' found for any configure output...
  12. D

    Request maps you need here!

    Tenthplanet map please ;))))
  13. D

    OTHIRE 7.6 - WITH MAP, QUESTS, NPCS, WEBSITE, SOURCES, LIBS...

    Can you give more details? :P do you have any error in console? does the script load correctly ? does the npc answer when you say hi ? ;p
  14. D

    OTHIRE 7.6 - WITH MAP, QUESTS, NPCS, WEBSITE, SOURCES, LIBS...

    Mh, first of all you have two choice, Would you like to put it online on a vps (dedicated server) or host on your own computer?, If you want to host it with your own computer, you can run Uniserver, This is your mysql database, where the accounts and password and character is stored. Its also...
  15. D

    GlobalEvent [TFS1.0] Generate Automatic Map [ 6 biodiversity + river and underground! ]

    Hi Everyone, this is my first script realease on Otland, Hope you guys like it! The project was for a mix of Tibia and Minecraft Map, It generates River Grass biodomes, Desert biodomes, Jungle biodomes, Snow biodomes, Field biodomes, Water Biodomes, And underground floor from 8 to 15 with blue...
  16. D

    OTHIRE 7.6 - WITH MAP, QUESTS, NPCS, WEBSITE, SOURCES, LIBS...

    Make sûre you havent set password type to sha1 in config.lua :p
  17. D

    Solved Item:remove() error - help please !

    Fixed! I used local pos_ = {x=posx,y=posy,z=posz} local items = Tile(pos_):getItems() if items ~= nil then for i = 1, #items do items:remove() end end
  18. D

    Solved Item:remove() error - help please !

    hello, I'm trying to remove a tree from a certain tile with tfs1.0 for 10.41 i'm using this code below v Tile(posx, posy, posz):getTopTopItem():remove() but I'm getting error, attemp to index a nil value! can someone solve my problem please! thx
Back
Top