Thread: Item problems

Results 1 to 2 of 2
  1. #1 Item problems 
    Donator
    nonononooooooo's Avatar
    Join Date
    Nov 2012
    Posts
    370
    Thanks given
    13
    Thanks received
    4
    Rep Power
    20
    For my server my client has as all the items I want already in it, but on my server it does not and when i go in game I can't only spawn item up to ID 15999 and I need to be able to spawn up to 19000 Any help?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Dec 2012
    Posts
    347
    Thanks given
    8
    Thanks received
    11
    Rep Power
    0
    Go to youe config.java and fine a line thats like this:
    public static final int ITEM_LIMIT = 22083; // item id limit, different clients have more items like silab which goes past 15000

    and make yours:
    public static final int ITEM_LIMIT = 19000; // item id limit, different clients have more items like silab which goes past 15000
    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. Item problems
    By nonononooooooo in forum Help
    Replies: 1
    Last Post: 12-14-2012, 05:12 AM
  2. wearing item problems
    By Phat Stacks in forum Help
    Replies: 8
    Last Post: 03-30-2012, 06:48 PM
  3. problems with ::item please help
    By b00mz in forum Help
    Replies: 1
    Last Post: 02-18-2011, 11:00 AM
  4. Item Problems Please Help
    By Rune Sage in forum Help
    Replies: 4
    Last Post: 02-11-2011, 06:38 AM
  5. item problems
    By Romania Clan in forum Help
    Replies: 6
    Last Post: 03-21-2010, 05: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
  •