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

    Lua changegold.lua

    Then where I'm must put it? (sorry for my noobish but I'm realy bad in scripting.
  2. zxzxzx

    tfs 10.90 - can't add new outfits..

    Ok now works but only think I changed is my old outfits script :D thx for help guys ;)
  3. zxzxzx

    Lua changegold.lua

    I already have changegold.lua but the script don't work: actions.xml <action itemid="2148" script="other/changegold.lua"/> <action itemid="2152" script="other/changegold.lua"/> <action itemid="2160" script="other/changegold.lua"/> <action itemid="15515"...
  4. zxzxzx

    Lua changegold.lua

    I don't have clue where I must put 'if (money == 0) { return; }" - I already see it in script - probably I'm doing something wrong, can you edit it for me?
  5. zxzxzx

    tfs 10.90 - can't add new outfits..

    Hello! I have this tfs: https://otland.net/threads/10-90-cast-tfs-1-2-custom-modifications-reward-chest.238852/ and when I try to add new outfits like rift warrior or others I don't see them in game on God, I can see only Spirit Caller outfit which will be already when I downloaded this tfs...
  6. zxzxzx

    Monster [UPDATED] Monster Looktypes 10.9

    buuuuut Plagirath looks like this http://www.tibiawiki.com.br/images/f/fd/Plagirath.gif , not like Ghazebaran ;) edit: aaa ok thx :D and... where can I find updated mounts list? ;) - It will be good when someone makes one thread with all mounts for all versions like you did with this thread
  7. zxzxzx

    Monster [UPDATED] Monster Looktypes 10.9

    they are not in the right numbers?
  8. zxzxzx

    Monster [UPDATED] Monster Looktypes 10.9

    then where is Ruthless Seven Minion Outfit?
  9. zxzxzx

    Lua changegold.lua

    and luascript.cpp registerEnum(ITEM_GOLD_COIN) registerEnum(ITEM_PLATINUM_COIN) registerEnum(ITEM_CRYSTAL_COIN) registerEnum(ITEM_GOLD_INGOT) registerEnum(ITEM_BAR_OF_GOLD)
  10. zxzxzx

    Lua changegold.lua

    yes: items.cpp int32_t Item::getWorth() const { switch (id) { case ITEM_GOLD_COIN: return count; case ITEM_PLATINUM_COIN: return count * 100; case ITEM_CRYSTAL_COIN: return count * 10000; case ITEM_GOLD_INGOT...
  11. zxzxzx

    Monster [UPDATED] Monster Looktypes 10.9

    Nice but there is no all 10.90 looktypes - look link below with new monsters - there is no Plagirath etc. http://www.tibiawiki.com.br/wiki/Updates/10.90
  12. zxzxzx

    Lua changegold.lua

    Ok Friend Im trying to compile but I have this errors: http://paste.ofcode.org/pJ8RXEy2CMSnGE8SKQePhw My game.cpp - now trying to make new value of cash (gold ingot and bar of gold) the code: void Game::addMoney(Cylinder* cylinder, uint64_t money, uint32_t flags /*= 0*/) { { uint32_t...
  13. zxzxzx

    Problem exhausted (nowe tfsy 1.2+) 10.77 - 10.90.

    refresh - nikt się z takim czymś nie spotkał?
  14. zxzxzx

    protocolgame in tfs 10.90

    Ok now works but In game I have still amount of hp/mana not percents.. :<
  15. zxzxzx

    protocolgame in tfs 10.90

    Ok sorry, I dont know there is something like "protocolgamebase.cpp" becouse in letter versions of tfs I dont have them, I changed the lines but I have this: ..\src\protocolgamebase.cpp(186): error C2065: 'creature': undeclared identifier 1>..\src\protocolgamebase.cpp(186): error C2227: left of...
  16. zxzxzx

    protocolgame in tfs 10.90

    tfs 10.90 protocolgame.cpp is diferend i try to replace my protocolgame.cpp with .cpp which you posted but I have errors: 1>..\src\protocolgame.cpp(45): error C2084: function 'ProtocolGame::ProtocolGame(Connection_ptr)' already has a body 1> c:\users\damian\desktop\tfs...
  17. zxzxzx

    protocolgame in tfs 10.90

    Up friend, but there is no "Addplayerstats" lines - like in other tfs's I dont have this lines and this is the problem.. :<
  18. zxzxzx

    protocolgame in tfs 10.90

    bump
Back
Top