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

Solved Player rates change?

Progenosis

Member
Joined
Sep 6, 2011
Messages
131
Reaction score
18
I've seen this line in one script:

DoPlayerSetExperienceRate(cid, 2.25)

The question is, is it possible to change the type of rate? For example:
DoPlayerSetDefenseRate(cid, 2.25)
DoPlayerSetAttackRate(cid, 2.25)
DoPlayerSetLootRate(cid, 2.25)
???????????

Is it valid to use this lines?
Or what type of rates can I change on a player?

Hope someone could helo me :)
 
Back
Top