Thread: Shops problem

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 Shops problem 
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    Hey so i did AlwaysStuck1's Shops tutorial on a Espeon Base but once i open the interface no items show

    But the items im equipping do
    when it should be items in my invntory

    Thn i get the You can not sell this item message

    Can anyone tell me whats wrong?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2008
    Posts
    1,778
    Thanks given
    0
    Thanks received
    7
    Rep Power
    0
    U added items to the shop? lol
    Reply With Quote  
     

  3. #3  
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    No the Items in my backpack are meant to show.
    but they dont

    My items that im wielding do

    And the items im wielding dont even sell i get

    "this item can not be sold"
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2008
    Posts
    687
    Thanks given
    1
    Thanks received
    1
    Rep Power
    50
    well theres 2 solutions for this..

    1. Put the items in the shop via shops.java...

    2. Goto ShopHandler.java and in the cases you need to do something like this.

    Code:
    		case 15: // General Store
                    p.frames.setString(p, "EvilScape General Store", 620, 22);
                    shopopen(p, 868);
                    generalStore = true;
                    items  = Engine.shops.Generalshopvarrock;
                    itemsN = Engine.shops.GeneralshopvarrockN;
                    p.frames.setItems(p, -1, 64209, 93, p.items, p.itemsN);
                    p.frames.setItems(p, -1, 64271, 31, items, itemsN);
                	break;
    As you see we have added

    Code:
    generalStore = true;
    This means that you can sell to playerstock and buy again.

    Hope this helps!
    ^_^
    Reply With Quote  
     

  5. #5  
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    Noo AlwaysStuck i dont mean that you got MSN?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2008
    Posts
    687
    Thanks given
    1
    Thanks received
    1
    Rep Power
    50
    o_o sorry i dont use msn, not really on the laptop much lulz.

    Ermm can u please explain in more detail or provide a video/Picture..

    Im sure i can sort it out if i know the exact problem
    ^_^
    Reply With Quote  
     

  7. #7  
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    Rite heres some pics hope they help





    There any better?

    Its also the same with the Player Stock!
    Reply With Quote  
     

  8. #8  
    Registered Member
    Santaher0's Avatar
    Join Date
    Sep 2008
    Posts
    2,033
    Thanks given
    324
    Thanks received
    49
    Rep Power
    1282
    wtf what should appear on the shop interface shark or g-maul?
    - Support my project [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    huh Santa?
    Reply With Quote  
     

  10. #10  
    Registered Member
    Santaher0's Avatar
    Join Date
    Sep 2008
    Posts
    2,033
    Thanks given
    324
    Thanks received
    49
    Rep Power
    1282
    well on your pic there is a shark ovelrayed by a gmaul aswell for the coins they are overlayed by ranging skillcape T
    - Support my project [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •