Pkillers
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Pkillers

The forum home of Pkillers
 
HomeHome  PortalPortal  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 help / faq

Go down 
3 posters
AuthorMessage
synapz

synapz


Number of posts : 39
Registration date : 2007-01-11

help / faq Empty
PostSubject: help / faq   help / faq EmptySat Jan 13, 2007 5:34 pm

If anyone wants to come up with a replacement to go on the help screen, post it here and I will put it up if it is agreed upon / accurate.

PK is turning into a wikigame. Smile
Back to top Go down
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 2:56 am

PKillers help. Click to exit.

Command | Function

say: You will say whatever follows "say".
ie: "say Hello World!"

kill, k : You will strike at whatever name you type after the command.
ie: "kill synapz".
Note: You can also attack the following beasts with this command:
Rat, Cat, Snake, Wolf, Wolverine, Lion, Bear, Tiger, Elephant, Dragon.

info : Will list the sword, shield, and stats of the player following "info".
ie: info synapz

health, hp, h : Will display your current health.

The following 3 command give a list of online players. Green players are attackable. Grey players cannot be attacked, either because they are too powerful, too weak, or have just died. The red player is the player that last killed you.
who, w : List of players, sorted by skill
ws: List of players, sorted by swords
sh : List of players, sorted by shields

inventory, inv, i : Will list your belongings.

skills, ss : Will list your skill levels.

upgrade sword : Will upgrade your sword, if you can afford it.
upgrade shield : Will upgrade your shield, if you can afford it.

: You will do whatever follows ":". Example ": laughs at everyone!"

logout, quit : Logs you out.

Nicknames and abbreviations :
Instead of typing "kill synapz", you could type "kill syn" or even "kill s". However, if there is someone else with a name that begins with an "s", you may attack that person by accident.

Attacking animals can be abbreviated with kr, kc, ks, kw, kl, kb, kt, ke, and kd. The wolverine is the only animal attack that cannot be abbreviated.

Advice: If you kill someone, there's a chance you may take their equipment if it is better than yours. Use WHO and INFO to find players with weaker stats but better equipment and try to take it from them. Also, attack stronger players with better equipment to boost your stats quickly.

Help by Janook on January 13th, 2007
Back to top Go down
http://janook.strangled.net
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 3:50 am

I'd like to format that better with color and tables. Can you copy + paste the code you had for the old help so I can see what commands I can use?
Back to top Go down
http://janook.strangled.net
synapz

synapz


Number of posts : 39
Registration date : 2007-01-11

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 3:52 am

Oops. I deleted it when I put yours in. Smile

It was just regular tables and spans for colors, though.
Back to top Go down
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 4:02 am

Can you give me some examples? I haven't written html or php in months.
Back to top Go down
http://janook.strangled.net
synapz

synapz


Number of posts : 39
Registration date : 2007-01-11

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 5:23 am

Janook wrote:
Can you give me some examples? I haven't written html or php in months.

I think you will find this quite useful. Mess around to get what you want, then just cut and paste the text. Smile

http://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_align
Back to top Go down
Autopsy




Number of posts : 36
Localisation : Email me
Registration date : 2007-01-11

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 9:39 am

Here's my attempt. I think discovering all the animals you can attack and strategies to use are a fun part of the game and shouldn't be shared much.

Code:

