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

Solved Where to find playerflags?

  • Thread starter Thread starter Xikini
  • Start date Start date
X

Xikini

Guest
The Forgotten Server, version 0.3.7_SVN (Crying Damson)

I've been looking around the sources and finding stuff like
Code:
if(player->hasCustomFlag(PlayerCustomFlag_CanUseAllMounts))
     return true;
I'm assuming I could use this in a script just like that.. but is it possible to add this to groups like a normal flag?
I know how to change the flags however I don't know where all the flags are located.
Hopefully someone knows. :P

Thanks,

Xikini
 
As fun as the flag calculators are.. I need to know where the flag values are located so I can calculate the flags myself.
Clearly the flag calculators are referencing the math from somewhere.. However I don't know where that is.
The flag calculator's are useless if they don't have all the flag functions. Use " Ctrl+f -> mount " in the flag calculator link's and you can already see there is one missing.
Does anyone know where to find the flags?
 
Back
Top