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

need help (TFS) summon

majkson1

New Member
Joined
Feb 3, 2013
Messages
7
Reaction score
0
Im have problem.... I do not know how to change the amount of monsters summoned by the player.
im have tfs for tibia 9.6 im download this in this forum.. help please
 
Sorry but that is built directly into the engine.
 
Yes edit it in the sources :P
go into spells.cpp and this function: bool InstantSpell::SummonMonster
Edit this:
Code:
if (player->getSummonCount() >= 2)

Between use tfs 1.0 for latest version of tibia: https://github.com/otland/forgottenserver
Then you can change summon count in spells.cpp and line 1554
 
bool InstantSpell::SummonMonster and
if (player->getSummonCount() >= 2)
im dont have this options
 
Back
Top