Thread: [Hybrid pvp]Where about's do you change how much item's cost,in pk points?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [Hybrid pvp]Where about's do you change how much item's cost,in pk points? 
    Registered Member
    Join Date
    May 2011
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Iv'e looked through the server files but I can't find anywhere where it actually says this item = this price

    What file would I go to, too find it?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2008
    Age
    31
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    Prices.txt in data folder, I believe
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2011
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Isn't that the ammount they cost with gold? ;P

    like zuriels robe top,in that file, is

    (ItemID) (AmmountInShop)
    13858 735300

    Yet in the pk point shop its 75 pk points
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2011
    Posts
    25
    Thanks given
    0
    Thanks received
    2
    Rep Power
    2
    Actually, in client.java (90% sure)
    Search:
    Code:
    case (item id);
    and the price should be over it, correct me if im wrong.


    -k l 4 w s
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Aug 2008
    Age
    31
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    You said how much they cost, nothing about a PK Point shop

    Go to ShopAssistant.java and search for
    Code:
    public int getSpecialItemValue(int id) {
    		switch (id) {
    You should see something like this:
    Code:
    case: ITEM ID
    return; AMOUNT
    The amount is how much it costs.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2011
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Nope theres no cases under the item id's, I checked with like 5 of the items out of the pvp store ;D
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Aug 2008
    Age
    31
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0

    Read my post?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2011
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Yeah,just did, and in shopassistant.java it just has the case and the item id

    So it has case 18358:

    for zuriels top,but it doesn't allocate the pk point amount there ;P
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    May 2011
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    NVM ! Found it! Thanks alot xD
    Reply With Quote  
     

  10. #10  
    Banned
    Join Date
    Aug 2008
    Age
    31
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    Your welcome
    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. Replies: 9
    Last Post: 04-23-2011, 03:46 PM
  2. Replies: 5
    Last Post: 12-01-2010, 10:22 PM
  3. Replies: 20
    Last Post: 10-17-2010, 11:49 PM
  4. Skillscapes cost 0 points? ( PI )
    By brooks2011 in forum Help
    Replies: 0
    Last Post: 08-10-2010, 01:16 PM
  5. How do you change a item's color?
    By fruitloopdeadox in forum Help
    Replies: 3
    Last Post: 07-07-2008, 12:43 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •