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

    Solved Problem with save script.

    lol.. I'm blind :) check function 050-function.lua function getBooleanFromString(input) local tmp = type(input) if(tmp == 'boolean') then return input end if(tmp == 'number') then return input > 0 end local str = string.lower(tostring(input))...
  2. kkk111

    Solved Problem with save script.

    Which engine?
  3. kkk111

    Linux installing Gesior Acc cannot read config.lua

    use comands cd /home/ chmod 777 -R forgottenserver
  4. kkk111

    God account help

    if exist account = 100?? DOWN!
  5. kkk111

    Solved GET position

    Not tested... local config = { secToRemove = 50, possCreate = {x = getCreaturePosition(cid).x, y = getCreaturePosition(cid).y+1, z = getCreaturePosition(cid).z}, possTeleport = {x = 32346, y = 32224, z = 7}, tpID = 1387 } function onUse(cid, item, fromPosition, itemEx...
  6. kkk111

    God account help

    Execute sql to create account and god change 12344321 to your account change password here to your password INSERT INTO accounts (name, password, type) VALUES ("12344321", SHA1('password here'), 5); INSERT INTO players (name, group_id, account_id) VALUES ("GOD", 3, (select id from accounts...
  7. kkk111

    Solved GET position

    ----- to save setPlayerStorageValue(cid, 15000, getCreaturePosition(cid).x) setPlayerStorageValue(cid, 15001, getCreaturePosition(cid).y) setPlayerStorageValue(cid, 15002, getCreaturePosition(cid).z) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Your position save sucess.") ----- to return...
  8. kkk111

    Lua Soul regenerate item attribute

    sorry, can not understand what you wanna explains a little better
  9. kkk111

    Lua Soul regenerate item attribute

    actions/actions.xml <action itemid="xxxx" event="script" value="soulpoints.lua"/> actions/scripts/soulpoints.lua function onUse(cid, item, frompos, item2, topos) soulMax = 200 -- max soul poitns removeItem = true -- true to remove item // false no remove item...
  10. kkk111

    [8.60] Thais War with PvP bots

    I get ban otservlist in an hour, but it was enough for me and my friends play, many laughs. Thanks!!!
  11. kkk111

    Uniserver Config.php

    use user/password from mysql-service will probably find it here look in folder otserv/config.lua -- Database sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "pass" sqlDatabase = "database"
  12. kkk111

    [8.60] Thais War with PvP bots

    very very nice is possible to make the team? red team x blue team
  13. kkk111

    [Gesior Acc]Black & Red Skulls Following Cursor

    horrible/kid stuff...
  14. kkk111

    Gesior AAC 2011 - Needed? Ideas?

    @up have news?
  15. kkk111

    Fix/Patch [Source] Downgrading TFS from 8.1 to 8.0

    aff ... Last Post: KaczooH 26th April 2008, 14:56 or almost 4 years bye ¬¬
  16. kkk111

    [Gesior Acc] Aleh Lay

    add some effects at the top (flashing lights, fire or lightning) is very good :)
  17. kkk111

    Gesior AAC 2011 - Needed? Ideas?

    Gesior change the name to Gesior AAC 2012
  18. kkk111

    [LUA] How to stop death?

    and use first function "if isPlayer(cid) then" and check hp for second
Back
Top