Jump to content

how to keep track of things done by a script


Recommended Posts

#include <IE.au3>
Global $Paused
HotKeySet("{ESC}", "Terminate")
HotKeySet("{PAUSE}", "TogglePause")
WinMinimizeAll()
Func Terminate()
    Exit 0
EndFunc
Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

; Create a browser window and navigate to knightfight
$oIE = _IECreate()
_IENavigate($oIE, "http://world5.knightfight.co.uk/?ac=loginpage")
_IELoadWait ($oIE)
$oIE = _IEAttach ("KnightFight")
; get pointers to the login form and username and password fields
$o_form = _IEFormGetObjByName($oIE, "regform")
$o_login = _IEFormElementGetObjByName($o_form, "user")
$o_password = _IEFormElementGetObjByName($o_form, "password")
$o_server = _IEFormElementGetObjByName($o_form, "server")
_IELoadWait ($oIE)
$oIE = _IEAttach ("KnightFight")
; Set field values and submit the form
_IEFormElementOptionselect($o_server, "your server here")
sleep(500)
$oIE = _IEAttach ("KnightFight")
_IEFormElementSetValue($o_login, "your account here")
_IEFormElementSetValue($o_password, "your password here")
_IEFormSubmit($o_form)
_IELoadWait ($oIE)
$oIE = _IEAttach ("KnightFight")
while 1
; Clicks mission and selects an opponent
_IELinkClickByText ($oIE, "Mission")
 $oForms = _IEFormGetCollection ($oIE,2)
 $oElement = _IEFormElementGetCollection($oForms,2)
 $oElement2 = _IEFormElementGetCollection($oForms,4)
 _IEFormElementOptionselect($oelement, "<=")
 _IEFormElementOptionselect($oelement2, "1")
 _IEFormSubmit($oforms)
; Attacks!
 $oIE = _IEAttach ("KnightFight")
 $oForms2 = _IEFormGetCollection ($oIE,0)
 $oElement = _IEFormElementGetCollection($oForms,1)
 _IEFormSubmit($oforms2)
 $oIE = _IEAttach ("KnightFight")
 sleep(300000)
 wend
 EndFunc

this is for a game i play online. every time it runs for 5 minutes it fights someone, and you either gain or lose gold. i was wondering how to keep track of how much gold ive either gained or lost, and how many opponents it's fought. would i have to use a GUI for this? by the way i currently have 152 gold :P

this is the source

<html>
<head>
    <title>KnightFight Server 5 (EN)</title>
            <meta name="description" content="Knightfight - Browser Based  Game, RPG Epic. Become a Knight and Fight against Evil! Browser based RPG. Multi-player Game. Join the Fight against Evil! Play for free! Over 1 Million players out there! ">
        <meta name="keywords" content="war games, rpg, online rpg games, online multiplayer games, knightfight, free online rpg games, multiplayer, online rpg, templars, Knight, online battle, Ritterspiel, browserspiele, Games,  Online-Games, Browser-Games, Knight, Fight, Web-Games, Internet-Games, Kampf,  Kämpfen, Spiele, Online-Spiele, Browser-Spiele, Internet-Spiele, Online, Internet, Browser,  gratisspiele, spiele-kostenlos, www online spiele de, onlinegames, browserspiele, webgames, webspiele, onlinespiele, internetspiele, Spiele-Online, Games-Online">
        <meta http-equiv="generator" content="knightfight.co.uk">
        <meta http-equiv="reply-to" content="info@redmoonstudios.de">
        <meta http-equiv="robots" content="index,follow">
        <meta name="revisit-after" content="10 days">
                <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
        <meta name="language" content="EN">
            <meta name="author" content="RedMoon Studios">
    <meta name="publisher" content="RedMoon Studios">
    <meta name="copyright" content="© 2005-2007 by RedMoon Studios">
