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

    Solved Source edit - Action ID doesn't stack

    Hello Otland, I have a few ideas i'm trying to pursue on my server but hit a snag and after countless attempts i'm feeling exhausted and bummed out to say the least. Maybe there is someone out there that can lend me a helping hand! Essentially all i'm trying to do is make a stack able item...
  2. F

    Solved Problem with releaseFocus

    I'm trying to release NPC focus from a function I have. Now this is my problem: It works, However, the npc doesn't start walking around again. Its like its frozen in place. Now you can talk to the NPC again and it has no focus it just doesnt begin moving until you release focus from the NPC...
  3. F

    Tiles not laying properly - Mapping Issue

    I'm having some issues figuring out if there is a way around this. First picture(In Game) - Doesn't show snow on the edges of the roof. Second Picture - How it correctly appears in the Map Editor https://imgur.com/a/Lapk5
  4. F

    Solved Need help locating some source code

    Nvm figured it out. This can be deleted.
  5. F

    Lua NPC responding to Modal Window Action

    Edit: Forget this post. I figured out an alternative to help with this. --------------------- Currently using TFS 1.1 Background information: I have a system in place that brings up a Modal Window when speaking to an NPC. Is it possible to have the NPC send a message after the modal window...
  6. F

    Feature ActionID for Immovable Object [TFS 1.x]

    I know you can set Unique ID to make something immovable but this might be a little better since you cant use the same Unique ID. All this does is allow you to set 1 ActionID that is used to make object unable to be moved. In game.cpp find if (!item->isPushable() ||...
  7. F

    MagicEffects stack position

    I searched and couldn't find anything in regards to this. Wanted to know if it was possible to have a Magic Effect always show up under another magic effect? (Or creature/npc) I know I could arrange them in the script to stack as I want but these two effects have different animation lengths...
  8. F

    Passive Monsters (Attack when attacked)

    TESTED ON A FRESH TFS 1.1 Not sure what it would be compatible with. Hello there! I just figured this out and thought i'd share it since I could not find it anywhere. *Disclaimer - I am very new to this. This is my first ever source edit. If there could of been an easier way please feel free...
  9. F

    Different type of bonus system (Similar to addon bonus)

    Had an idea recently to include the much loved addon bonuses that are always asked about on my server without the limit of using specific addons for the best bonus. I was wondering if anyone could manage this script. If you would like anything for your assistance please dont hesitate to ask...
  10. F

    Lua Easy request

    Need an easy request if anyone can help me out. Need a talkactions that everytime a staff types a specified command it gets a value from the table "players" and column "check". It then increases "check" by 1 and makes a new variable that = check*15 Then a message with that new variable...
  11. F

    Donation points rewarded based on account

    Well I tried to get this working but I just can't seem to no matter what I do. Would love if someone could tell me what I am doing wrong. Here is the function I added from Cyto function hasAccountStorage(cid, key, value) if isPlayer(cid) == false then error("[hasAccountStorage] Player not...
  12. F

    [LUA] Jail System Help

    Ok well i've been screwing around with this script for a few hours now and can not seem to get it to work. Anyone that can help me would be great. I know its not that hard to do if you've been doing this for a while but I have not so here goes. Request: Ok what Im trying to do is make a jail...
  13. F

    Buying Diamonds

    Looking for someone who would be interested in selling 10 Diamonds for paypal cash. Im on Jasper. Reply on here if you do or know someone that does. Thanks :)
  14. F

    [USA] 8.2 Flazara FULL CIP MAP- High EXP

    NOTICE: Flazara is currently in test stages. Anyone that helps test will receive an item during the release of the real server. ~*Ip*~: flazara.servegame.com ~*Port*~: 7171 ~*Client*~: Tibia 8.22/own client ~*Uptime*~: Roughly 22/7 ~*Hosted in*~: USA home computer---Going to be on...
  15. F

    GM document

    Im looking for a script where someone can add /delete something from a text document...Such as somthing like this I type /gmdoc "1. Fix poi and that will add to a text document 1. Fixpoi Then someone can type /gmdoc "read and it will display the text Can anyone do this for me?
  16. F

    Paying for script

    Looking for a simple script that im sure someone cant make. What im looking to do is have a script that can read and change the person name in game temporary? and then change it back? willing to pay for a simple script like this. If you need more info or dont understand pm me.
  17. F

    Website help

    This is the situation. When the port in the apache config is 80 phpmyadmin and the website works. However, others can not connect to me. I changed the port to 8090 and the website works perfect as long as i add :8090 after my ip address. However, phpmyadmin does not work then. Any ideas?
Back
Top