NPC Shop Editor

Results 1 to 9 of 9
  1. #1
    Account Upgraded | Title Enabled! FCV2005 is offline
    MemberRank
    Mar 2007 Join Date
    RomaniaLocation
    1,080Posts

    NPC Shop Editor

    Hello everyone , i just wanna ask you guys if someone know or have a tutorial how to change items from npc ex: from [Little Street Vendor]Pony

    if i will edit in LIST_SELL.STB / Server/ Client Not workign !



    @where i can find a good item list codes , im using Dev-Rev 4



    @someone can share me ITEMMALL V2 SCRIPTS ? (website files PM)
    Last edited by FCV2005; 20-03-13 at 11:49 AM.


  2. #2
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: NPC Shop Editor

    The only way to edit the sell lists in NPC shops is with LIST_SELL.STB
    If it isn't working then you are doing something wrong.
    Make sure that your modified STB is inserted back into the client VFS and also into the server 3ddata folder.
    To prove to yourself that you did it right try extracting the file from your modified client to see if it matches your modified server file.

    As for a list of items, the only way to get a fully up to date one is to build it yourself from the STBs. It's not all that hard. There's a tutorial for it in the tutorial section of these forums. I think I called it something like "What is this VFS thing anyway?"
    You can also get all the item ID numbers from my website. (See link in my signature)
    Just find the item you want and hover over it to show the item number.

  3. #3
    Account Upgraded | Title Enabled! FCV2005 is offline
    MemberRank
    Mar 2007 Join Date
    RomaniaLocation
    1,080Posts

    Re: NPC Shop Editor

    1. edited LIST_SELL.STB from Binary\3DData\STB
    2. edited [Little Street Vendor]Pony1019 / 1039
    3. after finished , saved on same place , saved on desktop , after that opened VfsNextGen.exe and added LIST_SELL.STB (3DDATA / STB "but still not appear here, it must be in 3DDATA/STB folder right ?" )( was same as sv side) and rebuilt !

    that was !


    @thx for website !

  4. #4
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: NPC Shop Editor

    Did you first delete the existing file in the VFS?
    If you don't do that then your new file just gets lost in the VFS some place but never accessed.
    Deleting it first removes the old path from data.idx (index file)

    You don't need to rebuild the server to make changes in the STBs or any other peripheral files.

  5. #5
    Account Upgraded | Title Enabled! FCV2005 is offline
    MemberRank
    Mar 2007 Join Date
    RomaniaLocation
    1,080Posts

    Re: NPC Shop Editor

    i dont know if will be a bad question , how edit data.idx ?

    @someone can give me link to itemmall v2 ?

  6. #6
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: NPC Shop Editor

    You don't need to edit data.idx. The VFS editors will do that for you.
    My point was simply to make sure that you delete the old file before putting in a new version or the index will always still point at the old one.

  7. #7
    Account Upgraded | Title Enabled! FCV2005 is offline
    MemberRank
    Mar 2007 Join Date
    RomaniaLocation
    1,080Posts

    Re: NPC Shop Editor

    yea works but , LIST_SELL.STB are not exacly npc names , mean 307 is not [Little Street Vendor]Pony

  8. #8
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: NPC Shop Editor

    Nope.
    It certainly isn't.
    In fact 307 is Arua's fairy so good luck changing Pony's sell list with that one. lol

    take a look in LIST_NPC.STB
    i would advise you to use my editor if you have Microsoft Excel installed on your PC osROSE Forums • View topic - STB / STL Editor from PurpleYouko
    If you use it then all the headers for the STBs will be loaded so that you can easily see which column is for which thing.
    Anyway, in LIST_NPC.STB there are 4 columns that correspond to rows in LIST_SELL.STB. These are the NPC's "sell ids". Each one with a non-zero value (that points to a row in LIST_SELL.STB) will give you a separate tab in the NPC shop window.

    Here's a tutorial that I wrote years ago on the subject
    osROSE Forums • View topic - STB / STL Editor from PurpleYouko
    It deals mainly with adding a completely new item to the jewelry section but the principles apply to all shop data.

  9. #9
    Account Upgraded | Title Enabled! FCV2005 is offline
    MemberRank
    Mar 2007 Join Date
    RomaniaLocation
    1,080Posts

    Re: NPC Shop Editor

    works , thank you so much !



Advertisement