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

    Stat system

    how to link the modalwindow in creaturescripts properly? <event type="modalWindow" name="test" script="test/test.lua"/> ? ending up with this error
  2. W

    TFS 1.X+ 1.3 Learn and teach spell

    Yes I have an error here on adding to the array, I am closing as many as I open to add spells but I am not in the right layer, however when i adjust it down it is still not right. local spells = { ["light"] = { -- Make sure the spell name is exact as it is in spells.xml...
  3. W

    TFS 1.X+ 1.3 Learn and teach spell

    if player:getPosition():getDistance(target:getPosition()) > 3 then was not in last posted code fyi. I used it then replaced that then ended up with a index nil value error off line 105 text = text..""..SPELL.itemsReq.count.." "..Item(SPELL.itemsReq.itemid):getName()..", " The problem...
  4. W

    TFS 1.X+ 1.3 Learn and teach spell

    :eek: I dunno what I did wrong.
  5. W

    TFS 1.X+ 1.3 Learn and teach spell

    not working with new code, much the same error from the same line
  6. W

    TFS 1.X+ 1.3 Learn and teach spell

    I didnt adjust the first spell data part on the original error I got, but the second error I updated the image on it is about the distance to a target :P
  7. W

    TFS 1.X+ 1.3 Learn and teach spell

    The distance to the other player is having an issue? line 40 and 61 are pretty clear! wonder why it is all mad about that.
  8. W

    Tibia OTClient Android

    Are the files for this still availiable?
  9. W

    TFS 1.X+ 1.3 Learn and teach spell

    I have a vocation that can teach other vocations spells but I need a talkaction that can handle an array of spell names I can fill out, compare them against them command given and an existing entity as well as take an item as cost to use the talkaction. Sample command would be !Teachspell...
  10. W

    custom item crash

    I think you will also need to build the item with object builder and save that into the client.
  11. W

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Annoying stuff, just make sure you get the build tools 142. that can be done in the installer and modify what you are installing and make sure to get the toolsets to be able to compile. if you can not compile and have an error like this... Severity Code Description Project File...
  12. W

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Vs 2010 professional install base files . iso My dropbox. https://drive.google.com/open?id=1x2PaoTzZWFTHTtRz2mLCLtPmXpjCeciM because everything else I could not get to work and have been trying for some time...I got my hands on this and ill retry the tutorials after I get this installed...
  13. W

    A way to disable or change the names of items in market.

    Ok, yes after getting the object builder and then adobe air I was able to change the names of items in the market on my server. Thank you very much for the help and this is considered solved. Once again thank you! the item editor was not able to help me with this but the
  14. W

    A way to disable or change the names of items in market.

    hmmm really? what is that
  15. W

    A way to disable or change the names of items in market.

    Title says it all I guess, I have an otb editor and after editing items the names do not change in the client. If I can not change the market can I easily just disable it in the config? If not perhaps that might not be a bad code addition for a new release because the inability to change what...
  16. W

    Some sort of pixel gallery

    you guys do great work :) too bad I can not add anything to this. Keep up the good work!
  17. W

    10.98 item/spr/dat editor

    Yes that did get me to an item editor. However it does not seem to change the names in the client for the market items. Any idea on that? 10.98
  18. W

    OpenTibia Item Editor (10.98)

    Changing the names does not seem to change the market place names, what am I missing?
  19. W

    OpenTibia Item Editor (10.98)

    Great! just had to navigate to my server files and the items to find the otb.
Back
Top