Thread: 718 paying someone to rewrite my shop.java

Results 1 to 6 of 6
  1. #1 718 paying someone to rewrite my shop.java 
    🖤Runic Developer🖤
    Castiel's Avatar
    Join Date
    Apr 2013
    Posts
    1,752
    Thanks given
    564
    Thanks received
    288
    Rep Power
    609
    so it read price from the tool instead of the cache
    i was looking though the files few days ago i saw it was reading from the tool not the cache
    full working shop

    pm me your price thanks
    Last edited by Castiel; 01-24-2019 at 08:21 PM.
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Developer


    Join Date
    Jul 2016
    Posts
    350
    Thanks given
    59
    Thanks received
    33
    Rep Power
    112
    Quote Originally Posted by MrPvm View Post
    so it read price from the cache instead outdated tool and
    full working shop

    pm me your price thanks
    What base are you using because unless someone completely f**ked your shops, it should read from the cache.
    Reply With Quote  
     

  3. #3  
    🖤Runic Developer🖤
    Castiel's Avatar
    Join Date
    Apr 2013
    Posts
    1,752
    Thanks given
    564
    Thanks received
    288
    Rep Power
    609
    Quote Originally Posted by Hydrixps View Post
    What base are you using because unless someone completely f**ked your shops, it should read from the cache.
    im using this https://www.rune-server.ee/black-mar...sold-70-a.html
    Attached image
    Attached image
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2014
    Posts
    429
    Thanks given
    5
    Thanks received
    3
    Rep Power
    173
    I can do this
    Reply With Quote  
     

  5. #5  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    Here

    Code:
    
    use this in world class
    	public static HashMap<Integer, Integer> PRICES;
    
    Put this in Init 
    		PRICES = SerializableFilesManager.loadGEPrices();
    
    	public static int getBuyPrice(int itemId) {
    		ItemDefinitions defs = ItemDefinitions.getItemDefinitions(itemId);
    		if (defs.isNoted()) {
    			itemId = defs.getCertId();
    		} else if (defs.isLended()) {
    			itemId = defs.getLendId();
    		}
    		Integer price = PRICES.get(itemId);
    		return price != null && price != 0 ? price : defs.getValue(itemId);
    	}
    
    
    This is what you needed
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2014
    Posts
    429
    Thanks given
    5
    Thanks received
    3
    Rep Power
    173
    Ah maybe I interpreted wrong, I thought he wanted to change the shop price on interface which is controlled via a script
    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

Similar Threads

  1. Replies: 1
    Last Post: 08-26-2018, 06:21 PM
  2. Replies: 0
    Last Post: 12-17-2016, 03:36 AM
  3. Paying for someone to fix my Class36.java
    By Godishorny in forum Requests
    Replies: 2
    Last Post: 01-14-2014, 10:46 PM
  4. Paying someone to integrate my server with vB
    By Justinnn in forum Requests
    Replies: 2
    Last Post: 03-21-2010, 05:22 PM
  5. I will pay someone to Integer My server with IPB
    By Michaela in forum Requests
    Replies: 5
    Last Post: 01-11-2009, 11:05 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
  •