I am wondering how I can enable PVP on my server, I have unloaded the maps and specified the directory (althought nothing 'extra' seems to be happening.
I want the standard areas to be PVP like on reg pvp servers.
Any help = +Rep
Cairi
I am wondering how I can enable PVP on my server, I have unloaded the maps and specified the directory (althought nothing 'extra' seems to be happening.
I want the standard areas to be PVP like on reg pvp servers.
Any help = +Rep
Cairi
Cairi
As a Nation, we have AGREED to A GREED
gmtricks.com
1. Check your "Realms" config. Set the realm to PVP.
2. Make sure your maps are in ur ascent folder.
1) Realms config file doesn't do anything other than the color and the icon but in any case, they are set to pvp. World config file set PVP as well (RealmType = "1") where 1 = pvp rppvp
2) maps folder titled 'Maps' is in ascent folder and world config
Thanks,Code:#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Terrain Configuration # # Set the path to the map_xx.bin files and whether unloading should be enabled # for the main world maps here. Unloading the main world maps when they go idle # can save a great amount of memory if the cells aren't being activated/idled # often. Instance/Non-main maps will not be unloaded ever. # # Default: # MapPath = "Maps" # UnloadMaps = 1 # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# <Terrain MapPath = "Maps" UnloadMaps = "1">
Cairi
As a Nation, we have AGREED to A GREED
gmtricks.com
pPlayer->SetFlag(PLAYER_FLAGS, PLAYER_FLAGS_FREE_FOR_ALL_PVP);
Do it on enter world hook.
Sorry, you'll have to help a bit more.
World hook?
If thats c++ or the cpp files I don't use those,
thanks for the reply Spidey,
Cairi
Cairi
As a Nation, we have AGREED to A GREED
gmtricks.com
You'll need to either mod the core or make an addon.