• 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!

Recent content by Blits

  1. B

    [7.4] Avesta

    i try to use that function and the damage was not right, and i think this is more acurate, but
  2. B

    [7.4] Avesta

    Ferrus if you want Melee Damage from 7.4 use this funtion function Damage:getMelee(factor, playerLevel, playerSkill, weaponAttack) return (weaponAttack * playerSkill * 0.06) * factor / 10 end
  3. B

    NPC Delay for npcs talking, and more.

    OK I test like this and it didn't work like I suppose local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  4. B

    [request] Attack speed by weapon

    questitem = doPlayerAddItem(cid,7404,1) setItemAttackSpeed(questitem, 1000) not working in 0.2 version of tfs
  5. B

    NPC Delay for npcs talking, and more.

    I need help, I cant put it to work local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. B

    [8.4] The Forgotten Server v0.3 beta 3

    but do not save with remere now, because he will save unknown attribute. Code 23063411, and then you can run the server with this attribute
  7. B

    [8.4] The Forgotten Server v0.3 beta 3

    its because of Remere last version of editor... 1º save with remere in 8.31 2º open with simone in last version and save it 3º now you ready to use your map
  8. B

    Monster Player Killer, looks like real player

    they have skulls, how? source edit, like that code that creatures with red skull
  9. B

    OTServ "Distributions"

    dont hate "people" this is open community so will have allways alot of KIDS and not "people" so they like to do that stuff, they are simple kids because of is age not less not more, when they grow up they will stop OT so dont care about that kids... Dont horry Be Happy :) my inglish sucks
  10. B

    100% Completed Rl Map (Realy 100%) [Sold, close this thread]

    dont give the server to the community for gold(money,etc) because is sad to see people seeling work of OT(OpenTibia) i saw in otservelist alot of TibiaMap(some with 300 players some with 4 players), so if you sold this to anyone i a few days it will be free for all, so or you dont share or dont...
  11. B

    "real tibia svargrond arena" by Gesior

    one question, all working allmost 100%, but npc dont take the gold from player, just checks if they have it, if they dont have they cant do it, but if they have the gold they can do it, but npc dont takes gold, only with me? tfs update 14 i think this is only checking "if(getPlayerMoney(cid)...
  12. B

    onDeath [help]

    i was trying to manage this new file, because now i use a new playerdeath.lua but i get some errors, can you fix this new one? dofile("./config.lua") function onDeath(cid, corpse, killer) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You are dead.") if deathListEnabled ==...
  13. B

    onDeath [help]

    hmmm....
  14. B

    onDeath [help]

    this will work=? local config = { deathListEnabled = getConfigInfo('deathListEnabled'), sqlType = getConfigInfo('sqlType'), maxDeathRecords = getConfigInfo('maxDeathRecords') } function onDeath(cid, corpse, killer) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You are...
Back
Top