[Help] Neuz error when addin quick job change window.

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    [Help] Neuz error when addin quick job change window.

    Spoiler:


    Considering it has APP_ in it i was considering that it might be an issue inside of Resdata.h but i was unsure and could not find anything when i searched for "APP_MESSAGEBOX_OK_CANCLE"

    If any assistance is given i shall respond with a like/rep boost.


  2. #2
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    ~bump.

  3. #3
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    I have no idea what the last bit could point towards file wise. The neuz does not create an error log with an error that pertains to the error window that appears.
    Last edited by CielPhantom; 17-07-12 at 07:17 AM.

  4. #4
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    ~Bump

  5. #5
    Member cffazot is offline
    MemberRank
    Mar 2012 Join Date
    53Posts

    Re: [Help] Neuz error when addin quick job change window.

    It kinda looks like you've made a mistake while copy+pasting that release into your resdata.inc (like missed out a curly bracket or something). I could be wrong though. I could perhaps tell if you posted the resdata.inc stuff that relates to APP_FASTJOBCHANGE

  6. #6
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by cffazot View Post
    It kinda looks like you've made a mistake while copy+pasting that release into your resdata.inc (like missed out a curly bracket or something). I could be wrong though. I could perhaps tell if you posted the resdata.inc stuff that relates to APP_FASTJOBCHANGE
    Spoiler:
    Code:
    }
    APP_FASTJOBCHANGE "WndTile00.tga" "" 1 288 240 0x2410000 26
    {
    // Title String
    IDS_RESDATA_INC_017466
    }
    {
    // Help Key
    IDS_RESDATA_INC_008359
    }
    {
        WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" "" 1 12 78 264 170 0x20020000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_BUTTON WIDC_BUTTON1 "ButtChange.bmp" "" 0 100 172 172 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017469
        }
        WTYPE_BUTTON WIDC_BUTTON2 "Buttright2.bmp" "" 0 223 172 264 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017467
        }
        WTYPE_BUTTON WIDC_BUTTON3 "Buttleft2.bmp" "" 0 12 172 53 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017468
        }
        WTYPE_BUTTON WIDC_BUTTON4 "SlotVan.bmp" "" 0 8 8 72 72 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_STATIC WIDC_STATIC1 "" 0 78 52 264 68 0x2220000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
    
    }


    Here you go. I'm not sure which .inc i should of put it in because there seems to be two in the resource folder. Perhaps you can give me insight into why there are two and as to what the issue is im having with it :D. Also encase you needed it this is the release/tut i used to do it.

    http://forum.ragezone.com/f724/tutor...source-802519/

    Thank you for taking the time out of your day/night to try and help me. ^^.

  7. #7
    Member cffazot is offline
    MemberRank
    Mar 2012 Join Date
    53Posts

    Re: [Help] Neuz error when addin quick job change window.

    I can't spot anything wrong with that... The error is caused by another window so i figured you might have missed something out so it doesn't read the next bit properly but when I looked at APP_MESSAGEBOX_OK_CANCEL, it shouldn't be anywhere near that thing so I'm not sure anymore. Have you messed with that messagebox_ok_cancel thing? If you have a working copy of resdata.inc/.h, I would probably just use that and try to re-implement the fast job change resource stuff.

    And the other resdata inc is probably just a backup copy. "resdata.inc" is what you're using. Anything else such as "resdata .inc", "resdata2.inc", you do not need.

  8. #8
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by cffazot View Post
    I can't spot anything wrong with that... The error is caused by another window so i figured you might have missed something out so it doesn't read the next bit properly but when I looked at APP_MESSAGEBOX_OK_CANCEL, it shouldn't be anywhere near that thing so I'm not sure anymore. Have you messed with that messagebox_ok_cancel thing? If you have a working copy of resdata.inc/.h, I would probably just use that and try to re-implement the fast job change resource stuff.

    And the other resdata inc is probably just a backup copy. "resdata.inc" is what you're using. Anything else such as "resdata .inc", "resdata2.inc", you do not need.
    I have not messed with APP_MESSAGEBOX_OK_CANCEL i'm using the blessed source so i'm not sure if that has anything to do with it. I'll try what you suggested and see if it works.

    Also from what i understand there was already a "Quickjob" change thing inside of propitem.txt.txt not sure if that has to do with anything. So i had to remove mine and i just used that one instead of the one i was imputing.

  9. #9
    ~FlyFF DeV~ Jomex is offline
    MemberRank
    Mar 2009 Join Date
    PolandLocation
    588Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by CielPhantom View Post
    Spoiler:
    Code:
    }
    APP_FASTJOBCHANGE "WndTile00.tga" "" 1 288 240 0x2410000 26
    {
    // Title String
    IDS_RESDATA_INC_017466
    }
    {
    // Help Key
    IDS_RESDATA_INC_008359
    }
    {
        WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" "" 1 12 78 264 170 0x20020000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_BUTTON WIDC_BUTTON1 "ButtChange.bmp" "" 0 100 172 172 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017469
        }
        WTYPE_BUTTON WIDC_BUTTON2 "Buttright2.bmp" "" 0 223 172 264 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017467
        }
        WTYPE_BUTTON WIDC_BUTTON3 "Buttleft2.bmp" "" 0 12 172 53 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017468
        }
        WTYPE_BUTTON WIDC_BUTTON4 "SlotVan.bmp" "" 0 8 8 72 72 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_STATIC WIDC_STATIC1 "" 0 78 52 264 68 0x2220000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
    
    }


    Here you go. I'm not sure which .inc i should of put it in because there seems to be two in the resource folder. Perhaps you can give me insight into why there are two and as to what the issue is im having with it :D. Also encase you needed it this is the release/tut i used to do it.

    http://forum.ragezone.com/f724/tutor...source-802519/

    Thank you for taking the time out of your day/night to try and help me. ^^.
    NAB. No, really you have to decide what format you use v16 or the older one...(resdata.inc)

    @Edit how did you copy it wrong from a copy-paste guide O_o???
    Last edited by Jomex; 23-07-12 at 09:38 AM.

  10. #10
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by Jomex View Post
    NAB. No, really you have to decide what format you use v16 or the older one...(resdata.inc)

    @Edit how did you copy it wrong from a copy-paste guide O_o???
    Firstly, Why would you go out of you're way to state something as obvious as telling me that i'm new to this and don't exactly know what I'm doing? If i was not new i would not of made this thread to began with. You where once a "NAB." As you seem to feel the need to state. I'm not saying anything that could be considered an insult to you, so please give me the same respect.
    But thank you for the small particle of information that you did give me.

    Well there is a "resdata .inc" and a "resdata.inc" in the resource and from what i see they both look the same. The only difference that i saw was the dates they where created.

    and you get a copy and paste wrong by not knowing which resdata is the v16 or the older one. considering from what i can see they are formatted in the same way.

  11. #11
    xFutureB
    Guest

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by CielPhantom View Post
    Firstly, Why would you go out of you're way to state something as obvious as telling me that i'm new to this and don't exactly know what I'm doing? If i was not new i would not of made this thread to began with. You where once a "NAB." As you seem to feel the need to state. I'm not saying anything that could be considered an insult to you, so please give me the same respect.
    But thank you for the small particle of information that you did give me.

    Well there is a "resdata .inc" and a "resdata.inc" in the resource and from what i see they both look the same. The only difference that i saw was the dates they where created.

    and you get a copy and paste wrong by not knowing which resdata is the v16 or the older one. considering from what i can see they are formatted in the same way.
    What's so hard in understanding difference between v16+ and v15 resData.inc? Compare last parameters of v16 and v15. Tadaa, you see 3 additional parameters in v16+ one, which are RGB values.

    New parameters are always added in the end of the file(Unless file structure is recoded).

  12. #12
    Flyff Developer ShadowDragon is offline
    MemberRank
    Apr 2009 Join Date
    1,916Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by CielPhantom View Post
    Well there is a "resdata .inc" and a "resdata.inc" in the resource and from what i see they both look the same. The only difference that i saw was the dates they where created. .
    The one that's being used, doesn't have a space in the name.

  13. #13
    Member CielPhantom is offline
    MemberRank
    Jan 2012 Join Date
    52Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by xFuture View Post
    What's so hard in understanding difference between v16+ and v15 resData.inc? Compare last parameters of v16 and v15. Tadaa, you see 3 additional parameters in v16+ one, which are RGB values.

    New parameters are always added in the end of the file(Unless file structure is recoded).
    Thanks. I'm using a v16+ one considering i have 3rd jobs in my source.

    Quote Originally Posted by ShadowDragon42 View Post
    The one that's being used, doesn't have a space in the name.
    What is the use of the one with a space in its name?

    @anyone.

    So does anyone have a real idea of whats wrong with this error. I'm going to run through it very slowly once again. and Yes i have pasted the change to the end of resdata.inc Considering it says in the tut "Paste it at the end" thought that was pretty obvious.

  14. #14
    Flyff Developer ShadowDragon is offline
    MemberRank
    Apr 2009 Join Date
    1,916Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by CielPhantom View Post
    What is the use of the one with a space in its name?
    It's just a backup file

  15. #15
    ~FlyFF DeV~ Jomex is offline
    MemberRank
    Mar 2009 Join Date
    PolandLocation
    588Posts

    Re: [Help] Neuz error when addin quick job change window.

    Quote Originally Posted by CielPhantom View Post
    Thanks. I'm using a v16+ one considering i have 3rd jobs in my source.



    What is the use of the one with a space in its name?

    @anyone.

    So does anyone have a real idea of whats wrong with this error. I'm going to run through it very slowly once again. and Yes i have pasted the change to the end of resdata.inc Considering it says in the tut "Paste it at the end" thought that was pretty obvious.
    Let Me Show you:
    Spoiler:
    Your's code you shown here:
    Code:
    APP_FASTJOBCHANGE "WndTile00.tga" "" 1 288 240 0x2410000 26
    {
    // Title String
    IDS_RESDATA_INC_017466
    }
    {
    // Help Key
    IDS_RESDATA_INC_008359
    }
    {
        WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" "" 1 12 78 264 170 0x20020000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_BUTTON WIDC_BUTTON1 "ButtChange.bmp" "" 0 100 172 172 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017469
        }
        WTYPE_BUTTON WIDC_BUTTON2 "Buttright2.bmp" "" 0 223 172 264 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017467
        }
        WTYPE_BUTTON WIDC_BUTTON3 "Buttleft2.bmp" "" 0 12 172 53 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017468
        }
        WTYPE_BUTTON WIDC_BUTTON4 "SlotVan.bmp" "" 0 8 8 72 72 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
        WTYPE_STATIC WIDC_STATIC1 "" 0 78 52 264 68 0x2220000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_008359
        }
        {
        // ToolTip
    IDS_RESDATA_INC_008359
        }
    
    }
    Guide code:
    Code:
    APP_FASTJOBCHANGE "WndTile00.tga" 1 288 240 0x2410000 26
    {
    // Title String
    IDS_RESDATA_INC_017466
    }
    {
    // Help Key
    IDS_RESDATA_INC_017471
    }
    {
        WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" 1 12 78 264 170 0x20020000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_017465
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017465
        }
        WTYPE_BUTTON WIDC_BUTTON2 "Buttright2.bmp" 0 223 172 264 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_017471
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017467
        }
        WTYPE_BUTTON WIDC_BUTTON3 "Buttleft2.bmp" 0 12 172 53 192 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_017471
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017468
        }
        WTYPE_BUTTON WIDC_BUTTON4 "SlotVan.bmp" 0 8 8 72 72 0x220010 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_017470
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017469
        }
        WTYPE_STATIC WIDC_STATIC1 "" 0 78 52 264 68 0x2220000 0 0 0 0
        {
        // Title String
    IDS_RESDATA_INC_017470
        }
        {
        // ToolTip
    IDS_RESDATA_INC_017471
        }
    
    }


    Now tell me how the fuck u got that red thing I marked in your code. It means that you didn't copy-paste like I said you should have done so don't say u did.



Page 1 of 2 12 LastLast

Advertisement