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

    error loading movements.xml

    i keep getting this error when i try to open movements.xml line:520, Info: Premature end of data in tag movements line 2 here is my line 2 and 520 2 <movements> 520 </movements>
  2. H

    help can you get this script to not be able to move even after relog

    function onPrepareDeath(cid, deathlist) if isPlayer(cid) then doCreatureSetNoMove(cid, 1) doSendMagicEffect(getCreaturePosition(cid), 11) doPlayerSetGroupId(cid, 2) doCreatureAddHealth(cid, 1, 65535, 256...
  3. H

    [TFS] [8.54] [SQL] Starting Cap

    try adding in the vocations.xml and changing gaincap="10" repp if it helped :)
  4. H

    Rep system fucks the server

    this happend to me i dont think it has to do with the rep system, go into your creaturescripts and take out the login.lua line and the ondeath or player death line repp if it helped :)
  5. H

    Problem mapping quest

    if you don't want low levels to enter the quest then put up a exp door and change the action id to example:1050 for levels 50 to enter or make it higher but the 1 has to be in front all ways repp if it helped :)
  6. H

    Enchanted weapons breaking

    go into your items.xml and find the item that you want to be enchanted example: energy cranial basher and change <attribute key="charges" value="1000" /> to a really high number or delete <attribute key="decayTo" value="7415" /> repp if it helped :)
  7. H

    Windows Monster training monk

    when u rightclick and go to edit on the monk or dark monk are they named training monk? lol
  8. H

    When players die, they don't lose blessings?

    maybe its not the blessings your deathloss may just be at 0 lol
  9. H

    I need a big help, for monsters show news effects!!!

    I've never seen an ot with a custom magic effect like that, just saying
  10. H

    Solved Solved

    [07/01/2012 23:33:15] The Forgotten Server, version 0.3.6 (Crying Damson)
  11. H

    Solved Solved

    didnt work
  12. H

    Solved Solved

    still didnt work this time i got [07/01/2012 22:50:52] [Error - CreatureScript Interface] [07/01/2012 22:50:52] data/creaturescripts/scripts/playerdeath.lua:onPrepareDeath [07/01/2012 22:50:52] Description: [07/01/2012 22:50:52] data/creaturescripts/scripts/playerdeath.lua:10: attempt...
  13. H

    Solved Solved

    didnt work still got the same error
  14. H

    Solved Solved

    when people die on my server they don't really die there health bar just disappears and i get a whole bunch of errors. [07/01/2012 22:21:59] [Error - CreatureScript Interface] [07/01/2012 22:21:59] data/creaturescripts/scripts/playerdeath.lua:onPrepareDeath [07/01/2012 22:21:59]...
  15. H

    Spell Aries 4.0 8.1

    change from function onCastSpell(cid, var) crit = getPlayerLevel(cid) / 15000 playerpos = getPlayerPosition(cid) rand = math.random(0, 100) local target = getCreatureTarget(cid) if(target ~= 0) and rand >= 0 and rand <= crit then doSendAnimatedText(playerpos, "Critical", 180) return...
  16. H

    I can't log onto my OT, but other people can? please help

    yes i have tried it but it doesnt work
  17. H

    I can't log onto my OT, but other people can? please help

    yes, ok here is the problem il state it again from begining OK-when i brought the server online datebase loaded fine, config fine, the ip was correct, i asked my friend to see if he could log onto it to test it out, so i brought the server up, and he logged on fine, and i was having problems it...
  18. H

    I can't log onto my OT, but other people can? please help

    that didn't work either :(
  19. H

    I can't log onto my OT, but other people can? please help

    it wont connect to character list if you do that =/, when i connect to default ip 127.0.0.1 it loads to my character list but it wont connect to game world, it says connection timed out every time
  20. H

    I can't log onto my OT, but other people can? please help

    now my tibia client wont stop saying disconnected from server =/ there is no localhost in my config here is my connection config -- Connection config worldId = 0 ip = "98.65.238.73" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171...
Back
Top