Editing Shop 'N'

Results 1 to 24 of 24
  1. #1
    Enthusiast ixoharm is offline
    MemberRank
    Jun 2009 Join Date
    45Posts

    thumbs up Editing Shop 'N'

    does anyone know how to edit the items they sell in the shop 'n'


    if anyone knows please help me out!

    thanks for attention




    some moderator can move me to the correct area?

    excuse me for the mistake!


  2. #2
    Apprentice roparanhos is offline
    MemberRank
    Dec 2012 Join Date
    Фрутал, BLocation
    22Posts

    Re: Editing Shop 'N'

    Modify NPCShop.scp

  3. #3
    Enthusiast ixoharm is offline
    MemberRank
    Jun 2009 Join Date
    45Posts

    Re: Editing Shop 'N'

    can you tell me exactly which line? please?

  4. #4
    Apprentice roparanhos is offline
    MemberRank
    Dec 2012 Join Date
    Фрутал, BLocation
    22Posts

    Re: Editing Shop 'N'

    In the sector SHOP

    From line 21 at line 57

  5. #5
    Enthusiast ixoharm is offline
    MemberRank
    Jun 2009 Join Date
    45Posts

    Re: Editing Shop 'N'

    as the id of the item "2367" turned the ID "6463"? ???????

  6. #6
    Account Upgraded | Title Enabled! cadena is offline
    MemberRank
    Sep 2010 Join Date
    432Posts

    Re: Editing Shop 'N'

    because its bind...

  7. #7
    Enthusiast ixoharm is offline
    MemberRank
    Jun 2009 Join Date
    45Posts

    Re: Editing Shop 'N'

    how so?, would explain?

  8. #8
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Re: Editing Shop 'N'

    Please look around with the old threads.
    There's an explanation about the binded and nonbinded items how they were able to get this kind of itemid.

  9. #9
    Enthusiast ixoharm is offline
    MemberRank
    Jun 2009 Join Date
    45Posts

    Re: Editing Shop 'N'

    I know I can be annoying, i but did not find the topic ... you pass the link?

  10. #10
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by ixoharm View Post
    as the id of the item "2367" turned the ID "6463"? ???????
    fyi, all binded items should add 4096 to the itemid to make it bind ;)

  11. #11
    Proficient Member bsitmark is offline
    MemberRank
    Sep 2012 Join Date
    166Posts

    Re: Editing Shop 'N'

    what world is shop "N"?

  12. #12
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by bsitmark View Post
    what world is shop "N"?
    Any, why don't you press "N" in game ?

  13. #13
    Proficient Member bsitmark is offline
    MemberRank
    Sep 2012 Join Date
    166Posts

    Re: Editing Shop 'N'

    nvm i found it
    Last edited by bsitmark; 12-02-13 at 05:46 AM.

  14. #14
    Valued Member dosimple is offline
    MemberRank
    Jun 2008 Join Date
    104Posts

    Re: Editing Shop 'N'

    if you dont mind we need detail guide on editing NPCShop.scp, i did change NPCShop.scp, but still not showing that new item mall, should i also change some files inside the client like as cabal.enc or else?

  15. #15
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: Editing Shop 'N'

    you need only edit NPCShop.scp and then restart/reload the cabal server

  16. #16
    Proficient Member bsitmark is offline
    MemberRank
    Sep 2012 Join Date
    166Posts

    Re: Editing Shop 'N'

    where did you see the pool id of items that you need to add?

  17. #17
    Member cabalboyz is offline
    MemberRank
    Jan 2013 Join Date
    57Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by mikkomoley View Post
    fyi, all binded items should add 4096 to the itemid to make it bind ;)
    What is the value to add to become a characterbind item and characterbind when equipped?

  18. #18
    Account Upgraded | Title Enabled! SpeedDevil is offline
    MemberRank
    Jul 2009 Join Date
    BelgiumLocation
    484Posts

    Re: Editing Shop 'N'

    Thread moved.

  19. #19
    Member cabalboyz is offline
    MemberRank
    Jan 2013 Join Date
    57Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by Stricted View Post
    you need only edit NPCShop.scp and then restart/reload the cabal server
    I tried to edit the eCoin/cc price but then when the channels restarted all 1st tab (General) of NPC Shop in all grocers & alchemist of BI, GD, DS & PL will GONE. It will become a blank tab. Is there a need to edit also in the Client side?

  20. #20
    Proficient Member bsitmark is offline
    MemberRank
    Sep 2012 Join Date
    166Posts

    Re: Editing Shop 'N'

    Code:
    [NPC]	Shop_ID	World_ID	Order	NPC_ID	Pool_ID1	Pool_ID2
    1	1	0	0	50	1	2	
    1	1	0	0	50	1	2	
    2	1	1	0	4	3	2	
    3	1	1	1	5	4	2	
    4	1	1	2	6	5	2	
    5	1	1	3	7	6	2	
    6	1	2	0	4	7	2	
    7	1	2	1	5	8	2	
    8	1	2	2	6	9	2	
    9	1	2	3	7	10	2	
    10	1	3	0	4	11	2	
    11	1	3	1	5	12	2	
    12	1	3	2	6	13	2	
    13	1	3	3	7	14	2	
    14	1	4	0	4	15	2	
    15	1	4	1	5	16	2	
    16	1	4	2	6	17	2	
    17	1	4	3	7	18	2	
    18	1	4	4	13	19	2	
    19	1	5	0	4	20	2	
    20	1	5	1	5	21	2	
    21	1	5	2	6	22	2	
    22	1	5	3	7	23	2	
    23	1	9	0	7	24	2	
    24	1	15	0	50	25	2	
    25	1	15	1	149	26	2	
    26	1	15	2	150	27	2	
    27	1	16	0	2	28	2	
    28	1	16	1	3	29	2	
    29	1	16	2	17	30	2	
    30	1	16	3	18	31	2	
    31	1	23	0	7	32	2	
    32	1	0	0	51	2	0
    how do you edit this?

  21. #21
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by cabalboyz View Post
    I tried to edit the eCoin/cc price but then when the channels restarted all 1st tab (General) of NPC Shop in all grocers & alchemist of BI, GD, DS & PL will GONE. It will become a blank tab. Is there a need to edit also in the Client side?
    No, you messed some line that's why other NPC have been disappear too. I've experienced this, so take a backup always ;)

  22. #22
    Apprentice emiukey is offline
    MemberRank
    Feb 2013 Join Date
    12Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by cabalboyz View Post
    I tried to edit the eCoin/cc price but then when the channels restarted all 1st tab (General) of NPC Shop in all grocers & alchemist of BI, GD, DS & PL will GONE. It will become a blank tab. Is there a need to edit also in the Client side?
    Same here, anyone can fix that? Pls help!

  23. #23
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: Editing Shop 'N'

    Quote Originally Posted by cabalboyz View Post
    I tried to edit the eCoin/cc price but then when the channels restarted all 1st tab (General) of NPC Shop in all grocers & alchemist of BI, GD, DS & PL will GONE. It will become a blank tab. Is there a need to edit also in the Client side?
    Same here, only price was edited and NPC got bug in first tab

    Edited from WinSCP/Crimson Editor.... don't work

    EDIT
    managed files with NotePad++ and Work fine

    *Crimson Editor and WinScp Work fine, but i don't know what happens, they crash only this file "NPCShop"
    Last edited by magraopb; 07-03-13 at 07:13 PM.

  24. #24
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Editing Shop 'N'

    i suggest use gnumeric.



Advertisement