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

    Bug in vocation

    can you show your vocations.xml?
  2. zerghel

    Map problems!

    maybe there is missing both files mapname-spawn.xml and mapname-houses.xml in map folder if you have the 3 files in folder (including mapname.otbm) then the spawn and houses scripts are messed up or you changed the name of the otbm if the map's name is forgotten.otbm you should have...
  3. zerghel

    [RME] Doesn't work items 8.54

    yes you can do something as i did xD go to remere's map editor installation folder/data/854 copy items.otb and paste in your server's items folder (allways make a backup) simple as that now your server will load the map correctly ;) even if you press that "evil yes"
  4. zerghel

    execute query via lua 0.2.7?

    is possible to execute a DB query via lua script using tfs 0.2.7? how? i'm trying to set this one by using an item databaseQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + 1 WHERE `id` = ".. getPlayerAccountId(cid) ..";") but tfs 0.2.7 has no getPlayerAccountId function
  5. zerghel

    Cykotitan's frag count in soul window HELP

    btw i had to gainsoulticks="36288000" if you don't have this just add it gainsoulamount="0" to make it work properly but is there a way to stop getting soul by killing in duel zone? (pvp zone)
  6. zerghel

    Cykotitan's frag count in soul window HELP

    oh i see thx for the reply ^^ Works perfect
  7. zerghel

    Cykotitan's frag count in soul window HELP

    ok so the script looks good this script adds a soul point for each frag the player makes here is the script local config = { onlyLastHit = false } function onKill(cid, target, lastHit) if isPlayer(target) and (lastHit or (not lastHit and not config.onlyLastHit)) then...
  8. zerghel

    Lua Script on showing number of frags in soul points window. :/

    ok but in mistic spirit you get 1 soul point for each monster you kill too and the counter stops in 255
  9. zerghel

    delete specific monster(s) from map?

    i want to delete all custom monsters from map is there a simple way to do this?
  10. zerghel

    Be Honest!

    hate movies when this game will finish?
  11. zerghel

    [Request] 4 items to get teleported

    Flawless as always, ty sooooooooo! much
  12. zerghel

    [Request] 4 items to get teleported

    hello OtLanders i'm needing a script i hope you could help me 4 coal basins for 4 items and a lever to delete those 4 items and get teleported sounds simple but im very noob with lua btw! im using mystic Spirit U.U
  13. zerghel

    Yo Momma! [tibia version]

    Yo momma is so fat that she uses an AOL as ring
  14. zerghel

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    Patch level 2? when? i don't like how the server gets owned by bots i'd execute the query on DB but still happens anyway keep up the good work guys!
  15. zerghel

    Packet Size problem..

    Works for nothing in this case U.U help us Elf! D:
  16. zerghel

    Premium Points Ingame

    i'll try it ;) OMG it works IT WOOOORKS! MUAJAJJAJAJA! Ty so much! Rep+ (i don't know what is it for, but there it is)
  17. zerghel

    [HELP]BAN command

    in your database the bans table is missing or empty? xD
  18. zerghel

    Premium Points Ingame

    the thing is that may work with Gesior's acc maker for tfs 0.3.6 i don't know much about php but in my database the premium points are stored on the accounts table instead of the players table
Back
Top