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!

WriteRoleValue - I need help

Newbie Spellweaver
Joined
Oct 29, 2021
Messages
14
Reaction score
1
WriteRoleValue( OwnerID() , EM_RoleValue_Race , 1 )
WriteRoleValue( OwnerID() , EM_RoleValue_OrgID , 1002 )

Say( OwnerID() , ReadRoleValue( OwnerID(), EM_RoleValue_OrgID ));
Say( OwnerID() , ReadRoleValue( OwnerID(), EM_RoleValue_Race ));


I have a race change study with luas, but there is a problem.I can write Race as 1, but not 1002 for elf typing. What is causing this?
 
Junior Spellweaver
Joined
Aug 9, 2019
Messages
170
Reaction score
26
Unfortunately, this function is not suitable for the job you want to do.



bonjouu - WriteRoleValue - I need help - RaGEZONE Forums

















 
Upvote 0
Back
Top