Register for your free account! | Forgot your password?

You last visited: Today at 18:51

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

Advertisement



Phoenix-Games Patcher

Discussion on Phoenix-Games Patcher within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2012
Posts: 171
Received Thanks: 48
Phoenix-Games Patcher



.Yasin is offline  
Old 06/27/2012, 22:36   #2

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
????
.Bloodseeker is offline  
Thanks
1 User
Old 06/27/2012, 22:38   #3
 
elite*gold: 541
Join Date: Mar 2012
Posts: 625
Received Thanks: 1,047
????
Gawa™ is offline  
Thanks
3 Users
Old 06/27/2012, 22:39   #4
 
.αpeх''s Avatar
 
elite*gold: 244
Join Date: Jun 2010
Posts: 602
Received Thanks: 471
Was soll denn das werden?
.αpeх' is offline  
Old 06/27/2012, 22:39   #5

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
Is das der source oder wie?...
Wer ist dieser Yasin?
.Bloodseeker is offline  
Old 06/27/2012, 22:40   #6
 
[Patrick]'s Avatar
 
elite*gold: 50
Join Date: May 2012
Posts: 1,136
Received Thanks: 401
Wirklich deins?

Aber erklär mal bisschen..bitte..
[Patrick] is offline  
Old 06/27/2012, 22:41   #7


 
Special's Avatar
 
elite*gold: 31
Join Date: Dec 2010
Posts: 3,134
Received Thanks: 2,380
Rausnehmen sonst reported
Special is offline  
Old 06/27/2012, 22:42   #8
 
MissUnderstoodOne's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 322
Received Thanks: 505
Das ist nicht der Source!
Das ist lediglich das Design, welches von Aza gemacht wurde!

Ich kann nur soviel sagen, das ist NICHT Yasin/Kenan!
MissUnderstoodOne is offline  
Thanks
2 Users
Old 06/27/2012, 22:42   #9

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
Warum wundert mich sowas nicht?
Immer diese Hater... tzzzz
.Bloodseeker is offline  
Thanks
1 User
Old 06/27/2012, 22:45   #10
 
elite*gold: 541
Join Date: Mar 2012
Posts: 625
Received Thanks: 1,047
- Ist das der RICHTIGE Patcher ?
- Wieso hat dieser Yasin ihn ?
viel wichtiger, woher hat er ihn ?

- Wieso ist dieses Release hier ?

bitte mal etwas erklären, bin grade etwas verwirrt ...


Grüße
Gawa™ is offline  
Thanks
3 Users
Old 06/27/2012, 22:45   #11
 
[Patrick]'s Avatar
 
elite*gold: 50
Join Date: May 2012
Posts: 1,136
Received Thanks: 401
Quote:
Originally Posted by .Bloodseeker View Post
Warum wundert mich sowas nicht?
Immer diese Hater... tzzzz
Hat doch nix mit hat'en zutun..

Wenn es nicht seins ist hat man sowas nicht zu releasen..
[Patrick] is offline  
Old 06/27/2012, 22:46   #12
 
xCPx's Avatar
 
elite*gold: 20
Join Date: Jun 2011
Posts: 2,897
Received Thanks: 3,336
Also 2 Sachen:
1. Das ding hier ist uralt und kann nichtmal Patchen.
2. Daran funktioniert genau eins und das auch nicht perfekt: das design
3. Den hab ich gestern und heute komplett neu geschrieben.
4. Freu dich mal drauf, dass du richtig stress mit aza mir und marv kriegen wirst, da wir das Design und das Script selbstgemacht haben und somit auch alle Rechte daran haben.


