Thread: Trading

Results 1 to 5 of 5
  1. #1 Trading 
    Registered Member
    Cloke's Avatar
    Join Date
    Nov 2006
    Age
    27
    Posts
    747
    Thanks given
    14
    Thanks received
    1
    Rep Power
    130
    Code:
    .\palidino76\rs2\Content\ShopHandler.java:261: cannot find symbol
    symbol  : method setShop(palidino76.rs2.players.Player,int)
    location: class palidino76.rs2.io.Frames
                    p.frames.setShop(p, 700); // 700 is the Shop ID
                            ^
    1 error
    Press any key to continue . . .

    i fixed trading, now i got this shophander error.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    32
    Posts
    2,327
    Thanks given
    43
    Thanks received
    43
    Rep Power
    389
    1.haveItem(p,int,int)

    you dont have in playeritems

    2.(palidino76.rs2.players.Player,int,int)
    pi.deleteItem(p, itemId, amount);

    you need another value it requers 3 ints instead of 2.

    3.you dont have the setshop in frames.java

    4. the file is in the wrong location.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  3. #3  
    Registered Member
    Cloke's Avatar
    Join Date
    Nov 2006
    Age
    27
    Posts
    747
    Thanks given
    14
    Thanks received
    1
    Rep Power
    130
    Quote Originally Posted by Serenity View Post
    1.haveItem(p,int,int)

    you dont have in playeritems

    2.(palidino76.rs2.players.Player,int,int)
    pi.deleteItem(p, itemId, amount);

    you need another value it requers 3 ints instead of 2.

    3.you dont have the setshop in frames.java

    4. the file is in the wrong location.
    how do i do that? (1,2,3)
    Reply With Quote  
     

  4. #4  
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    32
    Posts
    2,327
    Thanks given
    43
    Thanks received
    43
    Rep Power
    389
    1,2 see what it rqueirs i think 2 requeirs a slot also, and 1 you need to add.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  5. #5  
    Registered Member
    Cloke's Avatar
    Join Date
    Nov 2006
    Age
    27
    Posts
    747
    Thanks given
    14
    Thanks received
    1
    Rep Power
    130
    Quote Originally Posted by Serenity View Post
    1,2 see what it rqueirs i think 2 requeirs a slot also, and 1 you need to add.
    yeah, idk how to do that
    Reply With Quote  
     


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
  •