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

    Query

    still doesn't add the skills =/
  2. F

    Query

    doesn't work =/ I tested in TFS 0.3.6pl1 function onUse(cid, item) if getPlayerItemCount(cid,1) then db.executeQuery('UPDATE player_skills SET value = value+10 WHERE skillid = 1 AND player_id = ' .. getPlayerGUID(cid)) doRemoveItem(item.uid) else return false end end
  3. F

    Query

    Function doPlayerAddSkill doesn't work right =/ I even tried to make a: local id = {club = 1, sword = 2, axe = 3, distance = 4, shield = 5} local pid = getPlayerGUID(cid) db.executeQuery("UPDATE `player_skills` SET `value` = `value` + 10 WHERE `player_id` = "..pid.." and `skillid` =...
  4. F

    Query

    A query (not function(doPlayerAddSkill)) that adds 10 skill of sword in the player who clicks on the chest. sorry for my english
  5. F

    Lua Buyskill

    so think of what I want to understand: doPlayerAddSkill adding the skill direct in datebase
  6. F

    Lua Buyskill

    I think your script is wrong even as the skill resets instead of adding ----- This resets the skill o/ I think you do not understand... in datebase, you put skill 350, will stay in the game 94, only game in command, the skill comes in 202 and not to add more I wanted to give a command to be...
  7. F

    Lua Buyskill

    The command only adds up to the skill level 202, if the edit of datebase to place as you want, is to do this with the command? in order to put how much skill you want sorry for my english
  8. F

    Lua Buyskill

    The skill is limited by the client, but when you add the datebase, it reboots, is to do it on command? script: local itemretirado = 9971 function onSay(cid, words, param, channel) local alpha={} confere(cid) if doPlayerRemoveItem(cid,itemretirado,10) then...
  9. F

    Compiling 64 bit

    2010?
  10. F

    Compiling 64 bit

    How to compile otserv in 64 bit? I have stian dev cpp and w7 ultimate 64 bits. Thanks
  11. F

    How to make your server client 8.61 Tutorial

    I spent my server to 8.7... on login, debug *.*
  12. F

    Skill max

    the maximum skill of attack is 202, is to increase this limit? sorry for my english
  13. F

    Fix/Patch [8.62] The Forgotten Server 0.3.6 (Crying Damson)

    go go 8.7 =) nice server
  14. F

    Lets count to 1996

    1187
  15. F

    forum's

    XTibia.com 7.5 -- OTServ.com.br 9.5 Não sou vip. -- OTFans.net ?.? Não uso muito o fórum, mais sou vip ^^
  16. F

    Siramix's Personal

    nice mapping =D
  17. F

    Lua Rune Target Problem

    You have to change this in item editor. Use on target [X]
  18. F

    Items Error?? or..?

    Use your items.xml of server in your Map Editor
  19. F

    iDELTI's MAPPING

    It was very good, very detailed =D
  20. F

    Lua Rune Target Problem

    Test this script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE...
Back
Top