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

    TalkAction [Very Easy] emotikons

    Pretty cool, but if i send them in PM, the person who i am sending them will be unable to see when im not near them? Will they work in sentence?
  2. Wavoz

    Action [new][buff towers] Max mana and Max health increase

    I think that ' setCreatureMaxMana' is only temporary and lose its effect after logout, not 100% sure tho.
  3. Wavoz

    TFS not going

    Check your console.log to see if there are any errors if not: Make sure your version is supported and added to .tfs-version file. If your tfs version is not supported, copy your theforgottenserver file to bin folder and rename it to tfs.custom and put 'custom' as your tfs version in .tfs-version...
  4. Wavoz

    Linux what tfs shud i use?

    Find sources for your tfs and compile it for linux! I think i used rev 3884 for my 0.4
  5. Wavoz

    Inquisition Quest

    Could any English speaking kind lad help me with last bosses? I need to kill Annihilion and Hellgorak! Msg me in-game 'Druiden Sky Lord' or post here :) I can sio!
  6. Wavoz

    Xbox One and PS4 haha :-)

    Everyone complain about xbox but as soon as its out people are going to buy it anyway and they are going to love it. Its always like that. It might look bad but its actually not. TOo lazy to explain more, just do some reading. (I am Playstation Fanboy)
  7. Wavoz

    [WIP] Rookgaard Adventures

    Very unique and cool idea, but i must warn you there are not so many people in OT community who like cool RPG elements like mining and woodcutting, most of the people player 999999999x exp evo OTs with flashing signs and VIP system. So before you do the hard work, make sure you know what your...
  8. Wavoz

    Solved Custom monster spawn error!

    You were missing the beginning of Attacks tab. <attacks>
  9. Wavoz

    Solved Custom monster spawn error!

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Zorro" nameDescription="a zorro race="blood" experience="7000000" speed="2000" manacost="0"> <health now="14550000" max="14550000"/> <look type="223" corpse="6076"/> <targetchange interval="5000" chance="20"/> <strategy attack="300"...
  10. Wavoz

    Windows 8 wont let me launch ipchanger..

    I am using windows 8 myself and have no prblem with it... What folder are you having your ip changer in? Maybe you need to add ownership permissions to that folder, i have had similar issue with some system files. Properties and under security tab you can add permissions to that folder...
  11. Wavoz

    Lua Potion Problem.

    Well his other part of sentence was cancelin the first part. If you click on other people you are supposed to heal them and not you :)
  12. Wavoz

    Lua Potion Problem.

    Like this? I don't actually undertsand your problem? You want to be able to heal your friends with this potion? local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 1000)) function onUse(cid, item...
  13. Wavoz

    9.8 Globalevents

    What kind of revision are you using? I tested this on my 0.3.7 and it works perfectly!
  14. Wavoz

    Curious..

    You can set your server up locally (to localhost 127.0.0.1) and play it 'offline' or use your ipv4 address and use like 'hamachi' to play it together with your friend in 'offline' mode.
  15. Wavoz

    Weapon Accuracy

    or this: <attribute key="hitChance" value="95"/>
  16. Wavoz

    Action The Annihilator Quest (Map and Script)

    Woah, So real tibia annihilator works that way? :D Had no idea
  17. Wavoz

    MoveEvent Thornfire Wolf -> Crystal wolf

    doCreateMonster("Crystal Wolf", position, false, true) What are those false and true for?
  18. Wavoz

    Action The Annihilator Quest (Map and Script)

    Well done, script looking good, but i don't understand what are the advantages of those stones? I read your "How does it work" section like 5 times and i still don't understand why are those stones necessary.
  19. Wavoz

    Tibia lists pages!

    Advertisement Tibialist.com - Open Tibia Server List
  20. Wavoz

    9.8 Globalevents

    Not sure but interval 1 seems ridiculously low number, put it least 1000 and see if it works, then you can try lowering it a bit, like 100 maybe.
Back
Top