This website is a read-only preview of RuneLibris. Some features may not work. For more information about the full feature-complete version of this wiki, please visit this link.

(Archive index)

RS/Items

From RuneLibris
Jump to: navigation, search

Overview[edit]

This page list RuneScape items documented in RuneLibris alongside information about this aspect[1].

RuneLibris pages[edit]

Item def params[edit]

As of 15 April 2025, locations can have the following cache definitions parameters[2]:

id
base_model
name
buff_effect
rotation
translation
stackable
value
equipslot_id
equip_id
unknown_15
is_members
multi_stack_size
male_models
female_models
unknown_27
ground_actions
widget_actions
colour_replacements
textures
recolour_palette
name_color
recolour_indices
retexture_indices
is_tradeable
ge_buy_limit
male_head_models
female_head_models
category
model_yaw
dummy_item
note_data
note_template
stack_info
scale
contrast
team
ambiance
loan_id
loan_template
male_translate
female_translate
quests
pick_size_shift
unknown_bind_link
bind_template
ground_action_cursor
widget_action_cursor
dummy
randomize_ground_pos
combine_info
combine_template
combine_num_required
combine_shard_name
never_stackable
unknown_167
unknown_168

Notes[edit]

  • Unlike NPCs and locs, items have no member_actions; the game simply relies on is_members[3]
  • An example of an item with the ground_actions param is Logs (ID 1511); its data is [None, None, None, 'Light', None][4]
  • Item destroy texts are not stored in RuneScape 3 caches[5].
  • The sound ID played when an item is dropped on the floor do not appears to be in the cache[6].

Tasks[edit]

Type Date Suject Class MO? RI RE? ARCD Notes
null null Make list of items for every notable builds Research/long null 0 N/A TODO null
null null Modify content template to account for item drop Meta/Long null 0 N/A TODO null

References[edit]

  1. Data directly entered in RuneLibris by manpaint on 2025-06-07
  2. Based on Mejrs' Cache Tool's code
  3. Data directly entered in RuneLibris by manpaint on 2025-05-320; inferred from param data extracted from Mejrs' Cache Tool (see NPCs and locs pages)
  4. Data directly entered in RuneLibris by manpaint on 2025-05-20; data dumped from a 2021-11-23 RuneScape cache
  5. Data directly entered in RuneLibris by manpaint on 2025-05-29; verified by parsing item definitions, enums and structs
  6. Data directly entered in RuneLibris by manpaint on 2025-06-20; based on how Bucket (ID 1925) do not have a value for this in RuneApps Cache Tools