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

    Lua TFS 0.3.6pl1 - doTeleportThing - Do not work.

    Hello! I want to introduce you a part of my test NPC script. On what I am testing some functions. I noticed that doTeleportThing does not work. I think the issue is in how I am writing position. Any ideas what I am doing wrong? function onCreatureSay(cid, type, msg) local pos = {x=1050...
  2. Z

    Solved TFS 0.3.6pl1 is lacking function getCreatureCondition - How can I get it?

    Hello! If you are willing to help I will be grateful for... some time ;) My engine is lacking this very needed function getCreatureCondition It is marked as TODO but it was never done. How can I get it? I can't find any c++ code for it? Any... And now I just say - ANY help will be...
  3. Z

    Lua Error in setting actionID for an item

    Hello! I am running TFS 0.3.6pl1 and trying to modify quest system to read another variable. I made some progress on my own but there must be some error in my thinking. I added ['prize_actionid'] = {XXX} to my script with NPC's for quest but I can't get it to set actionID. Instead it is giving...
  4. Z

    Lua NPC quest - getting actionID from item and set actionID for item.

    Hello, I am running a pokemond server based on TFS 3.6.pl1 My problem is with npc system. I wish to add a quest to it that will check item ID (that is already implemented) and action ID of a quest item. For bringing the right object NPC will give a item with specified ID and Action ID...
  5. Z

    [Request] Making itiems

    Heya Guys ; D You helped me a lot last time when I asked you for a script for removing the wall so maybe you could help me now : ) I'm too dump to make this script (still learning). I have an idea and I wish to use it on my OTS : ) Its a system where a player must make a weapon for himself...
  6. Z

    Czy wśród rodaków znajdzie się jakiś dobry grafik? :>

    Witam wszystkich :P Fajnie jest wkońcu popisać po polsku na tym forum ^^, Do rzeczy ; D pracuje sobie nad pewnym projektem gdzie praktycznie wszystko mam własne : P Jednak bozia nie obdarowała mnie paroma umiejętnościami i poszukuje grafika który będzie miał bardzo duże zlecenie ; DDD...
  7. Z

    Your internet service providers

    Heya guys lets "Chit Chat" : P I'm wondering what speed of internet you have for what cost : ) I have run on idea to ask you this becouse I dont believe sites like speedtest.net or others. Why? Cause my internet in Poland cost me 49zł (10 Euro) and always when I check speed I have quite good...
  8. Z

    [Request] disappearing wall

    Heya guys! First i will present u a code that is not working on my TFS 0.2 : < The code is supposed to work on evolution server... Can this work on my? With this first one i havent got any errors in console... it just didnt work in game. function onUse(cid, item, frompos, item2, topos)...
Back
Top