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

Summon Teleport

spyk3z

Theós:Undying
Joined
Jul 23, 2007
Messages
385
Reaction score
90
Location
Home.
Okay so the currency total is done.
Code:
	if(Item *item = thing->getItem())
	{
		if(item->getID() == 10544 || item->getID() == 10545 || item->getID() == 10546 || item->getID() == 10547 || item->getID() == 10548)
			ss << std::endl << "Total: " << item->getWorth();
	}
Any idea as to how to make summons teleport everywhere a player goes?
 
Last edited:
Back
Top