• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. xLosT

    Lua Intentialy reset level on death

    I used it now, it worked so there was a little problem To lose the level the player needs to die two times Or else give at least one relog before die
  2. xLosT

    Lua Intentialy reset level on death

    I tried to make it simpler, but it did not work and it did not error <event type="death" name="reset" script="tfws_creaturescripts/reset.lua"/> function onDeath(cid) db.query("UPDATE `players` SET `level` = '8', `health` = '180', `healthmax` = '180', `experience` = '4200', `maglevel` =...
  3. xLosT

    Lua Intentialy reset level on death

    i use death and preparedeath dont work [Warning - Event::checkScript] Event onDeath not found. scripts/tfws_creaturescripts/reset.lua [Warning - Event::checkScript] Event onPrepareDeath not found. scripts/tfws_creaturescripts/reset.lua
  4. xLosT

    [TFS 1.2/1.3] Free scripting service

    i need one request, if death back level 8 or loss all exp i use deathLosePercent = 100 and dont loss 100% 101+ more debug and dont loss any exp
  5. xLosT

    Remove Storages with free account

    thank
  6. xLosT

    [10.77+ - TFS 1.2] The Forgotten [WAR] Server v1.1 (UPDATED 17/12/15)

    i found one bug i add storages for vip user and work for sorc, druid and paladin but with knight character received level and skills but dont login Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tfws_creaturescripts/warlogin.lua:onLogin...
  7. xLosT

    Remove Storages with free account

    i create this, but dont work function onLogin(cid) if getPlayerPremiumDays(cid) > 1 then setPlayerStorageValue(cid, 24023, -1) setPlayerStorageValue(cid, 24024, -1) setPlayerStorageValue(cid, 24025, -1) setPlayerStorageValue(cid, 24026, -1) setPlayerStorageValue(cid, 24027, -1)...
  8. xLosT

    Remove Storages with free account

    this add storage if premium? i need if free account remove storages storage is 24024, 1 to remove i set 24024, 0?
  9. xLosT

    Remove Storages with free account

    i need creaturescripts if login check Premium or free account, if free account remove five storages
  10. xLosT

    Npc exhaust

    My machine came back 3 hours, I do not know the reason but it caused this I set real time and work now
  11. xLosT

    Npc exhaust

    my server is down, and now is not possible to trade or travel with npc because have exhaust in lib npc modules elseif os.time() < getPlayerStorageValue(cid, exhausts) then npcHandler:say('Sorry, but you need to wait three seconds before travel again.', cid) How can i...
  12. xLosT

    Bug Gesior Logout

    Today after the serve save, when I enter some account of the gesior and I go any page auto logout, is not possible create character because logout in create account another error The Following Errors Have Occurred: Information about verification code in session is empty. @edit this bug is on...
  13. xLosT

    Restart Linux

    How can i restart tfs only at scheduled time on linux? I thought i'd do it for crontab, but how do i go back to the screen before running tfs @edit i creat sh with directory and work #!/bin/bash ulimit -c unlimited while true; do cd /home/otserv && ./tfs; done one more question, how do i...
  14. xLosT

    How can i add GOD Acc to 10.98

    player group 3 account type 5
  15. xLosT

    Store game debug

    store.cpp http://pastebin.com/xm5sLKZZ store id's http://pastebin.com/LGjzwB5x
  16. xLosT

    Store game debug

    tfs 1.2 player.cpp http://pastebin.com/uQn9ZMDa networkmessage.cpp http://pastebin.com/R0GDK71r
  17. xLosT

    Store game debug

    i configure /data/store store.xml <?xml version="1.0" encoding="UTF-8"?> <store> <category name="Tool" icons="Sneaky_Stabber_of_Eliteness.png" description="Buy items direct for your character."> <offer name="Sneaky Stabber of Eliteness" price="2" icons="Sneaky_Stabber_of_Eliteness.png"...
  18. xLosT

    Custom Client [8.6 - 10.XX]

    I changed the ip, but it asks to update, I click cancel and enter normal But I would like to remove this
  19. xLosT

    Custom Client [8.6 - 10.XX]

    How to remove client update 10.98 to 11?
  20. xLosT

    Cant connect OTX

    Hello, I have a ubuntu 14.04 with tfs 1.2 tibia 8.6 server running i compile OTX from github The server opens, but I can not connect to it >> Global IP address(es): 177.54.157.185 > Bound ports: 7171 7172 >> Everything smells good, server is starting up... >> OTXSERVER server Online...
Back
Top