Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

5Line Awakenings

Experienced Elementalist
Joined
Jan 7, 2020
Messages
257
Reaction score
97
(ResData.inc). Has anyone sent it? APP_AWAKETRANSFER
No, ResData.inc is not included. But you can create it yourself which is VERY EASY and you will also learn from it.


 
Newbie Spellweaver
Joined
Sep 27, 2020
Messages
39
Reaction score
21
This should be fine .

Code:
APP_AWAKETRANSFER "WndTile00.tga" "" 1 288 272 0x2410000 26
{
// Title String
IDS_RESDATA_INC_767809
}
{
// ToolTip
IDS_RESDATA_INC_767810
}
{
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 20 32 51 63 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767811
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767812
    }
    WTYPE_CUSTOM WIDC_CUSTOM2 "" 0 114 32 145 63 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767813
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767814
    }
    WTYPE_CUSTOM WIDC_CUSTOM3 "" 0 64 87 95 118 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767815
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767816
    }
    WTYPE_CUSTOM WIDC_CUSTOM4 "" 0 65 150 96 181 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767817
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767818
    }
    WTYPE_TEXT WIDC_TEXT "WndEditTile00.tga" 1 164 20 262 220 0x20000 0 0 0 0 255 255 255
    {
    // Title String
    IDS_RESDATA_INC_767819
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767820
    }
    WTYPE_BUTTON WIDC_BUTTON1 "" 0 45 199 124 223 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    IDS_RESDATA_INC_767821
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767822
    }

}
 
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
(ResData.inc). Has anyone sent it? APP_AWAKETRANSFER
Thank you, I've created it well, thank you very much



This should be fine .

Code:
APP_AWAKETRANSFER "WndTile00.tga" "" 1 288 272 0x2410000 26
{
// Title String
IDS_RESDATA_INC_767809
}
{
// ToolTip
IDS_RESDATA_INC_767810
}
{
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 20 32 51 63 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767811
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767812
    }
    WTYPE_CUSTOM WIDC_CUSTOM2 "" 0 114 32 145 63 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767813
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767814
    }
    WTYPE_CUSTOM WIDC_CUSTOM3 "" 0 64 87 95 118 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767815
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767816
    }
    WTYPE_CUSTOM WIDC_CUSTOM4 "" 0 65 150 96 181 0x260000 0 0 0 0 46 112 169
    {
    // Title String
    IDS_RESDATA_INC_767817
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767818
    }
    WTYPE_TEXT WIDC_TEXT "WndEditTile00.tga" 1 164 20 262 220 0x20000 0 0 0 0 255 255 255
    {
    // Title String
    IDS_RESDATA_INC_767819
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767820
    }
    WTYPE_BUTTON WIDC_BUTTON1 "" 0 45 199 124 223 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    IDS_RESDATA_INC_767821
    }
    {
    // ToolTip
    IDS_RESDATA_INC_767822
    }

}

Thank you, I've created it well, thank you very much
 
Junior Spellweaver
Joined
Jul 13, 2013
Messages
139
Reaction score
1
No, ResData.inc is not included. But you can create it yourself which is VERY EASY and you will also learn from it.


hi sir, when i use the awakening augmentation ,the items will get error, how i have to update the database,thank youu
 
Experienced Elementalist
Joined
Jan 7, 2020
Messages
257
Reaction score
97
hi sir, when i use the awakening augmentation ,the items will get error, how i have to update the database,thank youu
That's because the code is incomplete and need some rewriting or fixing. The only thing that touch the db about 5 lines is the mail part which is also missing.
Scroll of Awakening Augmentation needs to be fixed along with Awakening Protection, And i think there is more.
 
Junior Spellweaver
Joined
Jul 13, 2013
Messages
139
Reaction score
1
That's because the code is incomplete and need some rewriting or fixing. The only thing that touch the db about 5 lines is the mail part which is also missing.
Scroll of Awakening Augmentation needs to be fixed along with Awakening Protection, And i think there is more.
okay,sounds really difficult fot me.
anways,thank you !
 
Newbie Spellweaver
Joined
Feb 28, 2022
Messages
39
Reaction score
10
Why would you even release this without providing the change to the database/packets you need to make... Absolutely worthless for anyone trying to get things done quickly.

Even spent the last 3 hours trying to read through all of your responses and none of them make a single bit of sense about where to be finding this change to add the call for UpdateItemEx for DST/ADJ. Guess I'll just have to debug this and release a PROPER update... smdh.
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Why would you even release this without providing the change to the database/packets you need to make... Absolutely worthless for anyone trying to get things done quickly.

Even spent the last 3 hours trying to read through all of your responses and none of them make a single bit of sense about where to be finding this change to add the call for UpdateItemEx for DST/ADJ. Guess I'll just have to debug this and release a PROPER update... smdh.

Actually this release works just fine. You just need to know the source a bit better to get it working.

The only database work if u want to call it that is by adding another space to the base_value_tbl inventory for char creation like how lookchange and weapon leveling are done lol.
 
Back
Top