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

Search results

  1. dami1310

    OTClient Trying to compile OTCV8

    Are you using these?
  2. dami1310

    TFS 1.X+ |Playername| tfs 1.5

    'Ahhh, this softness! I'm impressed, ' .. player:getName() .. '. You're on the best way to earn that turban. Now, please retrieve 100 fish fins.'
  3. dami1310

    Solved Best way to convert client spriteId to server item id ?

    This is 10 years old thread. But you can do it like this: ItemType(serverId):getClientId()
  4. dami1310

    Count to 10!

    6
  5. dami1310

    Smooth Walking

    You don't need another client, just edit dat/spr. Copy outfit sprites from newer versions (with more animation frames) and paste into whatever you are using.
  6. dami1310

    Smooth Walking

    But are you actually using outfits with more animation frames?
  7. dami1310

    OTClient Resize Outfits

    These are actually really similar in size, it's just that 1 is offset (look where the feet are).
  8. dami1310

    g_game.enableFeature(GameBlueNpcNameColor) otcv8 is there a way to change the color without source edit?

    It is not a feature, its a function. You have to add new module with a script using this function.
  9. dami1310

    Public opinion. What if a HARDCORE server was created? death=delete

    If you think that people will "start to think completely different than before", you are wrong. Most will think the same, do the same, die to random thing and ragequit. That's it. Unless you expand the idea, it won't succeed.
  10. dami1310

    Teksik94 - Gallery

    Are you really advertising yourself using not your sprites?
  11. dami1310

    Graphic Designer [Noyek] Sprite Service

    Available! Looking for some work.
  12. dami1310

    TFS 1.X+ "nil" value while talking to npcs tfs 1.5 - 8.6

    print("work1") Will print work1 print(work1) Will print value of variable work1, which doesn't exist in this case therefore its nil
  13. dami1310

    Lua Percentage Damage on Action

    player:addHealth(player:getMaxHealth() / 5 * -1)
  14. dami1310

    Best approach to make custom dat/spr compatible with cipsoft updates

    Still sounds more reasonable than what you are doing right now.
  15. dami1310

    Best approach to make custom dat/spr compatible with cipsoft updates

    Export new tibia spr/dat and import to your custom one?
  16. dami1310

    Feature [1.5] add magicDamage in vocation.xml

    You mean, would adding another file to control the outcome damage (even splitting melee and spell) be easier than this? Not in my opinion.
  17. dami1310

    TFS 1.X+ tfs 1.5 by Nekiro 8.6 atack wepon distance

    Read your config.lua carefully.
  18. dami1310

    DistEffect Speed

    100ms/sqm
  19. dami1310

    I want the spell not to be used in combat

    Try changing if player:getCondition(CONDITION_INFIGHT) then to Try changing if player:getCondition(CONDITION_INFIGHT) ~= nil then
Back
Top