Title quest

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    تانترا اون لاين Lunatic is offline
    MemberRank
    Jan 2014 Join Date
    KoreaLocation
    420Posts

    happy Title quest

    Hello !. Is there any way we can rename or modify the title names to a new one.?


  2. #2
    تانترا اون لاين Lunatic is offline
    MemberRank
    Jan 2014 Join Date
    KoreaLocation
    420Posts

    Re: Title quest

    up for this please :)

  3. #3
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Title quest

    Title info is stored in the HTScript.sys file, and yes, can be changed either if you have a compiler for that file or you make your own compiler as I did 5 years ago.

  4. #4
    Member itachi7 is offline
    MemberRank
    Jan 2017 Join Date
    58Posts

    Re: Title quest

    Quote Originally Posted by Eliana Gherbaz View Post
    Title info is stored in the HTScript.sys file, and yes, can be changed either if you have a compiler for that file or you make your own compiler as I did 5 years ago.
    Does that include the stats of the title too?

  5. #5
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Title quest

    If by the stats you mean the item ID where the stats are defined, then the answer is yes.

  6. #6
    Enthusiast Elyrb is offline
    MemberRank
    Mar 2016 Join Date
    Butuan City, PhLocation
    35Posts

    Re: Title quest

    Quote Originally Posted by Eliana Gherbaz View Post
    If by the stats you mean the item ID where the stats are defined, then the answer is yes.
    Yeah like for instance the kruma title for killing 10,000 players

    I wanted to edit the stats and add "4260" or "All power strike" on the title when applied, so yes that is definitely what I meant

    Thanks, I'll try to study more about programming, maybe then I can create a tool just like you did

    Any suggestions what I should search first, I don't know how to edit the HTLauncher or Zoneserv

    Should I study, hexadecimal? is the zoneserver.exe and HTLauncher.exe using hexadecimals when opened with OllyDBG?

  7. #7
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Title quest

    Quote Originally Posted by Elyrb View Post
    Yeah like for instance the kruma title for killing 10,000 players

    I wanted to edit the stats and add "4260" or "All power strike" on the title when applied, so yes that is definitely what I meant

    Thanks, I'll try to study more about programming, maybe then I can create a tool just like you did

    Any suggestions what I should search first, I don't know how to edit the HTLauncher or Zoneserv

    Should I study, hexadecimal? is the zoneserver.exe and HTLauncher.exe using hexadecimals when opened with OllyDBG?

    See if the title exist already, and you have the luck that the item ID it use for the stats is on the param, then you can edit it on the param, if it is on the HTScript then what you can do is to duplicate it on the param to test your luck on which one is read first, some times it works and some others dont so that is why I say test your luck.

    Because titles are Data, you cant edit them on the code as if they were code, hope you understand what im saying.

  8. #8
    Member itachi7 is offline
    MemberRank
    Jan 2017 Join Date
    58Posts

    Re: Title quest

    Quote Originally Posted by Eliana Gherbaz View Post
    See if the title exist already, and you have the luck that the item ID it use for the stats is on the param, then you can edit it on the param, if it is on the HTScript then what you can do is to duplicate it on the param to test your luck on which one is read first, some times it works and some others dont so that is why I say test your luck.

    Because titles are Data, you cant edit them on the code as if they were code, hope you understand what im saying.
    The Title I was searching for is the one where you kill 10000 enemies in kruma
    The stats are HP Recover 90, Defense Rate 200, All Chakra 10

    I searched it on my Param in the ItemID Sheet, it don't exist there

    So I'm going for the 2nd option based on what you said, I'm going to make a duplicate, but how do I make title connect to the duplicate?

    If I'm going to make a duplicate what should the ItemID be?

  9. #9
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Title quest

    EffectItemID for Brahma: 7616
    EffectItemID for Vishnu: 7617
    EffectItemID for Shiva: 7618

    You don't have to do any to connect the duplicate, HTScript is the one which makes the link depending on what is stored in the virtual mem. As I said, this some times works and some others don't.

    I remember that on the time I didn't make the compiler, I did that trick to change things that were on the HTScript, but I didn't try with Titles because what I wanted to change on them was the name that was in spanish and I wanted in whatever language I decided to compile and that can't be done with the trick, so I hope the trick works for your change.

  10. #10
    Enthusiast juanchi5 is offline
    MemberRank
    Oct 2011 Join Date
    Villa Dolores,Location
    29Posts

    Re: Title quest

    So nobody shares the tool to change the name of the titles?

  11. #11
    Member itachi7 is offline
    MemberRank
    Jan 2017 Join Date
    58Posts

    Re: Title quest

    Quote Originally Posted by juanchi5 View Post
    So nobody shares the tool to change the name of the titles?
    Pretty much no, it took a lot them a lot of effort and time to make the tool, giving it away carelessly wouldn't be right, sometimes it's best to just ask for tips and solve problems on our own, it's a lot better that way too

  12. #12
    Apprentice nukos123 is offline
    MemberRank
    May 2013 Join Date
    PhilippinesLocation
    7Posts

    Re: Title quest

    The title stats for Incarnation, Strong warrior and aprrentice are all found in the param. you can changed it there.

  13. #13
    Member itachi7 is offline
    MemberRank
    Jan 2017 Join Date
    58Posts

    Re: Title quest

    Quote Originally Posted by Eliana Gherbaz View Post
    EffectItemID for Brahma: 7616
    EffectItemID for Vishnu: 7617
    EffectItemID for Shiva: 7618

    You don't have to do any to connect the duplicate, HTScript is the one which makes the link depending on what is stored in the virtual mem. As I said, this some times works and some others don't.

    I remember that on the time I didn't make the compiler, I did that trick to change things that were on the HTScript, but I didn't try with Titles because what I wanted to change on them was the name that was in spanish and I wanted in whatever language I decided to compile and that can't be done with the trick, so I hope the trick works for your change.
    Hiyaaaaaaaa, thank you so much, it worked

    I was able to change the stats it gives

    Btw, can I ask where can I find the ItemID of the titles?

    Is it also in the HTScript?

    Basically, 7616,7617 and 7618 didn't exist on my param, so I made 3 new rows and edited them, I also edited the trimurtilimit to 1,2,4

    The stats works, thanks

    - - - Updated - - -

    Quote Originally Posted by nukos123 View Post
    The title stats for Incarnation, Strong warrior and aprrentice are all found in the param. you can changed it there.
    Well they didn't in my param, when Eliana gave me the ItemID for the stats, I searched for it and it didn't exist, so I just added those 3 item ID's and edited them, it worked

    Now I am trying to add from 7600 to 7700 and edit the stats to figure out which Item ID titles belong to

    Thanks for the tip :)

  14. #14
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Title quest

    Quote Originally Posted by itachi7 View Post
    Btw, can I ask where can I find the ItemID of the titles?
    Is it also in the HTScript?
    Yes, they are on the HTScript, if you dont have the xml of the HTScript, you can debug with Olly, make a break point when the file is decrypt and read what is stored on the virtual mem.

  15. #15
    Member itachi7 is offline
    MemberRank
    Jan 2017 Join Date
    58Posts

    Re: Title quest

    Quote Originally Posted by Eliana Gherbaz View Post
    Yes, they are on the HTScript, if you dont have the xml of the HTScript, you can debug with Olly, make a break point when the file is decrypt and read what is stored on the virtual mem.
    I cant seem to open the htscript.sys with OllyDbg, I get a message saying "HTscript.sys is probably not a 32-bit portable executable. Try to load it anway?"

    After I click yes it says "Unable to start file D:""""\HTscrypt.sys"

    And I never knew there's an xml/compiler for that, I'll try searching in this forum

    Thanks

    - - - Updated - - -



    Okay so I've read the previous posts about title quest and found out that I can just hex them

    Sadly I have a problem, There are 4 HTScripts, 2 for spanish, 2 for english

    3 of them are working but when I open them with hex (PSPAD or CFF Explorer) those are the codes that I see

    The other HTScript is spanish but it has a different content when I open it



    But with this HTScript, my client crashes even though I haven't edited it yet, I cant even get to the login screen

    If only this works then I could possibly change the names of the titles



Page 1 of 2 12 LastLast

Advertisement