Jump to content

Main Page

From PKWar Wiki
Revision as of 03:11, 15 August 2025 by Bandwidth (talk | contribs)

wiki home Welcome to the PKWar Wiki The comprehensive guide to mastering PKWar

Quick Reference

Connection Info Game Status
Server: pkwar.org
Port: 2222
Client: Download
=== Template:Game Status ===

Checking... <script> fetch('https://pkwar.org/api/status')

 .then(response => response.json())
 .then(data => {
   const statusEl = document.getElementById('game-status');
   if (data.online) {
     statusEl.innerHTML = 'ONLINE';
   } else {
     statusEl.innerHTML = 'OFFLINE';
   }
 })
 .catch(() => {
   document.getElementById('game-status').innerHTML = 'Unknown';
 });

</script>

Recent Updates

  • 5 September 2025 - Wiki launched!
  • Complete area maps added
  • Class strategy guides published
  • Achievement database imported

Contributing

This wiki is maintained by the PKWar community. To contribute:

  • Report errors on Discord
  • Submit content to mud@pkwar.org
  • Reach level 10 for editor rights
  • See Help:Editing for wiki syntax