[Help] add the QuickJobChange In Source

Page 13 of 16 FirstFirst ... 35678910111213141516 LastLast
Results 181 to 195 of 235
  1. #181
    Enthusiast meliodasda is offline
    MemberRank
    Nov 2018 Join Date
    31Posts

    Re: [Help] add the QuickJobChange In Source

    Instead of clicking the icon, how do I put a "change" button?

  2. #182
    Member kikolindo is offline
    MemberRank
    Mar 2020 Join Date
    85Posts

    Re: [Help] add the QuickJobChange In Source

    if I upgrade to lvl 15 and close the QuickChangeJob window it no longer appears, how can I solve this?

    I can't change classes either.

    https://prnt.sc/s1wrys
    Last edited by kikolindo; 18-04-20 at 08:28 PM.

  3. #183
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts

    Re: [Help] add the QuickJobChange In Source

    Quote Originally Posted by kikolindo View Post
    if I upgrade to lvl 15 and close the QuickChangeJob window it no longer appears, how can I solve this?

    I can't change classes either.

    https://prnt.sc/s1wrys
    Double check your edits as it sounds like your missing something.

  4. #184
    Novice akosibandoy is offline
    MemberRank
    Apr 2020 Join Date
    1Posts

    Re: [Help] add the QuickJobChange In Source

    Hello kind Sir, I've followed Sir Cuvvvie's guide for a v15 server and made it work. ** Thanks Kind Sir!

    I've also tried this guide of yours and edit the files in mentioned. I'm not sure though if it's the correct files, I just look for the filename individually.



    https://imgur.com/a/w7LpwWb


    Honestly, I'm new to everything and really want to learn how this goes.

    I've now downloaded VS 2019 Enterprise, and currently self studying.


    I just wan't to know if I'm on the right track and what should I do next after editing the said files?

    I will really appreciate the help received.

    Thanks!


    Update: after a couple days of searching and reading and extreme use of overheating brain, manage to make it through, after understanding how this works, I can now also check for other release. Thank you very much!
    Last edited by akosibandoy; 29-04-20 at 04:00 AM.

  5. #185
    Enthusiast laitila is offline
    MemberRank
    Nov 2012 Join Date
    29Posts

    Re: [Help] add the QuickJobChange In Source

    Yo!

    Neuz compiled without errors but when i compile Worldserver i get theese errors someone help please
    Official Source\_Interface\WndChangeJobEx.h(7): error C2504: 'CWndNeuz' : base class undefined
    Official Source\_Interface\WndChangeJobEx.h(17): error C2061: syntax error : identifier 'CWndBase'
    Official Source\_Interface\WndChangeJobEx.h(21): error C2061: syntax error : identifier 'CWndBase'

  6. #186
    Enthusiast ElMaqui is offline
    MemberRank
    May 2020 Join Date
    FranceLocation
    38Posts

    Re: How to add the QuickJobChange In Source

    Hi ! I followed the guide and now when I level up 15, 60, 120 and 120-M, I got the window to change my job, BUT when I'm clicking on a job, the window is closing, and nothing happen, my job didn't change.
    Can someone help me ? (my server is in V19, if it can help)
    Thanks !

  7. #187
    Enthusiast ElMaqui is offline
    MemberRank
    May 2020 Join Date
    FranceLocation
    38Posts

    Re: [Help] add the QuickJobChange In Source

    Forgot to compile WorldServer, worked now, thanks !

  8. #188
    Apprentice purelove09 is offline
    MemberRank
    Nov 2013 Join Date
    6Posts

    Re: [Help] add the QuickJobChange In Source

    i already succeeded adding quickjobchange but the problem is when you click the selected job it won't change the job. can anyone help me. thanks

  9. #189
    Enthusiast Hyellow is offline
    MemberRank
    Feb 2020 Join Date
    43Posts

    happy Re: [Help] add the QuickJobChange In Source

    Quote Originally Posted by purelove09 View Post
    i already succeeded adding quickjobchange but the problem is when you click the selected job it won't change the job. can anyone help me. thanks
    Go to _Network/MsgHdr.h
    Change
    Code:
    #define PACKETTYPE_UPDATE_JOB                        (DWORD)YOURSHERE
    To
    Code:
    #define PACKETTYPE_UPDATE_JOB                        (DWORD)0xAA100000
    I hope it help.

  10. #190
    Enthusiast arimukun is offline
    MemberRank
    Oct 2012 Join Date
    27Posts

    Re: [Help] add the QuickJobChange In Source

    First of all thanks @Xakzi for doing this! This gives me a nice place to start and learn as im going

    Im still figuring out how the client structure and the different public sources work. And that brings me to why im posting here:

    I followed the original Pumbaaa thread and yours here aswell. Both several times. The outcome stays the same. Compiling without an error. But as soon as the jobchanger should appear my neuz crashes. Does someone got an idea on whats going on?

    Im using this source here: http://forum.ragezone.com/f457/vs19-...ntent-1174203/

    And yes i know that the opener did this on his v15 files. I just dont understand the difference in terms of logic yet. Any hint or lead would be much appreciated! Thanks

  11. #191
    127.0.0.1 Groxy101 is online now
    MemberRank
    Apr 2010 Join Date
    416Posts

    Re: [Help] add the QuickJobChange In Source

    Quote Originally Posted by arimukun View Post
    First of all thanks @Xakzi for doing this! This gives me a nice place to start and learn as im going

    Im still figuring out how the client structure and the different public sources work. And that brings me to why im posting here:

    I followed the original Pumbaaa thread and yours here aswell. Both several times. The outcome stays the same. Compiling without an error. But as soon as the jobchanger should appear my neuz crashes. Does someone got an idea on whats going on?

    Im using this source here: http://forum.ragezone.com/f457/vs19-...ntent-1174203/

    And yes i know that the opener did this on his v15 files. I just dont understand the difference in terms of logic yet. Any hint or lead would be much appreciated! Thanks
    The client folder has a LOG folder. Did you check those logs? Sounds like you missed to add something in the resource (like define the Job Change UI). Can you open your GUIeditor without any errors?

  12. #192
    Enthusiast arimukun is offline
    MemberRank
    Oct 2012 Join Date
    27Posts

    Re: [Help] add the QuickJobChange In Source

    Thanks for replying

    My client seems not to have any kind of log. The only log files i got are from the compiler output.
    As for the GUIeditor: i never used one till now. I found ATools but im failing at setting it up.
    I will try to open the jobchange window after i managed to get an editor running. Thanks for the tip!

  13. #193
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts

    Re: [Help] add the QuickJobChange In Source

    What are the bugs from the compiler?

  14. #194
    Enthusiast arimukun is offline
    MemberRank
    Oct 2012 Join Date
    27Posts

    Re: [Help] add the QuickJobChange In Source

    Compiling goes flawlessly without any error. Means i dont get any log or error at all. I see only 2 possibilities:

    1. I keep doing some random fail while implementing the feature
    2. The source im using needs some different edits to make it work

  15. #195
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts

    Re: [Help] add the QuickJobChange In Source

    So what happens when you boot the client?



Advertisement