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

    Support TFS 1.2 Nostalrius 7.7 Check if player position is < or >

    Hi! Im creating a script where a player would use a saw on the fallen tree and gets teleported 2 squares east. function onUse(player, item, fromPosition, target, toPosition) if not target:isItem() then return false end if target:getId() == 5100 then...
  2. froy

    TFS 1.X+ (Nostalrius 7.7) Changing so that master of summon recives 100% of experience instead of splitting between master/summons

    Hey there! I recently posted in an old thread and was asking for support due to this problem (Thread name) But I was directed by @4Nathu4 to instead go ahead and create a new thread about this so the solution might not be mixed up witht solution that was found for the other engine in the other...
  3. froy

    TFS 1.X+ Experience Boost Issue

    Hey! I'm having some problems with adding a scroll for adding extra gained experience for x amount of time. For every search on OTLand I've been finding servers using event/player.lua file. Im using the nostalrius distro 7.72 tfs 1.2 and it's not using an event folder. Endless hours of trying...
  4. froy

    TFS 1.2 Standing in specific tile/pos saying specific word triggers NPC Spawn

    Wondering if this is possible? If so, how would it look like? Standing in x:32045 y:35034 z:7 Saying for example: apple Docreatenpc: James Possibly remove npc after x amount of time so other players need to follow quest path.
  5. froy

    TFS 1.X+ Login.lua Checking for vocation before determine where to teleport player when premium ends.

    Hey! I'm using Nostalrius 7.72 TFS 1.2 and noticed while testing some stuff that upon loosing premium as vocation 0 you'd get teleported to thais.. Code looks like this: -- Premium system if player:isPremium() then player:setStorageValue(43434, 1) elseif...
  6. froy

    Passing tile only possible wearing specific item id TFS 1.2

    Hey! Used search function but without succés. Im looking for script where x position cannot be passed without wearing x item in specific armor_const_slot. Has this alrdy been Done? Cannot find it..
  7. froy

    TFS 1.X+ Unable to load config.lua!

    Problem solved, please delete this thread!
  8. froy

    Compiling TFS Nostalrius 7.72 Compiling Problem

    Hey! I've done everything accordingly to this guide: otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) But when trying to build inside Microsoft visual studio I get this error: cannot open source file "boost/filesystem.hpp" full error...
  9. froy

    Tasks on Nostalrius 7.7 TFS 1.2 Problem

    Hey! I've been trying to setup a task system/task npc in the files ezzz released 2 months ago. Now I'm having some problems due to the NPC files does not look like the rest of TFS files. I'm using this creaturescript CreatureEvent - [CreatureEvent/Npc] Killing in the name of... [Now player...
  10. froy

    Lua TFS 1.2 Nostalrius Files - Creating Teleport upon kill with UID

    Using this code: local teleportToPosition = Position(32001, 32625, 7) local function removeTeleport(position) local teleportItem = Tile(position):getItemById(1949) if teleportItem then teleportItem:remove() position:sendMagicEffect(CONST_ME_POFF) end end function...
  11. froy

    TFS 1.X+ Nostalrius TFS 1.2 Skinning function

    Hello! Im trying somehow implement the skinning system into Ezzz's server from the distro section. I've edited the dat and spr file and got new item ids for the skinning knife and the leathers.. Minotaur leather 5091 green dragon leather 5092 red dragon leather 5093 <action itemid="5090"...
  12. froy

    What railing to use?

    Might not be the correct forum to ask, Ill just give it a go! I'm using the walls with id: 8476-8525. Imgur: The most awesome images on the Internet And it seems like they dont have any railing for this texture. Does anyone have a clue of what else I could use? Thanks!
  13. froy

    What do players want these days?

    Maybe I'm not a celebrity in this area / community. But I have always thought that this is something very fun to put my time in. I accidentally got caught in the map making in Open Tibia Servers. The question that I put to myself all the time, what do the players really want? Do you think...
  14. froy

    Gallery: Froy's!

    Hello, I'm new on OTLands but I'm here to showoff some of my work! A unfished piece ..
Back
Top