</head>
<style type="text/css">
body{font-family: tahoma; color:#cfb08d; background-color:#170909; margin-top:0px; margin-left:0px; SCROLLBAR-BASE-COLOR: #97785B; SCROLLBAR-ARROW-COLOR: #000000;}
.{ font-family:tahoma; color:#cfb08d; font-size:12pt; }
.fontstandard { font-family:tahoma; color:#cfb08d; font-size:12pt; }
.fontred { font-family:tahoma; color:#FF0000; font-size:12pt; }
.systemmessage { font-family:tahoma; color:#FF0000; font-size:12pt; text-align:justify;}
.systemmessage_small { font-family:tahoma; color:#FF0000; font-size:8pt;}
.fontbestand { font-family:tahoma; color:#FBD492; font-size:8pt; font-weight:bold; }
.fontnew { font-family:tahoma; color:#FFFF00; font-size:12pt; font-weight:bold;}
.fontsmall { font-family:tahoma; color:#cfb08d; font-size:8pt; font-weight:normal;}
.fontsmallred { font-family:tahoma; color:#FF0000; font-size:8pt; font-weight:normal;}
.fontsmall2 { font-family:tahoma; color:#cfb08d; font-size:10pt; font-weight:normal;}
.fontsmallblack { font-family:tahoma; color:#000000; font-size:8pt; font-weight:normal;}
.text { font-family:tahoma; color:#cfb08d; font-size:10pt; font-weight:normal;}
.seltenheit0 { font-family:tahoma; color:#9D9D9D; font-size:12pt; }
.seltenheit1 { font-family:tahoma; color:#F9F3E4; font-size:12pt; }
.seltenheit2 { font-family:tahoma; color:#56D127; font-size:12pt; }
.seltenheit3 { font-family:tahoma; color:#007AF3; font-size:12pt; }
.seltenheit4 { font-family:tahoma; color:#AE4AF0; font-size:12pt; }
.seltenheit5 { font-family:tahoma; color:#DC8B2E; font-size:12pt; }
.seltenheit6 { font-family:tahoma; color:#FF1C1C; font-size:12pt; }
.input_klein {font-size:9; background-color:#000000; color:#cfb08d; border-style:solid; border-width:1px; border-color:#cfb08d; }
.input {font-size:14; background-color:#000000; color:#cfb08d; border-style:solid; border-width:1px; border-color:#cfb08d; }
.input_message {font-size:10pt; background-image:url('img/btn_messagebg.jpg'); padding:0px; margin:0px; padding:0 .25em 0 .25em; width:auto; overflow:visible; background-color:#202020; color:#cfb08d; border-width:0px; }
.tdh { background-image:url('img/tdh.jpg'); color:#cfb08d; font-weight:bold; }
.tdn { background-color:#191919; }
a.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:visited.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:link.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:hover.menuitem { text-decoration:underline; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:visited.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:link.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:hover.headlines { text-decoration:underline; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:visited.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:link.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:hover.copyright { text-decoration:underline; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a.sysred { text-decoration:none; font-family:tahoma; font-weight:bold; color:#FF0000; font-size:12pt; }
a:visited.sysred { text-decoration:none; font-family:tahoma; font-weight:bold; color:#FF0000; font-size:12pt; }
a:link.sysred { text-decoration:none; font-family:tahoma; font-weight:bold; color:#FF0000; font-size:12pt; }
a:hover.sysred { text-decoration:underline; font-family:tahoma; font-weight:bold; color:#FF0000; font-size:12pt; }
a { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:visited { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:link { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:hover { text-decoration:underline; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:12pt; }
</style>
<body topmargin="0" leftmargin="0" rightmargin="0">
        <div id="rmstoolbar">
            <iframe src="toolbar/toolbar.php?lang=EN&amp;project=knightfight&amp;ac=login"
            width="100%" height="43" noresize="noresize"
            scrolling="no" frameborder="0"></iframe>
        </div>
<center>
<table cellpadding="0" cellspacing="0" border="0" width="999" align="center">
    <tr>
        <td width="999" valign="top">
            <table cellpadding="0" cellspacing="0" border="0" width="999">
                <tr>
                    <td height="293"><img src="img/header_portal.jpg"></td>
                </tr>
                <tr>
                    <td style="background-image:url('img/header_menu_login.jpg');" height="76" align="center" valign="top">
                    <table cellpadding="0" cellspacing="0" border="0" width="999">
                        <tr>
                            <td align="center" colspan="7">
                                                                    <a href="index.php?ac=status" target="_top" class="headlines">Status</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=landsitzausbau" target="_top" class="headlines">Estate</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=shop" target="_top" class="headlines">Merchant</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=basar" target="_top" class="headlines">Bazaar</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=job" target="_top" class="headlines">Tavern</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=raubzug" target="_top" class="headlines">Mission</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=clan" target="_top" class="headlines">Guild</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=nachrichten" target="_top" class="headlines">Courier (1)</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=profil" target="_top" class="headlines">Settings</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=logoff" target="_top" class="headlines">Logout</a>
                                    <br>
                                    <a href="index.php?ac=juwelier" target="_top" class="headlines">Jeweler</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=premium" target="_top" class="headlines">Premium</a> <img src="img/dot.gif">
                                    <a href="index.php?ac=freunde" target="_top" class="headlines">My friends</a> <img src="img/dot.gif">
                                                                    <a href="index.php?ac=highscore&vid=0" target="_top" class="headlines">Highscore</a> <img src="img/dot.gif">
                                <a href="http://board.knightfight.co.uk/viewforum.php?f=7" target="_blank" class="headlines">News</a> <img src="img/dot.gif">
                                <a href="index.php?ac=anleitung&vid=0" target="_top" class="headlines">Manual</a> <img src="img/dot.gif">
                                <a href="http://board.knightfight.co.uk/" target="_blank" class="headlines">Forum</a>
                                                                     <img src="img/dot.gif"> <a href="http://board.knightfight.co.uk/viewforum.php?f=10" target="_blank" class="headlines">Support</a>
                                                                </td>
                        </tr>
                                                    <tr>
                                <td width="370"></td>
                                <td width="80" align="right"><div style="z-index:10;" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Credits</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')" id="gold" class="fontbestand"></div></td>
                                <td width="45" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Credits</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')">&nbsp;</td>
                                <td width="10">&nbsp;</td>
                                <td width="45" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Jewels</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')">&nbsp;</td>
                                <td width="80" align="left"><div style="z-index:10;" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Jewels</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')" id="edelsteine" class="fontbestand"></div></td>
                                <td width="369"></td>
                            </tr>
                                                </table>
                    </td>
                </tr>
                <tr>
                    <td style="background-image:url('img/site_bg.gif');" valign="top">
                        <table cellpadding="0" cellspacing="0" border="0" width="90%" align="center"><tr><td>
                            <table cellpadding="0" cellspacing="0" border="0" width="100%">
                                <tr>
                                    <td>
                                        <!-- Content Start -->
                                            <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Your e-mail has not yet been activated!</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
        <table cellpadding="2" cellspacing="2" border="0" width="100%">
        <tr>
            <td style="text-align:justify;">Your e-mail has not yet been activated! Please go to your settings page and click on "Request activation mail". You will receive an e-mail containing an activation link. Click on this link to confirm and activate your e-mail! Once you have done this, this notice will no longer appear. </td>
        </tr>
    </table>
                </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Your Character:</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
            <center>
        <table style="table-layout:fixed; height:471px; width:835px;" cellpadding="0" cellspacing="0" border="0" bgcolor="#14110C">
            <tr>
                <td style="height:471px; width:50px;">
                    <table style="table-layout:fixed; height:471px; width:50px;" cellpadding="0" cellspacing="0" border="0">
                        <tr><td style="padding-top:12px; height:65px; width:50px; background-image:url('img/s1.gif'); text-align:center;" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Level: 5</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><b>5</b></td></tr>
                        <tr><td style="height:47px; width:50px;"><img src="img/s2.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'><b><span class=\'seltenheit1\'>Rusty gladiator sword</span></b><br><img src=\'img/w/1h_rostiger_gladius.jpg\'></td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:50px;"><img src="img/s3o.gif" ></td></tr>
                        <tr><td style="height:49px; width:50px;"><img src="img/s4.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Linen vest<br><img src=\'img/i/am_stoff0.JPG\'></td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:50px;"><img src="img/s5o.gif" ></td></tr>
                        <tr><td style="height:49px; width:50px;"><img src="img/s6o.gif" ></td></tr>
                        <tr><td style="height:48px; width:50px;"><img src="img/s7o.gif" ></td></tr>
                        <tr><td style="height:117px; width:50px;"><img src="img/s8.gif"></td></tr>
                    </table>
                </td>
                <td style="height:471px; width:280px;">
                    <table style="table-layout:fixed; height:471px; width:280px;" cellpadding="0" cellspacing="0" border="0">
                        <tr><td style="height:29px; width:280px;"><img src="img/s21.gif"></td></tr>
                        <tr><td style="height:32px; width:280px; background-image:url('img/s22.gif');" align="center"><b>Sir heylookitsbrett</b></td></tr>
                        <tr><td style="height:250px; width:280px;"><a href="index.php?ac=changeprofil" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here to change your character avatar!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/logos/115233193.jpg" border="0"></a></td></tr>
                        <tr><td style="height:19px; width:280px;" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Health points: 350.00 from 350.00<br>10 percent healing per hour</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><a href="index.php?ac=altar" target="_top"><img src="img/chart_le_start.gif" align="absmiddle" border="0"><img src="img/chart_le_voll.gif" height="19" align="absmiddle" width="260" border="0"><img src="img/chart_le_ende_voll.gif" align="absmiddle" border="0"></a></td></tr>
                        <tr><td style="height:16px; width:280px;" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Experience: 93 from 125</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/chart_ef_start.gif" align="absmiddle" border="0"><img src="img/chart_ef_voll.gif" height="16" align="absmiddle" width="193"><img src="img/chart_ef_leer.gif" align="absmiddle" height="16" width="67"><img src="img/chart_ef_ende_leer.gif" align="absmiddle" border="0"></td></tr>
                        <tr>
                            <td style="height:74px; width:280px; background-image:url('img/s25a.gif');" valign="top" align="center">
                                <table cellpadding="0" cellspacing="0" border="0">
                                    <tr><td height="19" colspan="3"></td></tr>
                                    <tr>
                                        <td width="124"></td>
                                        <td width="26">
                                            <img src="img/gesinnung_nadel.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Alignment: Horde of darkness (-83)</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')">
                                        </td>
                                        <td width="130"></td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                        <tr>
                            <td style="height:51px; width:280px;">
                                <a href="index.php?ac=landsitz" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to equip your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/lang/EN/s25b.gif" border="0"></a>
                            </td>
                        </tr>
                    </table>
                </td>
                <td style="height:471px; width:72px;"><img src="img/s31.gif"></td>
                <td style="height:471px; width:88px;">
                    <table style="table-layout:fixed; height:471px; width:88px;" cellpadding="0" cellspacing="0" border="0">
                        <tr><td style="height:26px; width:88px;"><img src="img/s41.gif"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s42.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Strength: (11)<br>Increases damage</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s43.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Stamina: (9)<br>You are able to fight longer</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s44.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Dexterity: (10+1)<br>Increases defensive ability</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s45.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Fighting ability: (14)<br>Increases chances of striking enemies</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s46.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Parry: (15)<br>Increases chances of parrying attacks</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:42px; width:88px;"><img src="img/s47.gif"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s48.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Armour skill: (9)</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s49.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>One-handed attack: (6)</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:48px; width:88px;"><img src="img/s410.gif" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Two-handed attack: (0)</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></td></tr>
                        <tr><td style="height:19px; width:88px;"><img src="img/s411.gif"></td></tr>
                    </table>
                </td>
                                <td style="height:471px; width:263px;">
                    <table style="table-layout:fixed; height:471px; width:263px; background-image:url('img/s5_bg.gif');" cellpadding="0" cellspacing="0" border="0">
                        <tr><td style="height:26px; width:263px;"></td></tr>
                        <tr><td style="padding-top:1px; height:48px; width:263px;"><img src="img/b1.gif" height="44" align="absmiddle"><img src="img/b1.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="70" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="96"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:1px; height:48px; width:263px;"><img src="img/b9.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="80" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="79"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:3px; height:48px; width:263px;"><img src="img/b1.gif" height="44" align="absmiddle"><img src="img/b0.gif" height="44" align="absmiddle"><img src="img/bplus.gif" height="44" align="absmiddle"><img src="img/bg1.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="35" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="87"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:3px; height:48px; width:263px;"><img src="img/b1.gif" height="44" align="absmiddle"><img src="img/b4.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="63" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="122"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:4px; height:48px; width:263px;"><img src="img/b1.gif" height="44" align="absmiddle"><img src="img/b5.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="67" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="131"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="height:42px; width:263px;"></td></tr>
                        <tr><td style="padding-top:1px; height:48px; width:263px;"><img src="img/b9.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="50" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="161"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:3px; height:48px; width:263px;"><img src="img/b6.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="50" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="107"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="padding-top:4px; height:48px; width:263px;"><img src="img/b0.gif" height="44" align="absmiddle"><img src="img/balken.gif" width="48" height="44" align="absmiddle"><img src="img/balken.gif" align="absmiddle" height="44" width="0"><img src="img/balken_ende.gif" align="absmiddle"></td></tr>
                        <tr><td style="height:19px; width:263px;"></td></tr>
                    </table>
                </td>
                <td style="height:471px; width:82px;">
                    <table style="table-layout:fixed; height:471px; width:82px;" cellpadding="0" cellspacing="0" border="0">
                        <tr><td style="height:72px; width:82px;"><a href="index.php?ac=training" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to train your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s51.gif" border="0"></td></tr>
                        <tr><td style="height:49px; width:82px;"><a href="index.php?ac=training" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to train your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s52.gif" border="0"></td></tr>
                        <tr><td style="height:50px; width:82px;"><a href="index.php?ac=training" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to train your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s53.gif" border="0"></td></tr>
                        <tr><td style="height:49px; width:82px;"><a href="index.php?ac=training" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to train your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s54.gif" border="0"></td></tr>
                        <tr><td style="height:61px; width:82px;"><a href="index.php?ac=training" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to train your character!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s55.gif" border="0"></td></tr>
                        <tr><td style="height:190px; width:82px;"><a href="index.php?ac=verteilen" target="_top" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to distribute your skill points!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"><img src="img/s56.gif" border="0"></a></td></tr>
                    </table>
                </td>
            </tr>
        </table>
        </center>
                    </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Create new knights and rake in 250 gold and 50 jewels!</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
            <table cellpadding="2" cellspacing="2" border="0" width="100%">
        <tr>
            <td class="tdn">This is your recruit link:</td>
            <td class="tdn">http://world5.knightfight.co.uk/?ac=vid&vid=115233193</td>
            <td class="tdn"><a href="index.php?ac=freunde" target="_top">Need information? - click here!</a></td>
        </tr>
        </table>
                    </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Your damage range:</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
            <table cellpadding="2" cellspacing="2" border="0" width="100%">
            <tr>
                <td valign="bottom" width="49%">
                    <table cellpadding="2" cellspacing="2" border="0" width="100%">
                        <tr>
                            <td width="200">Base damage:</td>
                            <td align="right">4.00 - 6.00</td>
                        </tr>
                        <tr>
                            <td width="200">Bonus (Strength):</td>
                            <td align="right">+ 0.60</td>
                        </tr>
                                                <tr><td colspan="2" height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                        <tr>
                            <td width="200"><b>Total damage:</b></td>
                            <td align="right"><b>4.60 - 6.60</b></td>
                        </tr>
                    </table>
                </td>
                <td width="*"></td>
                <td valign="bottom" width="49%">
                    <table cellpadding="2" cellspacing="2" border="0" width="100%">
                        <tr>
                            <td width="250">Base defense:</td>
                            <td align="right">0.00 - 0.00</td>
                        </tr>
                        <tr>
                            <td width="250">Bonus (Dexterity):</td>
                            <td align="right">+ 0.00</td>
                        </tr>
                                                <tr><td colspan="2" height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                        <tr>
                            <td width="250"><b>Total Defense:</b></td>
                            <td align="right"><b>0.00 - 0.00</b></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
                    </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Inventory</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
            <table cellpadding="2" cellspacing="2" border="0" width="100%">
                    <tr>
                <td valign="center" align="center"><img src="img/w/1h_rostiger_gladius.jpg"></td>
                <td valign="top">
                    <b><span class="seltenheit1">Rusty gladiator sword</span></b><br>
                    <span class="fontsmall">Damage: 4 - 6<br>Dexterity: +1<br>Requirement - One-hander skills: 6<br></span><span class="fontsmallred">You are equipped with these items!</span>             </td>
                <td valign="center" align="right"><a href="index.php?ac=upgrade&wid=306683" target="_top"><img src="img/lang/EN/btn_zurschmiede.jpg" border="0" onmouseover="return escape('<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'315\'><tr><td style=\'background-image:url(img/tooltip_start.gif); height:12px;\'></td></tr><tr><td align=\'center\' valign=\'top\' style=\'background-image:url(img/tooltip_bg.gif);\'>Click here, to improve your weapon!</td></tr><tr><td style=\'background-image:url(img/tooltip_end.gif); height:11px;\'></td></tr></table>')"></a></td>
            </tr>
            <tr><td colspan="3" height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                        <tr>
                <td valign="center" align="center"><img src="img/i/sh_kleiner_rundschild.jpg"></td>
                <td valign="top">
                    <b>Small round shield</b><br>
                    <span class="fontsmall">Your inventory: 1 <br>Defense: 0.5 - 1<br>Parry: +2<br>Requirement - Armour skills: 4<br></span>                </td>
                <td width="225" valign="center" align="center"></td>
            </tr>
            <tr><td colspan="3" height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                        <tr>
                <td valign="center" align="center"><img src="img/i/am_stoff0.JPG"></td>
                <td valign="top">
                    <b>Linen vest</b><br>
                    <span class="fontsmall">Your inventory: 1 <br></span><span class="fontsmallred">You are equipped with these items!</span>               </td>
                <td width="225" valign="center" align="center"></td>
            </tr>
            <tr><td colspan="3" height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                    </table>
                    </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> Statistics</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
            <table cellpadding="2" cellspacing="2" border="0" width="100%">
        <tr>
            <td width="200" class="tdn">Total loot:</td>
            <td class="tdn">232.00 <img src="img/goldstueck.jpg" alt="Credits" title="Credits" align="absmiddle" border="0"></td>
        </tr>
        <tr>
            <td class="tdn">Links clicked:</td>
            <td class="tdn">1</td>
        </tr>
                <tr>
            <td class="tdn">Battles:</td>
            <td class="tdn">84</td>
        </tr>
        <tr>
            <td class="tdn">Wins:</td>
            <td class="tdn">37</td>
        </tr>
        <tr>
            <td class="tdn">Losses:</td>
            <td class="tdn">47</td>
        </tr>
        <tr>
            <td class="tdn">Undecided:</td>
            <td class="tdn">0</td>
        </tr>
        <tr>
            <td class="tdn">Gold received:</td>
            <td class="tdn">2,162.00 <img src="img/goldstueck.jpg" alt="Credits" title="Credits" align="absmiddle" border="0"></td>
        </tr>
        <tr>
            <td class="tdn">Gold lost:</td>
            <td class="tdn">744.00 <img src="img/goldstueck.jpg" alt="Credits" title="Credits" align="absmiddle" border="0"></td>
        </tr>
        <tr>
            <td class="tdn">Damage to enemies:</td>
            <td class="tdn">658.72</td>
        </tr>
        <tr>
            <td class="tdn">Damage from enemies:</td>
            <td class="tdn">973.96</td>
        </tr>
        </table>
                    </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
        <br>
    <table align="center" cellpadding="0" cellspacing="0" border="0" style="background-color:#15120D;" width="95%">
        <tr>
            <td width="10" height="35"><img src="img/box_lo.gif"></td>
            <td width="*" valign="top" height="35" style="background-image:url('img/box_o.gif'); font-weight:bold; font-size:10pt; padding-top:6px;"><img src="img/dot.gif" align="absmiddle"> You have knighted 1 knaves so far:</td>
            <td width="10" height="35"><img src="img/box_ro.gif"></td>
        </tr>
        <tr>
            <td width="10" style="background-image:url('img/box_l.gif');">&nbsp;</td>
            <td valign="top">
                <table cellpadding="2" cellspacing="2" border="0" width="100%">
                            <tr>
                    <td class="tdn">- <a href="index.php?ac=showuser&showuserid=115254089" target="_top" class="headlines">gunnagitcha</a> (Loot: 0.00)</td>
                </tr>
                <tr><td height="6" style="background-image:url('img/seperator2.jpg');"></td></tr>
                            </table>
                        </td>
            <td width="10" style="background-image:url('img/box_r.gif');">&nbsp;</td>
        </tr>
        <tr>
            <td width="10" height="10"><img src="img/box_lu.gif"></td>
            <td width="*" height="10" style="background-image:url('img/box_u.gif');"></td>
            <td width="10" height="10"><img src="img/box_ru.gif"></td>
        </tr>
    </table>
    <script type="text/javascript">document.all.gold.innerHTML = "152";document.all.edelsteine.innerHTML = "2";</script>                                            <br><br><br>
                                                                                    <!-- Content Ende -->
                                    </td>
                                </tr>
                            </table>
                        </td></tr></table>
                    </td>
                </tr>
                <tr>
                    <td style="background-image:url('img/bottom.gif');" height="71" align="center" valign="top"></td>
                </tr>
                <tr>
                    <td align="center" valign="top">
                        <span class="fontsmall">Œ 2005-2007 by <a href="http://www.redmoonstudios.de" target="_blank" class="copyright">RedMoonStudios GmbH & Co. KG</a>. All rights reserved. <a href="index.php?ac=impressum" target="_top" class="copyright">Legal Notices</a></span>
                        <br />
                        <a href="http://world6.monstersgame.co.uk/?ref=KF_EN" target="_blank" class="copyright">MonstersGame</a><span class="fontsmall"> | </span><a href="http://www.dignfight.com/?ref=KF_EN" target="_blank" class="copyright">DigNFight</a><span class="fontsmall"> | </span><a href="http://world3.techwarrior.co.uk/?ref=KF_EN" target="_blank" class="copyright">TechWarrior</a><span class="fontsmall"> | </span><a href="http://www.bananaking.co.uk/?ref=KF_EN" target="_blank" class="copyright">BananaKing</a>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<span class="fontsmallblack">11 Datenbankzugriffe|0.039 Microsekunden</span>
</center>
<script language="Javascript" type="text/javascript" src="tooltip.js"></script>
</body>
</html>

Edited by gunnagitcha
Link to comment
Share on other sites

Wow.

Codebox the source please. I'd prefer to not have to scroll through 10 minutes of code just to check for replys.

my bad didn't mean to put html tags lol

this is what i could find is displaying the gold

<script type="text/javascript">document.all.gold.innerHTML = "152";document.all.edelsteine.innerHTML = "2";</script>

edit* also i had no clue when to use _ieattach so i just threw it in there a bunch >.< when and where should i put it in there

Edited by gunnagitcha
Link to comment
Share on other sites

more something like:

function
code
if kill then
$kills = $kills +1
else
$deaths = deaths + 1
endfunc

didn't really look at the code so I'm just guessing.

EDIT:XD I was just reading that sites rules and no names that have anything to do with "Right-wing extremists" never seen that before.

Edited by Infinitex0

The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]

Link to comment
Share on other sites

i put this in the gui help but it seems not many people look there

alright ive gotten the buttons to work except for one small thing. whenever i press start it runs the main script but if i try to press close after that nothing happens.

also i was wondering how to make it so that after Wins: or Losses: how i would be able to make it display the values for $wins and $losses.

and where the combo things are (level, alignment, level difference) how would i make it change this part of the script whenever a different option is selected

the first one is level difference

exact is "="

less than or equal is "<="

greater than or equal is ">="

the second one is the level which is 1-30

and the thrid is alignment

neutral is "0"

knight of light is "1"

horde of darkness is "2"

_IEFormElementOptionselect($oelement, "<=")
 _IEFormElementSetValue($oelement2, "5")
 _IEFormElementOptionselect($oelement3, "1")oÝ÷ ÚØb²+-ì!¢W¬r¸©µ«­¢+Ø¥¹±Õ±ÐíU%
½¹ÍѹÑ̹ÔÌÐì(¥¹±Õ±Ðí%¹ÔÌÐì(I¥½¸MQIP-½U$ÍÑ¥½¸½É´õèÀäÈí½Õµ¹Ñ̹ÍÑÑ¥¹ÌÀäÈí¹½ÉÀäÈíµä½Õµ¹ÑÌÀäÈíÕ¤ÀäÈí½ÉµÌÀäÈí½É´Ä¹­á)=ÁÐ ÅÕ½ÐíU%=¹Ù¹Ñ5½ÅÕ½Ðì°Ä¤(ÀÌØí½%ô}%
Éѵ ¤(ÀÌØí½É´ÄôU%
ÉÑ ÅÕ½Ðí-¹¥¡Ñ¥¡ÐÅÕ½Ðì°ÄÈÜÄ°äÜÀ°´Ô°´Ä¤)U%MÑ%½¸ ÅÕ½ÐíèÀй¥¼ÅÕ½Ðì¤(ÀÌØíU%Ñ¥Ù`ôU%
Ñɱ
ÉÑ=¨ ÀÌØí½%°Ô°Ð°ÄÀØÀ°äÔä¤)}%9Ù¥Ñ ÀÌØí½%°ÅÕ½Ðí¡ÑÑÀ輽ݽɱԹ­¹¥¡Ñ¥¡Ð¹¼¹Õ¬¼ýõ±½¥¹ÁÅÕ½Ðì¤(ÀÌØíɽÕÁ  ½àÄôU%
Ñɱ
ÉÑɽÕÀ ÅÕ½ÐìÅÕ½Ðì°´Èаä°ÄÀÜÌ°äØä¤(%U%
Ñɱ
ÉÑɽÕÀ ÅÕ½ÐìÅÕ½Ðì°´ää°´ää°Ä°Ä¤(ÀÌØí    ÕÑѽ¸ÄôU%
Ñɱ
ÉÑ    ÕÑѽ¸ ÅÕ½ÐíMÑÉÐÅÕ½Ðì°ÄÄÌØ°ÄØ°ÜÌ°ÈÔ°À¤(%U%
ÑɱMÑ=¹Ù¹Ð ´Ä°ÅÕ½ÐíMÑÉÐÅÕ½Ðì¤(ÀÌØí ÕÑѽ¸ÌôU%
Ñɱ
ÉÑ    ÕÑѽ¸ ÅÕ½Ðí
±½ÍÅÕ½Ðì°ÄÄÌØ°äØ°ÜÔ°ÈÔ°À¤(%U%
ÑɱMÑ=¹Ù¹Ð ´Ä°ÅÕ½ÐíQɵ¥¹ÑÅÕ½Ðì¤(ÀÌØí1¥ÍÐÄôU%
Ñɱ
ÉÑ1¥ÍÐ ÅÕ½ÐìÅÕ½Ðì°ÄÀÜÈ°ÈÌÈ°ÄØÄ°ÜÀ¤)U%
ÑɱMÑÑ ´Ä°ÅÕ½ÐíÑÑ­Ìéñ]¥¹Ìéñ1½ÍÍÌèÅÕ½Ðì¤)U%
ÑɱMѽ¹Ð ´Ä°ÄÀ°ÐÀÀ°À°ÅÕ½Ðí5LM¹ÌMÉ¥ÅÕ½Ðì¤(ÀÌØí
½µ¼ÄôU%
Ñɱ
ÉÑ
½µ¼ ÅÕ½Ðí1Ù°ÅÕ½Ðì°ÄÀàÀ°ÐàÀ°ÄÐÔ°ÈÔ¤)U%
ÑɱMÑÑ ´Ä°ÅÕ½ÐìÅðÉðÍðÑðÕðÙðÝðáðåðÄÁðÄÅðÄÉðÄÍðÄÑðÄÕðÄÙðÄÝðÄáðÄåðÈÁðÈÅðÈÉðÈÍðÈÑðÈÕðÈÙðÈÝðÈáðÈåðÌÀÅÕ½Ðì¤(ÀÌØí
½µ¼ÈôU%
Ñɱ
ÉÑ
½µ¼ ÅÕ½Ðí±±¥¹µ¹ÐÅÕ½Ðì°ÄÀàÀ°ÔÌØ°ÄÐÔ°ÈÔ¤)U%
ÑɱMÑÑ ´Ä°ÅÕ½Ðí9ÕÑɱñ-¹¥¡Ð½1¥¡Ññ!½É½É­¹ÍÌÅÕ½Ðì¤(ÀÌØí
½µ¼ÌôU%
Ñɱ
ÉÑ
½µ¼ ÅÕ½Ðí1Ù°¥É¹ÅÕ½Ðì°ÄÀàÀ°ÔÜØ°ÄÐÔ°ÈÔ¤)U%
ÑɱMÑÑ ´Ä°ÅÕ½ÐíáÑñ!¥¡ÈÑ¡¸½ÈÅհѽñ1ÍÌÑ¡¸½ÈÅհѼÅÕ½Ðì¤)U%MÑMÑÑ¡M]}M!=¤(¹I¥½¸9-½U$ÍÑ¥½¸()Õ¹Qɵ¥¹Ñ ¤(á¥ÐÀ)¹Õ¹)Õ¹MÑÉÐ ¤($ì
ÉÑɽÝÍÈÝ¥¹½Ü¹¹Ù¥ÑѼ­¹¥¡Ñ¥¡Ð(ÀÌØíÝ¥¹ÌôÀ(ÀÌØí±½ÍÍÌôÀ(ìÐÁ½¥¹ÑÉÌѼѡ±½¥¸½É´¹ÕÍɹµ¹ÁÍÍݽɥ±Ì(ÀÌØí½}½É´ô}%½ÉµÑ=©    å9µ ÀÌØí½%°ÅÕ½ÐíɽɴÅÕ½Ðì¤(ÀÌØí½}±½¥¸ô}%½Éµ±µ¹ÑÑ=©    å9µ ÀÌØí½}½É´°ÅÕ½ÐíÕÍÈÅÕ½Ðì¤(ÀÌØí½}ÁÍÍݽÉô}%½Éµ±µ¹ÑÑ=©    å9µ ÀÌØí½}½É´°ÅÕ½ÐíÁÍÍݽÉÅÕ½Ðì¤(ÀÌØí½}ÍÉÙÈô}%½Éµ±µ¹ÑÑ=©  å9µ ÀÌØí½}½É´°ÅÕ½ÐíÍÉÙÈÅÕ½Ðì¤)}%1½]¥Ð ÀÌØí½%¤(ìMÐ¥±Ù±Õ̹ÍÕµ¥ÐÑ¡½É´)}%½Éµ±µ¹Ñ=ÁÑ¥½¹M±Ð ÀÌØí½}ÍÉÙÈ°ÅÕ½ÐíݽɱԹ­¹¥¡Ñ¥¡Ð¹¼¹Õ¬ÅÕ½Ðì¤)ͱÀ ÔÀÀ¤)}%½Éµ±µ¹ÑMÑY±Õ ÀÌØí½}±½¥¸°ÅÕ½Ðí½Õ¹ÐÅÕ½Ðì¤)}%½Éµ±µ¹ÑMÑY±Õ ÀÌØí½}ÁÍÍݽɰÅÕ½ÐíÁÍÍݽÉÅÕ½Ðì¤)}%½ÉµMÕµ¥Ð ÀÌØí½}½É´¤)}%1½]¥Ð ÀÌØí½%¤)Ý¡¥±Ä(ì
±¥­Ìµ¥ÍÍ¥½¸¹Í±Ñ̸½ÁÁ½¹¹Ð)}%1¥¹­
±¥­  åQáÐ ÀÌØí½%°ÅÕ½Ðí5¥ÍÍ¥½¸ÅÕ½Ðì¤(ÀÌØí½½ÉµÌô}%½ÉµÑ
½±±Ñ¥½¸ ÀÌØí½%°È¤(ÀÌØí½±µ¹Ðô}%½Éµ±µ¹ÑÑ
½±±Ñ¥½¸ ÀÌØí½½ÉµÌ°È¤(ÀÌØí½±µ¹ÐÈô}%½Éµ±µ¹ÑÑ
½±±Ñ¥½¸ ÀÌØí½½ÉµÌ°Ì¤(ÀÌØí½±µ¹ÐÌô}%½Éµ±µ¹ÑÑ
½±±Ñ¥½¸ ÀÌØí½½ÉµÌ°Ð¤(}%½Éµ±µ¹Ñ=ÁÑ¥½¹M±Ð ÀÌØí½±µ¹Ð°ÅÕ½Ðì±ÐìôÅÕ½Ðì¤(}%½Éµ±µ¹ÑMÑY±Õ ÀÌØí½±µ¹ÐÈ°ÅÕ½ÐìÔÅÕ½Ðì¤(}%½Éµ±µ¹Ñ=ÁÑ¥½¹M±Ð ÀÌØí½±µ¹ÐÌ°ÅÕ½ÐìÄÅÕ½Ðì¤(}%½ÉµMÕµ¥Ð ÀÌØí½½ÉµÌ¤(ìÑÑ­ÌÌÌì(ÀÌØí½½ÉµÌÈô}%½ÉµÑ
½±±Ñ¥½¸ ÀÌØí½%°À¤(ÀÌØí½±µ¹Ðô}%½Éµ±µ¹ÑÑ
½±±Ñ¥½¸ ÀÌØí½½ÉµÌ°Ä¤(}%½ÉµMÕµ¥Ð ÀÌØí½½ÉµÌȤ((ÀÌØíÍQáÐô}%AɽÁÉÑåÐ ÀÌØí½%°ÅÕ½Ðí¥¹¹ÉÑáÐÅÕ½Ðì¤(¥MÑÉ¥¹IáÀ ÀÌØíÍQáаÌäí]¥¹¹Èè½Õ¹ÐÌäì¤ôÄQ¡¸($ÀÌØíÝ¥¹ÌôÀÌØíÝ¥¹Ì¬Ä(±Í%MÑÉ¥¹IáÀ ÀÌØíÍQáаÌäí]¥¹¹Èè½Õ¹ÐÌäì¤ôÀQ¡¸($ÀÌØí±½ÍÍÌôÀÌØí±½ÍÍ̬Ä($¹%(}%1¥¹­
±¥­  åQáÐ ÀÌØí½%°ÅÕ½ÐíÍÑÑÅÕ½Ðì¤(}%1¥¹­
±¥­  åQáÐ ÀÌØí½%°ÅÕ½ÐíAÉäÐÑ¡±ÑÈÅÕ½Ðì¤(ÀÌØíÍQáÐô}%AɽÁÉÑåÐ ÀÌØí½%°ÅÕ½Ðí¥¹¹ÉÑáÐÅÕ½Ðì¤(Ý¡¥±MÑÉ¥¹IáÀ ÀÌØíÍQáаÌäíe½ÕÈÁÉåÉÌ¡Ù¸¹ÍÝÉìå½ÕÈ¡±Ñ ¥¹ÉÍäÀÁ½¥¹ÑÌÌÌìÌäì¤ôÀ($$ÀÌØí½½ÉµÌÌô}%½ÉµÑ
½±±Ñ¥½¸ ÀÌØí½%°À¤(ÀÌØí½±µ¹ÐÐô}%½Éµ±µ¹ÑÑ
½±±Ñ¥½¸ ÀÌØí½½ÉµḬ̤̀($%}%1½]¥Ð ÀÌØí½%¤($%}%½ÉµMÕµ¥Ð ÀÌØí½½ÉµÌ̤($$ÀÌØíÍQáÐô}%AɽÁÉÑåÐ ÀÌØí½%°ÅÕ½Ðí¥¹¹ÉÑáÐÅÕ½Ðì¤(ݹ(ͱÀ ÌÌÀÀÀÀ¤(ݹ)¹Õ¹(()]¡¥±Ä(ÀÌØí¹5ÍôU%Ñ5Í ¤)MÝ¥Ñ ÀÌØí¹5Í)
ÍÀÌØíU%}Y9Q}
1=M)á¥Ð()
ÍÀÌØí1¥ÍÐÄ)
ÍÀÌØí
½µ¼Ä)¹MÝ¥Ñ )]¹
Link to comment
Share on other sites

  • 1 year later...

You should try not to revive old threads. The page source has probably changed by now. If not you run the script the same way as any other. If you don't know that then read the helpfile.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...