Thread: 830 refernce table

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 830 refernce table 
    Registered Member
    Join Date
    Mar 2017
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I have looked everywhere on how to update the reference table in frostys cache editor, but found no way, if anyone can please give me a link on how to do it or an updated reference table, thanks
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    You have to compare it to the one in the client and add the necessary things. Or you can just RIP it off any 830+ server.
    Project thread
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2017
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by clem585 View Post
    You have to compare it to the one in the client and add the necessary things. Or you can just RIP it off any 830+ server.
    I couldn't find it in either the server or the client; what do i do?
    Reply With Quote  
     

  4. #4  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Urzuoth View Post
    I couldn't find it in either the server or the client; what do i do?
    What? Every server/client has one, otherwise you can't read information from the cache. It's probably just under a different name.
    Project thread
    Reply With Quote  
     

  5. #5  
    I don't speak Spanish
    Daron's Avatar
    Join Date
    Feb 2012
    Age
    28
    Posts
    218
    Thanks given
    1
    Thanks received
    39
    Rep Power
    45
    In the 831 matrix release, alex's library is packed into a jar located in the lib folder of the source, grab it and use it
    Attached image
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Mar 2017
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Daron View Post
    In the 831 matrix release, alex's library is packed into a jar located in the lib folder of the source, grab it and use it

    i added it now, but i get this error:
    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    	at com.alex.utils.Utils.getItemDefinitionsSize(Utils.java:67)
    	at com.editor.item.ItemSelection.addAllItems(ItemSelection.java:223)
    	at com.editor.item.ItemSelection.initComponents(ItemSelection.java:188)
    	at com.editor.item.ItemSelection.<init>(ItemSelection.java:48)
    	at com.editor.ToolSelection.submitButtonActionPerformed(ToolSelection.java:133)
    	at com.editor.ToolSelection.access$0(ToolSelection.java:130)
    	at com.editor.ToolSelection$1.actionPerformed(ToolSelection.java:76)
    	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    	at java.awt.Component.processMouseEvent(Unknown Source)
    	at javax.swing.JComponent.processMouseEvent(Unknown Source)
    	at java.awt.Component.processEvent(Unknown Source)
    	at java.awt.Container.processEvent(Unknown Source)
    	at java.awt.Component.dispatchEventImpl(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Window.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    	at java.awt.EventQueue.access$500(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue.dispatchEvent(Unknown Source)
    	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.run(Unknown Source)
    Reply With Quote  
     

  7. #7  
    I don't speak Spanish
    Daron's Avatar
    Join Date
    Feb 2012
    Age
    28
    Posts
    218
    Thanks given
    1
    Thanks received
    39
    Rep Power
    45
    Quote Originally Posted by Urzuoth View Post
    i added it now, but i get this error:
    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    	at com.alex.utils.Utils.getItemDefinitionsSize(Utils.java:67)
    	at com.editor.item.ItemSelection.addAllItems(ItemSelection.java:223)
    	at com.editor.item.ItemSelection.initComponents(ItemSelection.java:188)
    	at com.editor.item.ItemSelection.<init>(ItemSelection.java:48)
    	at com.editor.ToolSelection.submitButtonActionPerformed(ToolSelection.java:133)
    	at com.editor.ToolSelection.access$0(ToolSelection.java:130)
    	at com.editor.ToolSelection$1.actionPerformed(ToolSelection.java:76)
    	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    	at java.awt.Component.processMouseEvent(Unknown Source)
    	at javax.swing.JComponent.processMouseEvent(Unknown Source)
    	at java.awt.Component.processEvent(Unknown Source)
    	at java.awt.Container.processEvent(Unknown Source)
    	at java.awt.Component.dispatchEventImpl(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Window.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    	at java.awt.EventQueue.access$500(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue.dispatchEvent(Unknown Source)
    	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.run(Unknown Source)
    Lol you may have added it but you still have to adapt the rest of the code to the new reference table
    Attached image
    Attached image
    Reply With Quote  
     

  8. #8  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Urzuoth View Post
    i added it now, but i get this error:
    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    	at com.alex.utils.Utils.getItemDefinitionsSize(Utils.java:67)
    	at com.editor.item.ItemSelection.addAllItems(ItemSelection.java:223)
    	at com.editor.item.ItemSelection.initComponents(ItemSelection.java:188)
    	at com.editor.item.ItemSelection.<init>(ItemSelection.java:48)
    	at com.editor.ToolSelection.submitButtonActionPerformed(ToolSelection.java:133)
    	at com.editor.ToolSelection.access$0(ToolSelection.java:130)
    	at com.editor.ToolSelection$1.actionPerformed(ToolSelection.java:76)
    	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    	at java.awt.Component.processMouseEvent(Unknown Source)
    	at javax.swing.JComponent.processMouseEvent(Unknown Source)
    	at java.awt.Component.processEvent(Unknown Source)
    	at java.awt.Container.processEvent(Unknown Source)
    	at java.awt.Component.dispatchEventImpl(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Window.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    	at java.awt.EventQueue.access$500(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.awt.EventQueue$3.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.awt.EventQueue$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue.dispatchEvent(Unknown Source)
    	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.run(Unknown Source)
    Seems like an error you would get if your cache was nulled. It's trying to get the item index size but it doesn't exist.
    Project thread
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Mar 2017
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Daron View Post
    Lol you may have added it but you still have to adapt the rest of the code to the new reference table
    I'm scanning over the new reference table and the old one and adapting it now.

    Quote Originally Posted by clem585 View Post
    Seems like an error you would get if your cache was nulled. It's trying to get the item index size but it doesn't exist.
    The game still works, but if i want to edit the cache should i re-download it?

    Quote Originally Posted by Urzuoth View Post
    I'm scanning over the new reference table and the old one and adapting it now.
    I'm finished and still getting the same error.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Mar 2017
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Urzuoth View Post
    The game still works, but if i want to edit the cache should i re-download it?
    I still has the error now that I have re-downloaded it.
    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. Tip its XP Table.
    By Hooligan in forum Website Development
    Replies: 6
    Last Post: 11-26-2008, 06:34 AM
  2. Entering data into a SQL table
    By HcoFlame in forum Application Development
    Replies: 1
    Last Post: 07-12-2008, 03:36 PM
  3. Simple thieving tables
    By xx k03d xx in forum Tutorials
    Replies: 8
    Last Post: 05-19-2008, 09:10 PM
  4. Table doesnt exist.
    By Dawgg in forum Application Development
    Replies: 9
    Last Post: 05-10-2008, 12:31 AM
  5. ReenScapeShift Tables, 'leaked' By Impulse-X
    By Impulse-X in forum RS2 Server
    Replies: 3
    Last Post: 09-03-2007, 09:13 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •