• 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

    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...
  2. 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...
  3. P

    [Bug] opcode theforgotten server 1.4.1 10.98

    Have you created new sprite files or deleted some ids from the cip ones ?
  4. P

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

    Im trying to just change the sprites, when player dies chest appears and when somebody clicks/opens the corpse(chest) the sprite changes into the open sprites but when i do this with onUse the corpse loses the owner and everybody can open it
  5. P

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

    thank you <3 1648478935 got 1 more small question is it possible to move the corpse from onDropLoot function Monster:onDropLoot(corpse) if hasEventCallback(EVENT_CALLBACK_ONDROPLOOT) then EventCallback(EVENT_CALLBACK_ONDROPLOOT, self, corpse) end end to the onUse that u showed ?
  6. 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
  7. P

    TFS 1.X+ Tools

    Since tfs moved protocol up to 12.something what are the tools like itemeditor and rme
  8. 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...
  9. P

    Lua Combat types

    anybody ? For example how do i deal damage to a target which is not more then 1 sqm away ?
  10. 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 ?
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. P

    AAC ZnoteAAC vs MyAAC

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

    Autoupdater

    Got it thank you very much ^^
  17. P

    Autoupdater

    I know 0 about autoupdater but going on from what u said i get it like this i have to have website for it all my files from client have to be somewhere in the website and i just put the website adress into the updater
  18. 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...
  19. P

    Programmer ObjectBuilder bigger width and height

    i just have bigger effects/outfits which are bigger then the actual limit(10) 20 will be just a new safe threshold I figured out a workaround but its unpleasant so i want to make the changes
  20. P

    Programmer ObjectBuilder bigger width and height

    thats not gonna be a proble the biggest cuckblock is object builder :(
Back
Top