Marko999x submitted a new resource:
[TFS 1.5 Tested] Display real level in chat and skills - hi
Read more about this resource...
[TFS 1.5 Tested] Display real level in chat and skills - hi
Hiho,
Since I couldn't really find it on otland and people request like 1000 euro for that simple thing, here we go:
Open protcolgame.cpp
go to
change this:C++:void ProtocolGame::sendChannelMessage(const std::string& author, const std::string& text, SpeakClasses type, uint16_t channel)
toC++:msg.add<uint16_t>(0x00);
C++:msg.add<uint32_t>(0x00);
go to
C++:void ProtocolGame::sendCreatureSay(const Creature* creature, SpeakClasses type, const...
Read more about this resource...