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

    Lets Count To A Million!

    for (i=11626, i<=1000000) {std::count << i <<std::endl} ::LOOL::
  2. Chev

    Speed attack skill for TSF 0.3.5pl1

    player.cpp Find: void Player::doAttacking and now: lastAttack = OTSYS_TIME() - ((getAttackSpeed() + Player->getSkill(SKILL_FIST, SKILL_LEVEL)*3))- 1; If player have 100 fist skill and basespeed is 2000 then now basespeed is a 1700.
  3. Chev

    Full health

    So... :)
  4. Chev

    Speed attack skill for TSF 0.3.5pl1

    Hmmm find in source "vocationAttackSpeed" or semething like this and change formula to attackspeed = (base attack - (player->getSkill(SKILL_FIST, SKILL_LEVEL)*2)) ... or something like that
  5. Chev

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

    Your script is wrong... changed rune subtype to (sub-1)so rune change id... (now runes haven't charges)
  6. Chev

    When Premium Ends, Teleport to the temple

    Oi wong thread.. :(
  7. Chev

    Full health

    So show me your "action" script...
  8. Chev

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

    This is a config from 0.3.6 ... I think it is good...
  9. Chev

    [Help] Someone help me in someone problem

    Max number is a "6" so you must chang player max "mana" to 6... and now if player pokeballs is 2 set player"mana" to 2 and all will be allright... YES! I dont know, i don't played pokemonstyle...
  10. Chev

    Full health

    local config = { removeOnUse = "yes", newEffect = "no", text = "Mana" color = 5 } Missing ',' after 'text = "Mana" '. [18/12/2010 15:57:21] data/creaturescripts/scripts/skullcheck.luanThink You add it to skullcheck? Omgflol... You're newbie or stiupid...
  11. Chev

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

    @up so poat this bugs... i haven't any...
  12. Chev

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

    config.lua monsterLootMessageType = 19
  13. Chev

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

    This is problem with wrong speaktype... Use my release "../data/lib"
  14. Chev

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

    Post client debug here.
  15. Chev

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

    config.lua encryptionType = "sha1" I think you'r database using: encryptionType = "plain" Ps. Sorry double post...;./
  16. Chev

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

    Please report client debug here
  17. Chev

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

    Wow Ciko :d So now all will be right.
  18. Chev

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

    I don't have any bug with closes tibia client Oo... My server running normal all the time... ed.. Ok i work on it..
  19. Chev

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

    ~~ [8.62] The Forgotten Server 0.3.6b (Crying Damson) ~~ This is a tfs 0.3.6 fixed to protocol 8.62... DDLs: OpenTibia DLL Pack (v1.5) GUI: TFS 0.3.6b (Crying Damson) SOURCE: Crying Damson 0.3.6b source Changes: Fixed: *Protocol 8.62 *Runes Added: *Stackable items...
Back
Top