Thread: shops help

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 shops help 
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Inside my client.java file I do not have "wanneshop" or "case 155" could someone tell me how i can edit my shops and also add shops
    Reply With Quote  
     

  2. #2  
    Registered Member pure water's Avatar
    Join Date
    Nov 2012
    Posts
    304
    Thanks given
    96
    Thanks received
    13
    Rep Power
    9
    Shops.cfg search for it on your source, that should get you shops for changing prices/items.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by pure water View Post
    Shops.cfg search for it on your source, that should get you shops for changing prices/items.
    But then how do i get the NPC to spawn and then be able to trade it?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    bump
    Reply With Quote  
     

  5. #5  
    Registered Member g0d 0f war's Avatar
    Join Date
    Mar 2011
    Posts
    711
    Thanks given
    10
    Thanks received
    15
    Rep Power
    20
    ok this what you do


    shops.cfg to add items after that you go to actionhandler.java


    search
    Code:
    public void firstClickNpc(int i) {
    Code:
    case *****
    c.getShops().openShop(19);
    			break;
    the stars were your shop npc would go

    the openshop(19) is the shop with the items you want to open


    example on the (19)

    Code:
    shop = 19	Jukat	2	2	1305	10	1215	10	1231	10	5680	10	5698	10
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by g0d 0f war View Post
    shops.cfg to add items after that you go to actionhandler.java


    search
    Code:
    public void firstClickNpc(int i) {
    Code:
    case *****
    c.getShops().openShop(19);
    			break;
    the stars were your shop npc would go

    the openshop(19) is the shop with the items you want to open


    example on the (19)

    Code:
    shop = 19	Jukat	2	2	1305	10	1215	10	1231	10	5680	10	5698	10
    Could you give me an example for the stars bit?
    Reply With Quote  
     

  8. #7  
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    Quote Originally Posted by olishingerz View Post
    Could you give me an example for the stars bit?
    case NPCidHere:
    c.getShops().openShop(19);
    break;
    Hi
    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Braveyy View Post
    case NPCidHere:
    c.getShops().openShop(19);
    break;
    Thankyou very much, all working fine!
    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Can i also ask where do i change prices in the shop? I've looked in shops.cfg but in there you can only edit the item and the amount. Anyone know?
    Reply With Quote  
     

  12. #10  
    Registered Member
    Join Date
    May 2013
    Posts
    37
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    could anybody help?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Help] How can i view coords of shops [help]
    By pkownage135 in forum Help
    Replies: 2
    Last Post: 02-07-2009, 02:28 AM
  2. Shop help
    By cookie cake in forum Help
    Replies: 4
    Last Post: 01-10-2009, 01:13 PM
  3. Deltascape-shop-help
    By Defeat_ in forum Help
    Replies: 5
    Last Post: 11-10-2008, 01:34 PM
  4. Shop helps (bluurrs)
    By m0n3ym5k3r in forum Help
    Replies: 4
    Last Post: 11-01-2008, 05:46 AM
  5. Photo shop help
    By Shamcooly in forum Tutorials
    Replies: 4
    Last Post: 07-03-2008, 09:12 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •