Remember you must follow this step before you copy paste all the Script you want.
1. Open "Item Filter".
2. Click "Edit Scripts".
3. Copy and paste the scripts you want into the notepad.
4. Close it(save) and press "Reload Scripts".
5. Turn on ignore all items script.
6. Turn on the scripts you want.
7. Close it and click "Save Configuration".
8. Done. Now Run Your Cabal Rider and Enjoy!!! .
Item Filter Scripts(This script will filter all the items that you want to loot and not to loot):
Items to not Pick
Ignore All Items (Always have the script below on with the other scripts, so it won't pick up everything)
Ignore all items: if ( true && class @
Items to Pick
Pick Everything (Pick all items except potion, if anyone wants to use)
Pick Everything: if ( true && class @
Pick Quest Items - Any type of Quest Item
Basic Quest Items
Quest Items: if ( true && class @
Holy Cross Quest
Message From Helper T: if ( true && class @
Plate of Honor Scrolls
Plate of Honor Pages: if ( true && class @
Pick Cores (Low to Highest)
Upgrade Cores
Upgrade Core (Low - Highest): if ( true && class @
Perfect Cores
Perfect Core: if ( true && class @
Force Cores
Force Core (Low - Highest): if ( true && class @
Core Enhancer
Core Enhancer (Low - Highest): if ( true && class @
Pick Chaos Items (Chaos Lamps and Chaos Boxes)
Chaos Lamp
Chaos Lamp: if ( true && class @
Chaos Box
Chaos Box: if ( true && class @
Pick Astral Board/Bike (Any type of Board/Bike)
Astral Board
Astral Board: if ( true && class @
Astral Bike
Astral Bike: if ( true && class @
Pick Slot Extender (Low to Highest)
Pick Slot Extender: if ( true && class @
Pick Armor/Weapon (All armors and weapons to be picked according to the "+")
+5
Pick armor/Weapon +5: if ( class @
+4
Pick Armor/Weapon +4: if ( class @
+3
Pick Armor/Weapon +3: if ( class @
+2
Pick Armor/Weapon +2: if ( attribute <= 2 && attribute >= 2 && class @
+1
Pick Armor/Weapon +1: if ( attribute <= 1 && attribute >= 1 && class @
+0
Pick Armor/Weapon +0: if ( attribute <= 0 && attribute >= 0 && class @
Pick Slotted Armor/Weapon (Any Slot)
All Slotted Items
Pick Wep/Armor Slotted: if ( class @
Weapons Slotted
Shadowsteel Swords
Slot Shadowsteel Swords: if ( true && class @
Bluestin Swords
Slot Bluestin Swords: if ( true && class @
Titanium Swords
Slot Titanium Swords: if ( true && class @
S.Titanium Swords
Slot S.Titanium Swords: if ( true && class @
Osmium Swords
Slot Osmium Swords: if ( true && class @
Redosmium Swords
Slot Redosmium Swords: if ( true && class @
Citrine Crystal/Orb
Slot Citrine Crystal/Orb: if ( true && class @
Bluestin Crystal/Orb
Slot Bluestin Crystal/Orb: if ( true && class @
Pherystin Crystal/Orb
Slot Pherystin Crystal/Orb: if ( true && class @
Aqua Crystal/Orb
Slot Aqua Crystal/Orb: if ( true && class @
Lapis Crystal/Orb
Slot Lapis Crystal/Orb: if ( true && class @
Topaz Crystal/Orb
Slot Topaz Crystal/Orb: if ( true && class @
Armors Slotted
Shadowsteel Armors
Slot Shadowsteel Armors: if ( true && class @
Aramid Armors
Slot Aramid Armors: if ( true && class @
Bluestin Armors
Slot Bluestin Armors: if ( true && class @
Titanium Armors
Slot Titanium Armors: if ( true && class @
S.Titanium Armors
Slot S.Titanium Armors: if ( true && class @
Osmium Armors
Slot Osmium Armors: if ( true && class @
Lv99 Armors
Pick Slot Lv99 Equips: if ( true && class @
Pick Accessory Lv1 - Lv170 (Epaulets/Rings/Amulets/Earrings/Bracelets)
All Accessory
Pick Accessory ALL: if ( class @
Lv1 - 30
Pick Lv1 - Lv30 accessory: if ( class @
Lv30 - 60
Pick Lv30 - Lv60 accessory: if ( class @
Lv60 - 90
Pick Lv60 - Lv90 accessory: if ( class @
Lv90 - 120
Pick Lv90 - Lv120 accessory: if ( class @
Lv120 - 150
Pick Lv120 - Lv150 accessory: if ( class @
Lv150 - 170
Pick Lv150 - Lv170 accessory: if ( class @
Epaulets - fighter, sage, guardian
EoF +3 - +8
EoF +3 - +8: if ( true && class @
EoS +3 - +8
EoS +3 - +8: if ( true && class @
EoG +0 - +8
EoG +0 - +8: if ( true && class @
ShadowEoF/S/G +5
ShadowEoF/S/G: if ( true && class @
Pick Specific Armors/Weapons (Pick a specific Armor/Weapon to pick)
Weapons
Shadowsteel Swords
Shadowsteel Swords: if ( true && class @
Bluestin Swords
Bluestin Swords: if ( true && class @
Titanium Swords
Titanium Swords: if ( true && class @
S.Titanium Swords
S.Titanium Swords: if ( true && class @
Osmium Swords
Osmium Swords: if ( true && class @
Redosmium Swords
Pick Redosmium Swords: if ( true && class @
Citrine Crystal/Orb
Citrine Crystal/Orb: if ( true && class @
Bluestin Crystal/Orb
Bluestin Crystal/Orb: if ( true && class @
Pherystin Crystal/Orb
Pherystin Crystal/Orb: if ( true && class @
Aqua Crystal/Orb
Aqua Crystal/Orb: if ( true && class @
Lapis Crystal/Orb
Lapis Crystal/Orb: if ( true && class @
Topaz Crystal/Orb
Topaz Crystal/Orb: if ( true && class @
Armors
Shadowsteel Armors
Shadowsteel Armors: if ( true && class @
Aramid Armors
Aramid Armors: if ( true && class @
Bluestin Armors
Bluestin Armors: if ( true && class @
Titanium Armors
Titanium Armors: if ( true && class @
S.Titanium Armors
S.Titanium Armors: if ( true && class @
Osmium Armors
Osmium Armors: if ( true && class @
Lv99 Armors
Pick Lv99 Equips: if ( true && class @
General Crafts (For basic crafts)
Unkown Machine Parts
Unkown Machine Part: if ( true && class @
Machinery Heads
Machinery Head: if ( true && class @
Powerful Cores
Powerful Core: if ( true && class @
Mirror Stones
Mirror Stone: if ( true && class @
Yellow Jewels
Yellow Jewels: if ( true && class @
Sticky Red Liquids
Sticky Red Liquid: if ( true && class @
Hard Shells
Hard Shell: if ( true && class @
Strange Stems
Strange Stem: if ( true && class @
Blue Feathers
Blue Feather: if ( true && class @
Shining Tooth
Shining Tooth: if ( true && class @
Circuit Jewels
Circuit Jewels Lv1 - Lv6: if ( true && class @
RawFixKey (Chaos Arena Items)
RawFixKey: if ( true && class @
Pick Formula Cards (All types Formula Cards)
Pick All Formula Cards: if ( true && class @
Pick Shape Catridges (All Shape Catridges Lv1 to Lv4)
Pick Shape Catridge: if ( true && class @
Pick Disc (All Disc Lv1 to Lv4)
Picks Disks: if ( true && class @
Pick Money (Alz)
Pick Alz: if ( true && class @
Pick World Entry Items (All types)
D.T Card’s
D.T cards: if ( true && class @
Map Part
Map Part: if ( true && class @
No comments:
Post a Comment