PiroX's AFK Bot - Update v7.1.6 (12.8.07)

06/11/2007 20:08 Pblx#181
i need from u to get autosignup work

if ( GetLocale() == "frFR" ) then
aUPIEDaxxl = "Alterac Valley";
TURkvgbiCwi = "Warsong Gulch";
dnmWgbsJBsQDIu = "Arathi Basin";
xGLyPMjPBHJmg = "Eye of Storm";
VhEOEcJsGmCskTAX = "j'aimerais me rendre sur le champs de bataille. "; <-- thx ² kartex
end

this in French. This are my variable names . Ignore it :) i need just the BG names
06/11/2007 20:12 kartex#182
Vallée D'alterac
Goulet de Chanteguerre
Bassin d'Arathi
L'Oeil du cyclone
06/11/2007 20:14 Cuizi#183
ouéééé thnks à lot
@kartex :p!

<hr>Append on Jun 11 2007, 20:15<hr> gafe les noms c'est Bassin d'Arathi
06/11/2007 20:18 kartex#184
exact erreur de frappe trop d'exitations ;)
06/11/2007 20:30 Pblx#185
and now this will be much work 4 you

This are the NPC names for english WoW and i need this in french.
If the names for french version are correct, the bot will target the correct npc

Code:
;AV
 &#036;npc&#91;0&#93;&#91;0&#93; = &#34;/target Kartra Murrblood&#34;  &#59;og
 &#036;npc&#91;0&#93;&#91;1&#93; = &#34;/target Taim Ragetotem&#34;  &#59;tb
 &#036;npc&#91;0&#93;&#91;2&#93; = &#34;/target Grizzle Halfmane&#34;  &#59;uc
 &#036;npc&#91;0&#93;&#91;3&#93; = &#34;/target Glordrum Steelbeard&#34;;if
 &#036;npc&#91;0&#93;&#91;4&#93; = &#34;/target Thelman Slatefist&#34;  &#59;sw
 &#036;npc&#91;0&#93;&#91;5&#93; = &#34;/target Brogun Stoneshield&#34;;darnassus
 &#036;npc&#91;0&#93;&#91;6&#93; = &#34;/target Wolfsister Maka&#34;   &#59;shattrath HORDE
 &#036;npc&#91;0&#93;&#91;7&#93; = &#34;/target Haelga Slatefist&#34;  &#59;shattrath ALLIANZ
 
;WS
 &#036;npc&#91;1&#93;&#91;0&#93; = &#34;/target Brakgul Deathbringer&#34;
 &#036;npc&#91;1&#93;&#91;1&#93; = &#34;/target Kergul Bloodaxe&#34;
 &#036;npc&#91;1&#93;&#91;2&#93; = &#34;/target Kurden Bloodclaw&#34;
 &#036;npc&#91;1&#93;&#91;3&#93; = &#34;/target Lylandris&#34;
 &#036;npc&#91;1&#93;&#91;4&#93; = &#34;/target Elfarran&#34;
 &#036;npc&#91;1&#93;&#91;5&#93; = &#34;/target Aethalas&#34;
 &#036;npc&#91;1&#93;&#91;6&#93; = &#34;/target Montok Redhands&#34;
 &#036;npc&#91;1&#93;&#91;7&#93; = &#34;/target Lylandor&#34;;

;AB
 &#036;npc&#91;2&#93;&#91;0&#93; = &#34;/target Deze Snowbane&#34;
 &#036;npc&#91;2&#93;&#91;1&#93; = &#34;/target Martin Lindsey&#34;
 &#036;npc&#91;2&#93;&#91;2&#93; = &#34;/target Sire Malory Wheeler&#34;
 &#036;npc&#91;2&#93;&#91;3&#93; = &#34;/target Donal Osgood&#34;
 &#036;npc&#91;2&#93;&#91;4&#93; = &#34;/target Lady Hoteshem&#34;
 &#036;npc&#91;2&#93;&#91;5&#93; = &#34;/target Keras Wolfheart&#34;
 &#036;npc&#91;2&#93;&#91;6&#93; = &#34;/target Keldor the Lost&#34;
 &#036;npc&#91;2&#93;&#91;7&#93; = &#34;/target Adam Eternum&#34; 

;Auge des Sturms
 &#036;npc&#91;3&#93;&#91;0&#93; = &#34;/target Andrissa Herzspeer&#34;
 &#036;npc&#91;3&#93;&#91;1&#93; = &#34;/target Althallen Glanzklinge&#34;
 &#036;npc&#91;3&#93;&#91;2&#93; = &#34;/target Lyrlia Blackshield&#34;
 &#036;npc&#91;3&#93;&#91;3&#93; = &#34;/target Kandaar&#34;
 &#036;npc&#91;3&#93;&#91;4&#93; = &#34;/target Jovil&#34;
 &#036;npc&#91;3&#93;&#91;5&#93; = &#34;/target Enlae&#34;
 &#036;npc&#91;3&#93;&#91;6&#93; = &#34;/target Yula the Fair&#34;
 &#036;npc&#91;3&#93;&#91;7&#93; = &#34;/target Iravar&#34;

