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

Compiling Cast system source code TFS 0.4

vG -

New Member
Joined
Oct 8, 2017
Messages
22
Reaction score
1
Hello wars,
I come through this topic to ask you if anyone has the scripts to compile cast system
Because I searched in several forums and none has the source code

If anyone can make it available thanks, see you later.
 
I have copied from all the functions that have the comment the >> //CA

And when compiling the following error appears:


In file included from ../actions.cpp:23:
../player.h: In member function `void Player::sendToChannel(Creature*, SpeakClasses, const std::string&, uint16_t, uint32_t, ProtocolGame*) const':
../player.h:808: error: no matching function for call to `ProtocolGame::sendToChannel(Creature*&, SpeakClasses&, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, uint16_t&, uint32_t&, ProtocolGame*&)'
../protocolgame.h:198: note: candidates are: void ProtocolGame::sendToChannel(const Creature*, SpeakClasses, const std::string&, uint16_t, uint32_t)

../player.h:810: error: no matching function for call to `ProtocolGame::sendToChannel(Creature*&, SpeakClasses&, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, uint16_t&, uint32_t&, ProtocolGame*&)'
../protocolgame.h:198: note: candidates are: void ProtocolGame::sendToChannel(const Creature*, SpeakClasses, const std::string&, uint16_t, uint32_t)

make.exe: *** [obj//actions.o] Error 1

Execution terminated
 
Back
Top