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

    Solved Dungeon System Charges. TFS 1.5/ OTclient mehah

    Hey guys, I have been trying to create my own dungeon script and I have gotten pretty far. my issue is with adding dungeon charges that regenerate over time. in the script ive said the charges to regenerate every 15 seconds just for the purposes of testing but nothing seems to make it work...
  2. eardrums

    Quest Log mission missing. TFS 1.5 / otclient redemption

    Hello, I'm trying to understand how quest logs work and connect my first quest to a quest log. The quest itself shows in the quest log but the missions dont show and I dont know why. here is the script Game.createQuest("The Mystery Plague", { storageId = 30001, storageValue = 1...
  3. eardrums

    Sprites on TFS 1.5/ OT client redemption

    Hello, I have been trying to add sprites to my server for over a week but have not been successful. When I try to open items.otb with item editor this is the error message i get I really don't know what to do. this is what my itemloader.h file looks like and i dont understand what this all...
  4. eardrums

    Item upgrade adding attributes. TFS 1.4.2/otclient redemption

    Hey guys, I'm trying to a very simple script to upgrade a weapon. Still just trying to learn how it all works and I cant figure out a specific section. here is the script function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 2385 and...
  5. eardrums

    Uploading sprites. TFS 1.4.2/ OTclient redemption

    Hello everyone, I'm trying to add sprites into my server but i cant get it to work. I downloaded assetseditor and used it to add new sprite into assets folder. I compiled. then i open lapiseditor to add it to my items.otb file. but when i open lapis it doesnt have the sprite i added. even after...
  6. eardrums

    On kill this creature > do this tfs 1.4.2

    hello, So I'm trying to make a script that when you kill a creature it does something. could be changing a players storage value or sending a message to the player. I've never messed around with the creaturescripts before, so I would love someone tell me where to put the files exactly and...
  7. eardrums

    Quest Npc Script. TFS 1.4.2/ otclient redemption

    Hello everyone, so I'm working on my first quest npc and so far I've managed to get pretty far. To be honest though I find it really difficult to keep the script organized and there is a lot i still dont understand. Can someone take a look at the script for me and help me out to organize it...
  8. eardrums

    loot bug

    hey, so this is a very strange bug. whenever I kill a creature I get this as the text from the loot. What I find weirder is that these numbers aren't even the id of the item next to it and i have no idea what they represent. Any idea how to fix this?
  9. eardrums

    Vocation based chest simple script! TFS 1.4.2

    Hey guys, So can anyone take a look at this script for me because im new to this tfs version. Its a simple chest that should give me a full eq set with a different weapon according to the vocation. I use to use 0.4 and I dont know what im doing wrong. the chest gives me items but it wont...
  10. eardrums

    Obj Builder & Spriting issues!

    Okay so im trying to get into spriting but im running into a few issues that arent making sense to me. For one thing i thought the best way to learn is by analyzing normal monsters from tibia. So i export the file and it pops up with all the different animations that creature has in 1 image...
  11. eardrums

    OtClient Title change

    Hello, How can I change the background title in the otclient. the part that says otclient redemption. Which files do I have to go to for that?
  12. eardrums

    RME looking for specific item

    Hey guys! So I'm trying to make a boat on my server and im running into problems. i feel like one of the pieces is missing ive been looking for an hour and its only 1 piece left to complete it but i cant find it this is where im stuck the bottom left side. is there something im missing...
  13. eardrums

    Set up help!

    Hi everyone, I'm very rusty when it comes to the Open Tibia scene and I'm looking for some help setting up a server from scratch. I've been reading some tutorials online, but I'm still having a bit of trouble. I'm wondering if anyone would be willing to help me out and guide me through the...
  14. eardrums

    Programmer for my new server!

    Hi everyone! I'm Sam, and I'm the creator of a new tibia server. I'm looking for a talented programmer to help me bring my vision to life. Sadly I will not be able to pay upfront. The truth is, I don't have any money to pay right now. However, I'm confident that this project will be...
  15. eardrums

    Remeres wont open with server!

    Okay so I know im probably doing something wrong here but im a complete noob when it comes to this stuff. Would be great if someone could shed some light on what i might be doing wrong. So first things first i downloaded remeres map editor and the link i downloaded it from has a small brush bug...
  16. eardrums

    Solved Only clients with 12.87 protocol are allowed

    Okay so im trying to run my own server and after downloading forgottenserver from github and downloading the otclient that was linked through the forgottenserver i seem to be having issues. ive gotten through creating a database and compiling and the server is on perfectly. i also made an...
  17. eardrums

    Storage value +1 help!

    So I'm making this script for a little lock picking skill through actions and I was wondering if its possible to do something. function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 1746 and itemEx.uid == 2026 and getPlayerStorageValue(cid...
  18. eardrums

    Exhaust for healing item

    Hello, Can anyone help create a script where when I use a certain item it heals me for a certain amount and also sets an exhaust rate. I got the script down but without being able to put the exhaust rate. This is what i did so far but so far i cant get it to get exhausted local exhaust =...
  19. eardrums

    Shading!

    Can some post a spriting tutorial on the process of shading weapons armors etc on photoshop? I am having a hard time being able to choose colors and sometimes i use the burn and dodge tool but dont get the results i want.
  20. eardrums

    Aqua Blade

    I just started out with spriting yesterday :D I made this sword and was wondering if there any suggestion to make it better!
Back
Top