Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Fiesta Online
You last visited: Today at 20:53

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

Advertisement



General Questions & Athens Reloaded

Discussion on General Questions & Athens Reloaded within the Fiesta Online forum part of the MMORPGs category.

Closed Thread
 
Old   #1

 
elite*gold: 74
Join Date: Jun 2012
Posts: 608
Received Thanks: 360
Arrow General Questions & Athens Reloaded

Ja äh .. hallo! :]
Hab mal ein paar Fragen zum Coden, Athens Reloaded etc.


Erstmal zum coden:

Ich bin derzeit dabei ein Client Launcher zu basteln, auf die Idee kam ich durch Hexacore und Sequess siehe


Ich hab diesen soweit fertig, nun möchte ich das wenn man in Account und Passwort seine Daten einträgt und man dann auf Start drückt, das sich die .exe öffnet und man direkt zur Realm/Serverauswahl gelangt. Welche Codes brauch ich da für: Account Feld, Passwort Feld und für den Start Button?


Zur Athens Reloaded:

Wenn ich "Top 10 Gilden" und "Cash Shop" online stelle bekomme ich Fehlermeldungen, leider kann ich nicht viel damit anfangen. Hat einer von euch eine Ahnung weshalb diese da sind?



Cℓoud is offline  
Old 06/22/2012, 21:24   #2
 
EpicFight's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,697
Received Thanks: 615
Start Button:
Code:
        Dim p As New Process()
        p.StartInfo.FileName = Application.StartupPath & "\name.exe or .bin or what ever xD"
        p.StartInfo.Arguments = "-i ip -p 9010 -k " &               acc.Text & "#" & pw.Text
        p.StartInfo.UseShellExecute = False
        p.StartInfo.RedirectStandardOutput = True
        p.StartInfo.CreateNoWindow = True
        p.Start()
        Environment.Exit(0)

bei dem cash shop fehlen dbs

tCash
tCashLog
EpicFight is offline  
Old 06/22/2012, 21:37   #3

 
elite*gold: 74
Join Date: Jun 2012
Posts: 608
Received Thanks: 360
Wenn ich den Code im Startbutton einfüge kommt: Acc wurde nicht deklariert, Pw wurde nicht deklariert! Außerdem muss ich trotzdem nach dem Start der .exe Account sowie Pw im Login Screen eingeben.

Code:
        Dim p As New Process()
        p.StartInfo.FileName = Application.StartupPath & "FantasiaOnline.exe"
        p.StartInfo.Arguments = "-i 5.170.151.31 -p 9010 -k " &               acc.Text & "#" & pw.Text
        p.StartInfo.UseShellExecute = False
        p.StartInfo.RedirectStandardOutput = True
        p.StartInfo.CreateNoWindow = True
        p.Start()
        Environment.Exit(0)

Bei den fehlenden Cash Shop Dateien ist die Frage wo ich diese her bekomme. xD
Cℓoud is offline  
Old 06/22/2012, 21:42   #4
 
EpicFight's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,697
Received Thanks: 615
add mich skype ^^
EpicFight is offline  
Thanks
1 User
Old 06/22/2012, 22:29   #5

 
elite*gold: 74
Join Date: Jun 2012
Posts: 608
Received Thanks: 360
Quote:
Originally Posted by sequess View Post
add mich skype ^^
Geht soweit alles, dank Sequess. :] THX


AUßER! Die Top Guild List geht immer noch nicht! xD
Cℓoud is offline  
Old 06/26/2012, 11:39   #6
 
elite*gold: 0
Join Date: Mar 2012
Posts: 218
Received Thanks: 122
Quote:
Originally Posted by Cℓoud View Post
Geht soweit alles, dank Sequess. :] THX


AUßER! Die Top Guild List geht immer noch nicht! xD




Man scheiße ist Lesen schwer ????????


Code:
USE [World00_Character]
GO

/****** Object:  StoredProcedure [dbo].[hexa_gilden_filter]    Script Date: 06/26/2012 11:38:01 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO


CREATE PROCEDURE [dbo].[Gilden]
AS
BEGIN
    SET NOCOUNT ON;
    SELECT TOP 100 sName, nWarWinCount, nWarLoseCount
    FROM World00_Character..tGuild
    ORDER BY nWarWinCount DESC
END

GO

Danke HexaCore



Greetings
HexaCore
нєχαcσяє is offline  
Thanks
1 User
Old 06/26/2012, 21:00   #7

 
elite*gold: 74
Join Date: Jun 2012
Posts: 608
Received Thanks: 360
Man scheiße! Ich habs schon längst hinbekommen. ALLEINE! ._.
Ich bin halt nicht allwissend sry.
Cℓoud is offline  
Closed Thread


Similar Threads Similar Threads
WTT 117 glavier(sos +5 glavie) Swsro1 for gold on isro(Athens) or char (Athens)
03/10/2011 - Silkroad Online Trading - 1 Replies
Im trading my swsro1 117 glavier for gold on athens or some char on athens (i prefer gold). I accept PSC now too !!! My glavier is ff: 117 heuksal 117 fire 117 cold 1.4 mil sp left
Wts or WTT lvl 100 full int spear in athens and bower lvl 100 athens and lvl 100rouge
01/23/2010 - Silkroad Online Trading - 13 Replies
WTT or SELL ADD me on [email protected] int spear is lvl 100 good blues +7 spear lvl 98 max blues sets max blues garment +7 and +6 and +5 acssry too and shield +5 and 3 avtar 2 for the normal dmg and stuff and the 3rd for 4lucky and it got 25m gold and 1 day left preimum + and devil spirt Char name: KingBean bower lvl 100 ff it have +7 lvl 98 bow and mag atk 100% and good stats max blues and sets pro +6 and 5 and acssry all max blues 1 avtar dead pet devil spirt and...



All times are GMT +2. The time now is 20:53.


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.