Sorry aber wer das:
Code:
Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        BackColor = Color.Gray
        TransparencyKey = BackColor
        status_aktu(10, 100)
        status_ges(90, 100)
    End Sub






    'statusanzeige
    Public Sub status_ges(ByVal aktu As Integer, ByVal max As Integer)
        PictureBox8.Width = aktu / max * 320
    End Sub
    Public Sub status_aktu(ByVal aktu As Integer, ByVal max As Integer)
        PictureBox10.Width = aktu / max * 320
    End Sub
    'Hover
    'Serverbuttons
    Private Sub illirea_hover() Handles PictureBox3.MouseEnter
        PictureBox3.BackgroundImage = My.Resources.illirea_h
    End Sub
    Private Sub illirea_normal() Handles PictureBox3.MouseLeave
        PictureBox3.BackgroundImage = My.Resources.illirea
    End Sub

    Private Sub newvision2_hover() Handles PictureBox6.MouseEnter
        PictureBox6.BackgroundImage = My.Resources.newvision_h
    End Sub
    Private Sub newvision2_normal() Handles PictureBox6.MouseLeave
        PictureBox6.BackgroundImage = My.Resources.newvision
    End Sub

    Private Sub arius2_hover() Handles PictureBox5.MouseEnter
        PictureBox5.BackgroundImage = My.Resources.arius2_h
    End Sub
    Private Sub arius2_normal() Handles PictureBox5.MouseLeave
        PictureBox5.BackgroundImage = My.Resources.arius2
    End Sub

    Private Sub enyalios_hover() Handles PictureBox4.MouseEnter
        PictureBox4.BackgroundImage = My.Resources.enyalios_h
    End Sub
    Private Sub enyalios_normal() Handles PictureBox4.MouseLeave
        PictureBox4.BackgroundImage = My.Resources.enyalios
    End Sub

    'Start etc
    Private Sub start_hover() Handles PictureBox14.MouseEnter
        PictureBox14.BackgroundImage = My.Resources.start_h
    End Sub
    Private Sub start_normal() Handles PictureBox14.MouseLeave
        PictureBox14.BackgroundImage = My.Resources.start
    End Sub

    Private Sub hp_hover() Handles PictureBox15.MouseEnter
        PictureBox15.BackgroundImage = My.Resources.homepage_h
    End Sub
    Private Sub hp_normal() Handles PictureBox15.MouseLeave
        PictureBox15.BackgroundImage = My.Resources.homepage
    End Sub
    Private Sub forum_hover() Handles PictureBox16.MouseEnter
        PictureBox16.BackgroundImage = My.Resources.forum_h
    End Sub
    Private Sub forum_normal() Handles PictureBox16.MouseLeave
        PictureBox16.BackgroundImage = My.Resources.forum
    End Sub
    Private Sub Config_hover() Handles PictureBox17.MouseEnter
        PictureBox17.BackgroundImage = My.Resources.config_h
    End Sub
    Private Sub Config_normal() Handles PictureBox17.MouseLeave
        PictureBox17.BackgroundImage = My.Resources.config
    End Sub



    'Rumziehen
    Dim mouseOffset As Point

    Private Sub Me_MouseDown(ByVal sender As Object, ByVal e As MouseEventArgs) Handles Me.MouseDown
        mouseOffset = New Point(-e.X, -e.Y)
    End Sub

    Private Sub Me_MouseMove(ByVal sender As Object, ByVal e As MouseEventArgs) Handles Me.MouseMove

        If e.Button = MouseButtons.Left Then
            Dim mousePos = Control.MousePosition
            mousePos.Offset(mouseOffset.X, mouseOffset.Y)
            Location = mousePos
        End If
    End Sub
End Class
Für den Source unsres Patchers hält, gehört verhauen xD
Die version des patchers, die hier dargeboten wird, ist mehrere Wochen alt, hat noch keinerlei funktion und lag zwischenzeitlich für ca 12 stunden auf nem Webspace von uns.

Man merke sich---> in zukunft nurnoch via Skype.
xCPx is offline  
Thanks
8 Users
Old 06/27/2012, 22:47   #13
 
MissUnderstoodOne's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 322
Received Thanks: 505
@Gawa: Das ist NICHT der richtige, das ist lediglich das Design!
Woher er den hat, weiß ich nicht
Das ist NICHT yasin/kenan

@Patrick: Natürlich ist das nicht seiner <.<
MissUnderstoodOne is offline  
Thanks
2 Users
Old 06/27/2012, 22:48   #14


 
Special's Avatar
 
elite*gold: 31
Join Date: Dec 2010
Posts: 3,134
Received Thanks: 2,380
So ein Vollidiot, jetzt muss man wieder neuen Patcher machen weil der released wurde. Zwei weitere Wochen länger bis zum Serverstart.
Special is offline  
Thanks
1 User
Old 06/27/2012, 22:48   #15

 
.Bloodseeker's Avatar
 
elite*gold: 212
Join Date: Feb 2009
Posts: 3,229
Received Thanks: 995
Troll ^.^
.Bloodseeker is offline  
Closed Thread


Similar Threads Similar Threads
[Phoenix-Games] Enyalios ~ Der Weg des Kriegers
06/28/2012 - Metin2 PServer Advertising - 451 Replies
http://www.imgbox.de/users/public/images/QW2R5L80H O.png ♦♦♦ Homepage ist bis zum Start in der Wartung & nicht funktionsfähig ! Client gibts schon im Board ♦♦♦ Hallo, liebe elitepvpers Community. http://i.epvpimg.com/n4F8h.jpg Hiermit startet ein Teil des großen Phönix-Games Network, namens Enyalios seinen Aufstieg in die Metin2 Community.



All times are GMT +2. The time now is 18:51.


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.