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

    TFS 1.X+ Help Script Lottery - TFS 1.3

    A fast way that i find is to verify in sql , group_id (1 is normal player, i dont know how u defined "staff "). You can do your lottery and then verify in sql, if the winner is god or staff, you do it again.
  2. Sacarus

    TFS 1.X+ Where are movements functions? onEquipItem, onDeEquip...

    Hi, where may I find those functions that we can target in movements.xml? onEquipItem, onDeEquipItem, onStepInField..? (TFS 1.2) (example: <movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem" />) Is it only in sources, movement.cpp>MoveEvent::EquipItem ?? Another...
  3. Sacarus

    Lua Return number of rows from select in lua

    No problem, I changed. Anyway, even with storeQuery, it was printing "false", I tried all the codes people gave me here, using storeQuery instead of query, I only got "false" like there was not Int value in result. It just worked using storeQuery in a "while" with result.next(query). I dont...
  4. Sacarus

    Lua Return number of rows from select in lua

    Sorry for the delay. I tried all your suggestions and always was printing "false", like there was not an int value to get from 'count', even with storeQuery. But, I found some example in playerdeath that worked: local resultId = db.storeQuery("SELECT `player_id` FROM `player_coins` WHERE...
  5. Sacarus

    Lua Return number of rows from select in lua

    It returns "true"
  6. Sacarus

    Lua Return number of rows from select in lua

    The select works, but it 's printing "false" using local lines= result.getDataInt(data, "COUNT(*)")
  7. Sacarus

    Lua Return number of rows from select in lua

    Hi, sorry for the dumb question, but I just cant get the number of rows returned by a select. I tried using while result.next(data) and it loops just two times, executing the same code in sql returns 4 rows. The following code prints "false". Does anyone know how to get that COUNT(*) ?? Any...
  8. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Mana rune, SD, botter?? I think u are talking about other otserv or I could not get what u are talking about...
  9. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Server is on. Please, read the changelog before playing www.tibiasurvival.com
  10. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Yes, im still working on it. I think today its gonna be online, ill post here and in facebook, dont worry. I can not turn on the server until complete the fixes because there are glitches that would result in a bad game for some people, I really need to finish it all. But I´ve already done the...
  11. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Sure, its hosted in the USA. But im translating to english, i didnt imagine that would have more people from europe and north america. Please, follow in www.facebook.com/tibiasurvival Im gonna post when the fix is done.
  12. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Sure! Ill make an in game tutorial and a video with the first steps, but there is already an window when u log in explaining the basic. Sure, future updates with new crafts gonna never stop. Thankyou!
  13. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    Online again. Sorry, we had a crash. Working on it!
  14. Sacarus

    [USA] Tibia Survival - [custom client 10.77] Survival and RPG(craft,farm..)- opened 06/26/17

    www.tibiasurvival.com This is something new, I made a server rpg/survival (like Rust, Ark). I think, it´s the first survival otserv. It´s beta version, it was recently opened. Basically, you need to collect resources from the map, like trees, stones, bushes etc... To make your equipments and...
  15. Sacarus

    VPS host recommendation

    Thankyou, Znote
  16. Sacarus

    VPS host recommendation

    Sure, ddos protection is basic. Gonna check it, tnx
Back
Top