This new release of mine is a Free For All Pvp Script.
How it works is the first time you logon it sets your faction to your guid making you not on the same faction as anyone else.
CreditsCode:#include "StdAfx.h" #include "Setup.h" void FirstLogin(Player* plr) { plr->SetFlag(PLAYER_FLAGS, PLAYER_FLAG_FREE_FOR_ALL_PVP); }; void SetupLogin(ScriptMgr * mgr) { mgr->register_hook(SERVER_HOOK_EVENT_ON_FIRST_ENTER_WORLD, (void*)FirstLogin); }
Mager1794 - Creating the script and idea
The-Eradicator - Giving the number to add to the faction