Thread: [718] ItemBonusesPacker for Rune-Evo3 source ~ PLEASE HELP URGENT

Results 1 to 5 of 5
  1. #1 [718] ItemBonusesPacker for Rune-Evo3 source ~ PLEASE HELP URGENT 
    Registered Member
    Join Date
    Dec 2011
    Posts
    297
    Thanks given
    2
    Thanks received
    11
    Rep Power
    21
    I've been looking all over the net for an ItemsBonusesPacker to work with my Rune-Evo3 copy of the source. I need to pack the right item bonuses, but sofar every ItemBonusesPacker i've tried will not work. I've gotten some to actually read every .txt file in the bonuses folder, but it read them all as null...Please help with this, I'm doing my best to learn at a high rate to code 718+.. It would be much appreciated
    Reply With Quote  
     

  2. #2  
    An all-around good guy
    lloydy269's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    287
    Thanks given
    5
    Thanks received
    25
    Rep Power
    26
    What error does it give you?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    188
    Thanks given
    7
    Thanks received
    1
    Rep Power
    9
    Quote Originally Posted by iXzr View Post
    I've been looking all over the net for an ItemsBonusesPacker to work with my Rune-Evo3 copy of the source. I need to pack the right item bonuses, but sofar every ItemBonusesPacker i've tried will not work. I've gotten some to actually read every .txt file in the bonuses folder, but it read them all as null...Please help with this, I'm doing my best to learn at a high rate to code 718+.. It would be much appreciated
    package com.rs.tools; import java.io.BufferedReader; import java.io.DataOutp - Pastebin.com
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2012
    Posts
    188
    Thanks given
    7
    Thanks received
    1
    Rep Power
    9
    Quote Originally Posted by iXzr View Post
    I've been looking all over the net for an ItemsBonusesPacker to work with my Rune-Evo3 copy of the source. I need to pack the right item bonuses, but sofar every ItemBonusesPacker i've tried will not work. I've gotten some to actually read every .txt file in the bonuses folder, but it read them all as null...Please help with this, I'm doing my best to learn at a high rate to code 718+.. It would be much appreciated
    And if it says they are null I think you need a new cache lol or try using a Item def editor to change the item name
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2014
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Alright so if your getting item read as null after using the iI.B.P I suggest moving your bonuses folder into Rune-Evo v3\data\items folder. this normally fixes item bonuses reading all zeros. Also i may suggest using this particular code for the .bat file to use the bonus packer that came with the server release... as it works like a charm for me. this should fix the issue. Also ensure that there is no space at the bottom of the XXXXX.txt file containing the items bonuses. that throws errors during the compile, and will prevent bonuses from being read properly. Also suggest Java v7 in order to compile and run the server. Hope this helps...

    Spoiler for ItemBonusPacker.bat:
    @echo off
    title Bonuses Packer
    java -server -Xmx512m -cp bin;lib/* com.rs.tools.ItemBonusesPacker
    pause


    Side note... also ensure that the text files only have the item's ID number for the name.
    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: 12-08-2013, 07:01 PM
  2. Looking for 718+ CLIENT for Rune-Evo Source
    By pavan_ in forum Requests
    Replies: 1
    Last Post: 07-12-2013, 11:46 PM
  3. 718 rune evo error please help
    By kingmen139 in forum Help
    Replies: 2
    Last Post: 03-28-2013, 01:21 AM
  4. Replies: 3
    Last Post: 11-10-2009, 06:17 PM
  5. Replies: 4
    Last Post: 08-24-2009, 05:36 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
  •