Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:50

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

Advertisement



About v17 Resdata.inc to v15

Discussion on About v17 Resdata.inc to v15 within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
About v17 Resdata.inc to v15

Does anyone knows how to make the resdata.inc to v15?
thanks in advance
BountyFinder is offline  
Old 10/22/2017, 05:29   #2
 
elite*gold: 0
Join Date: Jul 2015
Posts: 181
Received Thanks: 199
Compare these for the difference.

V15:
Code:
APP_HONOR "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
V17:
Code:
APP_HONOR "" "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
KetchupSamurai is offline  
Thanks
1 User
Old 10/22/2017, 06:40   #3
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
Quote:
Originally Posted by KetchupSamurai View Post
Compare these for the difference.

V15:
Code:
APP_HONOR "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
V17:
Code:
APP_HONOR "" "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
ohh thanks are there nothing to change in source to make v15 resdata work?
because i tried to add wiki and still gives me the same error

here's my wiki resdata.inc
BountyFinder is offline  
Old 10/22/2017, 08:06   #4
 
elite*gold: 0
Join Date: Jul 2015
Posts: 181
Received Thanks: 199
What's the error your getting?
KetchupSamurai is offline  
Old 10/22/2017, 09:57   #5
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
when i open neuz an error appears saying APP_BEAUTY SHOP and everytime it changes after i remove the WIKI code in resdata i can open my neuz.exe
btw im using Armageddon files

BountyFinder is offline  
Old 10/22/2017, 10:51   #6
 
elite*gold: 0
Join Date: Mar 2008
Posts: 333
Received Thanks: 284
Your wiki is a mix of v15 and v17 resdata
Nortix is offline  
Thanks
1 User
Old 10/22/2017, 11:57   #7
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
Quote:
Originally Posted by Nortix View Post
Your wiki is a mix of v15 and v17 resdata
what part should i edit to make it full v17?
BountyFinder is offline  
Old 10/22/2017, 13:14   #8
 
elite*gold: 0
Join Date: Mar 2008
Posts: 333
Received Thanks: 284
Compare it with the examples Ketchup posted
Nortix is offline  
Old 10/22/2017, 14:27   #9
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
i tried i even used the wiki resdata of Illumine resource. still giving same error :/
BountyFinder is offline  
Old 10/22/2017, 15:28   #10



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by BountyFinder View Post
i tried i even used the wiki resdata of Illumine resource. still giving same error :/
Illumine Resource is still V15 and work fine -> Then you had a other error.
Check your error ->


APP_PVPJOIN.
- DK is offline  
Thanks
1 User
Old 10/22/2017, 23:43   #11
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
Quote:
Originally Posted by DK ACE View Post
Illumine Resource is still V15 and work fine -> Then you had a other error.
Check your error ->


APP_PVPJOIN.
yes sir i checked it and i try to delete the code error but the error changes again. but when i remove APP_WIKI code i can play without errors :/
BountyFinder is offline  
Old 10/23/2017, 07:27   #12



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by BountyFinder View Post
yes sir i checked it and i try to delete the code error but the error changes again. but when i remove APP_WIKI code i can play without errors :/
Add me in Skype. I try to help you and add the fix of your Problem in Elitepvpers

Skype: epvp.armageddon
Ts3: dkace.ga
- DK is offline  
Thanks
1 User
Old 10/23/2017, 09:34   #13
 
elite*gold: 0
Join Date: Mar 2008
Posts: 333
Received Thanks: 284
If it’s v15, remove:
WTYPE_BUTTON WIDC_BUTTON1 "ButtNormal00.tga" 0 26 162 100 186 0x220010 0 0 0 0

If it’s v17, add:
APP_WIKICI "WndTile00.tga" "" 1 224 240 0x2410000 26
Nortix is offline  
Thanks
1 User
Old 10/26/2017, 16:17   #14
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
V17
change to
v15 remove some part and change like this
Zeljian is offline  
Old 10/27/2017, 08:21   #15
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
thanks for the answers already managed to fix this.
#closerequest
BountyFinder is offline  
Reply


Similar Threads Similar Threads
[Selling] BNET Acc 5x90 WoW (Inc WoD), SC2 (Inc HOTS), Diablo 3 (Inc ROS)
05/01/2014 - World of Warcraft Trading - 11 Replies
WoW (Include WoD, 90 boost used) 90 shaman (full gear, both enc and ele) 90 mage (full gear) 90 k (496 ilvl pvp gear) 90 rogue (s14 pvp gear) 90 hunter (bad gear) about 3k gold, no ach, a few mounts, no pve set
[Selling] BNET Acc 5x90 WoW (Inc WoD), SC2 (Inc HOTS), Diablo 3 (Inc ROS)
05/01/2014 - Diablo 3 Trading - 15 Replies
WoW (Include WoD, 90 boost used) 90 shaman (full gear, both enc and ele) 90 mage (full gear) 90 k (496 ilvl pvp gear) 90 rogue (s14 pvp gear) 90 hunter (bad gear) about 3k gold, no ach, a few mounts, no pve set
resdata.inc Fehler
03/22/2012 - Flyff Private Server - 5 Replies
Hey E*Pvpers, ich bekomme beim start von der Neuz einen resdata.inc fehler, wo ich allerdings die Lösung nicht finde. Nun hier ist der enstrechende resdata.inc Abschnitt: APP_STATUS1 "WndStatus2.tga" "" 0 220 122 0x2410000 26 { // Title String IDS_RESDATA_INC_003684 } {
[Release] new Resdata inc fix
08/31/2011 - Flyff PServer Guides & Releases - 2 Replies
Credits to Misterkid/me Enjoy
[RESOURCE FRAGE] ResData.inc
07/17/2011 - Flyff Private Server - 9 Replies
Hi Leute, ich bin gerade dabei einen Konverter zu schreiben, der die ResData.inc von v16/17 in das Format der v15 ResData.inc bringt. Die Unterschiede die ich herausgefunden habe sind, dass die v16/17 ResData.inc in der Deklaration des APPs das rote zu viel hat APP_NEWCOLOENTER "APP_NEWCOLOENTER.tga" "" 0 469 395 0x410000 26 und beim Einfügen der Containerelementen: WTYPE_BUTTON WIDC_OK "ButtOk.tga" 0 44 92 116 112 0x220000 0 0 0 0 46 112 169 Mit Hilfe des Konverters konnte ich...



All times are GMT +1. The time now is 23:50.


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.