Register for your free account! | Forgot your password?

You last visited: Today at 14:24

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

Advertisement



[Release] Trade Window

Discussion on [Release] Trade Window within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1


 
Professor Linebeck's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,610
[Release] Trade Window

Halliihallo Community,
da ich momentan ein wenig an einem neuen Interface arbeite und ich die alten Window's nicht einfach in die Ecke schmeissen möchte, werde ich hier das Handelsfenster, so wie ich es vorher hatte releasen.

Jenachdem ob ich noch ein paar frische Ideen brüte und Weiteres verändere, werde ich neue Thread's eröffnen und
die jeweiligen Fenster ebenfalls releasen.


Screen - Ingame:

Screen - Photoshop:

Um es so aussehen zu lassen wie auf dem Screen's, musst du folgendes machen:

- Öffne im Resource die resdata.inc
- Suche darin nach "WndTrade.tga" und ersetze;

Code:
APP_TRADE "WndTrade.tga" 0 352 288 0x2410000 26
{
// Title String
IDS_RESDATA_INC_002586
}
{
// Help Key
IDS_RESDATA_INC_002587
}
{
    WTYPE_BUTTON WIDC_OK_YOU "ButtOk.tga" -842150451 20 232 92 252 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002588
    }
    {
    // ToolTip
IDS_RESDATA_INC_002589
    }
    WTYPE_BUTTON WIDC_OK_I "ButtOk.tga" -842150451 248 232 320 252 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002590
    }
    {
    // ToolTip
IDS_RESDATA_INC_002591
    }
    WTYPE_BUTTON WIDC_CANCEL "ButtCancel.tga" -842150451 136 232 208 252 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002592
    }
    {
    // ToolTip
IDS_RESDATA_INC_002593
    }
    WTYPE_STATIC WIDC_STATIC1 "" -842150451 10 10 114 30 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002594
    }
    {
    // ToolTip
IDS_RESDATA_INC_002595
    }
    WTYPE_STATIC WIDC_STATIC2 "" -842150451 228 10 328 30 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002596
    }
    {
    // ToolTip
IDS_RESDATA_INC_002597
    }
    WTYPE_STATIC WIDC_STATIC3 "" -842150451 64 208 162 228 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002598
    }
    {
    // ToolTip
IDS_RESDATA_INC_002599
    }
    WTYPE_BUTTON WIDC_CLEAR "ButtClearGold.tga" -842150451 308 208 335 228 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002600
    }
    {
    // ToolTip
IDS_RESDATA_INC_002601
    }
    WTYPE_STATIC WIDC_STATIC4 "" -842150451 230 208 328 228 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002602
    }
    {
    // ToolTip
IDS_RESDATA_INC_002603
    }
mit

Code:
APP_TRADE "WndTrade.tga" 0 432 304 0x2410000 26
{
// Title String
IDS_RESDATA_INC_002586
}
{
// Help Key
IDS_RESDATA_INC_002587
}
{
    WTYPE_BUTTON WIDC_OK_YOU "ButtOk.tga" -842150451 340 64 412 84 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002588
    }
    {
    // ToolTip
IDS_RESDATA_INC_002589
    }
    WTYPE_BUTTON WIDC_OK_I "ButtOk.tga" -842150451 340 162 412 182 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002590
    }
    {
    // ToolTip
IDS_RESDATA_INC_002591
    }
    WTYPE_BUTTON WIDC_CANCEL "ButtCancel.tga" -842150451 340 108 412 128 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002592
    }
    {
    // ToolTip
IDS_RESDATA_INC_002593
    }
    WTYPE_STATIC WIDC_STATIC1 "" -842150451 8 228 112 248 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002594
    }
    {
    // ToolTip
IDS_RESDATA_INC_002595
    }
    WTYPE_STATIC WIDC_STATIC2 "" -842150451 256 8 356 28 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002596
    }
    {
    // ToolTip
IDS_RESDATA_INC_002597
    }
    WTYPE_STATIC WIDC_STATIC3 "" -842150451 8 8 106 28 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002598
    }
    {
    // ToolTip
IDS_RESDATA_INC_002599
    }
    WTYPE_BUTTON WIDC_CLEAR "ButtClearGold.tga" -842150451 310 206 337 226 0x220000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002600
    }
    {
    // ToolTip
IDS_RESDATA_INC_002601
    }
    WTYPE_STATIC WIDC_STATIC4 "" -842150451 228 208 326 228 0x2260000 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_002602
    }
    {
    // ToolTip
IDS_RESDATA_INC_002603
    }
Das war's soweit.



Professor Linebeck is offline  
Thanks
4 Users
Old 09/16/2011, 23:05   #2
 
elite*gold: 0
Join Date: May 2011
Posts: 259
Received Thanks: 161
cooles ding einfach cool thx

tipp mach mal ein kleines fenster bei ok abbruch
Slepnix is offline  
Old 09/16/2011, 23:06   #3
 
Achileus's Avatar
 
elite*gold: 74
Join Date: Apr 2009
Posts: 5,908
Received Thanks: 2,386
Das ist geschmackssache aber ich finds net so Toll die pfeile sind irgendwie komisch.
Achileus is offline  
Old 09/16/2011, 23:10   #4
 
elite*gold: 0
Join Date: Sep 2009
Posts: 228
Received Thanks: 42
Niceeeeeeee, die Pfeile mach es viieeeel übersichtlicher
/-/µR€ is offline  
Old 09/17/2011, 10:27   #5
 
elite*gold: 0
Join Date: Jul 2011
Posts: 168
Received Thanks: 34
Looks Funny

Gute Arbeit ^^
Cryption is offline  
Old 09/17/2011, 13:44   #6


 
Reavern's Avatar
 
elite*gold: 15
Join Date: May 2010
Posts: 5,996
Received Thanks: 2,283
Mir gefällts nicht so, da es schnell gemacht aussieht.

Zb die Sprech Blasen, oder beim "OK" Button der "kratzer"

Wenn du v2 machst oder 1.1 und es verbesserst, wäre es recht nice
Reavern is offline  
Thanks
1 User
Old 09/17/2011, 14:09   #7
 
elite*gold: 0
Join Date: Apr 2010
Posts: 427
Received Thanks: 86
sieht gut aus, aber ich baus mir nicht ein, bisschen zu kitschig meiner meinung nach.
19Dani92 is offline  
Reply


Similar Threads Similar Threads
trade window now had cammas
06/07/2006 - Conquer Online 2 - 7 Replies
With the new patch the trade window for the recieveing party has cammas now so all those scams dun work ne more! jus lettin u all know
Money in the trade window
12/31/2005 - Conquer Online 2 - 8 Replies
Is it possible to edit something to make the game put comas inbetween every 3 zeros in the trade window, where they give you the money. Sorry, but it's hard to explain. I'll get a picture if you need one.



All times are GMT +1. The time now is 14:25.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.