|
You last visited: Today at 03:46
Advertisement
Coding-Problem
Discussion on Coding-Problem within the GW Bots forum part of the Guild Wars category.
03/17/2010, 20:14
|
#16
|
elite*gold: 0
Join Date: Feb 2010
Posts: 73
Received Thanks: 21
|
Quote:
Originally Posted by General Desert
EditEdit: Bin Thx geil 
|
wird noch warten müssen-.-
sieht jez so aus,aber funktioniert immer noch nich^^:
Code:
HotKeySet ("!q", "start")
Func start()
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1025, 583)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1025, 632)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1025, 678)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1080, 528)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1080, 580)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1080, 625)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1080, 675)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1125, 526)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1125, 576)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1125, 625)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1125, 680)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1180, 522)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1180, 578)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1180, 625)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1180, 678)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1230, 522)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1230, 578)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1230, 625)
ControlClick("Guild Wars", "", 0, "Left", 2, 1025, 525)
ControlClick("Guild Wars", "", 0, "Left", 1, 1230, 678)
EndFunc
while 1
sleep (100)
WEnd
|
|
|
03/17/2010, 21:24
|
#17
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
Das muss gehen.
Ansonsten vlt. falsche Koordianten?
Probier mal folgenden Script aus:
Code:
WinSetState("Guild Wars", "", @SW_HIDE)
ControlClick("Guild Wars", "", 0, "Left", 1, x, y)
WinSetState("Guild Wars", "", @SW_SHOW)
geh in ein gebiet und gib resign ein. Dann such die x und y Coord´s und trag sie ein.
Sag dann obs geklappt hat.
Wenn nein, weiß ich auch nicht mehr
|
|
|
03/17/2010, 22:18
|
#18
|
elite*gold: 20
Join Date: Feb 2007
Posts: 3,080
Received Thanks: 4,294
|
fenstername
|
|
|
03/18/2010, 16:42
|
#19
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
...also Guild Wars
|
|
|
03/22/2010, 16:46
|
#20
|
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,287
|
Quote:
Originally Posted by General Desert
...also Guild Wars 
|
Nicht zwangsläufig.
|
|
|
03/22/2010, 18:02
|
#21
|
elite*gold: 100
Join Date: Oct 2007
Posts: 738
Received Thanks: 485
|
Jo, zB "Guild Wars - Sein Char Name"
|
|
|
03/22/2010, 19:40
|
#22
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
Das bezieht sich aber auf GWCA wenn ich mich nicht täusche. Oder geht das auch ohne der API?
|
|
|
03/22/2010, 20:09
|
#23
|
elite*gold: 100
Join Date: Oct 2007
Posts: 738
Received Thanks: 485
|
Das bezieht sich auf jede DLL die den Win Namen hooked/umschreibt.
|
|
|
03/22/2010, 20:41
|
#24
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
Der arbeitet ja aber ganz normal mit den AutoIt Befehlen (also ohne DLL ect.)
Er nutzt ja nur die tt6 Engine
|
|
|
03/23/2010, 12:12
|
#25
|
elite*gold: 100
Join Date: Oct 2007
Posts: 738
Received Thanks: 485
|
Ich wollt damit auch nur sagen, dass das GW Fenster auch anders heißen könnte!
|
|
|
03/23/2010, 16:51
|
#26
|
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,287
|
Quote:
Originally Posted by General Desert
Der arbeitet ja aber ganz normal mit den AutoIt Befehlen (also ohne DLL ect.)
Er nutzt ja nur die tt6 Engine
|
Spätestens beim Multiclient 2.2 heißt das Fenster nicht mehr 'Guild Wars'.
|
|
|
03/23/2010, 18:22
|
#27
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
Da hast du auch wieder recht
|
|
|
03/23/2010, 20:56
|
#28
|
elite*gold: 20
Join Date: Feb 2007
Posts: 3,080
Received Thanks: 4,294
|
sag ich doch
|
|
|
03/23/2010, 21:43
|
#29
|
elite*gold: 0
Join Date: Jan 2008
Posts: 1,403
Received Thanks: 918
|
Quote:
Originally Posted by kknb
sag ich doch
|
Da hatter Recht
|
|
|
03/24/2010, 00:52
|
#30
|
elite*gold: 0
Join Date: Apr 2009
Posts: 442
Received Thanks: 189
|
Quote:
Originally Posted by u-coRe
Spätestens beim Multiclient 2.2 heißt das Fenster nicht mehr 'Guild Wars'.
|
is allerdings nich sicher ob er den auch benutzt...
könnts ja immernoch manuell oder mit Harboes multilauncher machen
|
|
|
 |
|
Similar Threads
|
Mob.cs coding problem(help)
06/23/2010 - CO2 Private Server - 6 Replies
hi, so i have co pserver 5165
i'm coding mob.cs, to make a monster droping an item so here is the script and tell me wha'ts wrong, because i made the Id of GoldDew
else if (MyMath.ChanceSuccess(DropRates.CPBag))
{
if (Char != null)
if (Char.VipLevel >= 3)
{
if (Char.Inventory.Count <= 39)
|
Problem in Coding, Help please
06/13/2010 - CO2 Private Server - 15 Replies
hello, i have a conquer private server version 5165
so i'm trying to code some npcs
please watch the video to know what i want and how you can help me
YouTube - SansTitre.flv
|
Problem mit Spammer coding
09/21/2009 - WarRock Hacks, Bots, Cheats & Exploits - 3 Replies
Hey
habe ein problem mit dem coding von spammen, und zwar wenn ich in wr bin schreibt der dne text schon in die zeile, schickt ih dann aber nicht ab.
Sprich: die "entertaste" wird nicht gedrückt
was kann ich machen???
hier der code:
Public Class Form1
|
problem with coding
08/03/2009 - CO2 Private Server - 19 Replies
when my moms die then respawn they are invisible... probably a mistake in coding >< any ideas? lotf
|
All times are GMT +1. The time now is 03:46.
|
|