• 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 Pokemon distro order source edit.

UnsineSoft

www.gungaleonline.net
Joined
Dec 23, 2014
Messages
239
Solutions
1
Reaction score
67
Location
Latin America
Hello, i'm currently trying to make the required source edit for the order system, at now i tried everything but my known way to do that is just simply stopping the summon following at the creature.cpp, i know that the pokemon servers use another way to make the order system work without affecting the summon following.

Maybe a custom function for move the creature or something...

I'm using TFS 0.3.7 (Final 0.4).
Greetings.
 
REMOVE from creature.cpp the part of "if master no getTarget then followmaster< THEN
your pokemon no follow you never THEN
make a function on THINK
something like =

if order > 0 then
set FollowCreature(Nill)
end

if master getTarget == Nill and order = nill then
follow master

you get me?

im currently making a pokemon server but 2d plane mode.
 
Back
Top