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

    Error admin.log

    creio que nao seje do desenvolvedor pq existe muitas pessoas com o mesmo problema o cara ali de cima mesma esta com o mesmo problema na ultima rev eu coloquei o server.cpp se o problema continuar tenta edita o codigo fonte to no aguardo para algum desenvolvedor do tfs se pronunciar a respeito
  2. V

    MODERN AAC (Sample Chars) Can't login.

    u cant login. cause there are SAMPLES. try edit then on sql
  3. V

    MODERN AAC (Sample Chars) Can't login.

    so tell me what do u want? to when a player create a acc the become with a specific outfit? lol maybe nonsense
  4. V

    MODERN AAC (Sample Chars) Can't login.

    a mod for first items <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes"> <config name="firstitems_config"><![CDATA[ config = { storage = 30001, items = {2050, 2382} } ]]></config> <event...
  5. V

    MODERN AAC (Sample Chars) Can't login.

    you cant login these characters also there are bloked in acc i think there is nothing wrong with this
  6. V

    Error admin.log

    this sh*t lags the server a lot :( crashes all the time and noone knows what's the problem
  7. V

    Character Save Problem!!

    also have problems when there is no players online any fix for it?
  8. V

    Error admin.log

    no sense coment? why i should update to last 9.4 if my server is 8.6?
  9. V

    Error admin.log

    Bump
  10. V

    Error admin.log

    sim tenho roteador dexa eu ve se descubro algo se resolver posto aki
  11. V

    Error admin.log

    still receiving this msg any fix for it? [26/1/2012 11:46:32] (Error - void ServicePort::open(IPAddressList, uint16_t)) NETWORK: O endereço solicitado não é válido no contexto
  12. V

    Error admin.log

    chaca ai tbm se vc nao tem uma pasta faltando na pasta logs por deafult sao 4 pastas bots,chat,server e talkactions se alguma dessas estivr faltando principalmente a talkactions seu server pode laga ate trava.
  13. V

    Error admin.log

    eu coloquei o adminLogs = false e parece que resolveu o problema to com 100h de up
  14. V

    Error admin.log

    bump
  15. V

    Restricted names MODERN ACC

    bump
  16. V

    Character Save Problem!!

    im using this to save players but it only save the players position anyone know how to add players items to this save? function onThink(cid, interval) for _, cid in ipairs(getPlayersOnline()) do doPlayerSave(cid, true) return true end end
  17. V

    Restricted names MODERN ACC

    bump
  18. V

    Melee problem in weapons.xml

    u can use slot="left-hand" or slot="right-hand" but using this will not be able to use weapon in both hands so is better to use slot="'shield" add this to movements.xml <movevent type="Equip" itemid="7391" slot="shield" event="script" value="imperial.lua"> <vocation id="12"/> </movevent>...
  19. V

    Melee problem in weapons.xml

    here u are <movevent type="Equip" itemid="xxxx" slot="shield" event="script" value="imperial.lua"> <vocation id="12"/> </movevent> <movevent type="DeEquip" itemid="xxxx" slot="shield" event="script" value="imperial.lua">
  20. V

    Melee problem in weapons.xml

    why a script for melee weapons? if it just hit melee with physical damage? what your script does?
Back
Top