Custom Fighter Interface

My Fighter can beat up your Fighter!
Post Reply
User avatar
dissonance
Regular Poster
Posts: 13
Joined: Mon Dec 08, 2008 7:53 pm

Custom Fighter Interface

Post by dissonance »

Here is my custom html for playing a Fighter. You will need to use a text editor to search and replace "PlayerNum" with your actual player number.
You will probably want to search and replace "=51" with "=ZoneYouAreIn", and maybe the text where it says "Zone!"

You will need a browser that will let you open a link in a window. I have been using Google Chrome because even though the link will open in a tab, you can drag the tab to your desktop and it will turn into a window that still functions as the named window(In Windows XP anyways). I usually have my links up in a small window on the left of my main Game! window at normal size.

You can do all your leveling up and spell-casting with Tab, Shift+Tab, and Enter. You WILL HAVE TO watch the fights because clicking Attack will put you into a fight or take another turn no matter what else is going on. Trying to Heal while fighting will cause you to try to run. This will take some getting used to.


<html>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=-2&a=-1" target="gamewindow">Heal</a><br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=1" target="gamewindow">Attack</a><br><br>


<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=-18&a=s14" target="gamewindow">War Cry</a><br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=-18&a=s13" target="gamewindow">Murderous Rage</a><br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k9" target="gamewindow">Improved Double Swing ( 60 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k12" target="gamewindow">Twirling Swing ( 35 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k11" target="gamewindow">Spinning Swing ( 28 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k10" target="gamewindow">Jumping Swing ( 17 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k8" target="gamewindow">Gruntier Swing ( 9 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k6" target="gamewindow">Double Swing ( 5 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=k7" target="gamewindow">Grunty Swing ( 2 MP)<br><br>
<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51" target="gamewindow">Zone!</a><br><br>

<a href="http://wittyrpg.com/index.php?p=PlayerNum&z=51&a=u53" target="gamewindow">Nectar of Life</a>
</html>
Post Reply