rteshima Posted March 7, 2022 Posted March 7, 2022 Hello, how can I configure an area so that the characters flag when entering?
0 Roe2 Posted April 1, 2022 Posted April 1, 2022 make PVP_ZONE in territorydata.txt set this in charinfo.cpp and userinfo.cpp if(pUser->pSD->nInCustomPvpZone) { NickNameColor = 16711935; } 1
0 Roe2 Posted April 1, 2022 Posted April 1, 2022 4 minutes ago, sandeagle said: @Roe2 you are genius. add after this in two locales in userinfo.cpp and charinfo.cpp. if(pUser->pED->nameColorEx != 0) { NickNameColor = pUser->pED->nameColorEx; }
Question
rteshima
Hello, how can I configure an area so that the characters flag when entering?
3 answers to this question
Recommended Posts