View Full Version : Flagging characters PvP on creation
eqrage
07-04-2016, 11:25 AM
How do I make it so all new characters created are automatically flagged PvP, upon creation? I set World:PVPSettings to 1 (supposedly RZ ruleset), but new characters are still blue.
Thanks.
eqrage
07-06-2016, 09:21 AM
This can be done with scripts but it wouldn't hurt if this could just be a rule.
N0ctrnl
07-06-2016, 01:11 PM
See my reply to your other post. This isn't something that really requires a rule to do. Just make a global_player.pl entry for EVENT_ENTER_WORLD for all characters to do a quest::pvp(on).
You could also make an edit to the source and do a DB query to accomplish the same thing. I do something similar by granting the HoTT leadership AA on new character creation.
https://github.com/N0ctrnl/VAServer/blob/03fdf03aef429bc6398f6108e3fdeb198a429b6e/common/database.cpp#L641
eqrage
07-06-2016, 01:58 PM
Aye, I've done it through global_player.pl, just thought it would make more sense to do it though a server rule.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.