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

Lua getPlayerFrags(cid) depreaced?

guisalum

New Member
Joined
Dec 22, 2009
Messages
22
Reaction score
0
I'd like to know how can I check if a player is with the batte sign or not?

I know the function isPlayerPzLocked(cid)

But I also want to check if he has got the battle sign or not. How can I check that?

Also the function getPlayerFrags(cid) has been depreaced. Is there any other similar function I can use to check out the player frags?
 
gt it hehe

just use

getCreatureCondition(cid, CONDITION_INFIGHT)

but what about the getPlayerFrags(cid)??

Nevermind. I got a workaround from the !frags talkaction :D

had forgoteen about it
 
Last edited:
Back
Top