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

    Lua Storages MaxMana MaxHp

    Thanks. For corrected version. It's possible for take gainmana and gainhp from vocations.xml and use it in this script? Like this? local lvl2 = getPlayerStorageValue(cid, 95657) if getPlayerStorageValue(cid,30023) == 4 then setCreatureMaxHealth(cid...
  2. Majster12

    Lua Storages MaxMana MaxHp

    I made this: local lvl2 = getPlayerStorageValue(cid, 95657) if getPlayerVocation(cid) == 1 or getPlayerVocation(cid) == 109 then if getPlayerStorageValue(cid,30023) == 4 then setCreatureMaxHealth(cid, getPlayerLevel(cid)*160+lvl2*160) setCreatureMaxMana(cid, getPlayerLevel(cid)*165+lvl2*165)...
  3. Majster12

    Lua Storages MaxMana MaxHp

    Reborn.Lua local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then...
  4. Majster12

    Lua Storages MaxMana MaxHp

    Ok i know what you mean. But i have reborn system on server too. When Player Reborned 1400lvl and have for example 500 lvl this not work. if voc == 1 then setCreatureMaxHealth(cid, lvl*160) setCreatureMaxMana(cid, lvl*165) end
  5. Majster12

    Lua Storages MaxMana MaxHp

    Yes but it be very slow. I have about 300 Vocations.
  6. Majster12

    Lua Storages MaxMana MaxHp

    Bring Up My Post bump!
  7. Majster12

    Lua Storages MaxMana MaxHp

    Hello! It's my transform script. I need little help with storages. I need to save maxmana and maxhp in storages because when player use transform and die or logout he can transform again and again. Every time script give him mana and hp. Can somebody edit it for me? Thanks in advance :)...
  8. Majster12

    Compiling c++ little problem

    Not Working :/
  9. Majster12

    Compiling c++ little problem

    Hello. In player c++ i want to make system that you don't receive frag for 8 lvl but 8 lvl for killing 8 lvl receive frag i have something like this bool Player::addUnjustifiedKill(const Player* attacked, bool countNow) { if(attacked->getLevel() == 8) return false; }
  10. Majster12

    Need Testers!

    Server now online for 7 days.
  11. Majster12

    Need Testers!

    Karamy-war.TK need Testers ! Tibia: 8.6 IP: karamy-war.tk War Server. 8 towns. Skull System. etc
  12. Majster12

    Action Offline Training for 8.60

    You need this 103-offline-training.lua in data/lib/ -- config, in percent of normal training with 2 trainers and player vocation mana regeneration [by food] OfflineTraining_rates = { [SKILL_CLUB] = 100, [SKILL_SWORD] = 100, [SKILL_AXE] = 100, [SKILL_DISTANCE] = 100, [SKILL_SHIELD] = 100...
  13. Majster12

    Debug while buying potions

    Download latest rev or latest items.otb
  14. Majster12

    Nowy Lay otlandu.

    Przecież layout jest tworzony... Poczekajcie jeszcze jakiś czas i będziecie mieli.
  15. Majster12

    Windows got my god account hacked

    PMA user delete from database ?
  16. Majster12

    delete

    done. Please delete this.
  17. Majster12

    You are...

    You are from Proland.
  18. Majster12

    Tibiafun.com.pl engine ... can someone help here please ?

    http://otland.net/f18/7-60-tibiafun-com-pl-engine-old-tibiafun-org-full-190555/
Back
Top