Petracyus Myth
Member
Wow nice server just started !
Wow nice server just started !
what kinda question is thisIs 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.
GogogogogoARCHER - COMPLETED
ASSASSIN - COMPLETED
BATTLE MAGE - COMPLETED
BERSERKER - COMPLETED
CLERIC - IN PROGRESS
ESPER
GUARDIAN
PSYCHIC
REAPER
VAMPIRE
WEREWOLF
WIZARD
!! Did you change source or suppress it somehow with LUA?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?
all i found was this and it has nothing to do iwth LUAcant do Source edits, its all Lua/Xml
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
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()); } }
I supressed it using a mod.!! Did you change source or suppress it somehow with LUA?