Update your Addon manually or wait for new version.
Code:
if &#40;GetLocale&#40;&#41; == &#34;deDE&#34;&#41; then
  aUPIEDaxxl = &#34;Alteractal&#34;;
  TURkvgbiCwi = &#34;Kriegshymnenschlucht&#34;;
  dnmWgbsJBsQDIu = &#34;Arathibecken&#34;;
  xGLyPMjPBHJmg = &#34;Auge des Sturms&#34;;
  VhEOEcJsGmCskTAX = &#34;Ich m&#092;195&#092;182chte das Schlachtfeld betreten.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;enUS&#34;&#41; then 
  aUPIEDaxxl = &#34;Alterac Valley&#34;;
  TURkvgbiCwi = &#34;Warsong Gulch&#34;;
  dnmWgbsJBsQDIu = &#34;Arathi Basin&#34;;
  xGLyPMjPBHJmg = &#34;Eye of Storm&#34;;
  VhEOEcJsGmCskTAX = &#34;I would like to go to the battleground.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;frFR&#34;&#41; then 
  aUPIEDaxxl = &#34; Vallée D'alterac&#34;;
  TURkvgbiCwi = &#34;Goulet de Chanteguerre &#34;;
  dnmWgbsJBsQDIu = &#34;Bassin d'Arathi&#34;;
  xGLyPMjPBHJmg = &#34;L'Oeil du cyclone&#34;;
  VhEOEcJsGmCskTAX = &#34;J'aimerais me rendre sur le champs de bataille. &#34;;
end
Change the Variable names to your variable names!!!

The BG names have to be written 100% correct!
is this right that the "D" of "Vallée D'alterac" is big and the "d" of "Bassin d'Arathi" is small?
06/11/2007 20:41 Cuizi#186
i'm try to change variable and test it if it works i think the "d" isn't important (sry for really bad eng^^) *edit it's a little "d" for the 2 bgs

the good text is "J'aimerais me rendre sur le champ de bataille" (not "s" in "champ")

SHattrah names horde :

warsong : Montok Mains-rouges
alterac valley : Soeur-louve Maka
Arathi bassin : Keldor le Perdu
Auge des Sturms : Yula la Blonde


Code:
if &#40;GetLocale&#40;&#41; == &#34;deDE&#34;&#41; then
 * aUPIEDaxxl = &#34;Alteractal&#34;;
 * TURkvgbiCwi = &#34;Kriegshymnenschlucht&#34;;
 * dnmWgbsJBsQDIu = &#34;Arathibecken&#34;;
 * xGLyPMjPBHJmg = &#34;Auge des Sturms&#34;;
 * VhEOEcJsGmCskTAX = &#34;Ich m&#092;195&#092;182chte das Schlachtfeld betreten.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;enUS&#34;&#41; then
 * aUPIEDaxxl = &#34;Alterac Valley&#34;;
 * TURkvgbiCwi = &#34;Warsong Gulch&#34;;
 * dnmWgbsJBsQDIu = &#34;Arathi Basin&#34;;
 * xGLyPMjPBHJmg = &#34;Eye of Storm&#34;;
 * VhEOEcJsGmCskTAX = &#34;I would like to go to the battleground.&#34;;
elseiif &#40;GetLocale&#40;&#41; == &#34;frFR&#34;&#41; then
  aUPIEDaxxl = &#34; Vallée d'Alterac&#34;;
  TURkvgbiCwi = &#34;goulet des Chanteguerres&#34;;
  dnmWgbsJBsQDIu = &#34;bassin d'Arathi&#34;;
  xGLyPMjPBHJmg = &#34;l'Oeil du cyclone&#34;;
  VhEOEcJsGmCskTAX = &#34;J'aimerais me rendre sur le champ de bataille.&#34;;
end
06/11/2007 21:12 Pblx#187
check this out
Code:
if &#40;GetLocale&#40;&#41; == &#34;deDE&#34;&#41; then
  aUPIEDaxxl = &#34;Alteractal&#34;;
  TURkvgbiCwi = &#34;Kriegshymnenschlucht&#34;;
  dnmWgbsJBsQDIu = &#34;Arathibecken&#34;;
  xGLyPMjPBHJmg = &#34;Auge des Sturms&#34;;
  VhEOEcJsGmCskTAX = &#34;Ich m&#092;195&#092;182chte das Schlachtfeld betreten.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;enUS&#34;&#41; then
  aUPIEDaxxl = &#34;Alterac Valley&#34;;
  TURkvgbiCwi = &#34;Warsong Gulch&#34;;
  dnmWgbsJBsQDIu = &#34;Arathi Basin&#34;;
  xGLyPMjPBHJmg = &#34;Eye of Storm&#34;;
  VhEOEcJsGmCskTAX = &#34;I would like to go to the battleground.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;frFR&#34;&#41; then
  aUPIEDaxxl = &#34;Vall&#092;195&#092;169e d'Alterac&#34;;
  TURkvgbiCwi = &#34;Goulet des Chanteguerres&#34;;
  dnmWgbsJBsQDIu = &#34;Bassin d'Arathi&#34;;
  xGLyPMjPBHJmg = &#34;L'Oeil du cyclone&#34;;
  VhEOEcJsGmCskTAX = &#34;J'aimerais me rendre sur le champ de bataille.&#34;;
