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

[Canada] Tibia Kingdoms Tale of Heroes 9.6 |CUSTOM|ADVENTURE|RPG|

Is there a way I can switch this to play offline? I only have internet 2-3 days out of week. for next few months atleast.
 
Pretty obvious I am sick of p4. Need some other distraction for a game.


hes saying your question was dumb because this is an Online MMorpg, not a single player game and it requires internet. There is a way you can play it offline, but i would have to give you the servers files and run scripts, which wont happen.
 
ARCHER - COMPLETED
ASSASSIN - COMPLETED
BATTLE MAGE - COMPLETED
BERSERKER - COMPLETED
CLERIC - IN PROGRESS
ESPER
GUARDIAN
PSYCHIC
REAPER
VAMPIRE
WEREWOLF
WIZARD
 
im currency letting 2 level 300, Assassin vs archer, and they seem to be having a blast XD
 
Alright it is Now the weekend, Time to work on the new Spells.

Starting with Clerics
 
ARCHER - COMPLETED
ASSASSIN - COMPLETED
BATTLE MAGE - COMPLETED
BERSERKER - COMPLETED
CLERIC - COMPLETED
ESPER - SKIP (for now)
GUARDIAN - IN PROGRESS
PSYCHIC
REAPER
VAMPIRE
WEREWOLF
WIZARD
 
An off topic update, but i am pretty sure the tibia kingdoms veterans will love it.
The green text after killing monsters No longer shows up, so you now have a crystal clear screen with no annoying words blocking your sight.
 
An off topic update, but i am pretty sure the tibia kingdoms veterans will love it.
The green text after killing monsters No longer shows up, so you now have a crystal clear screen with no annoying words blocking your sight.
!! Did you change source or suppress it somehow with LUA?
 
cant do Source edits, its all Lua/Xml
all i found was this and it has nothing to do iwth LUA :eek:
Code:
        if (owner) {
            std::ostringstream ss;
            ss << "Loot of " << nameDescription << ": " << corpse->getContentDescription();

            if (owner->getParty()) {
                owner->getParty()->broadcastPartyLoot(ss.str());
            } else {
                owner->sendTextMessage(MESSAGE_INFO_DESCR, ss.str());
            }
        }
 
all i found was this and it has nothing to do iwth LUA :eek:
Code:
        if (owner) {
            std::ostringstream ss;
            ss << "Loot of " << nameDescription << ": " << corpse->getContentDescription();

            if (owner->getParty()) {
                owner->getParty()->broadcastPartyLoot(ss.str());
            } else {
                owner->sendTextMessage(MESSAGE_INFO_DESCR, ss.str());
            }
        }


Though some people have it easy and going into their Config.lua and put in these 2 lines...
monsterLootMessage = 0
monsterLootMessageType = 0
 
ARCHER - COMPLETED
ASSASSIN - COMPLETED
BATTLE MAGE - COMPLETED
BERSERKER - COMPLETED
CLERIC - COMPLETED
ESPER - SKIP (for now)
GUARDIAN - IN PROGRESS 25%
PSYCHIC
REAPER
VAMPIRE
WEREWOLF
WIZARD
 
Back
Top