Advanced Swapper
General Info
- This plugin has its own sidebar icon for creating and managing swaps
- Click on "Valid Arguments" to see all the valid swaps - They are also listed at the bottom of this guide
- Strings support both item IDs and Names
- Item IDs can be found using the Gsoft Manager Plugin's "Examine Debug" or "Inventory IDs" settings
- Item identifiers and opcodes can be found using the Gsoft Manager Plugin's "Menu Debug" setting
- Ability to drop all of an item in your inventory using the argument:
drop:ItemID
ordrop:ItemName
. Bind it to a hotkey or press the 'equip' button in the sidebar, and watch it drop all of that particular item in a flash!
Starter Guide
LMS Swaps
These are some helpful LMS swaps provided by the community
LMS Swaps Configuration
- Tips for LMS
- Drop lower tier gear as you upgrade
- Don't have multiple spec weapons
- Adding the swaps example video
Video Guides
Opcode Examples
Use the Gsoft Manager Menu Debug setting to find opcodes and identifiers
Equip Item name or ID
e:Item:identifier
• Example clicking a specific item option e:ring of wealth:6
would open the rub interface
Remove Item name or ID
r:Item:identifier
• Example to teleport with equipped jewelry r:ring of dueling:3
would teleport to castle wars
Use Item name or ID
u:item:opcode:identifier
• Example using an item on another item
u:arrow shaft:25:0
u:feather:58:0
The first being the "use" option on the right click of the first item and then the "use item -> item" opcode and identifier for the second item
Drop Item name or ID
drop:Item:opcode:identifier
• Example opening rune/feather packs drop:pack:57:2
Object Object name or ID
o:Object:opcode:distance
distance is optional, do not add the :distance
if not using it
• Example clicking the smelt option Edgeville furnace o:16469:4
If we wanted it to only click the furnace if we were within 3 tiles of it, we'd do o:16469:4:3
Valid Arguments
Below is a list of all valid arguments
Comments are supported with:
/ or // or # or ##
a:last
a:cast
a:player
a:npc:### (replace ### with the npc ID)
attack:last
attack:cast
attack:player
attack:npc:###
c:Spell Name
cast:Spell Name
e:id
e:Item Name
equip:id
equip:Item Name
o:name
o:name:opcode
r:id
remove:id
p:Prayer Name
p:disable
p:disable:Prayer Name
prayer:Prayer Name
prayer:disable
prayer:disable:Prayer Name
u:id
eat:id
use:id
eat:Item Name
use:Item Name
drop:id
drop:Item Name
spec
walkunder
Equip, Remove, and Use arguments support | (or) operators, for example
e:25865|12926
No comments to display
No comments to display