Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 12:34

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

Advertisement



Button letters not showing up

Discussion on Button letters not showing up within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2011
Posts: 29
Received Thanks: 2
Button letters not showing up

Hello!

I am having some issues with in game buttons not showing text. I've been adding some systems, like teleport, party finder etc, that opens new windows inside the game. However, even adding it to resdata.inc and resdata.txt.txt, no text appears on the buttons.

Example:
resdata.inc

resdata.txt.txt


But...



The tooltip works tho (when I hover the button with the mouse and a text box appears with something written).

The same is happening with all buttons from other systems... any reason?

Thank you in advance!
eunasciem is offline  
Old 04/10/2022, 22:16   #2
 
elite*gold: 0
Join Date: Jan 2009
Posts: 99
Received Thanks: 54
Since you are still using the old v15 theme, the text has to be photoshopped in.
With the v19 theme, some changes are done within the code so that text is written out on the buttons instead.

So in other words, to use that feature, look up any source with v19 theme and find the part that writes out text and add it in to your source
dpkidz is offline  
Thanks
1 User
Old 04/11/2022, 04:32   #3
 
elite*gold: 0
Join Date: Aug 2017
Posts: 11
Received Thanks: 1
if you are using v15 theme. you need to make your own button with words in it.
styxhelix3 is offline  
Old 04/15/2022, 11:43   #4
 
elite*gold: 0
Join Date: Oct 2019
Posts: 47
Received Thanks: 7
Replace it with this. This will fix your problem

Code:
APP_PARTY_FIND "WndTile00.tga" "" 1 624 384 0x2410000 26
{
// Title String
IDS_RESDATA_INC_010200
}
{
// ToolTip
IDS_RESDATA_INC_010201
}
{
    WTYPE_BUTTON WIDC_BUTTON1 "" 0 20 320 162 346 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    IDS_RESDATA_INC_010202
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010203
    }
    WTYPE_BUTTON WIDC_BUTTON2 "" 0 172 320 315 345 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    IDS_RESDATA_INC_010204
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010205
    }
    WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" 1 8 250 603 311 0x20020000 0 0 0 0 246 204 77
    {
    // Title String
    IDS_RESDATA_INC_010206
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010207
    }
    WTYPE_STATIC WIDC_STATIC1 "WndEditTile200.tga" 1 8 224 220 244 0x2220011 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010208
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010209
    }
    WTYPE_STATIC WIDC_STATIC2 "WndEditTile200.tga" 1 8 9 26 29 0x2220001 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010210
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010211
    }
    WTYPE_STATIC WIDC_STATIC3 "WndEditTile200.tga" 1 40 9 136 29 0x2220051 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010212
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010213
    }
    WTYPE_STATIC WIDC_STATIC4 "WndEditTile200.tga" 1 140 9 227 29 0x2220011 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010214
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010215
    }
    WTYPE_STATIC WIDC_STATIC5 "WndEditTile200.tga" 1 324 9 375 29 0x2220001 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010216
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010217
    }
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 36 599 206 0x20020000 0 0 0 0 246 204 77
    {
    // Title String
    IDS_RESDATA_INC_010218
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010219
    }
    WTYPE_STATIC WIDC_STATIC6 "WndEditTile200.tga" 1 390 9 441 29 0x2220001 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010220
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010221
    }
    WTYPE_STATIC WIDC_STATIC52 "WndEditTile200.tga" 1 456 9 576 28 0x220050 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010228
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010229
    }
    WTYPE_STATIC WIDC_STATIC51 "WndEditTile200.tga" 1 258 9 309 29 0x2220001 0 0 0 0 196 196 196
    {
    // Title String
    IDS_RESDATA_INC_010222
    }
    {
    // ToolTip
    IDS_RESDATA_INC_010223
    }

}
Miracle` is offline  
Old 04/25/2022, 04:19   #5
 
elite*gold: 0
Join Date: Aug 2017
Posts: 11
Received Thanks: 1
you need to apply button fix for v19
styxhelix3 is offline  
Reply


Similar Threads Similar Threads
pvp server register button no funciona help - register button does not work help
12/02/2014 - DarkOrbit - 1 Replies
He instalado el servidor register button no funciona ¡ayuda ********************** I installed server register button does not work help **********************
[B] Push Button [S] 10 e*gold/Button; 25 e*g/psd+Button
09/20/2013 - elite*gold Trading - 4 Replies
Moin, Hier könnt ihr folgenden Push Button kaufen: http://i.epvpimg.com/YlrYe.jpg Pro Button wären das 10e*g, pro Button mit .psd dazu 25e*g. Wenn ihr einen Button kaufen wollt, schreibt mir eine PN, damit ich den Namen ändern kann, alles hochladen kann und euch dann per Treasure schicken kann. ;) Schrift kann auch geändert werden. Dazu einfach in der PN schreiben, welche Schrift ihr haben wollt^^
cSRO - Which server is Golden age in chinese letters or not normal letters
12/06/2010 - Silkroad Online - 1 Replies
Please help me :S



All times are GMT +2. The time now is 12:34.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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