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

    where can i get sprites for the latest tfs ?

    like in title
  2. P

    TFS 1.X+ npc structure

    hello just got a quick question how can i check all the info about npc inside npc.lua script I want to have the same npc but have different responds depending on the npc position.
  3. P

    OTClient how to get map position in client ?

    like title says
  4. P

    OTClient onMousePress not getting called

    Using v8 I started learning some otclient coding style and right away i meet a brick wall Here is the code i started with just wanted to see if this function is gonna get called function init() connect(g_game, { onGameStart = online, onGameEnd = offline...
  5. P

    Lua Rme Stairs tile dont have color

    Like in title i dont use tibia sprites i just have my own's I wanted to make the going up and down the stars mechanic, after adding everything into ob then updating itemsa and adding them to rme when i add the mechanic to a tile everything workd but rme dont show the yellow square on a tile to...
  6. P

    TFS 1.X+ casting spell from a callback

    Im trying to figure out how can i cast spell on position which layer clicked. My idea was to use extendedopcodes saving the position where the click happend and send to server and there is a problem i have 0 clue how to cast spell from the place the positions was received Is it even possible ?
  7. P

    Lua sending info between client and server

    There was some time ago tutorial about sending info between client and server with opcodes but i cant find it anymore can somebody link it pretty please ?
  8. P

    TFS 1.X+ doAreaCombatHealth

    Hello i wanted to check and learn how that function is working but when i look inside the combat i see something like this https://github.com/otland/forgottenserver/blob/54e30f0a0f11e9dbd771027867fd27b8fad6f795/data/lib/compat/compat.lua#L353 function doAreaCombatHealth(...) return...
  9. P

    TFS 1.X+ Story missions

    hello, im making this topic to ask everybody if im thinking correctly so my goal is to great alot of story missions. The way i want to approach this is to create 1 storage and with the value changing new missions will be unlocked from ncp's As example: if storage is x then player is able to tell...
  10. P

    TFS 1.X+ How to check if player clicked on something

    Like in title, for example if player clicks on a corpse (opens a corpse) something will happend
  11. P

    TFS 1.X+ Tools

    Since tfs moved protocol up to 12.something what are the tools like itemeditor and rme
  12. P

    OTClient Crash when trying to login

    Hello at start i want to say everything was working really god for like months All i was doing today was playing with monsters number in server while turning of and on a serwer and a client when all of a sudden something happend and whenever i click to login into a character the client crashes...
  13. P

    Lua Combat types

    Is there tutorial that contain every single possibility to do with combat (inside spells) if not then is there somebody kind enough to write it for me ?
  14. P

    Programmer [Paid Job] New spell functionality

    Im looking to create new functionality. Here is the video with example: Another one: Additional info: When spell is used/or called with a function inside spell the player is shown the area of the spell and is able to choose position where the spells damage/effect is dealth/shown If player goes...
  15. P

    TFS 1.X+ Changing money sprite based on amount

    By default its working and the sprite changing (from top left to down right) 1, 2, 3, 4, 5, 10, 25, 50 My question is where do i change it cause i have sprites which have more sprites and after i correctly add it in object builder in game its not working at all, all i did is increaed patterx...
  16. P

    Lua tfs and client connection

    Hello, does anybody have idea what to use/how can i make this. My goal is to make a spell which waits for player to choose position where to throw a spell (something like a rune but i want to show that area of the spell) The spell: local animation = { cast = { start = 29...
  17. P

    Lua Taking tables values

    Let me start with what table i have created local outfitStates = { goku = { start = 10, stop = 16, last = 27 } vegeta = { start = 23, stop = 26, last = 29 } brolly = { start = 30, stop = 36, last = 37...
  18. P

    AAC ZnoteAAC vs MyAAC

    I want to create website so there comes my question what are the differences between those 2 ?
  19. P

    Autoupdater

    Hello could somebody explain how the autoupdater works and stuff i need for it to work for example in otcv8 -- CONFIG APP_NAME = "otclientv8" -- important, change it, it's name for config dir and files in appdata APP_VERSION = 1337 -- client version for updater and login to indentify...
  20. P

    Programmer ObjectBuilder bigger width and height

    In this object builder GitHub - whiteblXK/ObjectBuilder (https://github.com/whiteblXK/ObjectBuilder) The job is to increase the maximum width and height in the window where we place sprites lets say to 20 (actual max value is 10 in both) https://i.gyazo.com/84d73da5ae19b5071fae28b1e4b8ac0d.png...
Back
Top