Sorry I am new at all this,

Can someone tell me how I would go about making my server PVM only, basically restrict pvp on the entire server?

Thanks!
 
mapdefinitions.cs and change
RegisterMap(0, 0, 0, 7168, 4096, 0, "Felucca", MapRules.FeluccaRules); to
RegisterMap(0, 0, 0, 7168, 4096, 0, "Felucca", MapRules.TrammelRules);

That change will also make Fel look like Tram with live trees and such. If you dont want that leave the 1 instead of a 0 at the end of the numbers.

Any other questions feel free to PM me.
 
Hint on Seasons:

Spring: 0,
Summer: 1
Fall: 2
Winter: 3
Desolation: 4

Spring and Summer work great in Tramel and Felucca.
Fall is hit-or-miss, with some graphical issues.
Winter is just... terrible. It has been since they broke it in client 5.0.9.1
Desolation works well on all maps.

Never use anything other than Spring or Summer in TerMur, if you use other season where tree foliage is removed, the clouds of Eodon will also vanish - because Broadsword took the lazy route and copy/pasted tree foliage, painted it white and named it clouds without changing the 'foliage' flag in TileData.
 
Back