end
06/11/2007 21:17 Cuizi#188
i think the really good code with good names is here :
Code:
if &#40;GetLocale&#40;&#41; == &#34;deDE&#34;&#41; then
 *aUPIEDaxxl = &#34;Alteractal&#34;;
 *TURkvgbiCwi = &#34;Kriegshymnenschlucht&#34;;
 *dnmWgbsJBsQDIu = &#34;Arathibecken&#34;;
 *xGLyPMjPBHJmg = &#34;Auge des Sturms&#34;;
 *VhEOEcJsGmCskTAX = &#34;Ich m&#092;195&#092;182chte das Schlachtfeld betreten.&#34;;
elseif &#40;GetLocale&#40;&#41; == &#34;enUS&#34;&#41; then
 *aUPIEDaxxl = &#34;Alterac Valley&#34;;
 *TURkvgbiCwi = &#34;Warsong Gulch&#34;;
 *dnmWgbsJBsQDIu = &#34;Arathi Basin&#34;;
 *xGLyPMjPBHJmg = &#34;Eye of Storm&#34;;
 *VhEOEcJsGmCskTAX = &#34;I would like to go to the battleground.&#34;;
elseiif &#40;GetLocale&#40;&#41; == &#34;frFR&#34;&#41; then
 *aUPIEDaxxl = &#34;Vall&#092;195&#092;169e d'Alterac&#34;;
 *TURkvgbiCwi = &#34;goulet des Chanteguerres&#34;;
 *dnmWgbsJBsQDIu = &#34;bassin d'Arathi&#34;;
 *xGLyPMjPBHJmg = &#34;l'Oeil du cyclone&#34;;
 *VhEOEcJsGmCskTAX = &#34;J'aimerais me rendre sur le champ de bataille.&#34;;
end
but it doesn't works the bot don't queue :'(
rofl -_- the realm shut down
06/11/2007 21:24 Pblx#189
it does only queue if the ball is shown or u activate the autosignup feature
/command autosignup
06/11/2007 21:30 Cuizi#190
ok thx i'll retry when the realm'll works -_-
06/11/2007 22:07 ibo#191
Hallo Leute,


Ich hab da mal ne ziemlich noobige Frage, da ich mich mit Bots kaum auskenn^^

Brauch ich, wie sonst auch irgendein Schutzprogramm um den Bot zu verschleiern, oder brauch ich nur die Programe die im Thread genannt wurden sind?^^



Mfg


Ibo


P.S Habt Mitleid mitm Noob xD
06/11/2007 22:33 Pblx#192
lies die readme.txt durch
06/11/2007 23:40 ibo#193
Okay, hab den bot jetz zum laufen gekriegt. Das Problem is jetzt : Ich fand es war viel zu einfach^^ Ich hab den bot gestartet, die Daten Angegeben(Undercity Horde Alterac) und zack isser da hingelaufen. Ich musste keine Coords oder so setzten, also das was ihr hier beschrieben habt^^
06/12/2007 00:44 Cuizi#194
don't work with the command autosignup so i don't know how to do more ^^
06/12/2007 01:28 Vossko#195
Quote:
Originally posted by PiroX@Jun 11 2007, 19:23
@vossko
Code:
Im BG läuft er nicht aus dem Tunnel, sondern nur geradeaus und bleibt an der Wand hängen oder er läuft ein stück geradeaus und strafed dann zusätzlich nach rechts und bleibt dann an der rechen Wand hängen.
Spielst du Allianz oder Horde?

Code:
/target befehl oder wie gesagt den 7target befehl.
Welche Bot version hast du??? ich hab das nämlich schon sehr sehr lange nicht mehr.
Aber um das prob zu meiden, erstell einen neuen channel "/join sdsgdfhsagd" und bevor du botest machst einfach "/channelnummer". Dann postet er in den channel das target usw.
Eine andere Möglichkeit gibts nicht.

Hi.

Also ich spiele Allianz.

Bei dem Target Problem hatte ich die version 7.0.
Ich hab nun erstmal alles gelöscht und sauge jetzt die Aktuelle Version.

Das mit dem Channel werd ich dann so machen müssen ;)

MfG