Thread: [TuT]Silab items in shop not showing in mill[TuT]

Results 1 to 7 of 7
  1. #1 [TuT]Items in shop not showing in Mill or K Form[TuT] 
    Registered Member
    Join Date
    Jan 2008
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    If your server has items in shop, and when you click value and it only shows a number then coins, or any item for that matter then I have a simple fix for you

    Difficulty: -100/10
    Searching only in Client.Java
    Sorce's: Any Server To My Knowlage

    Lets get started...

    Search for
    Code:
    ShopValue+
    You should see something like this
    Code:
    sendMessage(GetItemName(removeID)+": shop will buy for "+ShopValue+" coins"+ShopAdd);
    This means that upon checking item price it will tell u the shop value, and item coins in mill or k form, now to fix the selling...
    Search
    Code:
    ShopValue+
    1 more time and it should say
    Code:
    sendMessage(GetItemName(removeID)+": currently costs "+ShopValue+" coins.);
    that is just telling u the vaule, now to add the "mill" or "k" to money
    Simply add
    Code:
    "+ShopAdd);
    to the end of your code..
    Should look exactly like this
    Code:
    sendMessage(GetItemName(removeID)+": currently costs "+ShopValue+" coins."+ShopAdd);
    Ez Az PiE, thanks for reading
    Rep please if it worked for you, Post if you like it, Post if u have error
    Last edited by Durent; 01-25-2008 at 08:38 PM. Reason: Fix
     

  2. #2  
    Registered Member
    Ryan's Avatar
    Join Date
    Aug 2006
    Age
    28
    Posts
    2,060
    Thanks given
    0
    Thanks received
    0
    Rep Power
    164
    Great and Simple Guide
    RB26DETT GTR See..? This is mine.

     

  3. #3  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    Delete that "silab item" part from topic

    Nice and simple tut anyway.



     

  4. #4  
    Registered Member
    Join Date
    Jan 2008
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Right thanks
     

  5. #5  
    sik pure
    Guest
    very good! but can you please call them jagex items?
     

  6. #6  
    Banned

    Join Date
    Nov 2006
    Age
    26
    Posts
    1,261
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    very nice and simple
     

  7. #7  
    Registered Member
    Join Date
    Jan 2008
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Sorry I edited the post but it won't go away in Tutorial view =((
     


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
  •