<style type="text/css">
body {
  background: black;
  color: white;
}
h1 {
  font-size: 16px;
}
h2, h3 {
  font-size: 14px;
}
</style>
<h1>PKillers Help</h1>
<p>Click to Exit.</p>
<table width="100%" border="1">
  <tr>
    <td><h3>Command</h3></td>
    <td><h3>Example</h3></td>
    <td><h3>Description</h3></td>
  </tr>
  <tr>
    <td>say </td>
    <td>say hello </td>
    <td>Say a message to the other players. </td>
  </tr>
  <tr>
    <td>:</td>
    <td>: is cool </td>
    <td>Say a message to the other players in a descriptive format, e.g. Synapz is cool. </td>
  </tr>
  <tr>
    <td>kill, k</td>
    <td>k synapz </td>
    <td>Attack another player or an animal. Try attacking a rat or cat, with animals this can be abbrivated to kr, kc, etc. </td>
  </tr>
  <tr>
    <td>info</td>
    <td>info synapz </td>
    <td>List the stats and weapons of the specified player. </td>
  </tr>
  <tr>
    <td>health, hp, h </td>
    <td>h</td>
    <td>Displays your current health. If you are hit you will lose health. It is gradually restored as time passes. </td>
  </tr>
  <tr>
    <td>who, w </td>
    <td>w</td>
    <td>List the players that are online ordered by their skill level. Green players are attackable because they are in your skill range, alive and haven't just fought you to the death. Grey players cannot be attacked at the moment. Yellow players have just been killed by you and cannot be attacked again yet. The red player is the last one to kill you. </td>
  </tr>
  <tr>
    <td>ws</td>
    <td>ws</td>
    <td>List online players by sword strength. </td>
  </tr>
  <tr>
    <td>sh</td>
    <td>sh</td>
    <td>List online players by shield strength. </td>
  </tr>
  <tr>
    <td>inventory, inv, i </td>
    <td>i</td>
    <td>List the items that belong to you, e.g. your gold, sword and shield. </td>
  </tr>
  <tr>
    <td>skills, ss </td>
    <td>ss</td>
    <td>Displays your skill levels. </td>
  </tr>
  <tr>
    <td>upgrade</td>
    <td>upgrade sword </td>
    <td>Can be used to upgrade your sword or shield if you have enough gold. </td>
  </tr>
  <tr>
    <td>logout, quit </td>
    <td>quit</td>
    <td>Logs you out if you haven't been attacked recently. When you are logged out your belongings are safe. </td>
  </tr>
</table>
<h2>Notes</h2>
<p>You do not have to specify the full player name, only enough of the letters at the start of the name to make it unique e.g. kill syn to attack synapz.</p>
<p>If you lose a fight you risk losing your equipment if yours is better than theirs but on the other hand if you win you may steal theirs!</p>
<p><em>Help by autopsyboeing</em></p>
Back to top Go down
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptySun Jan 14, 2007 3:00 pm

Code:
<style type="text/css">
body {
  background: black;
  color: white;
}
h1 {
  font-size: 16px;
}
h2, h3 {
  font-size: 14px;
}
.style1 {color: #00FF00}
.style2 {color: #FFFF00}
.style3 {color: #CCFF66}
.style4 {
   color: #CCFF66;
   font-weight: bold;
   font-size: 16px;
}
.style6 {color: #666666}
.style7 {color: #FF0000}
</style>
<h1 class="style3">PKillers Help</h1>
<p class="style3">Click to exit.</p>
<table width="100%" border="1">
  <tr>
    <td width="10%" class="style1"><h3 class="style1">Command</h3></td>
    <td width="13%" class="style2"><h3 class="style2">Example</h3></td>
    <td width="77%" class="style3"><h3>Function</h3></td>
  </tr>
  <tr>
    <td class="style1">say </td>
    <td class="style2">say hello </td>
    <td class="style3">Sends a message to all other players. </td>
  </tr>
  <tr>
    <td class="style1">:</td>
    <td class="style2">: is cool </td>
    <td class="style3">Sends a message to all players in /emote format. </td>
  </tr>
  <tr>
    <td class="style1">kill, k</td>
    <td class="style2">k janook
      <br>
    kill rat </td>
    <td class="style3">Attacks the specified player or beast. </td>
  </tr>
  <tr>
    <td class="style1">info</td>
    <td class="style2">info janook<br>
      info swords<br>
      info shields </td>
    <td class="style3">List the stats and weapons of the specified player. Will also list the swords or shields available in the game. </td>
  </tr>
  <tr>
    <td class="style1">health, hp, h </td>
    <td class="style2">health</td>
    <td class="style3">Displayes your current health. Health gradually regenerates if you are damaged. </td>
  </tr>
  <tr>
    <td class="style1">who, w </td>
    <td class="style2">who</td>
    <td class="style3">Lists online players by skill level.    </td>
  </tr>
  <tr>
    <td class="style1">ws</td>
    <td class="style2">ws</td>
    <td class="style3">List online players by sword strength. </td>
  </tr>
  <tr>
    <td class="style1">sh</td>
    <td class="style2">sh</td>
    <td class="style3">List online players by shield strength. </td>
  </tr>
  <tr>
    <td class="style1">inventory, inv, i </td>
    <td class="style2">i</td>
    <td class="style3">Lists your current gold level, shield, and sword. </td>
  </tr>
  <tr>
    <td class="style1">skills, ss </td>
    <td class="style2">ss</td>
    <td class="style3">Displays your skill levels. </td>
  </tr>
  <tr>
    <td class="style1">upgrade</td>
    <td class="style2">upgrade sword </td>
    <td class="style3">Upgrade your sword or shield, if you can afford it. </td>
  </tr>
  <tr>
    <td class="style1">logout, quit </td>
    <td class="style2">logout</td>
    <td class="style3">Logs you out. You cannot log out if you have been attacked recently. When you are logged out, your belongings are safe. </td>
  </tr>
</table>
<h2 class="style4">Notes</h2>
<p class="style3"><strong>Abbreviations:</strong> You do not have to specify the full player name, only enough of the letters at the start of the name to make it unique. Attacking most beasts can be abbreviated as well <br>
e.g. kill jan to attack janook.<br>
e.g. kr to attack a rat. </p>
<p class="style3"><strong>Theft:</strong> If you kill another player who has better equipment than you, there is a chance you will take their equipment. Players can take your equipment as well. </p>
<p class="style3"><strong>Player Colors :</strong> On the player list, <span class="style1">Green</span> players are attackable. <span class="style6">Grey</span> players are not, either because they are too strong, too weak, or have recently died. The <span class="style7">red</span> player is the player that last killed you. </p>
<p><em>Help by Janook on Jan 14th, 2007 </em></p>
Back to top Go down
http://janook.strangled.net
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptyMon Jan 15, 2007 3:36 am

Updated help.
Now includes YELLOW function and brief TIMER description.
Code:
<style type="text/css">
body {
  background: black;
  color: white;
}
h1 {
  font-size: 16px;
}
h2, h3 {
  font-size: 14px;
}
.style1 {color: #00FF00}
.style2 {color: #FFFF00}
.style3 {color: #CCFF66}
.style4 {
   color: #CCFF66;
   font-weight: bold;
   font-size: 16px;
}
.style6 {color: #666666}
.style7 {color: #FF0000}
</style>
<h1 class="style3">PKillers Help</h1>
<p class="style3">Click to exit.</p>
<table width="96%" border="1">
  <tr>
    <td width="10%" class="style1"><h3 class="style1">Command</h3></td>
    <td width="14%" class="style2"><h3 class="style2">Example</h3></td>
    <td width="76%" class="style3"><h3>Function</h3></td>
  </tr>
  <tr>
    <td class="style1">say </td>
    <td class="style2">say hello </td>
    <td class="style3">Sends a message to all other players. </td>
  </tr>
  <tr>
    <td class="style1">:</td>
    <td class="style2">: is cool </td>
    <td class="style3">Sends a message to all players in /emote format. </td>
  </tr>
  <tr>
    <td class="style1">kill, k</td>
    <td class="style2">k janook
      <br>
    kill rat </td>
    <td class="style3">Attacks the specified player or beast. </td>
  </tr>
  <tr>
    <td class="style1">info</td>
    <td class="style2">info janook<br>
      info swords<br>
      info shields </td>
    <td class="style3">List the stats and weapons of the specified player. Will also list the swords or shields available in the game. </td>
  </tr>
  <tr>
    <td class="style1">health, hp, h </td>
    <td class="style2">health</td>
    <td class="style3">Displays your current health. Health gradually regenerates if you are damaged. </td>
  </tr>
  <tr>
    <td class="style1">who, w </td>
    <td class="style2">who</td>
    <td class="style3">Lists online players by skill level.    </td>
  </tr>
  <tr>
    <td class="style1">ws</td>
    <td class="style2">ws</td>
    <td class="style3">Lists online players by sword strength. </td>
  </tr>
  <tr>
    <td class="style1">sh</td>
    <td class="style2">sh</td>
    <td class="style3">Lists online players by shield strength. </td>
  </tr>
  <tr>
    <td class="style1">inventory, inv, i </td>
    <td class="style2">i</td>
    <td class="style3">Lists your current gold level, shield, and sword. </td>
  </tr>
  <tr>
    <td class="style1">skills, ss </td>
    <td class="style2">ss</td>
    <td class="style3">Displays your skill levels. </td>
  </tr>
  <tr>
    <td class="style1">upgrade</td>
    <td class="style2">upgrade sword </td>
    <td class="style3">Upgrades your sword or shield, if you can afford it. </td>
  </tr>
  <tr>
    <td class="style1">logout, quit </td>
    <td class="style2">logout</td>
    <td class="style3">Logs you out. You cannot log out if you have been attacked recently. When you are logged out, your belongings are safe. </td>
  </tr>
</table>
<h2 class="style4">Notes</h2>
<p class="style3"><strong>Abbreviations:</strong> You do not have to specify the full player name, only enough of the letters at the start of the name to make it unique. Attacking most beasts can be abbreviated as well <br>
e.g. kill jan to attack janook.<br>
e.g. kr to attack a rat. </p>
<p class="style3"><strong>Theft:</strong> If you kill another player who has better equipment than you, there is a chance you will take their equipment. Players can take your equipment as well. </p>
<p class="style3"><strong>Player Colors :</strong> On the player list, <span class="style1">green</span> players are attackable. <span class="style6">Grey</span> players are not, either because they are too strong, too weak, or have recently died. The <span class="style7">red</span> player is the player that last killed you. The<span class="style2"> yellow</span> players are players you recently killed. For a short period of time after you fight a player to the death, you cannot attack each other. </p>
<p><em>Help by Janook on Jan 14th, 2007 </em></p>
Back to top Go down
http://janook.strangled.net
Autopsy




Number of posts : 36
Localisation : Email me
Registration date : 2007-01-11

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptyMon Jan 15, 2007 8:15 am

Wow you ripped my code, tables, design, everything.

help / faq Copyrightlt7
Back to top Go down
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptyMon Jan 15, 2007 10:44 pm

Erm, tables code is pretty ambiguous. I changed colors, text, alignment, spacing, etc.

Edit:
What if it were changed to "Help by Janook and Autopsy"? Razz
Back to top Go down
http://janook.strangled.net
Janook

Janook


Number of posts : 34
Age : 41
Localisation : Northern California
Registration date : 2007-01-14

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptyTue Jan 16, 2007 1:40 am

Synapz don't forget to put up the new help file which includes YELLOW instructions
Back to top Go down
http://janook.strangled.net
Autopsy




Number of posts : 36
Localisation : Email me
Registration date : 2007-01-11

help / faq Empty
PostSubject: Re: help / faq   help / faq EmptyTue Jan 16, 2007 9:43 am

by janook and autopsyboeing would be good
Back to top Go down
Sponsored content





help / faq Empty
PostSubject: Re: help / faq   help / faq Empty

Back to top Go down
 
help / faq
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Pkillers :: Synapz' corner :: Synapz' corner-
Jump to: