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

  1. bilet

    Real Tibia 8.0 with 12+ sprites?

    me too xD
  2. bilet

    AngeLOTS Discussion Thread

    Good luck! Server are online brow?
  3. bilet

    Remove Skill, Level, and Magic level cap

    yes brow, its because I tested today... I will test sharinn soloution, lets see.. in my sourcer I break 2.1kkk limit hp/damage/heal
  4. bilet

    Remove Skill, Level, and Magic level cap

    HEY THIS NOT WORK !!! When change addExperience: Allocation failed, server out of memory! Decrease size of your map or compile in a 64-bit mode.
  5. bilet

    8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE

    me too :/ I need change damage weapons and spells (heal / area / target / buff) and if monster have more than 2.1KKK he didnt heal :/
  6. bilet

    8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE

    Thanks brow this source help me a lot... this broken spells damage/heal?
  7. bilet

    TFS 0.X hp and mana limit break

    Someone can help me ? I change all this... LINES ON: 8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE (https://otland.net/threads/8-60-tfs-0-4-broken-2b-hp-and-mp-limit-same-for-monsters-offical-release.246577/) combat.cpp - 529, 553 condition.cpp - 1086, 1098...
  8. bilet

    How to show a storage value inside the skill window?

    Can I change using only sources or ExtendedOpcode ? Or I need change client too? I cant find anything about ExtendedOpcode :/ Thanks esnio12
  9. bilet

    How to show a storage value inside the skill window?

    Someone can help? Sorry for revive post, but is my question too. Thanks! EDIT... Can I use doSendPlayerExtendedOpcode ?
  10. bilet

    simDamage (level, attackSkill, attackValue, attackFactor)

    someone can help me to use but add armor and defence ratings ? Thanks!
  11. bilet

    Remove Skill, Level, and Magic level cap

    this realy work? someone test?
  12. bilet

    Weapon Attack Script

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 41) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLHOLY) local area = createCombatArea( { {0, 0, 0}, {0, 3, 0}, {0, 0, 0} } )...
  13. bilet

    [Weapon] Weapon with healing (healing % of weapon damage)

    Very very good brow !!! and how can i do this if level? is something like that if getPlayerLevel(cid) >= (LEVEL WEAPON) then ..... Someone can help me?
  14. bilet

    TFS 0.X TFS 0.4 Display player rebirth instead of level on the chat.

    Can someone help me? I use other version :/ Thanks :) void ProtocolGame::AddPlayerStats(OutputMessage_ptr msg) { msg->addByte(0xA0); if (player->getPlayerInfo(PLAYERINFO_MAXHEALTH) > 0) { float f_h_percent = (float) player->getHealth() /...
Back
Top