Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2
You last visited: Today at 08:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



was ist das problem =(

Discussion on was ist das problem =( within the Metin2 forum part of the Popular Games category.

Reply
 
Old   #1
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
was ist das problem =(

PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Form1"633454193119)
$Group1 GUICtrlCreateGroup("Group1"8813765)
$Radio1 GUICtrlCreateRadio("Radio1"162411317)
$Radio2 GUICtrlCreateRadio("Radio2"164811317)
GUICtrlCreateGroup("", -99, -9911)
$Button1 GUICtrlCreateButton("Button1"8152139410)
$Group2 GUICtrlCreateGroup("Group2"88013757)
$Label1 GUICtrlCreateLabel("Label1"16966825)
GUICtrlCreateGroup("", -99, -9911)
$Input1 GUICtrlCreateInput("Input1"961124121)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        case 
$button1
        
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
$Input1 guictrlread $Input1 )
        
        
$Radi1 guictrlread $Radio1 )
        
$Radi2 guictrlread $Radio2 )
        ;~~~~~~~~~~~~~~~~~~~
        
        If 
$Radi1 1 Then
        
If PixelGetColor 17856 ) ==Dec "227DE4" Then
        Send 
$Input1 )
        Endif
        
        
        
        If 
$Radi2 1 Then
        
if PixelGetColor 13757 ) ==Dec "217AE3" Then
        send 
$input1 )
        Endif
        
    
        
EndSwitch
WEnd 
[PixeL] is offline  
Old 07/22/2008, 10:46   #2

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
= GUICreate("Form1", 633, 454, 193, 119)
= GUICtrlCreateGroup("Group1", 8, 8, 137, 65)
= GUICtrlCreateRadio("Radio1", 16, 24, 113, 17)
= GUICtrlCreateRadio("Radio2", 16, 48, 113, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
= GUICtrlCreateButton("Button1", 8, 152, 139, 41, 0)
= GUICtrlCreateGroup("Group2", 8, 80, 137, 57)
= GUICtrlCreateLabel("Label1", 16, 96, 68, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
= GUICtrlCreateInput("Input1", 96, 112, 41, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
= GUIGetMsg()
Switch
Case
Exit
case
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
= guictrlread ( )

= guictrlread ( )
= guictrlread ( )
;~~~~~~~~~~~~~~~~~~~

If = 1 Then
If PixelGetColor ( 178, 56 ) ==Dec ( "227DE4" ) Then
Send ( )
Endif
EndIf


If = 1 Then
if PixelGetColor ( 137, 57 ) ==Dec ( "217AE3" ) Then
send ( )
Endif
EndIf


EndSwitch
WEnd



du hast zwei endifs vergessen^^
°Remus° is offline  
Old 07/22/2008, 10:49   #3
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
ich habe jetz ein anderes prob =( alles schön und gut aber er pottet nicht nur wen ich auf den button klicke pottet der einmal und dan nicht mehr auch nicht wen er potten soll


PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
 
GUICreate("Form1"633454193119)
 = 
GUICtrlCreateGroup("Group1"8813765)
 = 
GUICtrlCreateRadio("Radio1"162411317)
 = 
GUICtrlCreateRadio("Radio2"164811317)
GUICtrlCreateGroup("", -99, -9911)
 = 
GUICtrlCreateButton("Button1"8152139410)
 = 
GUICtrlCreateGroup("Group2"88013757)
 = 
GUICtrlCreateLabel("Label1"16966825)
GUICtrlCreateGroup("", -99, -9911)
 = 
GUICtrlCreateInput("Input1"961124121)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
     
GUIGetMsg()
    Switch 
        Case 
            Exit
        case 
        ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         = 
guictrlread (  )
        
         = 
guictrlread (  )
         = 
guictrlread (  )
        ;~~~~~~~~~~~~~~~~~~~
        While 
1
        
If  = 1 Then
        
If PixelGetColor 17351 ) ==Dec "EE745F" Then
        Send 
(  )
        Endif
    EndIf
    
WEnd
        
        
        
While 1
        
If  = 1 Then
        
if PixelGetColor 13254 ) ==Dec "373737" Then
        send 
(  )
        Endif
        EndIf
    
WEnd
        
EndSwitch
WEnd 
[PixeL] is offline  
Old 07/22/2008, 10:51   #4

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
Quote:
Originally Posted by ~System~ View Post
das habe ich auch eben bemerkt xD aber trotzdem danke
no problem
einfach die fehlermeldungen anschauen (vor dem letzten update waren die besser^^)
°Remus° is offline  
Old 07/22/2008, 11:03   #5
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
wieso pottet der nicht wan er potten soll
[PixeL] is offline  
Old 07/22/2008, 11:09   #6

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
post das nochma ohne php man sieht die ganzen variablen gar nicht
°Remus° is offline  
Old 07/22/2008, 11:14   #7

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
musst ne while schleife in
case $button1 einbauen
°Remus° is offline  
Old 07/22/2008, 11:17   #8
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 633, 454, 193, 119)
$Group1 = GUICtrlCreateGroup("Group1", 8, 8, 137, 65)
$Radio1 = GUICtrlCreateRadio("Radio1", 16, 24, 113, 17)
$Radio2 = GUICtrlCreateRadio("Radio2", 16, 48, 113, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("Button1", 8, 152, 139, 41, 0)
$Group2 = GUICtrlCreateGroup("Group2", 8, 80, 137, 57)
$Label1 = GUICtrlCreateLabel("Label1", 16, 96, 68, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Input1 = GUICtrlCreateInput("Input1", 96, 112, 41, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $button1
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$Input1 = guictrlread ( $Input1 )

$Radi1 = guictrlread ( $Radio1 )
$Radi2 = guictrlread ( $Radio2 )
;~~~~~~~~~~~~~~~~~~~
While 1
If $Radi1 = 1 Then
If PixelGetColor ( 173, 51 ) ==Dec ( "EE745F" ) Then
Send ( $Input1 )
Endif
EndIf
WEnd


While 1
If $Radi2 = 1 Then
if PixelGetColor ( 132, 54 ) ==Dec ( "373737" ) Then
send ( $input1 )
Endif
EndIf
WEnd

EndSwitch
WEnd
[PixeL] is offline  
Old 07/22/2008, 11:21   #9

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 633, 454, 193, 119)
$Group1 = GUICtrlCreateGroup("Group1", 8, 8, 137, 65)
$Radio1 = GUICtrlCreateRadio("Radio1", 16, 24, 113, 17)
$Radio2 = GUICtrlCreateRadio("Radio2", 16, 48, 113, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("Button1", 8, 152, 139, 41, 0)
$Group2 = GUICtrlCreateGroup("Group2", 8, 80, 137, 57)
$Label1 = GUICtrlCreateLabel("Label1", 16, 96, 68, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Input1 = GUICtrlCreateInput("Input1", 96, 112, 41, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $button1
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$Input1 = guictrlread ( $Input1 )

$Radi1 = guictrlread ( $Radio1 )
$Radi2 = guictrlread ( $Radio2 )
;~~~~~~~~~~~~~~~~~~~

If $Radi1 = 1 Then
While 1
If PixelGetColor ( 173, 51 ) ==Dec ( "EE745F" ) Then Send ( $Input1 )
WEnd
EndIf

If $Radi2 = 1 Then
While 1
if PixelGetColor ( 132, 54 ) ==Dec ( "373737" ) Then send ( $input1 )
WEnd
EndIf


EndSwitch
WEnd

eher so
°Remus° is offline  
Old 07/22/2008, 11:29   #10
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
sry geht immer nich nicht =(
[PixeL] is offline  
Old 07/22/2008, 11:41   #11

 
°Remus°'s Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 8,541
Received Thanks: 4,538
ich könnt dir jetzt nen fertiges script hinschreiben, welches in etwa deinen vorstellungen entsprchen sollte und wo du blos noch die werte einsetzten musst, aber erstens bringt dich das nicht weiter und 2tens hab ich sowas auch blos mit hilfe von tutorials etc. geschafft,
wieso willst du da eigentlich ne gui reinbauen? das macht das ganze doch viel komplizierter, mit hotkeys geht das doch viel besser
°Remus° is offline  
Old 07/22/2008, 11:55   #12
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
also er geht aber wen er die farbe sieht und egal wo pottet er die ganze zeit das verbraUCHT DIE GANZEN POTTS Xd
[PixeL] is offline  
Old 07/22/2008, 12:04   #13
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
also das soll ein auto pott bot für nostale werden^^ aber er pottet die ganze zeit xD


kannst du mir den fertigen script geben?
[PixeL] is offline  
Old 07/22/2008, 12:54   #14
 
elite*gold: 0
Join Date: Jun 2008
Posts: 116
Received Thanks: 26
wenn du es nicht selber kannst dann solltest du es lassen!
la burne is offline  
Old 07/22/2008, 12:56   #15
 
[PixeL]'s Avatar
 
elite*gold: 1700
Join Date: Jul 2008
Posts: 2,939
Received Thanks: 1,114
Quote:
Originally Posted by mattjean View Post
wenn du es nicht selber kannst dann solltest du es lassen!
ich kanns warscheinlich besser als du guck mal ins nostale forum da alle bots die crazy 4 live gemacht hat das ist n freund und wir haben die bots zu sammen gemacht ich kann zwar vieles aber nicht alles und ich lerne halt noch dazu du bauer
[PixeL] is offline  
Reply


Similar Threads Similar Threads
Metin 2 Pserver Problem/ Lösung für das Matrix Kartennummer Problem
01/04/2010 - Metin2 Private Server - 3 Replies
Hy Leute Wie in der Überschrift genannt, hab ich gerade ein Problem mit meinem Metin 2Server. Ich lasse ihn via Loopbackadapter laufen, funktioniert auch ganz gut. Ich hab aber jetzt das Poblem, das in meinem Account nur noch Krieger mit Level null stehen. Wie kann ich das Beheben??, das is auch manchmal da, wenn ich via Navicat n neuen Account mach. Hoffe einer hatt ne Lösung Hab n Screenshot im Anhang Aber ich hab ja auch ne Lösung für n anderes Problem. Gestern hatte ich beim...
[Problem] Problem with server starting - cannot find quest index for PaxHeader
12/22/2009 - Metin2 Private Server - 1 Replies
Hello! I have this same problem as here when i'm starting my server: http://www.elitepvpers.com/forum/metin2-pserver-di scussions-questions/307143-metin2-serverfiles-ques t-index-fehler.html But I didn't know the answer.. how to repair this? Greetings



All times are GMT +2. The time now is 08:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.