Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] What is this "DEV_ACCOUNT_ACCESS"? (DAA_...)

Newbie Spellweaver
Joined
Jan 5, 2014
Messages
59
Reaction score
1
Hey

I wonder what this is:
DAA_ENABLED = 1<<0, // legacy, shouldn't be used
DAA_DEV_ICON = 1<<1, // dev icon in player list, red text in chat
DAA_TELEPORT = 1<<2, // can teleport or teleport to player, or get player location
DAA_SPAWN_ITEM = 1<<3, // can spawn items via /gi command
DAA_KICK = 1<<4, // can kick players from server
DAA_BAN = 1<<5, // can permanently ban ppl
DAA_GOD = 1<<6, // can enable god mode
DAA_INVISIBLE = 1<<7, // player model is totally invisible!
DAA_HIDDEN = 1<<8, // do not show up in player list




I know its something with the commands, but how can I use it? If I´m ingame I cant use "/vspawn" "/gi" and so and in UserDATA and Accounts I´m allready "IsDeveloper" "1".

Please reply :)
 
Newbie Spellweaver
Joined
Jan 5, 2014
Messages
59
Reaction score
1
Thanks lukasccb :)

Can I change the dev level?
For example dev rang 10 is the highest (only an example)
 
Last edited:
Upvote 0
Back
Top