You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21163 lines
401 KiB
YAML

# This file is a part of rAthena.
# Copyright(C) 2021 rAthena Development Team
# https://rathena.org - https://github.com/rathena
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########################################################################
# Item Database
###########################################################################
#
# Item Settings
#
###########################################################################
# - Id Item ID.
# AegisName Server name to reference the item in scripts and lookups, should use no spaces.
# Name Name in English for displaying as output.
# Type Item type. (Default: Etc)
# SubType Weapon, Ammo or Card type. (Default: 0)
# Buy Buying price. When not specified, becomes double the sell price. (Default: 0)
# Sell Selling price. When not specified, becomes half the buy price. (Default: 0)
# Weight Item weight. Each 10 is 1 weight. (Default: 0)
# Attack Weapon's attack. (Default: 0)
# MagicAttack Weapon's magic attack. (Default: 0)
# Defense Armor's defense. (Default: 0)
# Range Weapon's attack range. (Default: 0)
# Slots Available slots in item. (Default: 0)
# Jobs Jobs that can equip the item. (Map default is 'All: true')
# Classes Upper class types that can equip the item. (Map default is 'All: true')
# Gender Gender that can equip the item. (Default: Both)
# Locations Equipment's placement. (Default: None)
# WeaponLevel Weapon level. (Default: 1 for Weapons)
# ArmorLevel Armor level. (Default: 1 for Armors)
# EquipLevelMin Minimum required level to equip. (Default: 0)
# EquipLevelMax Maximum level that can equip. (Default: 0)
# Refineable If the item can be refined. (Default: false)
# Gradable If the item can be graded. (Default: false)
# View View sprite of an item. (Default: 0)
# AliasName Another item's AegisName that will be sent to the client instead of this item's AegisName. (Default: null)
# Flags: Item flags. (Default: null)
# BuyingStore If the item is available for Buyingstores. (Default: false)
# DeadBranch If the item is a Dead Branch. (Default: false)
# Container If the item is part of a container. (Default: false)
# UniqueId If the item is a unique stack. (Default: false)
# BindOnEquip If the item is bound to the character upon equipping. (Default: false)
# DropAnnounce If the item has a special announcement to self on drop. (Default: false)
# NoConsume If the item is consumed on use. (Default: false)
# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None)
# Delay: Item use delay. (Default: null)
# Duration Duration of delay in seconds.
# Status Status Change used to track delay. (Default: None)
# Stack: Item stack amount. (Default: null)
# Amount Maximum amount that can be stacked.
# Inventory If the stack is applied to player's inventory. (Default: true)
# Cart If the stack is applied to the player's cart. (Default: false)
# Storage If the stack is applied to the player's storage. (Default: false)
# GuildStorage If the stack is applied to the player's guild storage. (Default: false)
# NoUse: Conditions when the item is unusable. (Default: null)
# Override Group level to override these conditions. (Default: 100)
# Sitting If the item can not be used while sitting. (Default: false)
# Trade: Trade restrictions. (Default: null)
# Override Group level to override these conditions. (Default: 100)
# NoDrop If the item can not be dropped. (Default: false)
# NoTrade If the item can not be traded. (Default: false)
# TradePartner If the item can not be traded to the player's partner. (Default: false)
# NoSell If the item can not be sold. (Default: false)
# NoCart If the item can not be put in a cart. (Default: false)
# NoStorage If the item can not be put in a storage. (Default: false)
# NoGuildStorage If the item can not be put in a guild storage. (Default: false)
# NoMail If the item can not be put in a mail. (Default: false)
# NoAuction If the item can not be put in an auction. (Default: false)
# Script Script to execute when the item is used/equipped. (Default: null)
# EquipScript Script to execute when the item is equipped. (Default: null)
# UnEquipScript Script to execute when the item is unequipped or when a rental item expires. (Default: null)
###########################################################################
Header:
Type: ITEM_DB
Version: 3
Body:
- Id: 670
AegisName: Gold_Coin_Moneybag
Name: Bag of Gold Coins
Type: Etc
Buy: 100000
Weight: 400
- Id: 671
AegisName: Gold_Coin
Name: Gold Coin
Type: Etc
Buy: 10000
Weight: 40
- Id: 672
AegisName: Copper_Coin_Moneybag
Name: Bag of Bronze Coins
Type: Etc
Buy: 1000
Weight: 400
- Id: 673
AegisName: Copper_Coin
Name: Bronze Coin
Type: Etc
Buy: 100
Weight: 40
- Id: 674
AegisName: Mithril_Coin
Name: Mithril Coin
Type: Etc
Buy: 5000
Weight: 40
- Id: 675
AegisName: Silver_Coin
Name: Silver Coin
Type: Etc
Buy: 5000
Weight: 40
- Id: 676
AegisName: Silver_Coin_Moneybag
Name: Bag of Silver Coins
Type: Etc
Buy: 50000
Weight: 400
- Id: 677
AegisName: White_Gold_Coin
Name: Platinum Coin
Type: Etc
Buy: 2000
Weight: 40
- Id: 701
AegisName: Ora_Ora
Name: Ora Ora
Type: Etc
Buy: 55000
Weight: 200
Flags:
BuyingStore: true
- Id: 702
AegisName: Animal_Blood
Name: Animal Gore
Type: Etc
Buy: 450
Weight: 100
Flags:
BuyingStore: true
- Id: 703
AegisName: Hinalle
Name: Hinalle
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 704
AegisName: Aloe
Name: Aloe
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 705
AegisName: Clover
Name: Clover
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 706
AegisName: Four_Leaf_Clover
Name: Four Leaf Clover
Type: Etc
Buy: 80000
Weight: 10
Flags:
BuyingStore: true
- Id: 707
AegisName: Singing_Plant
Name: Singing Plant
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 708
AegisName: Ment
Name: Ment
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 709
AegisName: Izidor
Name: Izidor
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 710
AegisName: Illusion_Flower
Name: Illusion Flower
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 711
AegisName: Shoot
Name: Shoot
Type: Etc
Buy: 16
Weight: 10
Flags:
BuyingStore: true
- Id: 712
AegisName: Flower
Name: Flower
Type: Etc
Buy: 2
Weight: 10
Flags:
BuyingStore: true
- Id: 713
AegisName: Empty_Bottle
Name: Empty Bottle
Type: Etc
Buy: 6
Weight: 20
Flags:
BuyingStore: true
- Id: 714
AegisName: Emperium
Name: Emperium
Type: Etc
Buy: 2
Weight: 1000
Flags:
BuyingStore: true
- Id: 715
AegisName: Yellow_Gemstone
Name: Yellow Gemstone
Type: Etc
Buy: 600
Weight: 30
Flags:
BuyingStore: true
- Id: 716
AegisName: Red_Gemstone
Name: Red Gemstone
Type: Etc
Buy: 600
Weight: 30
Flags:
BuyingStore: true
- Id: 717
AegisName: Blue_Gemstone
Name: Blue Gemstone
Type: Etc
Buy: 600
Weight: 30
Flags:
BuyingStore: true
- Id: 718
AegisName: Dark_Red_Jewel
Name: Garnet
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 719
AegisName: Violet_Jewel
Name: Amethyst
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 720
AegisName: Skyblue_Jewel
Name: Aquamarine
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 721
AegisName: Azure_Jewel
Name: Emerald
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 722
AegisName: Scarlet_Jewel
Name: Pearl
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 723
AegisName: Cardinal_Jewel
Name: Ruby
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 724
AegisName: Cardinal_Jewel_
Name: Cursed Ruby
Type: Etc
Buy: 600
Weight: 100
Flags:
BuyingStore: true
- Id: 725
AegisName: Red_Jewel
Name: Sardonyx
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 726
AegisName: Blue_Jewel
Name: Sapphire
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 727
AegisName: White_Jewel
Name: Opal
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 728
AegisName: Golden_Jewel
Name: Topaz
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 729
AegisName: Bluish_Green_Jewel
Name: Zircon
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 730
AegisName: Crystal_Jewel
Name: 1carat Diamond
Type: Etc
Buy: 10000
Weight: 100
Flags:
BuyingStore: true
- Id: 731
AegisName: Crystal_Jewel_
Name: 2carat Diamond
Type: Etc
Buy: 25000
Weight: 100
Flags:
BuyingStore: true
- Id: 732
AegisName: Crystal_Jewel__
Name: 3carat Diamond
Type: Etc
Buy: 55000
Weight: 100
Flags:
BuyingStore: true
- Id: 733
AegisName: Crystal_Jewel___
Name: Cracked Diamond
Type: Etc
Buy: 10
Weight: 100
Flags:
BuyingStore: true
- Id: 734
AegisName: Red_Frame
Name: Red Frame
Type: Etc
Buy: 3000
Weight: 200
Flags:
BuyingStore: true
- Id: 735
AegisName: Blue_Porcelain
Name: Chung Jah
Type: Etc
Buy: 5000
Weight: 500
Flags:
BuyingStore: true
- Id: 736
AegisName: White_Platter
Name: China
Type: Etc
Buy: 1000
Weight: 300
Flags:
BuyingStore: true
- Id: 737
AegisName: Black_Ladle
Name: Black Ladle
Type: Etc
Buy: 400
Weight: 50
Flags:
BuyingStore: true
- Id: 738
AegisName: Pencil_Case
Name: Pencil Case
Type: Etc
Buy: 400
Weight: 100
Flags:
BuyingStore: true
- Id: 739
AegisName: Rouge
Name: Rouge
Type: Etc
Buy: 10000
Weight: 10
Flags:
BuyingStore: true
- Id: 740
AegisName: Stuffed_Doll
Name: Puppet
Type: Etc
Buy: 1000
Weight: 100
Flags:
BuyingStore: true
- Id: 741
AegisName: Poring_Doll
Name: Poring Doll
Type: Etc
Buy: 1800
Weight: 100
Flags:
BuyingStore: true
- Id: 742
AegisName: Chonchon_Doll
Name: Chonchon Doll
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 743
AegisName: Spore_Doll
Name: Spore Doll
Type: Etc
Buy: 5500
Weight: 100
Flags:
BuyingStore: true
- Id: 744
AegisName: Bunch_Of_Flowers
Name: Bouquet
Type: Etc
Buy: 2000
Weight: 50
Flags:
BuyingStore: true
- Id: 745
AegisName: Wedding_Bouquet
Name: Wedding Bouquet
Type: Etc
Buy: 12000
Weight: 50
Flags:
BuyingStore: true
- Id: 746
AegisName: Glass_Bead
Name: Glass Bead
Type: Etc
Buy: 1400
Weight: 50
Flags:
BuyingStore: true
- Id: 747
AegisName: Crystal_Mirror
Name: Crystal Mirror
Type: Etc
Buy: 15000
Weight: 50
Flags:
BuyingStore: true
- Id: 748
AegisName: Witherless_Rose
Name: Witherless Rose
Type: Etc
Buy: 55000
Weight: 10
Flags:
BuyingStore: true
- Id: 749
AegisName: Frozen_Rose
Name: Frozen Rose
Type: Etc
Buy: 35000
Weight: 10
Flags:
BuyingStore: true
- Id: 750
AegisName: Baphomet_Doll
Name: Baphomet Doll
Type: Etc
Buy: 18000
Weight: 100
Flags:
BuyingStore: true
- Id: 751
AegisName: Osiris_Doll
Name: Osiris Doll
Type: Etc
Buy: 14000
Weight: 100
Flags:
BuyingStore: true
- Id: 752
AegisName: Grasshopper_Doll
Name: Rocker Doll
Type: Etc
Buy: 4000
Weight: 100
Flags:
BuyingStore: true
- Id: 753
AegisName: Monkey_Doll
Name: Yoyo Doll
Type: Etc
Buy: 6000
Weight: 100
Flags:
BuyingStore: true
- Id: 754
AegisName: Raccoondog_Doll
Name: Raccoon Doll
Type: Etc
Buy: 5000
Weight: 100
Flags:
BuyingStore: true
- Id: 756
AegisName: Oridecon_Stone
Name: Rough Oridecon
Type: Etc
Buy: 550
Weight: 200
Flags:
BuyingStore: true
- Id: 757
AegisName: Elunium_Stone
Name: Rough Elunium
Type: Etc
Buy: 650
Weight: 200
Flags:
BuyingStore: true
- Id: 901
AegisName: Danggie
Name: Daenggie
Type: Etc
Buy: 260
Weight: 10
Flags:
BuyingStore: true
- Id: 902
AegisName: Tree_Root
Name: Tree Root
Type: Etc
Buy: 12
Weight: 10
Flags:
BuyingStore: true
- Id: 903
AegisName: Reptile_Tongue
Name: Reptile Tongue
Type: Etc
Buy: 140
Weight: 10
Flags:
BuyingStore: true
- Id: 904
AegisName: Scorpion's_Tail
Name: Scorpion Tail
Type: Etc
Buy: 124
Weight: 10
Flags:
BuyingStore: true
- Id: 905
AegisName: Stem
Name: Stem
Type: Etc
Buy: 46
Weight: 10
Flags:
BuyingStore: true
- Id: 906
AegisName: Pointed_Scale
Name: Pointed Scale
Type: Etc
Buy: 68
Weight: 10
Flags:
BuyingStore: true
- Id: 907
AegisName: Resin
Name: Resin
Type: Etc
Buy: 120
Weight: 10
Flags:
BuyingStore: true
- Id: 908
AegisName: Spawn
Name: Spawn
Type: Etc
Buy: 140
Weight: 10
Flags:
BuyingStore: true
- Id: 909
AegisName: Jellopy
Name: Jellopy
Type: Etc
Buy: 6
Weight: 10
Flags:
BuyingStore: true
- Id: 910
AegisName: Garlet
Name: Garlet
Type: Etc
Buy: 40
Weight: 10
Flags:
BuyingStore: true
- Id: 911
AegisName: Scell
Name: Scell
Type: Etc
Buy: 160
Weight: 10
Flags:
BuyingStore: true
- Id: 912
AegisName: Zargon
Name: Zargon
Type: Etc
Buy: 480
Weight: 10
Flags:
BuyingStore: true
- Id: 913
AegisName: Tooth_Of_Bat
Name: Tooth of Bat
Type: Etc
Buy: 34
Weight: 10
Flags:
BuyingStore: true
- Id: 914
AegisName: Fluff
Name: Fluff
Type: Etc
Buy: 8
Weight: 10
Flags:
BuyingStore: true
- Id: 915
AegisName: Chrysalis
Name: Chrysalis
Type: Etc
Buy: 8
Weight: 10
Flags:
BuyingStore: true
- Id: 916
AegisName: Feather_Of_Birds
Name: Feather of Birds
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 917
AegisName: Talon
Name: Talon
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 918
AegisName: Sticky_Webfoot
Name: Sticky Webfoot
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 919
AegisName: Animal's_Skin
Name: Animal Skin
Type: Etc
Buy: 36
Weight: 10
Flags:
BuyingStore: true
- Id: 920
AegisName: Claw_Of_Wolves
Name: Wolf Claw
Type: Etc
Buy: 58
Weight: 10
Flags:
BuyingStore: true
- Id: 921
AegisName: Mushroom_Spore
Name: Mushroom Spore
Type: Etc
Buy: 36
Weight: 10
Flags:
BuyingStore: true
- Id: 922
AegisName: Orcish_Cuspid
Name: Orc's Fang
Type: Etc
Buy: 220
Weight: 10
Flags:
BuyingStore: true
- Id: 923
AegisName: Evil_Horn
Name: Evil Horn
Type: Etc
Buy: 1200
Weight: 10
Flags:
BuyingStore: true
- Id: 924
AegisName: Powder_Of_Butterfly
Name: Powder of Butterfly
Type: Etc
Buy: 90
Weight: 10
Flags:
BuyingStore: true
- Id: 925
AegisName: Bill_Of_Birds
Name: Bill of Birds
Type: Etc
Buy: 64
Weight: 10
Flags:
BuyingStore: true
- Id: 926
AegisName: Scale_Of_Snakes
Name: Snake Scale
Type: Etc
Buy: 82
Weight: 10
Flags:
BuyingStore: true
- Id: 928
AegisName: Insect_Feeler
Name: Insect Feeler
Type: Etc
Buy: 114
Weight: 10
Flags:
BuyingStore: true
- Id: 929
AegisName: Immortal_Heart
Name: Immortal Heart
Type: Etc
Buy: 374
Weight: 10
Flags:
BuyingStore: true
- Id: 930
AegisName: Rotten_Bandage
Name: Rotten Bandage
Type: Etc
Buy: 350
Weight: 10
Flags:
BuyingStore: true
- Id: 931
AegisName: Orcish_Voucher
Name: Orcish Voucher
Type: Etc
Buy: 142
Weight: 10
Flags:
BuyingStore: true
- Id: 932
AegisName: Skel_Bone
Name: Skel-Bone
Type: Etc
Buy: 232
Weight: 10
Flags:
BuyingStore: true
- Id: 934
AegisName: Mementos
Name: Memento
Type: Etc
Buy: 600
Weight: 10
Flags:
BuyingStore: true
- Id: 935
AegisName: Shell
Name: Shell
Type: Etc
Buy: 14
Weight: 10
Flags:
BuyingStore: true
- Id: 936
AegisName: Scales_Shell
Name: Scale Shell
Type: Etc
Buy: 466
Weight: 10
Flags:
BuyingStore: true
- Id: 937
AegisName: Posionous_Canine
Name: Venom Canine
Type: Etc
Buy: 148
Weight: 10
Flags:
BuyingStore: true
- Id: 938
AegisName: Sticky_Mucus
Name: Sticky Mucus
Type: Etc
Buy: 70
Weight: 10
Flags:
BuyingStore: true
- Id: 939
AegisName: Bee_Sting
Name: Bee Sting
Type: Etc
Buy: 32
Weight: 10
Flags:
BuyingStore: true
- Id: 940
AegisName: Grasshopper's_Leg
Name: Grasshopper's Leg
Type: Etc
Buy: 36
Weight: 10
Flags:
BuyingStore: true
- Id: 941
AegisName: Nose_Ring
Name: Nose Ring
Type: Etc
Buy: 568
Weight: 10
Flags:
BuyingStore: true
- Id: 942
AegisName: Yoyo_Tail
Name: Yoyo Tail
Type: Etc
Buy: 114
Weight: 10
Flags:
BuyingStore: true
- Id: 943
AegisName: Solid_Shell
Name: Solid Shell
Type: Etc
Buy: 448
Weight: 10
Flags:
BuyingStore: true
- Id: 944
AegisName: Horseshoe
Name: Horseshoe
Type: Etc
Buy: 588
Weight: 10
Flags:
BuyingStore: true
- Id: 945
AegisName: Raccoon_Leaf
Name: Raccoon Leaf
Type: Etc
Buy: 106
Weight: 10
Flags:
BuyingStore: true
- Id: 946
AegisName: Snail's_Shell
Name: Snail's Shell
Type: Etc
Buy: 64
Weight: 10
Flags:
BuyingStore: true
- Id: 947
AegisName: Horn
Name: Horn
Type: Etc
Buy: 116
Weight: 10
Flags:
BuyingStore: true
- Id: 948
AegisName: Bear's_Foot
Name: Bear's Footskin
Type: Etc
Buy: 174
Weight: 10
Flags:
BuyingStore: true
- Id: 949
AegisName: Feather
Name: Feather
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 950
AegisName: Heart_Of_Mermaid
Name: Heart of Mermaid
Type: Etc
Buy: 264
Weight: 10
Flags:
BuyingStore: true
- Id: 951
AegisName: Fin
Name: Fin
Type: Etc
Buy: 412
Weight: 10
Flags:
BuyingStore: true
- Id: 952
AegisName: Cactus_Needle
Name: Cactus Needle
Type: Etc
Buy: 82
Weight: 10
Flags:
BuyingStore: true
- Id: 953
AegisName: Stone_Heart
Name: Stone Heart
Type: Etc
Buy: 184
Weight: 10
Flags:
BuyingStore: true
- Id: 954
AegisName: Shining_Scales
Name: Shining Scale
Type: Etc
Buy: 466
Weight: 10
Flags:
BuyingStore: true
- Id: 955
AegisName: Worm_Peelings
Name: Worm Peeling
Type: Etc
Buy: 52
Weight: 10
Flags:
BuyingStore: true
- Id: 956
AegisName: Gill
Name: Gill
Type: Etc
Buy: 342
Weight: 10
Flags:
BuyingStore: true
- Id: 957
AegisName: Decayed_Nail
Name: Decayed Nail
Type: Etc
Buy: 82
Weight: 10
Flags:
BuyingStore: true
- Id: 958
AegisName: Horrendous_Mouth
Name: Horrendous Mouth
Type: Etc
Buy: 390
Weight: 10
Flags:
BuyingStore: true
- Id: 959
AegisName: Rotten_Scale
Name: Stinky Scale
Type: Etc
Buy: 168
Weight: 10
Flags:
BuyingStore: true
- Id: 960
AegisName: Nipper
Name: Nipper
Type: Etc
Buy: 114
Weight: 10
Flags:
BuyingStore: true
- Id: 961
AegisName: Conch
Name: Conch
Type: Etc
Buy: 158
Weight: 10
Flags:
BuyingStore: true
- Id: 962
AegisName: Tentacle
Name: Tentacle
Type: Etc
Buy: 70
Weight: 10
Flags:
BuyingStore: true
- Id: 963
AegisName: Sharp_Scale
Name: Sharp Scale
Type: Etc
Buy: 250
Weight: 10
Flags:
BuyingStore: true
- Id: 964
AegisName: Crap_Shell
Name: Crab Shell
Type: Etc
Buy: 90
Weight: 10
Flags:
BuyingStore: true
- Id: 965
AegisName: Clam_Shell
Name: Clam Shell
Type: Etc
Buy: 56
Weight: 10
Flags:
BuyingStore: true
- Id: 966
AegisName: Flesh_Of_Clam
Name: Clam Flesh
Type: Etc
Buy: 158
Weight: 10
Flags:
BuyingStore: true
- Id: 967
AegisName: Turtle_Shell
Name: Turtle Shell
Type: Etc
Buy: 680
Weight: 10
Flags:
BuyingStore: true
- Id: 968
AegisName: Voucher_Of_Orcish_Hero
Name: Heroic Emblem
Type: Etc
Buy: 3000
Weight: 10
Flags:
BuyingStore: true
- Id: 969
AegisName: Gold
Name: Gold
Type: Etc
Buy: 200000
Weight: 200
Flags:
BuyingStore: true
- Id: 970
AegisName: Alchol
Name: Alcohol
Type: Etc
Buy: 400
Weight: 30
Flags:
BuyingStore: true
- Id: 971
AegisName: Detrimindexta
Name: Detrimindexta
Type: Etc
Buy: 400
Weight: 30
Flags:
BuyingStore: true
- Id: 972
AegisName: Karvodailnirol
Name: Karvodailnirol
Type: Etc
Buy: 400
Weight: 30
Flags:
BuyingStore: true
- Id: 973
AegisName: Counteragent
Name: Counteragent
Type: Etc
Buy: 800
Weight: 70
Flags:
BuyingStore: true
- Id: 974
AegisName: Mixture
Name: Mixture
Type: Etc
Buy: 800
Weight: 70
Flags:
BuyingStore: true
- Id: 975
AegisName: Scarlet_Dyestuffs
Name: Scarlet Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 976
AegisName: Lemon_Dyestuffs
Name: Lemon Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 978
AegisName: Cobaltblue_Dyestuffs
Name: Cobaltblue Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 979
AegisName: Darkgreen_Dyestuffs
Name: Darkgreen Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 980
AegisName: Orange_Dyestuffs
Name: Orange Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 981
AegisName: Violet_Dyestuffs
Name: Violet Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 982
AegisName: White_Dyestuffs
Name: White Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 983
AegisName: Black_Dyestuffs
Name: Black Dyestuffs
Type: Etc
Buy: 8000
Weight: 150
Flags:
BuyingStore: true
- Id: 984
AegisName: Oridecon
Name: Oridecon
Type: Etc
Buy: 1100
Weight: 200
Flags:
BuyingStore: true
- Id: 985
AegisName: Elunium
Name: Elunium
Type: Etc
Buy: 1100
Weight: 200
Flags:
BuyingStore: true
- Id: 986
AegisName: Anvil
Name: Anvil
Type: Etc
Buy: 30000
Weight: 500
Flags:
BuyingStore: true
- Id: 987
AegisName: Oridecon_Anvil
Name: Oridecon Anvil
Type: Etc
Buy: 120000
Weight: 700
Flags:
BuyingStore: true
- Id: 988
AegisName: Golden_Anvil
Name: Golden Anvil
Type: Etc
Buy: 300000
Weight: 900
Flags:
BuyingStore: true
- Id: 989
AegisName: Emperium_Anvil
Name: Emperium Anvil
Type: Etc
Buy: 600000
Weight: 1000
Flags:
BuyingStore: true
- Id: 990
AegisName: Boody_Red
Name: Red Blood
Type: Etc
Buy: 1000
Weight: 50
Flags:
BuyingStore: true
- Id: 991
AegisName: Crystal_Blue
Name: Crystal Blue
Type: Etc
Buy: 1000
Weight: 50
Flags:
BuyingStore: true
- Id: 992
AegisName: Wind_Of_Verdure
Name: Wind of Verdure
Type: Etc
Buy: 1000
Weight: 50
Flags:
BuyingStore: true
- Id: 993
AegisName: Yellow_Live
Name: Green Live
Type: Etc
Buy: 1000
Weight: 50
Flags:
BuyingStore: true
- Id: 994
AegisName: Flame_Heart
Name: Flame Heart
Type: Etc
Buy: 3000
Weight: 300
Flags:
BuyingStore: true
- Id: 995
AegisName: Mistic_Frozen
Name: Mystic Frozen
Type: Etc
Buy: 3000
Weight: 300
Flags:
BuyingStore: true
- Id: 996
AegisName: Rough_Wind
Name: Rough Wind
Type: Etc
Buy: 3000
Weight: 300
Flags:
BuyingStore: true
- Id: 997
AegisName: Great_Nature
Name: Great Nature
Type: Etc
Buy: 3000
Weight: 300
Flags:
BuyingStore: true
- Id: 998
AegisName: Iron
Name: Iron
Type: Etc
Buy: 100
Weight: 50
Flags:
BuyingStore: true
- Id: 999
AegisName: Steel
Name: Steel
Type: Etc
Buy: 1000
Weight: 100
Flags:
BuyingStore: true
- Id: 1000
AegisName: Star_Crumb
Name: Star Crumb
Type: Etc
Buy: 4500
Weight: 100
Flags:
BuyingStore: true
- Id: 1001
AegisName: Sparkling_Dust
Name: Star Dust
Type: Etc
Buy: 1500
Weight: 10
Flags:
BuyingStore: true
- Id: 1002
AegisName: Iron_Ore
Name: Iron Ore
Type: Etc
Buy: 50
Weight: 150
Flags:
BuyingStore: true
- Id: 1003
AegisName: Coal
Name: Coal
Type: Etc
Buy: 500
Weight: 50
Flags:
BuyingStore: true
- Id: 1004
AegisName: Patriotism_Marks
Name: Chivalry Emblem
Type: Etc
Buy: 2
Weight: 100
Flags:
BuyingStore: true
- Id: 1005
AegisName: Hammer_Of_Blacksmith
Name: Hammer of Blacksmith
Type: Etc
Buy: 2
Weight: 800
Flags:
BuyingStore: true
- Id: 1006
AegisName: Old_Magic_Book
Name: Old Magicbook
Type: Etc
Buy: 2
Weight: 30
Flags:
BuyingStore: true
- Id: 1007
AegisName: Penetration
Name: Necklace of Wisdom
Type: Etc
Buy: 2
Weight: 40
Flags:
BuyingStore: true
- Id: 1008
AegisName: Frozen_Heart
Name: Necklace of Oblivion
Type: Etc
Buy: 2
Weight: 100
Flags:
BuyingStore: true
- Id: 1009
AegisName: Sacred_Marks
Name: Hand of God
Type: Etc
Buy: 2
Weight: 20
Flags:
BuyingStore: true
- Id: 1010
AegisName: Phracon
Name: Phracon
Type: Etc
Buy: 200
Weight: 200
Flags:
BuyingStore: true
- Id: 1011
AegisName: Emveretarcon
Name: Emveretarcon
Type: Etc
Buy: 1000
Weight: 200
Flags:
BuyingStore: true
- Id: 1012
AegisName: Lizard_Scruff
Name: Frill
Type: Etc
Buy: 250
Weight: 10
Flags:
BuyingStore: true
- Id: 1013
AegisName: Colorful_Shell
Name: Rainbow Shell
Type: Etc
Buy: 90
Weight: 10
Flags:
BuyingStore: true
- Id: 1014
AegisName: Jaws_Of_Ant
Name: Ant Jaw
Type: Etc
Buy: 232
Weight: 10
Flags:
BuyingStore: true
- Id: 1015
AegisName: Thin_N'_Long_Tongue
Name: Tongue
Type: Etc
Buy: 528
Weight: 10
Flags:
BuyingStore: true
- Id: 1016
AegisName: Rat_Tail
Name: Rat Tail
Type: Etc
Buy: 52
Weight: 10
Flags:
BuyingStore: true
- Id: 1017
AegisName: Moustache_Of_Mole
Name: Mole Whiskers
Type: Etc
Buy: 106
Weight: 10
Flags:
BuyingStore: true
- Id: 1018
AegisName: Nail_Of_Mole
Name: Mole Claw
Type: Etc
Buy: 210
Weight: 10
Flags:
BuyingStore: true
- Id: 1019
AegisName: Wooden_Block
Name: Trunk
Type: Etc
Buy: 60
Weight: 10
Flags:
BuyingStore: true
- Id: 1020
AegisName: Long_Hair
Name: Black Hair
Type: Etc
Buy: 292
Weight: 10
Flags:
BuyingStore: true
- Id: 1021
AegisName: Dokkaebi_Horn
Name: Dokebi Horn
Type: Etc
Buy: 292
Weight: 10
Flags:
BuyingStore: true
- Id: 1022
AegisName: Fox_Tail
Name: Nine Tails
Type: Etc
Buy: 650
Weight: 10
Flags:
BuyingStore: true
- Id: 1023
AegisName: Fish_Tail
Name: Fish Tail
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 1024
AegisName: Chinese_Ink
Name: Squid Ink
Type: Etc
Buy: 264
Weight: 10
Flags:
BuyingStore: true
- Id: 1025
AegisName: Spiderweb
Name: Cobweb
Type: Etc
Buy: 184
Weight: 10
Flags:
BuyingStore: true
- Id: 1026
AegisName: Acorn
Name: Acorn
Type: Etc
Buy: 98
Weight: 10
Flags:
BuyingStore: true
- Id: 1027
AegisName: Porcupine_Spike
Name: Porcupine Quill
Type: Etc
Buy: 158
Weight: 10
Flags:
BuyingStore: true
- Id: 1028
AegisName: Wild_Boar's_Mane
Name: Mane
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 1029
AegisName: Tiger's_Skin
Name: Tiger Skin
Type: Etc
Buy: 548
Weight: 10
Flags:
BuyingStore: true
- Id: 1030
AegisName: Tiger_Footskin
Name: Tiger's Footskin
Type: Etc
Buy: 1500
Weight: 10
Flags:
BuyingStore: true
- Id: 1031
AegisName: Limb_Of_Mantis
Name: Mantis Scythe
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 1032
AegisName: Blossom_Of_Maneater
Name: Maneater Blossom
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 1033
AegisName: Root_Of_Maneater
Name: Maneater Root
Type: Etc
Buy: 208
Weight: 10
Flags:
BuyingStore: true
- Id: 1034
AegisName: Cobold_Hair
Name: Blue Hair
Type: Etc
Buy: 342
Weight: 10
Flags:
BuyingStore: true
- Id: 1035
AegisName: Dragon_Canine
Name: Dragon Canine
Type: Etc
Buy: 484
Weight: 10
Flags:
BuyingStore: true
- Id: 1036
AegisName: Dragon_Scale
Name: Dragon Scale
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 1037
AegisName: Dragon_Train
Name: Dragon Tail
Type: Etc
Buy: 1200
Weight: 10
Flags:
BuyingStore: true
- Id: 1038
AegisName: Petite_DiablOfs_Horn
Name: Little Evil Horn
Type: Etc
Buy: 528
Weight: 10
Flags:
BuyingStore: true
- Id: 1039
AegisName: Petite_DiablOfs_Wing
Name: Little Evil Wing
Type: Etc
Buy: 2000
Weight: 10
Flags:
BuyingStore: true
- Id: 1040
AegisName: Elder_Pixie's_Beard
Name: Elder Pixie's Moustache
Type: Etc
Buy: 232
Weight: 10
Flags:
BuyingStore: true
- Id: 1041
AegisName: Lantern
Name: Lantern
Type: Etc
Buy: 250
Weight: 10
Flags:
BuyingStore: true
- Id: 1042
AegisName: Short_Leg
Name: Bug Leg
Type: Etc
Buy: 430
Weight: 10
Flags:
BuyingStore: true
- Id: 1043
AegisName: Nail_Of_Orc
Name: Orc Claw
Type: Etc
Buy: 168
Weight: 10
Flags:
BuyingStore: true
- Id: 1044
AegisName: Tooth_Of_
Name: Zenorc's Fang
Type: Etc
Buy: 264
Weight: 10
Flags:
BuyingStore: true
- Id: 1045
AegisName: Sacred_Masque
Name: Cultish Masque
Type: Etc
Buy: 412
Weight: 10
Flags:
BuyingStore: true
- Id: 1046
AegisName: Tweezer
Name: Scorpion Nipper
Type: Etc
Buy: 614
Weight: 10
Flags:
BuyingStore: true
- Id: 1047
AegisName: Head_Of_Medusa
Name: Dead Medusa
Type: Etc
Buy: 548
Weight: 10
Flags:
BuyingStore: true
- Id: 1048
AegisName: Slender_Snake
Name: Horrendous Hair
Type: Etc
Buy: 800
Weight: 10
Flags:
BuyingStore: true
- Id: 1049
AegisName: Skirt_Of_Virgin
Name: Skirt of Virgin
Type: Etc
Buy: 1700
Weight: 10
Flags:
BuyingStore: true
- Id: 1050
AegisName: Tendon
Name: Tendon
Type: Etc
Buy: 220
Weight: 10
Flags:
BuyingStore: true
- Id: 1051
AegisName: Detonator
Name: Detonator
Type: Etc
Buy: 450
Weight: 10
Flags:
BuyingStore: true
- Id: 1052
AegisName: Single_Cell
Name: Single Cell
Type: Etc
Buy: 46
Weight: 10
Flags:
BuyingStore: true
- Id: 1053
AegisName: Tooth_Of_Ancient_Fish
Name: Ancient Tooth
Type: Etc
Buy: 548
Weight: 10
Flags:
BuyingStore: true
- Id: 1054
AegisName: Lip_Of_Ancient_Fish
Name: Ancient Lips
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 1055
AegisName: Earthworm_Peeling
Name: Earthworm Peeling
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 1056
AegisName: Grit
Name: Grit
Type: Etc
Buy: 306
Weight: 10
Flags:
BuyingStore: true
- Id: 1057
AegisName: Moth_Dust
Name: Moth Dust
Type: Etc
Buy: 138
Weight: 10
Flags:
BuyingStore: true
- Id: 1058
AegisName: Wing_Of_Moth
Name: Moth Wings
Type: Etc
Buy: 200
Weight: 10
Flags:
BuyingStore: true
- Id: 1059
AegisName: Transparent_Cloth
Name: Fabric
Type: Etc
Buy: 306
Weight: 10
Flags:
BuyingStore: true
- Id: 1060
AegisName: Golden_Hair
Name: Golden Hair
Type: Etc
Buy: 430
Weight: 10
Flags:
BuyingStore: true
- Id: 1061
AegisName: Starsand_Of_Witch
Name: Witched Starsand
Type: Etc
Buy: 484
Weight: 10
Flags:
BuyingStore: true
- Id: 1062
AegisName: Pumpkin_Head
Name: Jack o' Pumpkin
Type: Etc
Buy: 374
Weight: 10
Flags:
BuyingStore: true
- Id: 1063
AegisName: Sharpened_Cuspid
Name: Fang
Type: Etc
Buy: 680
Weight: 10
Flags:
BuyingStore: true
- Id: 1064
AegisName: Reins
Name: Reins
Type: Etc
Buy: 802
Weight: 10
Flags:
BuyingStore: true
- Id: 1065
AegisName: Booby_Trap
Name: Trap
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 1066
AegisName: Tree_Of_Archer_1
Name: Fine-grained Trunk
Type: Etc
Buy: 2
Weight: 10
Flags:
BuyingStore: true
- Id: 1067
AegisName: Tree_Of_Archer_2
Name: Solid Trunk
Type: Etc
Buy: 2
Weight: 10
Flags:
BuyingStore: true
- Id: 1068
AegisName: Tree_Of_Archer_3
Name: Barren Trunk
Type: Etc
Buy: 2
Weight: 10
Flags:
BuyingStore: true
- Id: 1069
AegisName: Mushroom_Of_Thief_1
Name: Orange Net Mushroom
Type: Etc
Buy: 2
Weight: 10
- Id: 1070
AegisName: Mushroom_Of_Thief_2
Name: Orange Gooey Mushroom
Type: Etc
Buy: 2
Weight: 10
- Id: 1071
AegisName: Mage_Test_1
Name: Unknown Test Tube
Type: Etc
Weight: 10
- Id: 1072
AegisName: Delivery_Message
Name: Delivery Message
Type: Etc
Weight: 10
- Id: 1073
AegisName: Merchant_Voucher_1
Name: Voucher
Type: Etc
Weight: 10
- Id: 1074
AegisName: Merchant_Voucher_2
Name: Voucher
Type: Etc
Weight: 10
- Id: 1075
AegisName: Merchant_Voucher_3
Name: Voucher
Type: Etc
Weight: 10
- Id: 1076
AegisName: Merchant_Voucher_4
Name: Voucher
Type: Etc
Weight: 10
- Id: 1077
AegisName: Merchant_Voucher_5
Name: Voucher
Type: Etc
Weight: 10
- Id: 1078
AegisName: Merchant_Voucher_6
Name: Voucher
Type: Etc
Weight: 10
- Id: 1079
AegisName: Merchant_Voucher_7
Name: Voucher
Type: Etc
Weight: 10
- Id: 1080
AegisName: Merchant_Voucher_8
Name: Voucher
Type: Etc
Weight: 10
- Id: 1081
AegisName: Merchant_Box_1
Name: Delivery Box
Type: Etc
Weight: 10
- Id: 1082
AegisName: Merchant_Box_2
Name: Delivery Box
Type: Etc
Weight: 10
- Id: 1083
AegisName: Merchant_Box_3
Name: Delivery Box
Type: Etc
Weight: 10
- Id: 1084
AegisName: Kapra's_Pass
Name: Kafra Pass
Type: Etc
Weight: 10
- Id: 1085
AegisName: Mage_Test_2
Name: Unknown Test Tube
Type: Etc
Weight: 10
- Id: 1086
AegisName: Mage_Test_3
Name: Unknown Test Tube
Type: Etc
Weight: 10
- Id: 1087
AegisName: Mage_Test_4
Name: Unknown Test Tube
Type: Etc
Weight: 10
- Id: 1088
AegisName: Morocc_Potion
Name: Morocc Solution
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 1089
AegisName: Payon_Potion
Name: Payon Solution
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 1090
AegisName: Mage_Test_Etc
Name: Unknown Test Tube
Type: Etc
Weight: 10
- Id: 1091
AegisName: Merchant_Box_Etc
Name: Delivery Box
Type: Etc
Weight: 10
- Id: 1092
AegisName: Empty_Cylinder
Name: Empty Test Tube
Type: Etc
Buy: 3
Weight: 10
Flags:
BuyingStore: true
- Id: 1093
AegisName: Empty_Potion
Name: Empty Potion Bottle
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 1094
AegisName: Short_Daenggie
Name: Short Daenggie
Type: Etc
Buy: 278
Weight: 10
Flags:
BuyingStore: true
- Id: 1095
AegisName: Needle_Of_Alarm
Name: Needle of Alarm
Type: Etc
Buy: 546
Weight: 10
Flags:
BuyingStore: true
- Id: 1096
AegisName: Round_Shell
Name: Round Shell
Type: Etc
Buy: 780
Weight: 10
Flags:
BuyingStore: true
- Id: 1097
AegisName: Worn_Out_Page
Name: Worn Out Page
Type: Etc
Buy: 948
Weight: 10
Flags:
BuyingStore: true
- Id: 1098
AegisName: Manacles
Name: Manacles
Type: Etc
Buy: 658
Weight: 10
Flags:
BuyingStore: true
- Id: 1099
AegisName: Worn_Out_Prison_Uniform
Name: Worn-out Prison Uniform
Type: Etc
Buy: 680
Weight: 10
Flags:
BuyingStore: true
- Id: 1750
AegisName: Arrow
Name: Arrow
Type: Ammo
SubType: Arrow
Buy: 1
Weight: 1
Attack: 25
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 1751
AegisName: Silver_Arrow
Name: Silver Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Holy;
- Id: 1752
AegisName: Fire_Arrow
Name: Fire Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Fire;
- Id: 1753
AegisName: Steel_Arrow
Name: Steel Arrow
Type: Ammo
SubType: Arrow
Buy: 4
Weight: 2
Attack: 40
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 1754
AegisName: Crystal_Arrow
Name: Crystal Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Water;
- Id: 1755
AegisName: Arrow_Of_Wind
Name: Arrow of Wind
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Wind;
- Id: 1756
AegisName: Stone_Arrow
Name: Stone Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Earth;
- Id: 1757
AegisName: Immatrial_Arrow
Name: Immaterial Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 1
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Ghost;
- Id: 1758
AegisName: Stun_Arrow
Name: Stun Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Stun,1000;
- Id: 1759
AegisName: Freezing_Arrow
Name: Frozen Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Water;
bonus2 bAddEff,Eff_Freeze,1000;
- Id: 1760
AegisName: Flash_Arrow
Name: Flash Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Blind,1000;
- Id: 1761
AegisName: Curse_Arrow
Name: Cursed Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Curse,1000;
- Id: 1762
AegisName: Rusty_Arrow
Name: Rusty Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Poison;
- Id: 1763
AegisName: Poison_Arrow
Name: Poison Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,2000;
- Id: 1764
AegisName: Incisive_Arrow
Name: Sharp Arrow
Type: Ammo
SubType: Arrow
Buy: 20
Weight: 3
Attack: 10
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bCriticalLong,20;
- Id: 1765
AegisName: Oridecon_Arrow
Name: Oridecon Arrow
Type: Ammo
SubType: Arrow
Buy: 30
Weight: 3
Attack: 50
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 1766
AegisName: Arrow_Of_Counter_Evil
Name: Arrow of Counter Evil
Type: Ammo
SubType: Arrow
Buy: 40
Weight: 3
Attack: 50
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Holy;
- Id: 1767
AegisName: Arrow_Of_Shadow
Name: Arrow of Shadow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Dark;
- Id: 1768
AegisName: Sleep_Arrow
Name: Sleep Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Sleep,2000;
- Id: 1769
AegisName: Silence_Arrow
Name: Mute Arrow
Type: Ammo
SubType: Arrow
Buy: 10
Weight: 3
Attack: 1
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Silence,1000;
- Id: 1770
AegisName: Iron_Arrow
Name: Iron Arrow
Type: Ammo
SubType: Arrow
Buy: 2
Weight: 1
Attack: 30
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 1771
AegisName: Venom_Knife
Name: Venom Knife
Type: Ammo
SubType: Dagger
Buy: 50
Weight: 5
Attack: 30
Jobs:
Assassin: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 1772
AegisName: Holy_Arrow
Name: Holy Arrow
Type: Ammo
SubType: Arrow
Buy: 3
Weight: 2
Attack: 50
Jobs:
Archer: true
Assassin: true
BardDancer: true
Hunter: true
Rogue: true
Thief: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Holy;
bonus2 bAddRace,RC_Demon,5;
- Id: 4001
AegisName: Poring_Card
Name: Poring Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,2;
bonus bFlee2,1;
- Id: 4002
AegisName: Fabre_Card
Name: Fabre Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bVit,1;
bonus bMaxHP,100;
- Id: 4003
AegisName: Pupa_Card
Name: Pupa Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,700;
- Id: 4004
AegisName: Drops_Card
Name: Drops Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDex,1;
bonus bHit,3;
- Id: 4005
AegisName: Poring__Card
Name: Santa Poring Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Dark,20;
- Id: 4006
AegisName: Lunatic_Card
Name: Lunatic Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,1;
bonus bCritical,1;
bonus bFlee2,1;
- Id: 4007
AegisName: Pecopeco_Egg_Card
Name: Peco Peco Egg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Formless,20;
- Id: 4008
AegisName: Picky_Card
Name: Picky Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
bonus bBaseAtk,10;
- Id: 4009
AegisName: Chonchon_Card
Name: Chonchon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
bonus bFlee,2;
- Id: 4010
AegisName: Wilow_Card
Name: Willow Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bMaxSP,80;
- Id: 4011
AegisName: Picky__Card
Name: Picky Egg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,1;
bonus bMaxHP,100;
- Id: 4012
AegisName: Thief_Bug_Egg_Card
Name: Thief Bug Egg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,400;
- Id: 4013
AegisName: Andre_Egg_Card
Name: Andre Egg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,5;
- Id: 4014
AegisName: Roda_Frog_Card
Name: Roda Frog Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,400;
bonus bMaxSP,50;
- Id: 4015
AegisName: Condor_Card
Name: Condor Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,10;
- Id: 4016
AegisName: Thief_Bug_Card
Name: Thief Bug Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
- Id: 4017
AegisName: Savage_Babe_Card
Name: Savage Babe Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Stun,500;
- Id: 4018
AegisName: Andre_Larva_Card
Name: Andre Larva Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus bMaxSP,10;
- Id: 4019
AegisName: Hornet_Card
Name: Hornet Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
bonus bBaseAtk,3;
- Id: 4020
AegisName: Farmiliar_Card
Name: Familiar Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Blind,500;
bonus bBaseAtk,5;
- Id: 4021
AegisName: Rocker_Card
Name: Rocker Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDex,1;
bonus bBaseAtk,5;
- Id: 4022
AegisName: Spore_Card
Name: Spore Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bVit,2;
- Id: 4023
AegisName: Desert_Wolf_Babe_Card
Name: Baby Desert Wolf Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
- Id: 4024
AegisName: Plankton_Card
Name: Plankton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Sleep,500;
bonus bBaseAtk,5;
- Id: 4025
AegisName: Skeleton_Card
Name: Skeleton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,10;
bonus2 bAddEff,Eff_Stun,200;
- Id: 4026
AegisName: Thief_Bug_Female_Card
Name: Female Thief Bug Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
bonus bFlee,1;
- Id: 4027
AegisName: Kukre_Card
Name: Kukre Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,2;
- Id: 4028
AegisName: Tarou_Card
Name: Tarou Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bStr,2;
- Id: 4029
AegisName: Wolf_Card
Name: Wolf Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,15;
bonus bCritical,1;
- Id: 4030
AegisName: Mandragora_Card
Name: Mandragora Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Wind,20;
- Id: 4031
AegisName: Pecopeco_Card
Name: Peco Peco Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,10;
- Id: 4032
AegisName: Ambernite_Card
Name: Ambernite Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDef,2;
- Id: 4033
AegisName: Poporing_Card
Name: Poporing Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "TF_DETOXIFY",1;
- Id: 4034
AegisName: Worm_Tail_Card
Name: Wormtail Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bDex,2;
- Id: 4035
AegisName: Hydra_Card
Name: Hydra Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_DemiHuman,20;
bonus2 bAddRace,RC_Player_Human,20;
- Id: 4036
AegisName: Muka_Card
Name: Muka Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bHPrecovRate,10;
- Id: 4037
AegisName: Snake_Card
Name: Snake Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Poison,500;
bonus bBaseAtk,5;
- Id: 4038
AegisName: Zombie_Card
Name: Zombie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bHPrecovRate,20;
- Id: 4039
AegisName: Stainer_Card
Name: Stainer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Silence,2000;
bonus bDef,1;
- Id: 4040
AegisName: Creamy_Card
Name: Creamy Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "AL_TELEPORT",1;
- Id: 4041
AegisName: Coco_Card
Name: Coco Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Sleep,2000;
bonus bDef,1;
- Id: 4042
AegisName: Steel_Chonchon_Card
Name: Steel Chonchon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Wind,10;
bonus bDef,2;
- Id: 4043
AegisName: Andre_Card
Name: Andre Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,20;
- Id: 4044
AegisName: Smokie_Card
Name: Smokie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "TF_HIDING",1;
UnEquipScript: |
sc_end SC_HIDING;
- Id: 4045
AegisName: Horn_Card
Name: Horn Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bLongAtkDef,35;
- Id: 4046
AegisName: Martin_Card
Name: Martin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Blind,2000;
bonus bDef,1;
- Id: 4047
AegisName: Ghostring_Card
Name: Ghostring Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Ghost;
bonus bHPrecovRate,-25;
- Id: 4048
AegisName: Poison_Spore_Card
Name: Poison Spore Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "TF_POISON",3;
- Id: 4049
AegisName: Vadon_Card
Name: Vadon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Fire,20;
- Id: 4050
AegisName: Thief_Bug_Male_Card
Name: Male Thief Bug Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,2;
- Id: 4051
AegisName: Yoyo_Card
Name: Yoyo Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bFlee2,5;
bonus bAgi,1;
- Id: 4052
AegisName: Elder_Wilow_Card
Name: Elder Willow Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,2;
- Id: 4053
AegisName: Vitata_Card
Name: Vitata Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "AL_HEAL",1;
bonus bUseSPrate,25;
- Id: 4054
AegisName: Angeling_Card
Name: Angeling Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Holy;
- Id: 4055
AegisName: Marina_Card
Name: Marina Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Freeze,500;
bonus bBaseAtk,5;
- Id: 4056
AegisName: Dustiness_Card
Name: Dustiness Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Wind,30;
bonus bFlee,5;
- Id: 4057
AegisName: Metaller_Card
Name: Metaller Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Silence,500;
bonus bBaseAtk,5;
- Id: 4058
AegisName: Thara_Frog_Card
Name: Thara Frog Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_DemiHuman,30;
bonus2 bSubRace,RC_Player_Human,30;
- Id: 4059
AegisName: Soldier_Andre_Card
Name: Soldier Andre Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Plant,30;
- Id: 4060
AegisName: Goblin_Card
Name: Goblin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Brute,20;
bonus2 bAddRace,RC_Player_Doram,20;
- Id: 4061
AegisName: Cornutus_Card
Name: Cornutus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bUnbreakableArmor;
bonus bDef,1;
- Id: 4062
AegisName: Anacondaq_Card
Name: Anacondaq Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Poison,20;
- Id: 4063
AegisName: Caramel_Card
Name: Caramel Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Insect,20;
- Id: 4064
AegisName: Zerom_Card
Name: Zerom Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bDex,3;
- Id: 4065
AegisName: Kaho_Card
Name: Kaho Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Earth,20;
- Id: 4066
AegisName: Orc_Warrior_Card
Name: Orc Warrior Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Brute,30;
bonus2 bSubRace,RC_Player_Doram,30;
- Id: 4067
AegisName: Megalodon_Card
Name: Megalodon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Freeze,2000;
bonus bDef,1;
- Id: 4068
AegisName: Scorpion_Card
Name: Scorpion Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Plant,20;
- Id: 4069
AegisName: Drainliar_Card
Name: Drainliar Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Water,20;
- Id: 4070
AegisName: Eggyra_Card
Name: Eggyra Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bSPrecovRate,15;
- Id: 4071
AegisName: Orc_Zombie_Card
Name: Orc Zombie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Undead,30;
bonus bFlee,5;
- Id: 4072
AegisName: Golem_Card
Name: Golem Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bUnbreakableWeapon;
bonus bBaseAtk,5;
- Id: 4073
AegisName: Pirate_Skel_Card
Name: Pirate Skeleton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "MC_DISCOUNT",5;
- Id: 4074
AegisName: BigFoot_Card
Name: Bigfoot Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Insect,30;
- Id: 4075
AegisName: Argos_Card
Name: Argos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Stone,2000;
bonus bDef,1;
- Id: 4076
AegisName: Magnolia_Card
Name: Magnolia Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Curse,500;
bonus bBaseAtk,5;
- Id: 4077
AegisName: Phen_Card
Name: Phen Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bNoCastCancel;
bonus bCastrate,25;
- Id: 4078
AegisName: Savage_Card
Name: Savage Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,3;
- Id: 4079
AegisName: Mantis_Card
Name: Mantis Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bStr,3;
- Id: 4080
AegisName: Flora_Card
Name: Flora Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Fish,20;
- Id: 4081
AegisName: Hode_Card
Name: Hode Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Earth,30;
bonus bFlee,5;
- Id: 4082
AegisName: Desert_Wolf_Card
Name: Desert Wolf Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddSize,Size_Small,15;
bonus bBaseAtk,5;
- Id: 4083
AegisName: Rafflesia_Card
Name: Rafflesia Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Fish,30;
- Id: 4084
AegisName: Marine_Sphere_Card
Name: Marine Sphere Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "SM_MAGNUM",3;
- Id: 4085
AegisName: Orc_Skeleton_Card
Name: Orc Skeleton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Holy,20;
- Id: 4086
AegisName: Soldier_Skeleton_Card
Name: Soldier Skeleton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritical,9;
- Id: 4087
AegisName: Giearth_Card
Name: Giearth Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Confusion,10000;
bonus2 bSubEle,Ele_Earth,15;
- Id: 4088
AegisName: Frilldora_Card
Name: Frilldora Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
skill "AS_CLOAKING",1;
UnEquipScript: |
sc_end SC_CLOAKING;
- Id: 4089
AegisName: Sword_Fish_Card
Name: Swordfish Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Water;
bonus bDef,1;
- Id: 4090
AegisName: Munak_Card
Name: Munak Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Stone,1500;
bonus2 bSubEle,Ele_Earth,5;
bonus bDef,1;
- Id: 4091
AegisName: Kobold_Card
Name: Kobold Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
bonus bCritical,4;
- Id: 4092
AegisName: Skel_Worker_Card
Name: Skeleton Worker Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddSize,Size_Medium,15;
bonus bBaseAtk,5;
- Id: 4093
AegisName: Obeaune_Card
Name: Obeaune Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "AL_CURE",1;
- Id: 4094
AegisName: Archer_Skeleton_Card
Name: Archer Skeleton Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bLongAtkRate,10;
- Id: 4095
AegisName: Marse_Card
Name: Marse Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Water,30;
bonus bFlee,5;
- Id: 4096
AegisName: Zenorc_Card
Name: Zenorc Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Poison,400;
bonus bBaseAtk,10;
- Id: 4097
AegisName: Matyr_Card
Name: Matyr Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,10;
bonus bAgi,1;
- Id: 4098
AegisName: Dokebi_Card
Name: Dokebi Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Wind;
bonus bDef,1;
- Id: 4099
AegisName: Pasana_Card
Name: Pasana Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Fire;
bonus bDef,1;
- Id: 4100
AegisName: Sohee_Card
Name: Sohee Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxSPrate,15;
bonus bSPrecovRate,3;
- Id: 4101
AegisName: Sand_Man_Card
Name: Sandman Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Earth;
bonus bDef,1;
- Id: 4102
AegisName: Whisper_Card
Name: Whisper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,20;
bonus2 bSubEle,Ele_Ghost,-50;
- Id: 4103
AegisName: Horong_Card
Name: Horong Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "MG_SIGHT",1;
UnEquipScript: |
sc_end SC_SIGHT;
- Id: 4104
AegisName: Requiem_Card
Name: Requiem Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEff,Eff_Confusion,500;
- Id: 4105
AegisName: Marc_Card
Name: Marc Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Water,5;
bonus2 bResEff,Eff_Freeze,10000;
- Id: 4106
AegisName: Mummy_Card
Name: Mummy Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bHit,20;
- Id: 4107
AegisName: Verit_Card
Name: Verit Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
- Id: 4108
AegisName: Myst_Card
Name: Myst Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Poison,30;
bonus bFlee,5;
- Id: 4109
AegisName: Jakk_Card
Name: Jakk Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Fire,30;
bonus bFlee,5;
- Id: 4110
AegisName: Ghoul_Card
Name: Ghoul Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Poison,2000;
bonus bDef,1;
- Id: 4111
AegisName: Strouf_Card
Name: Strouf Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Demon,20;
- Id: 4112
AegisName: Marduk_Card
Name: Marduk Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Silence,10000;
- Id: 4113
AegisName: Marionette_Card
Name: Marionette Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Ghost,30;
bonus bFlee,5;
- Id: 4114
AegisName: Argiope_Card
Name: Argiope Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Poison;
bonus bDef,1;
- Id: 4115
AegisName: Hunter_Fly_Card
Name: Hunter Fly Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bHPDrainRate,30,15;
- Id: 4116
AegisName: Isis_Card
Name: Isis Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Dark,30;
bonus bFlee,5;
- Id: 4117
AegisName: Side_Winder_Card
Name: Sidewinder Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
skill "TF_DOUBLE",1;
- Id: 4118
AegisName: Petit_Card
Name: Earth Petite Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Dragon,20;
- Id: 4119
AegisName: Bathory_Card
Name: Bathory Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Dark;
- Id: 4120
AegisName: Petit__Card
Name: Sky Petite Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Dragon,30;
- Id: 4121
AegisName: Phreeoni_Card
Name: Phreeoni Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bHit,100;
- Id: 4122
AegisName: Deviruchi_Card
Name: Deviruchi Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
bonus2 bResEff,Eff_Blind,10000;
- Id: 4123
AegisName: Eddga_Card
Name: Eddga Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,-25;
bonus bNoWalkDelay;
- Id: 4124
AegisName: Medusa_Card
Name: Medusa Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Demon,15;
bonus2 bResEff,Eff_Stone,10000;
- Id: 4125
AegisName: Deviace_Card
Name: Deviace Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_DemiHuman,7;
bonus2 bAddRace,RC_Player_Human,7;
bonus2 bAddRace,RC_Brute,7;
bonus2 bAddRace,RC_Player_Doram,7;
bonus2 bAddRace,RC_Plant,7;
bonus2 bAddRace,RC_Insect,7;
- Id: 4126
AegisName: Minorous_Card
Name: Minorous Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddSize,Size_Large,15;
bonus bBaseAtk,5;
- Id: 4127
AegisName: Nightmare_Card
Name: Nightmare Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Sleep,10000;
bonus bAgi,1;
- Id: 4128
AegisName: Golden_Bug_Card
Name: Golden Thief Bug Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bNoMagicDamage,100;
bonus bUseSPrate,100;
- Id: 4129
AegisName: Baphomet__Card
Name: Bapho Jr. Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,3;
bonus bCritical,1;
- Id: 4130
AegisName: Scorpion_King_Card
Name: Scorpion King Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Undead,20;
- Id: 4131
AegisName: Moonlight_Flower_Card
Name: Moonlight Flower Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bSpeedRate,25;
- Id: 4132
AegisName: Mistress_Card
Name: Mistress Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bNoGemStone;
bonus bUseSPrate,25;
- Id: 4133
AegisName: Daydric_Card
Name: Raydric Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Neutral,20;
- Id: 4134
AegisName: Dracula_Card
Name: Dracula Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPDrainRate,100,5;
- Id: 4135
AegisName: Orc_Load_Card
Name: Orc Lord Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bShortWeaponDamageReturn,30;
- Id: 4136
AegisName: Khalitzburg_Card
Name: Khalitzburg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Demon,30;
- Id: 4137
AegisName: Drake_Card
Name: Drake Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bNoSizeFix;
- Id: 4138
AegisName: Anubis_Card
Name: Anubis Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Angel,30;
- Id: 4139
AegisName: Joker_Card
Name: Joker Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "TF_STEAL",1;
- Id: 4140
AegisName: Knight_Of_Abyss_Card
Name: Abysmal Knight Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddClass,Class_Boss,25;
- Id: 4141
AegisName: Evil_Druid_Card
Name: Evil Druid Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDefEle,Ele_Undead;
bonus bInt,1;
bonus bDef,1;
- Id: 4142
AegisName: Doppelganger_Card
Name: Doppelganger Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bAspdRate,10;
- Id: 4143
AegisName: Orc_Hero_Card
Name: Orc Hero Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bVit,3;
bonus2 bResEff,Eff_Stun,10000;
- Id: 4144
AegisName: Osiris_Card
Name: Osiris Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bRestartFullRecover;
- Id: 4145
AegisName: Berzebub_Card
Name: Berzebub Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bCastrate,-30;
- Id: 4146
AegisName: Maya_Card
Name: Maya Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bMagicDamageReturn,50;
- Id: 4147
AegisName: Baphomet_Card
Name: Baphomet Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bHit,-10;
bonus bSplashRange,1;
- Id: 4148
AegisName: Pharaoh_Card
Name: Pharaoh Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bUseSPrate,-30;
- Id: 4149
AegisName: Gargoyle_Card
Name: Gargoyle Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12028,RC_Insect,100;
- Id: 4150
AegisName: Goat_Card
Name: Goat Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<6) {
bonus bDef,2;
bonus bMdef,5;
}
- Id: 4151
AegisName: Gajomart_Card
Name: Gajomart Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Plant,-20;
bonus2 bExpAddRace,RC_Plant,10;
- Id: 4152
AegisName: Galapago_Card
Name: Galapago Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddItemGroupHealRate,IG_Juice,50;
bonus3 bAddMonsterDropItem,531,RC_Insect,300;
bonus3 bAddMonsterDropItem,532,RC_Insect,300;
bonus3 bAddMonsterDropItem,534,RC_Insect,300;
- Id: 4153
AegisName: Crab_Card
Name: Crab Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1266,30;
- Id: 4154
AegisName: Rice_Cake_Boy_Card
Name: Dumpling Child Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddItemGroupHealRate,IG_Candy,50;
bonus3 bAddMonsterDropItem,529,RC_DemiHuman,300;
bonus3 bAddMonsterDropItem,530,RC_DemiHuman,100;
- Id: 4155
AegisName: Goblin_Leader_Card
Name: Goblin Leader Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace2,RC2_Goblin,30;
- Id: 4156
AegisName: Steam_Goblin_Card
Name: Goblin Steamrider Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Formless,7;
- Id: 4157
AegisName: Goblin_Archer_Card
Name: Goblin Archer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Undead,7;
- Id: 4158
AegisName: Flying_Deleter_Card
Name: Sky Deleter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bHPrecovRate,-100;
bonus bHPGainValue,100;
- Id: 4159
AegisName: Nine_Tail_Card
Name: Nine Tail Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,2;
if (getrefine()>8)
bonus bFlee,20;
- Id: 4160
AegisName: Antique_Firelock_Card
Name: Firelock Soldier Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bStr,2;
if (getrefine()>8) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}
- Id: 4161
AegisName: Grand_Peco_Card
Name: Grand Peco Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50;
- Id: 4162
AegisName: Grizzly_Card
Name: Grizzly Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Blind,300;
- Id: 4163
AegisName: Gryphon_Card
Name: Gryphon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,2;
bonus bCritical,7;
if (BaseClass == Job_Swordman)
bonus3 bAutoSpell,"KN_BOWLINGBASH",5,10;
- Id: 4164
AegisName: Gullinbursti_Card
Name: Gullinbursti Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Fish,-20;
bonus2 bExpAddRace,RC_Fish,10;
- Id: 4165
AegisName: Gig_Card
Name: Gig Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Insect,5;
UnEquipScript: |
heal 0,-5;
- Id: 4166
AegisName: Nightmare_Terror_Card
Name: Nightmare Terror Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Curse,300;
- Id: 4167
AegisName: Neraid_Card
Name: Nereid Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Brute,5;
bonus2 bSPGainRace,RC_Player_Doram,5;
UnEquipScript: |
heal 0,-5;
- Id: 4168
AegisName: Dark_Lord_Card
Name: Dark Lord Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100;
- Id: 4169
AegisName: Dark_Illusion_Card
Name: Dark Illusion Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,-10;
bonus bMaxSPrate,-10;
bonus bCastrate,-10;
- Id: 4170
AegisName: Dark_Frame_Card
Name: Dark Frame Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Stone,600;
- Id: 4171
AegisName: Dark_Priest_Card
Name: Dark Priest Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPVanishRate,50,10;
if (BaseJob == Job_Sage)
bonus bSPDrainValue,1;
- Id: 4172
AegisName: The_Paper_Card
Name: The Paper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,20;
bonus bSPDrainValue,-1;
- Id: 4173
AegisName: Demon_Pungus_Card
Name: Demon Pungus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Sleep,600;
- Id: 4174
AegisName: Deviling_Card
Name: Deviling Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Neutral,50;
bonus2 bSubEle,Ele_Water,-50;
bonus2 bSubEle,Ele_Earth,-50;
bonus2 bSubEle,Ele_Fire,-50;
bonus2 bSubEle,Ele_Wind,-50;
bonus2 bSubEle,Ele_Poison,-50;
bonus2 bSubEle,Ele_Holy,-50;
bonus2 bSubEle,Ele_Dark,-50;
bonus2 bSubEle,Ele_Ghost,-50;
bonus2 bSubEle,Ele_Undead,-50;
- Id: 4175
AegisName: Poison_Toad_Card
Name: Poisonous Toad Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"TF_POISON",1,20;
bonus2 bAddSkillBlow,52,5;
- Id: 4176
AegisName: Dullahan_Card
Name: Dullahan Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Dragon,7;
- Id: 4177
AegisName: Dryad_Card
Name: Dryad Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,993,RC_Plant,100;
bonus2 bSubEle,Ele_Earth,10;
- Id: 4178
AegisName: Dragon_Tail_Card
Name: Dragon Tail Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
bonus bFlee,10;
bonus2 bSkillAtk,"AC_DOUBLE",5;
bonus2 bSkillAtk,"AC_SHOWER",5;
- Id: 4179
AegisName: Dragon_Fly_Card
Name: Dragon Fly Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
- Id: 4180
AegisName: Driller_Card
Name: Driller Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Dragon,5;
UnEquipScript: |
heal 0,-5;
- Id: 4181
AegisName: Disguise_Card
Name: Disguise Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);
- Id: 4182
AegisName: Diabolic_Card
Name: Diabolic Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Demon,5;
UnEquipScript: |
heal 0,-5;
- Id: 4183
AegisName: Vagabond_Wolf_Card
Name: Vagabond Wolf Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
- Id: 4184
AegisName: Lava_Golem_Card
Name: Lava Golem Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace2,RC2_Golem,30;
- Id: 4185
AegisName: Rideword_Card
Name: Rideword Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
if (BaseClass == Job_Acolyte) {
bonus bInt,1;
bonus bMdef,1;
}
- Id: 4186
AegisName: Raggler_Card
Name: Raggler Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bStr,1;
bonus bVit,1;
- Id: 4187
AegisName: Raydric_Archer_Card
Name: Raydric Archer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12030,RC_Demon,100;
- Id: 4188
AegisName: Leib_Olmai_Card
Name: Leib Olmai Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Fire,10;
bonus3 bAddMonsterDropItem,990,RC_Brute,100;
- Id: 4189
AegisName: Wraith_Dead_Card
Name: Wraith Dead Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Curse,600;
- Id: 4190
AegisName: Wraith_Card
Name: Wraith Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12027,RC_Undead,100;
- Id: 4191
AegisName: Loli_Ruri_Card
Name: Loli Ruri Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50;
- Id: 4192
AegisName: Rotar_Zairo_Card
Name: Rotar Zairo Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Fish,7;
- Id: 4193
AegisName: Lude_Card
Name: Lude Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)
bonus3 bAutoSpellWhenHit,"SM_ENDURE",1,200;
- Id: 4194
AegisName: Rybio_Card
Name: Rybio Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77);
- Id: 4195
AegisName: Leaf_Cat_Card
Name: Leaf Cat Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Water,10;
bonus3 bAddMonsterDropItem,991,RC_Fish,100;
- Id: 4196
AegisName: Marin_Card
Name: Marin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,909,2000;
bonus2 bAddMonsterDropItem,7126,10;
- Id: 4197
AegisName: Mastering_Card
Name: Mastering Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,1;
- Id: 4198
AegisName: Maya_Puple_Card
Name: Maya Purple Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bIntravision;
- Id: 4199
AegisName: Merman_Card
Name: Merman Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bHPrecovRate,10;
bonus bSPrecovRate,10;
- Id: 4200
AegisName: Megalith_Card
Name: Megalith Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<6)
bonus bMdef,7;
- Id: 4201
AegisName: Majoruros_Card
Name: Majoruros Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Stun,600;
- Id: 4202
AegisName: Civil_Servant_Card
Name: Mao Guai Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Ghost,20;
- Id: 4203
AegisName: Mutant_Dragon_Card
Name: Mutant Dragonoid Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,15;
bonus3 bAutoSpell,"MG_FIREBALL",3+2*(getskilllv("MG_FIREBALL") == 10),50;
- Id: 4204
AegisName: Mini_Demon_Card
Name: Mini Demon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Brute,-20;
bonus2 bSubRace,RC_Player_Doram,-20;
bonus2 bExpAddRace,RC_Brute,10;
- Id: 4205
AegisName: Mimic_Card
Name: Mimic Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,603,10;
- Id: 4206
AegisName: Mystcase_Card
Name: Myst Case Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,644,30;
- Id: 4207
AegisName: Mysteltainn_Card
Name: Mysteltainn Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubSize,Size_Small,25;
bonus bDef,1;
- Id: 4208
AegisName: Miyabi_Ningyo_Card
Name: Miyabi Doll Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxSPrate,10;
bonus2 bSkillAtk,"MG_FROSTDIVER",5;
- Id: 4209
AegisName: Violy_Card
Name: Violy Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"BA_FROSTJOKER",1+4*(getskilllv("BA_FROSTJOKER") == 5),20;
- Id: 4210
AegisName: Wander_Man_Card
Name: Wanderer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
if (!isequipped(4172,4257,4230,4272))
bonus3 bAutoSpell,"RG_INTIMIDATE",1,20;
if (BaseClass == Job_Thief)
bonus bFlee,20;
- Id: 4211
AegisName: Vocal_Card
Name: Vocal Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bMdef,3;
- Id: 4212
AegisName: Bon_Gun_Card
Name: Bongun Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"SM_BASH",1,20;
bonus2 bAddSkillBlow,"SM_BASH",5;
bonus2 bAddDefMonster,1026,-100;
- Id: 4213
AegisName: Brilight_Card
Name: Brilight Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Silence,600;
- Id: 4214
AegisName: Bloody_Murderer_Card
Name: Bloody Murderer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Insect,7;
- Id: 4215
AegisName: Blazzer_Card
Name: Blazer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItemGroup,IG_Food,600;
- Id: 4216
AegisName: Sasquatch_Card
Name: Sasquatch Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Freeze,600;
- Id: 4217
AegisName: Live_Peach_Tree_Card
Name: Enchanted Peach Tree Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"AL_HEAL",1+9*(getskilllv("AL_HEAL") == 10),20;
- Id: 4218
AegisName: Succubus_Card
Name: Succubus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,-3;
bonus bHPrecovRate,-20;
bonus bMaxHP,1000;
- Id: 4219
AegisName: Sageworm_Card
Name: Sage Worm Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,715,30;
bonus2 bAddMonsterDropItem,716,30;
bonus2 bAddMonsterDropItem,717,30;
- Id: 4220
AegisName: Solider_Card
Name: Solider Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDef,2;
bonus bMdef,2;
- Id: 4221
AegisName: Skeleton_General_Card
Name: Skeleton General Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Insect,-20;
bonus2 bExpAddRace,RC_Insect,10;
- Id: 4222
AegisName: Skel_Prisoner_Card
Name: Skeleton Prisoner Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Sleep,300;
- Id: 4223
AegisName: Stalactic_Golem_Card
Name: Stalactic Golem Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus2 bResEff,Eff_Stun,2000;
- Id: 4224
AegisName: Stem_Worm_Card
Name: Stem Worm Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12032,RC_Brute,100;
- Id: 4225
AegisName: Stone_Shooter_Card
Name: Stone Shooter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,10;
bonus bHit,10;
- Id: 4226
AegisName: Sting_Card
Name: Sting Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDef,2;
if (getrefine()>8)
bonus bMdef,5;
- Id: 4227
AegisName: Spring_Rabbit_Card
Name: Spring Rabbit Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddItemGroupHealRate,IG_Meat,50;
bonus3 bAddMonsterDropItem,517,RC_Brute,200;
bonus3 bAddMonsterDropItem,528,RC_Brute,200;
- Id: 4228
AegisName: Sleeper_Card
Name: Sleeper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12031,RC_Fish,100;
- Id: 4229
AegisName: C_Tower_Manager_Card
Name: Tower Keeper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus bCastrate,-5;
- Id: 4230
AegisName: Shinobi_Card
Name: Shinobi Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
bonus3 bAutoSpellWhenHit,"AS_CLOAKING",5,100;
- Id: 4231
AegisName: Increase_Soil_Card
Name: Mi Gao Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddDefMonster,1285,-50;
bonus2 bAddDefMonster,1286,-50;
bonus2 bAddDefMonster,1287,-50;
bonus2 bAddDefMonster,1899,-50;
bonus2 bAddDefMonster,1900,-50;
- Id: 4232
AegisName: Wild_Ginseng_Card
Name: Hermit Plant Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddItemGroupHealRate,IG_Herb,50;
bonus3 bAddMonsterDropItem,507,RC_Plant,300;
bonus3 bAddMonsterDropItem,508,RC_Plant,200;
bonus3 bAddMonsterDropItem,509,RC_Plant,100;
- Id: 4233
AegisName: Baby_Leopard_Card
Name: Baby Leopard Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,3;
if (BaseClass == Job_Merchant)
bonus bUnbreakableArmor;
- Id: 4234
AegisName: Anolian_Card
Name: Anolian Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AC_CONCENTRATION",1+9*(getskilllv("AC_CONCENTRATION") == 10),30;
- Id: 4235
AegisName: Cookie_XMAS_Card
Name: Christmas Cookie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Angel,-20;
bonus2 bExpAddRace,RC_Angel,10;
- Id: 4236
AegisName: Amon_Ra_Card
Name: Amon Ra Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bAllStats,1;
bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99));
- Id: 4237
AegisName: Owl_Duke_Card
Name: Owl Duke Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"PR_IMPOSITIO",3,3;
- Id: 4238
AegisName: Owl_Baron_Card
Name: Owl Baron Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"PR_LEXAETERNA",1,30;
- Id: 4239
AegisName: Iron_Fist_Card
Name: Iron Fist Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Formless,-20;
bonus2 bExpAddRace,RC_Formless,10;
- Id: 4240
AegisName: Arclouse_Card
Name: Arclouze Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<6) {
bonus bDef,2;
bonus bMdef,3;
}
- Id: 4241
AegisName: Archangeling_Card
Name: Arc Angeling Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,300;
if (readparam(bLuk)>=77) {
bonus bHPrecovRate,100;
bonus bSPrecovRate,100;
}
- Id: 4242
AegisName: Apocalips_Card
Name: Apocalipse Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,2;
if (getrefine()>8)
bonus bMaxHP,800;
- Id: 4243
AegisName: Antonio_Card
Name: Antonio Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AL_TELEPORT",1,500;
- Id: 4244
AegisName: Alarm_Card
Name: Alarm Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"MG_SIGHT",1,200;
bonus bMaxHP,300;
bonus bVit,1;
- Id: 4245
AegisName: Am_Mut_Card
Name: Am Mut Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_DemiHuman,-20;
bonus2 bSubRace,RC_Player_Human,-20;
bonus2 bExpAddRace,RC_DemiHuman,10;
- Id: 4246
AegisName: Assulter_Card
Name: Assaulter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_DemiHuman,7;
bonus2 bCriticalAddRace,RC_Player_Human,7;
- Id: 4247
AegisName: Aster_Card
Name: Aster Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1074,30;
- Id: 4248
AegisName: Ancient_Mummy_Card
Name: Ancient Mummy Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30;
- Id: 4249
AegisName: Ancient_Worm_Card
Name: Ancient Worm Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Demon,-20;
bonus2 bExpAddRace,RC_Demon,10;
- Id: 4250
AegisName: Executioner_Card
Name: Executioner Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubSize,Size_Large,25;
bonus bDef,1;
- Id: 4251
AegisName: Elder_Card
Name: Elder Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddDamageClass,1285,40;
bonus2 bAddDamageClass,1286,40;
bonus2 bAddDamageClass,1287,40;
bonus2 bAddDamageClass,1899,40;
bonus2 bAddDamageClass,1900,40;
- Id: 4252
AegisName: Alligator_Card
Name: Alligator Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bLongAtkDef,5;
- Id: 4253
AegisName: Alice_Card
Name: Alice Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubClass,Class_Boss,40;
bonus2 bSubClass,Class_Normal,-40;
- Id: 4254
AegisName: Tirfing_Card
Name: Ogretooth Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubSize,Size_Medium,25;
bonus bDef,1;
- Id: 4255
AegisName: Orc_Lady_Card
Name: Orc Lady Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace2,3,30;
- Id: 4256
AegisName: Orc_Archer_Card
Name: Orc Archer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100;
- Id: 4257
AegisName: Wild_Rose_Card
Name: Wild Rose Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
if (BaseClass == Job_Thief)
bonus bFlee2,5;
- Id: 4258
AegisName: Wicked_Nymph_Card
Name: Evil Nymph Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus bMaxSP,50;
- Id: 4259
AegisName: Wooden_Golem_Card
Name: Wooden Golem Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus bHPrecovRate,30;
- Id: 4260
AegisName: Wootan_Shooter_Card
Name: Wootan Shooter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus2 bResEff,Eff_Confusion,2000;
- Id: 4261
AegisName: Wootan_Fighter_Card
Name: Wootan Fighter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus2 bResEff,Eff_Bleeding,2000;
- Id: 4262
AegisName: Evil_Cloud_Hermit_Card
Name: Cloud Hermit Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12029,RC_Plant,100;
- Id: 4263
AegisName: Incant_Samurai_Card
Name: Samurai Spector Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bIgnoreDefClass,Class_Normal;
bonus bHPrecovRate,-100;
bonus2 bHPLossRate,666,10000;
UnEquipScript: |
if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
heal (1-Hp),0;
}
else {
heal -999,0;
}
- Id: 4264
AegisName: Wind_Ghost_Card
Name: Wind Ghost Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL") == 10),20;
- Id: 4265
AegisName: Li_Me_Mang_Ryang_Card
Name: Jing Guai Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12033,RC_Angel,100;
- Id: 4266
AegisName: Eclipse_Card
Name: Eclipse Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bVit,1;
- Id: 4267
AegisName: Explosion_Card
Name: Explosion Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Dragon,-20;
bonus2 bExpAddRace,RC_Dragon,10;
- Id: 4268
AegisName: Injustice_Card
Name: Injustice Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"AS_SONICBLOW",1,50;
- Id: 4269
AegisName: Incubus_Card
Name: Incubus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,-3;
bonus bSPrecovRate,-20;
bonus bMaxSP,150;
- Id: 4270
AegisName: Giant_Spider_Card
Name: Giant Spider Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Poison,600;
- Id: 4271
AegisName: Giant_Honet_Card
Name: Giant Hornet Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Wind,10;
bonus3 bAddMonsterDropItem,992,RC_Insect,100;
- Id: 4272
AegisName: Dancing_Dragon_Card
Name: Zhu Po Long Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,1;
bonus bCritical,3;
- Id: 4273
AegisName: Shellfish_Card
Name: Shell Fish Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1073,30;
- Id: 4274
AegisName: Zombie_Master_Card
Name: Zombie Master Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Undead,5;
UnEquipScript: |
heal 0,-5;
- Id: 4275
AegisName: Zombie_Prisoner_Card
Name: Zombie Prisoner Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Undead,-20;
bonus2 bExpAddRace,RC_Undead,10;
- Id: 4276
AegisName: Lord_Of_Death_Card
Name: Lord of The Dead Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;
bonus3 bAddEff,Eff_Curse,500,ATF_SHORT;
bonus3 bAddEff,Eff_Silence,500,ATF_SHORT;
bonus3 bAddEff,Eff_Poison,500,ATF_SHORT;
bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;
bonus2 bComaClass,Class_Normal,1;
- Id: 4277
AegisName: Zherlthsh_Card
Name: Zealotus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,2;
bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10;
bonus2 bSkillAtk,"DC_THROWARROW",10;
- Id: 4278
AegisName: Gibbet_Card
Name: Gibbet Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<6)
bonus bMdef,5;
- Id: 4279
AegisName: Deleter_Card
Name: Earth Deleter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bSPrecovRate,-100;
bonus bSPGainValue,10;
UnEquipScript: |
heal 0,-100;
- Id: 4280
AegisName: Geographer_Card
Name: Geographer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AL_BLESSING",2+8*(getskilllv("AL_BLESSING") == 10),30;
- Id: 4281
AegisName: Zipper_Bear_Card
Name: Zipper Bear Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,30;
bonus bSPDrainValue,-1;
if (BaseClass == Job_Merchant)
bonus bUnbreakableWeapon;
- Id: 4282
AegisName: Tengu_Card
Name: Tengu Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItemGroup,IG_Recovery,600;
- Id: 4283
AegisName: Greatest_General_Card
Name: Greatest General Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte);
- Id: 4284
AegisName: Chepet_Card
Name: Chepet Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus4 bAutoSpell,"AL_HEAL",5,50,1;
- Id: 4285
AegisName: Choco_Card
Name: Choco Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee2,5;
bonus bFlee,10;
- Id: 4286
AegisName: Karakasa_Card
Name: Karakasa Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77);
- Id: 4287
AegisName: Kapha_Card
Name: Kapha Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<6)
bonus bMdef,8;
- Id: 4288
AegisName: Carat_Card
Name: Carat Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,2;
if (getrefine()>8)
bonus bMaxSP,150;
- Id: 4289
AegisName: Caterpillar_Card
Name: Caterpillar Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Plant,5;
UnEquipScript: |
heal 0,-5;
- Id: 4290
AegisName: Cat_O_Nine_Tail_Card
Name: Cat O' Nine Tails Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMdef,3;
bonus bMagicDamageReturn,5;
- Id: 4291
AegisName: Kobold_Leader_Card
Name: Kobold Leader Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace2,RC2_Kobold,30;
- Id: 4292
AegisName: Kobold_Archer_Card
Name: Kobold Archer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Plant,7;
- Id: 4293
AegisName: Cookie_Card
Name: Cookie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,2;
bonus2 bSkillAtk,"AL_HOLYLIGHT",10;
- Id: 4294
AegisName: Quve_Card
Name: Quve Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)
bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;
- Id: 4295
AegisName: Kraben_Card
Name: Kraben Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Blind,600;
- Id: 4296
AegisName: Cramp_Card
Name: Cramp Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bGetZenyNum,500,1;
- Id: 4297
AegisName: Cruiser_Card
Name: Cruiser Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Brute,7;
bonus2 bCriticalAddRace,RC_Player_Doram,7;
- Id: 4298
AegisName: Cremy_Fear_Card
Name: Creamy Fear Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Confusion,600;
- Id: 4299
AegisName: Clock_Card
Name: Clock Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30;
- Id: 4300
AegisName: Chimera_Card
Name: Chimera Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob == Job_Assassin);
- Id: 4301
AegisName: Killer_Mantis_Card
Name: Killer Mantis Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Bleeding,600;
- Id: 4302
AegisName: Tao_Gunka_Card
Name: Tao Gunka Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,100;
bonus bDef,-50;
bonus bMdef,-50;
- Id: 4303
AegisName: Whisper_Boss_Card
Name: Giant Whisper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,10;
if (readparam(bStr)>=80) bonus bBaseAtk,20;
if (readparam(bVit)>=80) bonus bMaxHPrate,3;
if (readparam(bLuk)>=80) bonus bCritical,3;
- Id: 4304
AegisName: Tamruan_Card
Name: Tamruan Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDef,2;
bonus2 bSkillAtk,"CR_SHIELDCHARGE",10;
bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",10;
- Id: 4305
AegisName: Turtle_General_Card
Name: Turtle General Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddClass,Class_All,20;
bonus3 bAutoSpell,"SM_MAGNUM",10,30;
- Id: 4306
AegisName: Toad_Card
Name: Toad Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee2,1;
- Id: 4307
AegisName: Kind_Of_Beetle_Card
Name: Beetle King Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Fish,5;
UnEquipScript: |
heal 0,-5;
- Id: 4308
AegisName: Tri_Joint_Card
Name: Tri Joint Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Formless,5;
UnEquipScript: |
heal 0,-5;
- Id: 4309
AegisName: Parasite_Card
Name: Parasite Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus2 bSubRace,RC_Formless,5;
- Id: 4310
AegisName: Panzer_Goblin_Card
Name: Panzer Goblin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Demon,7;
- Id: 4311
AegisName: Permeter_Card
Name: Permeter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Dark,15;
bonus2 bSubEle,Ele_Undead,15;
- Id: 4312
AegisName: Fur_Seal_Card
Name: Seal Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,3;
bonus bHit,10;
if (BaseClass == Job_Acolyte) {
bonus2 bCriticalAddRace,RC_Undead,9;
bonus2 bCriticalAddRace,RC_Demon,9;
}
- Id: 4313
AegisName: Punk_Card
Name: Punk Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE") == 5),50,0;
- Id: 4314
AegisName: Penomena_Card
Name: Penomena Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Formless,30;
- Id: 4315
AegisName: Pest_Card
Name: Pest Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77);
- Id: 4316
AegisName: Fake_Angel_Card
Name: False Angel Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_Angel,5;
UnEquipScript: |
heal 0,-5;
- Id: 4317
AegisName: Mobster_Card
Name: Mobster Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCritAtkRate,15;
if (BaseClass == Job_Thief)
bonus bCritical,4;
- Id: 4318
AegisName: Knight_Windstorm_Card
Name: Stormy Knight Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"WZ_STORMGUST",2,20;
bonus2 bAddEff,Eff_Freeze,2000;
- Id: 4319
AegisName: Freezer_Card
Name: Freezer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,300;
if (getrefine()>=9)
bonus2 bSkillAtk,"SM_BASH",10;
- Id: 4320
AegisName: Bloody_Knight_Card
Name: Bloody Knight Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"WZ_METEOR",1,20;
- Id: 4321
AegisName: Hylozoist_Card
Name: Hylozoist Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bClassChange,100;
- Id: 4322
AegisName: High_Orc_Card
Name: High Orc Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDef,1;
bonus bShortWeaponDamageReturn,5;
- Id: 4323
AegisName: Garm_Baby_Card
Name: Hatii Babe Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"MG_FROSTDIVER",3,50;
- Id: 4324
AegisName: Garm_Card
Name: Hatii Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEffWhenHit,Eff_Freeze,5000;
- Id: 4325
AegisName: Harpy_Card
Name: Harpy Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Neutral,15;
bonus2 bSkillAtk,"MG_NAPALMBEAT",5;
- Id: 4326
AegisName: See_Otter_Card
Name: Sea-Otter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddItemGroupHealRate,IG_Fish,50;
bonus3 bAddMonsterDropItem,551,RC_Fish,300;
bonus3 bAddMonsterDropItem,544,RC_Fish,300;
- Id: 4327
AegisName: Blood_Butterfly_Card
Name: Bloody Butterfly Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bCastrate,30;
bonus bNoCastCancel;
bonus2 bSkillAtk,"MG_FIREWALL",5;
- Id: 4328
AegisName: Hyegun_Card
Name: Yao Jun Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,15;
bonus bCritical,1;
- Id: 4329
AegisName: Phendark_Card
Name: Phendark Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSPGainRace,RC_DemiHuman,5;
bonus2 bSPGainRace,RC_Player_Human,5;
UnEquipScript: |
heal 0,-5;
- Id: 4330
AegisName: Dark_Snake_Lord_Card
Name: Evil Snake Lord Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,3;
bonus2 bResEff,Eff_Blind,10000;
bonus2 bResEff,Eff_Curse,10000;
- Id: 4331
AegisName: Heater_Card
Name: Heater Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bCritical,3;
if (BaseClass == Job_Swordman)
bonus bFlee2,3;
- Id: 4332
AegisName: Waste_Stove_Card
Name: Waste Stove Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus bInt,1;
- Id: 4333
AegisName: Venomous_Card
Name: Venomous Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF;
- Id: 4334
AegisName: Noxious_Card
Name: Noxious Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bLongAtkDef,10;
bonus2 bSubEle,Ele_Neutral,10;
- Id: 4335
AegisName: Pitman_Card
Name: Pitman Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"WZ_EARTHSPIKE",5;
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",5;
UnEquipScript: |
heal 0,-50;
- Id: 4336
AegisName: Ungoliant_Card
Name: Ungoliant Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bHPrecovRate,10;
bonus2 bResEff,Eff_Bleeding,10000;
- Id: 4337
AegisName: Porcellio_Card
Name: Porcellio Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,25;
bonus bDef,-5;
- Id: 4338
AegisName: Obsidian_Card
Name: Obsidian Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,readparam(bDex)/18;
- Id: 4339
AegisName: Mineral_Card
Name: Mineral Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,-25;
bonus bDef,3;
- Id: 4340
AegisName: Teddy_Bear_Card
Name: Teddy Bear Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubRace,RC_Undead,30;
- Id: 4341
AegisName: Metaling_Card
Name: Metaling Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"RG_STRIPWEAPON",1,50;
- Id: 4342
AegisName: Rsx_0806_Card
Name: RSX-0806 Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,3;
bonus bUnbreakableArmor;
bonus bNoKnockback;
- Id: 4343
AegisName: Mole_Card
Name: Holden Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,2;
- Id: 4344
AegisName: Anopheles_Card
Name: Anopheles Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12058,RC_Insect,50;
- Id: 4345
AegisName: Hill_Wind_Card
Name: Hill Wind Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"MG_THUNDERSTORM",5;
bonus2 bSkillAtk,"WZ_JUPITEL",5;
bonus2 bSkillAtk,"WZ_VERMILION",5;
UnEquipScript: |
heal 0,-50;
- Id: 4346
AegisName: Ygnizem_Card
Name: Egnigem Cenia Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bStr,readparam(bInt)/18;
- Id: 4347
AegisName: Armaia_Card
Name: Armeyer Dinze Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12053,RC_Fish,50;
- Id: 4348
AegisName: Whikebain_Card
Name: Wickebine Tres Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"RG_STRIPARMOR",1,50;
- Id: 4349
AegisName: Erend_Card
Name: Errende Ebecee Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,50,0;
- Id: 4350
AegisName: Rawrel_Card
Name: Laurell Weinder Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"WZ_FROSTNOVA",3;
bonus2 bSkillAtk,"WZ_STORMGUST",3;
UnEquipScript: |
heal 0,-50;
- Id: 4351
AegisName: Kavac_Card
Name: Kavach Icarus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<=4) {
bonus bFlee,20;
bonus bFlee2,1;
}
else {
bonus bFlee,10;
}
- Id: 4352
AegisName: B_Ygnizem_Card
Name: General Egnigem Cenia Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bHPRegenRate,50,10000;
bonus2 bSPRegenRate,10,10000;
- Id: 4353
AegisName: Removal_Card
Name: Remover Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,800-40*getrefine();
bonus bHPrecovRate,10;
- Id: 4354
AegisName: Gemini_Card
Name: Gemini-S58 Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
if (readparam(bAgi)>=90) {
bonus2 bResEff,Eff_Silence,3000;
bonus2 bResEff,Eff_Stun,3000;
}
if (readparam(bVit)>=80) {
bonus2 bResEff,Eff_Stone,5000;
bonus2 bResEff,Eff_Sleep,5000;
}
- Id: 4355
AegisName: Gremlin_Card
Name: Gremlin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12043,RC_Brute,50;
- Id: 4356
AegisName: Beholder_Card
Name: Beholder Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "SA_CASTCANCEL",1;
- Id: 4357
AegisName: B_Seyren_Card
Name: Lord Knight Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
skill "LK_BERSERK",1;
bonus bMaxHPrate,-50;
- Id: 4358
AegisName: Seyren_Card
Name: Seyren Windsor Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bStr,getrefine()-6;
- Id: 4359
AegisName: B_Eremes_Card
Name: Assassin Cross Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
skill "AS_CLOAKING",3;
UnEquipScript: |
sc_end SC_CLOAKING;
- Id: 4360
AegisName: Eremes_Card
Name: Eremes Guile Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bCriticalAddRace,RC_DemiHuman,10;
bonus2 bCriticalAddRace,RC_Player_Human,10;
- Id: 4361
AegisName: B_Harword_Card
Name: MasterSmith Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBreakWeaponRate,1000;
bonus bBreakArmorRate,700;
- Id: 4362
AegisName: Harword_Card
Name: Howard Alt-Eisen Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bAspdRate,-5;
bonus bHit,30;
- Id: 4363
AegisName: B_Magaleta_Card
Name: High Priest Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,50,BF_WEAPON|BF_MAGIC,0;
- Id: 4364
AegisName: Magaleta_Card
Name: Margaretha Sorin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus5 bAutoSpellWhenHit,"PR_LEXDIVINA",5,150,BF_MAGIC,1;
- Id: 4365
AegisName: B_Katrinn_Card
Name: High Wizard Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bIgnoreMdefClassRate,Class_Normal,100;
bonus bCastrate,100;
bonus bSPrecovRate,-100;
UnEquipScript: |
heal 0,-2000;
- Id: 4366
AegisName: Katrinn_Card
Name: Kathryne Keyron Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bCastrate,getrefine()*-1;
if (getrefine()>=9) {
bonus bMatkRate,2;
}
- Id: 4367
AegisName: B_Shecil_Card
Name: Sniper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bHPDrainRate,50,20;
bonus bHPrecovRate,-10;
- Id: 4368
AegisName: Shecil_Card
Name: Cecil Damon Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bAspdRate,5;
bonus bHit,-30;
- Id: 4369
AegisName: Venatu_Card
Name: Venatu Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,readparam(bAgi)/18;
- Id: 4370
AegisName: Dimik_Card
Name: Dimik Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bVit,getrefine()-5;
- Id: 4371
AegisName: Archdam_Card
Name: Archdam Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,10;
bonus bCastrate,20;
- Id: 4372
AegisName: Bacsojin_Card
Name: White Lady Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bHealPower,30;
bonus bUseSPrate,15;
- Id: 4373
AegisName: Chung_E_Card
Name: Green Maiden Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bLuk,getrefine()-5;
bonus bCritical,getrefine();
- Id: 4374
AegisName: Apocalips_H_Card
Name: Vesper Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bDex,2;
bonus2 bIgnoreMdefClassRate,Class_Boss,30;
- Id: 4375
AegisName: Orc_Baby_Card
Name: Orc Baby Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
if (getrefine()>=9) {
bonus2 bSubEle,Ele_Neutral,15;
bonus bFlee,15;
}
else {
bonus2 bSubEle,Ele_Neutral,10;
bonus bFlee,10;
}
- Id: 4376
AegisName: Lady_Tanee_Card
Name: Lady Tanee Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHPrate,-40;
bonus bMaxSPrate,50;
bonus2 bAddMonsterDropItem,513,200;
bonus2 bAddItemHealRate,513,100;
- Id: 4377
AegisName: Green_Iguana_Card
Name: Grove Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12063,RC_Formless,50;
- Id: 4378
AegisName: Acidus_Card
Name: Gold Acidus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<=4) {
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
bonus bHPrecovRate,5;
bonus bSPrecovRate,5;
}
else {
bonus bMaxHPrate,4;
bonus bMaxSPrate,4;
}
- Id: 4379
AegisName: Acidus__Card
Name: Blue Acidus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
if (getrefine()<=4) {
bonus bSPrecovRate,5;
bonus bMaxSP,80;
}
else {
bonus bMaxSP,40;
}
- Id: 4380
AegisName: Ferus_Card
Name: Red Ferus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"WZ_FIREPILLAR",5;
bonus2 bSkillAtk,"WZ_METEOR",5;
UnEquipScript: |
heal 0,-50;
- Id: 4381
AegisName: Ferus__Card
Name: Green Ferus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bVit,1;
bonus bMaxHPrate,10;
- Id: 4382
AegisName: Novus__Card
Name: Yellow Novus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMaxHP,500;
bonus bHPrecovRate,10;
- Id: 4383
AegisName: Novus_Card
Name: Red Novus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF;
- Id: 4384
AegisName: Hydro_Card
Name: Hydrolancer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"SA_SPELLBREAKER",1,100;
- Id: 4385
AegisName: Dragon_Egg_Card
Name: Dragon Egg Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12048,RC_Dragon,50;
- Id: 4386
AegisName: Detale_Card
Name: Detardeurus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMdef,-20;
bonus2 bResEff,Eff_Freeze,10000;
bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,70,BF_MAGIC,0;
- Id: 4387
AegisName: Ancient_Mimic_Card
Name: Ancient Mimic Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,readparam(bLuk)/18;
- Id: 4388
AegisName: Deathword_Card
Name: Death Word Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"MG_NAPALMBEAT",5;
bonus2 bSkillAtk,"MG_SOULSTRIKE",5;
bonus2 bSkillAtk,"HW_NAPALMVULCAN",5;
UnEquipScript: |
heal 0,-50;
- Id: 4389
AegisName: Plasma_Card
Name: Plasma Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,12118,50;
bonus2 bAddMonsterDropItem,12119,50;
bonus2 bAddMonsterDropItem,12120,50;
bonus2 bAddMonsterDropItem,12121,50;
- Id: 4390
AegisName: Breeze_Card
Name: Breeze Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus2 bAddEff,Eff_Bleeding,500;
- Id: 4391
AegisName: Retribution_Card
Name: Baroness of Retribution Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddMonsterDropItem,12068,RC_Angel,50;
- Id: 4392
AegisName: Observation_Card
Name: Dame of Sentinel Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bDex,readparam(bVit)/18;
- Id: 4393
AegisName: Shelter_Card
Name: Mistress of Shelter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bInt,readparam(bStr)/18;
- Id: 4394
AegisName: Solace_Card
Name: Lady Solace Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
if (BaseJob == Job_Priest)
bonus3 bAutoSpell,"CR_GRANDCROSS",5,20;
- Id: 4395
AegisName: Tha_Maero_Card
Name: Maero of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus3 bAutoSpell,"AL_DECAGI",3,50;
- Id: 4396
AegisName: Tha_Odium_Card
Name: Odium of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bAgi,getrefine()-5;
- Id: 4397
AegisName: Tha_Despero_Card
Name: Despero of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bInt,getrefine()-6;
- Id: 4398
AegisName: Tha_Dolor_Card
Name: Dolor of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bMagicAddRace,RC_Angel,10;
- Id: 4399
AegisName: Thanatos_Card
Name: Memory of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bDefRatioAtkClass,Class_All;
bonus bSPDrainValue,-1;
bonus bDef,-30;
bonus bFlee,-30;
- Id: 4400
AegisName: Aliza_Card
Name: Aliza Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"DC_WINKCHARM",1,50+50*(BaseJob == Job_Dancer);
- Id: 4401
AegisName: Alicel_Card
Name: Alicel Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,10;
bonus bDef,-5;
- Id: 4402
AegisName: Aliot_Card
Name: Aliot Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {
bonus bStr,2;
bonus bMaxHPrate,5;
}
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {
bonus bInt,2;
bonus bMaxSPrate,5;
}
- Id: 4403
AegisName: Kiel_Card
Name: Kiel-D-01 Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bDelayRate,-30;
- Id: 4404
AegisName: Skogul_Card
Name: Skogul Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF;
- Id: 4405
AegisName: Frus_Card
Name: Frus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMagicDamageReturn,getrefine()*2;
if (BaseClass == Job_Mage)
bonus bMdef,3;
- Id: 4406
AegisName: Skeggiold_Card
Name: Skeggiold Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bMagicAddRace,RC_Demon,2;
- Id: 4407
AegisName: Randgris_Card
Name: Randgris Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bUnbreakableWeapon;
bonus2 bAddClass,Class_All,10;
bonus3 bAutoSpell,"SA_DISPELL",1,50;
- Id: 4408
AegisName: Gloom_Under_Night_Card
Name: Gloom Under Night Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Holy,40;
bonus2 bAddEle,Ele_Dark,40;
bonus2 bAddRace,RC_Angel,40;
bonus2 bAddRace,RC_Demon,40;
- Id: 4409
AegisName: Agav_Card
Name: Agav Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMatkRate,5;
bonus bDef,-10;
if (BaseClass == Job_Mage)
bonus bMaxSP,100;
- Id: 4410
AegisName: Echio_Card
Name: Echio Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,15;
if (BaseClass == Job_Swordman)
bonus bMaxHP,500;
- Id: 4411
AegisName: Vanberk_Card
Name: Vanberk Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bStr,2;
autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";
- Id: 4412
AegisName: Isilla_Card
Name: Isilla Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus bInt,2;
autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";
- Id: 4413
AegisName: Hodremlin_Card
Name: Hodremlin Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubSize,Size_All,15;
autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }";
- Id: 4414
AegisName: Seeker_Card
Name: Seeker Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
skill "MG_STONECURSE",1;
bonus2 bResEff,Eff_Stone,3000;
bonus bMdef,10;
- Id: 4415
AegisName: Snowier_Card
Name: Snowier Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddMonsterDropItem,536,2000;
bonus2 bAddItemHealRate,536,100;
- Id: 4416
AegisName: Siroma_Card
Name: Siroma Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"MG_COLDBOLT",25;
bonus2 bCastrate,"MG_COLDBOLT",-25;
- Id: 4417
AegisName: Ice_Titan_Card
Name: Ice Titan Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bVit,2;
autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }";
- Id: 4418
AegisName: Gazeti_Card
Name: Gazeti Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"MG_COLDBOLT",2,100;
- Id: 4419
AegisName: Ktullanux_Card
Name: Ktullanux Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddEle,Ele_Fire,50;
bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,20,BF_WEAPON|BF_MAGIC,0;
- Id: 4420
AegisName: Muscipular_Card
Name: Muscipular Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpellWhenHit,"AL_HEAL",1,100;
bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;
- Id: 4421
AegisName: Drosera_Card
Name: Drosera Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bCriticalLong,15;
- Id: 4422
AegisName: Roween_Card
Name: Roween Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bFlee,5;
bonus bFlee2,3;
bonus2 bAddEle,Ele_Water,10;
bonus2 bCriticalAddRace,RC_Fish,15;
- Id: 4423
AegisName: Galion_Card
Name: Galion Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bHit,5;
bonus2 bAddEle,Ele_Water,5;
- Id: 4424
AegisName: Stapo_Card
Name: Stapo Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
skill "TF_PICKSTONE",1;
skill "TF_THROWSTONE",1;
- Id: 4425
AegisName: Atroce_Card
Name: Atroce Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,25;
autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
- Id: 4426
AegisName: Byorgue_Card
Name: Byorgue Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
if (BaseJob == Job_Rogue) {
bonus bMatkRate,10;
bonus2 bAddClass,Class_All,10;
}
- Id: 4427
AegisName: Sword_Guardian_Card
Name: Sword Guardian Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,62,25;
}
- Id: 4428
AegisName: Bow_Guardian_Card
Name: Bow Guardian Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,47,50;
}
- Id: 4429
AegisName: Salamander_Card
Name: Salamander Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"WZ_FIREPILLAR",40;
bonus2 bSkillAtk,"WZ_METEOR",40;
- Id: 4430
AegisName: Ifrit_Card
Name: Ifrit Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,(JobLevel/10);
bonus bCritical,(JobLevel/10);
bonus bHit,(JobLevel/10);
bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",2,10;
- Id: 4431
AegisName: Kasa_Card
Name: Kasa Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus3 bAutoSpell,"MG_FIREBALL",5,20;
bonus3 bAutoSpell,"MG_FIREBOLT",5,20;
- Id: 4432
AegisName: Magmaring_Card
Name: Magmaring Card
Type: Card
Buy: 20
Weight: 10
Locations:
Garment: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,5;
bonus2 bAddEle,Ele_Earth,10;
bonus2 bCriticalAddRace,RC_Brute,15;
bonus2 bCriticalAddRace,RC_Player_Doram,15;
bonus2 bCriticalAddRace,RC_Plant,15;
- Id: 4433
AegisName: Imp_Card
Name: Imp Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bSkillAtk,"MG_FIREBOLT",25;
bonus2 bCastrate,"MG_FIREBOLT",-25;
- Id: 4434
AegisName: Knocker_Card
Name: Knocker Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_Formless,5;
bonus3 bAddMonsterDropItem,756,RC_Formless,10;
bonus3 bAddMonsterDropItem,757,RC_Formless,10;
- Id: 4435
AegisName: Zombie_Slaughter_Card
Name: Zombie Slaughter Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus2 bAddRace,RC_DemiHuman,1;
bonus2 bAddRace,RC_Player_Human,1;
bonus2 bMagicAddRace,RC_DemiHuman,1;
bonus2 bMagicAddRace,RC_Player_Human,1;
bonus bHPGainValue,50;
- Id: 4436
AegisName: Ragged_Zombie_Card
Name: Ragged Zombie Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus2 bCriticalAddRace,RC_DemiHuman,5;
bonus2 bCriticalAddRace,RC_Player_Human,5;
bonus2 bAddRace,RC_DemiHuman,1;
bonus2 bAddRace,RC_Player_Human,1;
bonus2 bMagicAddRace,RC_DemiHuman,1;
bonus2 bMagicAddRace,RC_Player_Human,1;
bonus2 bAddEff2,Eff_Bleeding,10;
- Id: 4437
AegisName: Hell_Poodle_Card
Name: Hell Poodle Card
Type: Card
Buy: 20
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
Script: |
bonus bHit,1;
bonus2 bAddItemHealRate,517,100;
bonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;
- Id: 4438
AegisName: Banshee_Card
Name: Banshee Card
Type: Card
Buy: 20
Weight: 10
Locations:
Head_Low: true
Head_Mid: true
Head_Top: true
Flags:
BuyingStore: true
Script: |
if (BaseClass == Job_Mage) {
bonus bMaxSP,100;
bonus bMaxHP,-100;
bonus2 bSkillAtk,"MG_NAPALMBEAT",20;
bonus2 bSkillAtk,"MG_SOULSTRIKE",20;
bonus2 bSkillAtk,"HW_NAPALMVULCAN",20;
}
- Id: 4439
AegisName: Flame_Skull_Card
Name: Flame Skull Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bResEff,Eff_Blind,3000;
bonus2 bResEff,Eff_Stun,3000;
bonus2 bResEff,Eff_Curse,3000;
bonus2 bResEff,Eff_Stone,3000;
bonus2 bAddEffWhenHit,Eff_Blind,500;
bonus2 bAddEffWhenHit,Eff_Stun,500;
bonus2 bAddEffWhenHit,Eff_Curse,500;
bonus2 bAddEffWhenHit,Eff_Stone,500;
- Id: 4440
AegisName: Necromancer_Card
Name: Necromancer Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) {
bonus bInt,1;
bonus2 bIgnoreMdefClassRate,Class_Normal,2;
bonus2 bIgnoreMdefClassRate,Class_Boss,2;
}
- Id: 4441
AegisName: Fallen_Bishop_Card
Name: Fallen Bishop Hibram Card
Type: Card
Buy: 20
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
Script: |
bonus bMatkRate,10;
bonus bMaxSPrate,-50;
bonus2 bMagicAddRace,RC_Angel,50;
bonus2 bMagicAddRace,RC_DemiHuman,50;
bonus2 bMagicAddRace,RC_Player_Human,50;
- Id: 4442
AegisName: Tatacho_Card
Name: Tatacho Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Neutral,20;
bonus2 bAddEle,Ele_Neutral,5;
- Id: 4443
AegisName: Aqua_Elemental_Card
Name: Aqua Elemental Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Water,20;
bonus2 bAddEle,Ele_Water,5;
- Id: 4444
AegisName: Draco_Card
Name: Draco Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Earth,20;
bonus2 bAddEle,Ele_Earth,5;
- Id: 4445
AegisName: Luciola_Vespa_Card
Name: Luciola Vespa Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Wind,20;
bonus2 bAddEle,Ele_Wind,5;
- Id: 4447
AegisName: Centipede_Card
Name: Centipede Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Poison,20;
bonus2 bAddEle,Ele_Poison,5;
- Id: 4448
AegisName: Cornus_Card
Name: Cornus Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Holy,20;
bonus2 bAddEle,Ele_Holy,5;
- Id: 4449
AegisName: Dark_Shadow_Card
Name: Dark Shadow Card
Type: Card
Buy: 20
Weight: 10
Locations:
Left_Hand: true
Flags:
BuyingStore: true
Script: |
bonus2 bSubEle,Ele_Dark,20;
bonus2 bAddEle,Ele_Dark,5;
- Id: 4450
AegisName: Banshee_Master_Card
Name: Banshee Master Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus bMatk,10;
- Id: 4451
AegisName: Ant_Buyanne_Card
Name: Entweihen Crothen Card
Type: Card
Buy: 20
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
Script: |
bonus bMatk,100;
- Id: 4452
AegisName: Centipede_Larva_Card
Name: Centipede Larva Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bInt,1;
bonus bMatk,3;
- Id: 4453
AegisName: Hilsrion_Card
Name: Hillsrion Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
Script: |
bonus bBaseAtk,25;
- Id: 4700
AegisName: Strength1
Name: STR+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,1;
- Id: 4701
AegisName: Strength2
Name: STR+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,2;
- Id: 4702
AegisName: Strength3
Name: STR+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,3;
- Id: 4703
AegisName: Strength4
Name: STR+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,4;
- Id: 4704
AegisName: Strength5
Name: STR+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,5;
- Id: 4705
AegisName: Strength6
Name: STR+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,6;
- Id: 4706
AegisName: Strength7
Name: STR+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,7;
- Id: 4707
AegisName: Strength8
Name: STR+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,8;
- Id: 4708
AegisName: Strength9
Name: STR+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,9;
- Id: 4709
AegisName: Strength10
Name: STR+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bStr,10;
- Id: 4710
AegisName: Inteligence1
Name: INT+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,1;
- Id: 4711
AegisName: Inteligence2
Name: INT+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,2;
- Id: 4712
AegisName: Inteligence3
Name: INT+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,3;
- Id: 4713
AegisName: Inteligence4
Name: INT+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,4;
- Id: 4714
AegisName: Inteligence5
Name: INT+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,5;
- Id: 4715
AegisName: Inteligence6
Name: INT+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,6;
- Id: 4716
AegisName: Inteligence7
Name: INT+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,7;
- Id: 4717
AegisName: Inteligence8
Name: INT+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,8;
- Id: 4718
AegisName: Inteligence9
Name: INT+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,9;
- Id: 4719
AegisName: Inteligence10
Name: INT+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bInt,10;
- Id: 4720
AegisName: Dexterity1
Name: DEX+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,1;
- Id: 4721
AegisName: Dexterity2
Name: DEX+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,2;
- Id: 4722
AegisName: Dexterity3
Name: DEX+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,3;
- Id: 4723
AegisName: Dexterity4
Name: DEX+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,4;
- Id: 4724
AegisName: Dexterity5
Name: DEX+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,5;
- Id: 4725
AegisName: Dexterity6
Name: DEX+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,6;
- Id: 4726
AegisName: Dexterity7
Name: DEX+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,7;
- Id: 4727
AegisName: Dexterity8
Name: DEX+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,8;
- Id: 4728
AegisName: Dexterity9
Name: DEX+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,9;
- Id: 4729
AegisName: Dexterity10
Name: DEX+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bDex,10;
- Id: 4730
AegisName: Agility1
Name: AGI+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,1;
- Id: 4731
AegisName: Agility2
Name: AGI+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,2;
- Id: 4732
AegisName: Agility3
Name: AGI+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,3;
- Id: 4733
AegisName: Agility4
Name: AGI+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,4;
- Id: 4734
AegisName: Agility5
Name: AGI+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,5;
- Id: 4735
AegisName: Agility6
Name: AGI+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,6;
- Id: 4736
AegisName: Agility7
Name: AGI+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,7;
- Id: 4737
AegisName: Agility8
Name: AGI+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,8;
- Id: 4738
AegisName: Agility9
Name: AGI+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,9;
- Id: 4739
AegisName: Agility10
Name: AGI+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bAgi,10;
- Id: 4740
AegisName: Vitality1
Name: VIT+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,1;
- Id: 4741
AegisName: Vitality2
Name: VIT+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,2;
- Id: 4742
AegisName: Vitality3
Name: VIT+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,3;
- Id: 4743
AegisName: Vitality4
Name: VIT+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,4;
- Id: 4744
AegisName: Vitality5
Name: VIT+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,5;
- Id: 4745
AegisName: Vitality6
Name: VIT+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,6;
- Id: 4746
AegisName: Vitality7
Name: VIT+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,7;
- Id: 4747
AegisName: Vitality8
Name: VIT+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,8;
- Id: 4748
AegisName: Vitality9
Name: VIT+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,9;
- Id: 4749
AegisName: Vitality10
Name: VIT+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bVit,10;
- Id: 4750
AegisName: Luck1
Name: LUK+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,1;
- Id: 4751
AegisName: Luck2
Name: LUK+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,2;
- Id: 4752
AegisName: Luck3
Name: LUK+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,3;
- Id: 4753
AegisName: Luck4
Name: LUK+4
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,4;
- Id: 4754
AegisName: Luck5
Name: LUK+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,5;
- Id: 4755
AegisName: Luck6
Name: LUK+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,6;
- Id: 4756
AegisName: Luck7
Name: LUK+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,7;
- Id: 4757
AegisName: Luck8
Name: LUK+8
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,8;
- Id: 4758
AegisName: Luck9
Name: LUK+9
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,9;
- Id: 4759
AegisName: Luck10
Name: LUK+10
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bLuk,10;
- Id: 4760
AegisName: Matk1
Name: MATK+1%
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bMatkRate,1;
- Id: 4761
AegisName: Matk2
Name: MATK+2%
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bMatkRate,2;
- Id: 4762
AegisName: Evasion6
Name: FLEE+6
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bFlee,6;
- Id: 4763
AegisName: Evasion12
Name: FLEE+12
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bFlee,12;
- Id: 4764
AegisName: Critical5
Name: CRI+5
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bCritical,5;
- Id: 4765
AegisName: Critical7
Name: CRI+7
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus bCritical,7;
- Id: 4766
AegisName: Atk2
Name: ATK+2%
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus2 bAddClass,Class_All,2;
- Id: 4767
AegisName: Atk3
Name: ATK+3%
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
Script: |
bonus2 bAddClass,Class_All,3;
- Id: 4768
AegisName: Str1_J
Name: STR+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4769
AegisName: Str2_J
Name: STR+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4770
AegisName: Str3_J
Name: STR+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4771
AegisName: Int1_J
Name: INT+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4772
AegisName: Int2_J
Name: INT+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4773
AegisName: Int3_J
Name: INT+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4774
AegisName: Vit1_J
Name: VIT+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4775
AegisName: Vit2_J
Name: VIT+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4776
AegisName: Vit3_J
Name: VIT+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4777
AegisName: Agi1_J
Name: AGI+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4778
AegisName: Agi2_J
Name: AGI+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4779
AegisName: Agi3_J
Name: AGI+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4780
AegisName: Dex1_J
Name: DEX+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4781
AegisName: Dex2_J
Name: DEX+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4782
AegisName: Dex3_J
Name: DEX+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4783
AegisName: Luk1_J
Name: LUK+1
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4784
AegisName: Luk2_J
Name: LUK+2
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 4785
AegisName: Luk3_J
Name: LUK+3
Type: Card
SubType: Enchant
Buy: 20
Weight: 10
- Id: 6000
AegisName: Dark_Ashes
Name: Ashes of Darkness
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6001
AegisName: Essence_Of_Fire
Name: Essence of Fire
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6002
AegisName: Token_Of_Apostle
Name: Token of Apostle
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6003
AegisName: Soul_Pendant
Name: Pendant of Spirit
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6004
AegisName: Bapho_Doll
Name: Cursed Baphomet Doll
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6005
AegisName: New_Year_Rice_Cake
Name: New Year Rice Cake
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6006
AegisName: Rice_Cake_Delivery_Box
Name: Rice Cake Delivery Box
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6007
AegisName: New_Year_Rice_Cake_Soup
Name: New Year Rice Cake Soup
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6008
AegisName: Wood
Name: Wood
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6009
AegisName: Large_Magical_Fan
Name: Big Fan Of Magic
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6010
AegisName: Pickaxe
Name: Hoe
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 6011
AegisName: Blue_Card_B
Name: Blue B Card
Type: Etc
Weight: 10
- Id: 6012
AegisName: Blue_Card_C
Name: Blue C Card
Type: Etc
Weight: 10
- Id: 6013
AegisName: Blue_Card_J
Name: Blue J Card
Type: Etc
Weight: 10
- Id: 6015
AegisName: Blue_Card_M
Name: Blue M Card
Type: Etc
Weight: 10
- Id: 6016
AegisName: Blue_Card_Q
Name: Blue Q Card
Type: Etc
Weight: 10
- Id: 6017
AegisName: Blue_Card_T
Name: Blue T Card
Type: Etc
Weight: 10
- Id: 6018
AegisName: Blue_Card_V
Name: Blue V Card
Type: Etc
Weight: 10
- Id: 6019
AegisName: Blue_Card_Z
Name: Blue Z Card
Type: Etc
Weight: 10
- Id: 6020
AegisName: Fur
Name: Fur
Type: Etc
Buy: 704
Weight: 10
Flags:
BuyingStore: true
- Id: 6021
AegisName: Peaked_Hat
Name: Peaked Hat
Type: Etc
Buy: 433
Weight: 10
Flags:
BuyingStore: true
- Id: 6022
AegisName: Hard_Skin
Name: Hard Skin
Type: Etc
Buy: 884
Weight: 10
Flags:
BuyingStore: true
- Id: 6023
AegisName: Mystic_Horn
Name: Mystic Horn
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6024
AegisName: 17Carat_Dia
Name: 17Carat Diamond
Type: Etc
Weight: 10
- Id: 6025
AegisName: Towel_Of_Memory
Name: Towel of Memory
Type: Etc
- Id: 6026
AegisName: Marriage_Covenant
Name: Written Oath Of Marriage
Type: Etc
Weight: 10
- Id: 6027
AegisName: Crystal_Of_Feardoom
Name: Crystal Of Feardom
Type: Etc
- Id: 6028
AegisName: Seal_Scroll
Name: Sealed Scroll
Type: Etc
- Id: 6029
AegisName: Morocc_Tracing_Log
Name: Morocc Tracing Log
Type: Etc
- Id: 6030
AegisName: Glitering_PaperA
Name: Glittering Paper
Type: Etc
Weight: 10
- Id: 6031
AegisName: Glitering_PaperB
Name: Glittering Paper
Type: Etc
Weight: 10
- Id: 6032
AegisName: Horn_Of_Hilsrion
Name: Horn of Hillslion
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6033
AegisName: Horn_Of_Tendrilion
Name: Horn of Tendrilion
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6034
AegisName: Weird_Part
Name: Weird Part
Type: Etc
- Id: 6035
AegisName: Decaying_Stem
Name: Decaying Stem
Type: Etc
- Id: 6036
AegisName: Invite_To_Meeting
Name: Meeting Invitation
Type: Etc
Weight: 10
- Id: 6037
AegisName: Rough_File
Name: Messy File
Type: Etc
- Id: 6038
AegisName: Neat_Report
Name: Neat Report
Type: Etc
Weight: 10
- Id: 6039
AegisName: Piece_Of_Fish
Name: Piece of Fish
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6040
AegisName: Some_Of_Report
Name: Part of a Report
Type: Etc
- Id: 6041
AegisName: Strong_Bine
Name: Strong Vine
Type: Etc
Buy: 30
Weight: 50
- Id: 6042
AegisName: Ordinary_Branch
Name: Ordinary Branch
Type: Etc
Weight: 10
- Id: 6043
AegisName: Letter_From_Lugen
Name: Letter from Lugen
Type: Etc
Weight: 10
- Id: 6044
AegisName: Letter_From_Otto
Name: Letter from Otto
Type: Etc
Weight: 10
- Id: 6045
AegisName: Supply_Box
Name: Supply Box
Type: Etc
- Id: 6048
AegisName: Unidentified_Mineral
Name: Unidentified Mineral
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6049
AegisName: Marlin
Name: Marlin
Type: Etc
Weight: 10
- Id: 6050
AegisName: Mercenary_Contract
Name: Mercenary Contract
Type: Etc
Weight: 10
- Id: 6051
AegisName: Gray_Hollow
Name: Gray Hollow
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6052
AegisName: Ornamental_Hairpin
Name: Ornament Hairpin
Type: Etc
Buy: 1
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6053
AegisName: Yuanbao
Name: Circle Step
Type: Etc
Buy: 100
Weight: 100
- Id: 6054
AegisName: Blue_Card_6
Name: Number 6 Card
Type: Etc
Weight: 10
- Id: 6055
AegisName: Blue_Card_Annyver
Name: Character Week Card
Type: Etc
Weight: 10
- Id: 6056
AegisName: Blue_Card_Sary
Name: Character Year Card
Type: Etc
Weight: 10
- Id: 6057
AegisName: Blue_Card_E
Name: Character Lee Card
Type: Etc
Weight: 10
- Id: 6058
AegisName: Blue_Card_Ven
Name: Character Ben Card
Type: Etc
Weight: 10
- Id: 6059
AegisName: Blue_Card_Nt
Name: Character Project Card
Type: Etc
Weight: 10
- Id: 6060
AegisName: Moon_Admin_Ticket
Name: Month Viewing Ticket
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6061
AegisName: Plantain
Name: Blood Beginner
Type: Etc
Buy: 100
Weight: 50
- Id: 6062
AegisName: Moon_Cake15
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6063
AegisName: Moon_Cake16
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6064
AegisName: Moon_Cake17
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6065
AegisName: Moon_Cake18
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6066
AegisName: Moon_Cake19
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6067
AegisName: Moon_Cake20
Name: Letter Moon Cake
Type: Etc
Buy: 10
Weight: 10
- Id: 6068
AegisName: Rabbit_Skin
Name: Leather Rabbit
Type: Etc
Buy: 10
Weight: 10
- Id: 6069
AegisName: ABUNDANCE
Name: Abundance
Type: Etc
Buy: 10
Weight: 10
- Id: 6070
AegisName: Shaman's_Old_Paper
Name: Shaman's Document
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6071
AegisName: Broken_Sword
Name: Broken Sword
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6072
AegisName: Wing_Of_Bizofnil
Name: Bijofnil Feather
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6073
AegisName: Dragon's_Mane
Name: Dragon's Mane
Type: Etc
Flags:
BuyingStore: true
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6074
AegisName: Bazett's_Order
Name: Bazett's Order
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6075
AegisName: Crystalized_Teardrop
Name: Crystalized Teardrop
Type: Etc
Flags:
BuyingStore: true
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6076
AegisName: Portable_Toolbox
Name: Portable Toolbox
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6077
AegisName: Rough_Mineral
Name: Rough Mineral
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6078
AegisName: Stone_Fragments
Name: Stone Fragment
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6079
AegisName: Flower_Of_Alfheim
Name: Flower Of Alfheim
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6080
AegisName: Manuk_Coin
Name: Manuk Coin
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6081
AegisName: Splendide_Coin
Name: Splendide Coin
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6082
AegisName: Spirit_Of_Alfheim
Name: Spirit Of Alfheim
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6083
AegisName: Dolly_Capsule
Name: Capsule Dolls
Type: Etc
Weight: 10
- Id: 6084
AegisName: Bradium_Fragments
Name: Bradium Fragments
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6085
AegisName: Shaggy_Muffler
Name: Shaggy Muffler
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6086
AegisName: Withered_Flower
Name: Withered Flower
Type: Etc
Buy: 890
Weight: 10
Flags:
BuyingStore: true
- Id: 6087
AegisName: Crystal_Of_Soul_01
Name: Spiritual Crystal
Type: Etc
Buy: 1050
Weight: 10
Flags:
BuyingStore: true
- Id: 6088
AegisName: Crystal_Of_Soul_02
Name: Spiritual Crystal
Type: Etc
Buy: 1050
Weight: 10
Flags:
BuyingStore: true
- Id: 6089
AegisName: Piece_Of_Darkness
Name: Dark Piece
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6090
AegisName: Purified_Bradium
Name: Refined Bradium
Type: Etc
Buy: 1100
Weight: 50
Flags:
BuyingStore: true
- Id: 6091
AegisName: Dark_Red_Scale
Name: Dark Red Scale
Type: Etc
Buy: 200000
Weight: 10
Flags:
BuyingStore: true
- Id: 6092
AegisName: Singing_Crystal_Piece
Name: Piece Of Singing Crystal
Type: Etc
Weight: 10
- Id: 6093
AegisName: Egg_Of_Draco
Name: Draco's Egg
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6094
AegisName: Traditional_Cookie
Name: Traditional Sweets
Type: Etc
Buy: 20
Weight: 10
- Id: 6095
AegisName: Flavored_Alcohol
Name: Flavored Alcohol
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6096
AegisName: Fish_With_Blue_Back
Name: Fish With Blue Back
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6097
AegisName: Pumpkin_Pie_
Name: Pumpkin Pie
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6098
AegisName: Small_Snow_Flower
Name: Small Snow Flower
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6099
AegisName: Grilled_Rice_Cake
Name: Grilled Rice Cake
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6100
AegisName: Damp_Darkness
Name: Damp Darkness
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6101
AegisName: Attendance_Card
Name: Attendance Card
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6102
AegisName: Report_On_Splendide
Name: Report On Splendide
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6103
AegisName: Report_On_Manuk
Name: Report On Manuk
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6104
AegisName: Big_Cell
Name: Big Cell
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6105
AegisName: Morning_Dew
Name: Morning Dew
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6106
AegisName: Well_Ripened_Berry
Name: Well Ripened Berry
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6107
AegisName: Sunset_On_The_Rock
Name: Sunset On The Rock
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6108
AegisName: Apple_Pudding
Name: Apple Pudding
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6109
AegisName: Plant_Neutrient
Name: Plant Neutrient
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6110
AegisName: Vital_Flower
Name: Vital Flower
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6111
AegisName: Mystic_Stone
Name: Mystic Stone
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6112
AegisName: Fresh_Plant
Name: Fresh Plant
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6113
AegisName: Vital_Flower_
Name: Vital Flower
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6114
AegisName: Flame_Gemstone
Name: Flame Gemstone
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6115
AegisName: Bun_
Name: Bun
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6116
AegisName: Succu_Pet_Coupon
Name: Succubus Pet Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6117
AegisName: Imp_Pet_Coupon
Name: Imp Pet Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6118
AegisName: Chung_E_Pet_Coupon
Name: Chung E Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6119
AegisName: Natural_Leather
Name: Cow Leather
Type: Etc
- Id: 6120
AegisName: Face_Paint
Name: Face Paint
Type: Etc
Buy: 120
Weight: 20
Flags:
BuyingStore: true
- Id: 6121
AegisName: Makeover_Brush
Name: Makeover Brush
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6122
AegisName: Paint_Brush
Name: Paint Brush
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6123
AegisName: Surface_Paint
Name: Surface Paint
Type: Etc
Buy: 200
Weight: 30
Flags:
BuyingStore: true
- Id: 6124
AegisName: Wolf's_Flute
Name: Wolf Flute
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6125
AegisName: Lucky_Box
Name: Spring Time Box
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6126
AegisName: Happy_Box
Name: Summer Happy Box
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6127
AegisName: Purification_Stone
Name: Purification Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6128
AegisName: Guillotine_Antidote
Name: Antidote
Type: Etc
Flags:
BuyingStore: true
- Id: 6129
AegisName: Ticket_Nightmare
Name: Nightmare Terror Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6130
AegisName: Ticket_Loli_Ruri
Name: Loli Ruri Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6131
AegisName: Ticket_Goblin_Leader
Name: Goblin Leader Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6132
AegisName: Ticket_Incubus
Name: Incubus Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6133
AegisName: Ticket_Miyabi_Ningyo
Name: Miyabi Ningyo Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6134
AegisName: Ticket_Whisper
Name: Giant Whisper Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6135
AegisName: Ticket_Wicked_Nymph
Name: Evil Nymph Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6136
AegisName: Ticket_Medusa
Name: Medusa Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6137
AegisName: Ticket_Stoneshooter
Name: Stone Shooter Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6138
AegisName: Ticket_Marionette
Name: Marionette Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6139
AegisName: Ticket_Leafcat
Name: Leaf Cat Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6140
AegisName: Ticket_Dullahan
Name: Dullahan Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6141
AegisName: Ticket_Shinobi
Name: Shinobi Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6142
AegisName: Ticket_Golem
Name: Golem Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6143
AegisName: Ticket_Civil_Servant
Name: Civil Servant Exchange Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6144
AegisName: Heartbroken_Tears
Name: Regrettable Tears
Type: Etc
Buy: 1000
Weight: 2
Flags:
BuyingStore: true
- Id: 6145
AegisName: Vulcan_Bullet
Name: Vulcan Bullet
Type: Etc
Buy: 10
Weight: 2
Flags:
BuyingStore: true
- Id: 6146
AegisName: Magic_Gear_Fuel
Name: Magic Gear Fuel
Type: Etc
Buy: 300
Weight: 30
Flags:
BuyingStore: true
- Id: 6147
AegisName: Liquid_Condensed_Bullet
Name: Liquid Condensed Bullet
Type: Etc
Buy: 100
Weight: 3
Flags:
BuyingStore: true
- Id: 6148
AegisName: Chocolate_Of_Eternity
Name: Eternity Of Chocolate
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6149
AegisName: Plain_Chocolate
Name: Simple Chocolate
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6150
AegisName: Key_Of_The_Mansion
Name: Key of The Mansion
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6151
AegisName: Peice_Of_Great_Bradium
Name: Giant Bradium Fragment
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6152
AegisName: Glittering_Crystal
Name: Glittering Crystal
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6153
AegisName: Special_Exchange_Coupon
Name: Special Exchange Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6154
AegisName: Broken_Horn_Pipe
Name: Broken Horn Pipe
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6155
AegisName: Coke_Membership_Card
Name: Member Card
Type: Etc
- Id: 6156
AegisName: Approval_Report
Name: Approval Report
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6157
AegisName: Poring_Ticket
Name: Poring Exchange Ticket
Type: Etc
- Id: 6158
AegisName: Drops_Ticket
Name: Drops Exchange Ticket
Type: Etc
- Id: 6159
AegisName: Poporing_Ticket
Name: Poporing Exchange Ticket
Type: Etc
- Id: 6160
AegisName: Lunatic_Ticket
Name: Lunatic Exchange Ticket
Type: Etc
- Id: 6161
AegisName: Picky_Ticket
Name: Picky Exchange Ticket
Type: Etc
- Id: 6162
AegisName: Pecopeco_Ticket
Name: Peco Peco Exchange Ticket
Type: Etc
- Id: 6163
AegisName: Savage_Baby_Ticket
Name: Savage Babe Exchange Ticket
Type: Etc
- Id: 6164
AegisName: Spore_Ticket
Name: Spore Exchange Ticket
Type: Etc
- Id: 6165
AegisName: Poison_Spore_Ticket
Name: Poison Spore Exchange Ticket
Type: Etc
- Id: 6166
AegisName: Chonchon_Ticket
Name: Chonchon Exchange Ticket
Type: Etc
- Id: 6167
AegisName: Steel_Chonchon_Ticket
Name: Steel Chonchon Exchange Ticket
Type: Etc
- Id: 6168
AegisName: Petit_Ticket
Name: Sky Petite Exchange Ticket
Type: Etc
- Id: 6169
AegisName: Deviruchi_Ticket
Name: Deviruchi Exchange Ticket
Type: Etc
- Id: 6170
AegisName: Isis_Ticket
Name: Isis Exchange Ticket
Type: Etc
- Id: 6171
AegisName: Smokie_Ticket
Name: Smokie Exchange Ticket
Type: Etc
- Id: 6172
AegisName: Dokebi_Ticket
Name: Dokebi Exchange Ticket
Type: Etc
- Id: 6173
AegisName: Desert_Wolf_B_Ticket
Name: Baby Desert Wolf Exchange Ticket
Type: Etc
- Id: 6174
AegisName: Yoyo_Ticket
Name: Yoyo Exchange Ticket
Type: Etc
- Id: 6175
AegisName: Sohee_Ticket
Name: Sohee Exchange Ticket
Type: Etc
- Id: 6176
AegisName: Rocker_Ticket
Name: Rocker Exchange Ticket
Type: Etc
- Id: 6177
AegisName: Hunter_Fly_Ticket
Name: Hunter Fly Exchange Ticket
Type: Etc
- Id: 6178
AegisName: Orc_Warrior_Ticket
Name: Orc Warrior Exchange Ticket
Type: Etc
- Id: 6179
AegisName: Bapho_Jr_Ticket
Name: Bapho Jr. Exchange Ticket
Type: Etc
- Id: 6180
AegisName: Munak_Ticket
Name: Munak Exchange Ticket
Type: Etc
- Id: 6181
AegisName: Bongun_Ticket
Name: Bongun Exchange Ticket
Type: Etc
- Id: 6182
AegisName: Goblin_Ticket
Name: Christmas Goblin Exchange Ticket
Type: Etc
- Id: 6183
AegisName: Hardtack_Ticket
Name: Rice Cake Exchange Ticket
Type: Etc
- Id: 6184
AegisName: Zherlthsh_Ticket
Name: Zherlthsh Exchange Ticket
Type: Etc
- Id: 6185
AegisName: Alice_Ticket
Name: Alice Exchange Ticket
Type: Etc
- Id: 6186
AegisName: Monkey_Wrench
Name: Monkey Wrench
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6187
AegisName: Blank_Card
Name: Blank Card
Type: Etc
Buy: 20
Weight: 10
- Id: 6188
AegisName: Slot_Coupon
Name: Slotting Advertisement
Type: Etc
Buy: 20
Weight: 10
- Id: 6189
AegisName: Magic_Book_FB
Name: Spell Book (Fire Bolt)
Type: Etc
Flags:
BuyingStore: true
- Id: 6190
AegisName: Magic_Book_CB
Name: Spell Book (Cold Bolt)
Type: Etc
Flags:
BuyingStore: true
- Id: 6191
AegisName: Magic_Book_LB
Name: Spell Book (Lightening Bolt)
Type: Etc
Flags:
BuyingStore: true
- Id: 6192
AegisName: Magic_Book_SG
Name: Spell Book (Storm Gust)
Type: Etc
Flags:
BuyingStore: true
- Id: 6193
AegisName: Magic_Book_LOV
Name: Spell Book (Lord Of Vermilion)
Type: Etc
Flags:
BuyingStore: true
- Id: 6194
AegisName: Magic_Book_MS
Name: Spell Book (Meteor Storm)
Type: Etc
Flags:
BuyingStore: true
- Id: 6195
AegisName: Magic_Book_CM
Name: Spell Book (Comet)
Type: Etc
Flags:
BuyingStore: true
- Id: 6196
AegisName: Magic_Book_TV
Name: Spell Book (Tetra Vortex)
Type: Etc
Flags:
BuyingStore: true
- Id: 6197
AegisName: Magic_Book_TS
Name: Spell Book (Thunder Storm)
Type: Etc
Flags:
BuyingStore: true
- Id: 6198
AegisName: Magic_Book_JT
Name: Spell Book (Jupitel Thunder)
Type: Etc
Flags:
BuyingStore: true
- Id: 6199
AegisName: Magic_Book_WB
Name: Spell Book (Water Ball)
Type: Etc
Flags:
BuyingStore: true
- Id: 6200
AegisName: Magic_Book_HD
Name: Spell Book (Heaven's Drive)
Type: Etc
Flags:
BuyingStore: true
- Id: 6201
AegisName: Magic_Book_ES
Name: Spell Book (Earth Spike)
Type: Etc
Flags:
BuyingStore: true
- Id: 6202
AegisName: Magic_Book_ES_
Name: Spell Book (Earth Strain)
Type: Etc
Flags:
BuyingStore: true
- Id: 6203
AegisName: Magic_Book_CL
Name: Spell Book (Chain Lightning)
Type: Etc
Flags:
BuyingStore: true
- Id: 6204
AegisName: Magic_Book_CR
Name: Spell Book (Crimson Rock)
Type: Etc
Flags:
BuyingStore: true
- Id: 6205
AegisName: Magic_Book_DL
Name: Spell Book (Drain Life)
Type: Etc
Flags:
BuyingStore: true
- Id: 6206
AegisName: I_Love_You
Name: I Love You
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6207
AegisName: Thank_You
Name: Thank You
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6208
AegisName: I_Respect_You
Name: I Respect You
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6209
AegisName: Glory_Of_Knights
Name: Knight's Honor
Type: Etc
- Id: 6210
AegisName: Seed_Of_Horny_Plant
Name: Seed Of Thorny Plant
Type: Etc
Buy: 600
Weight: 1
Flags:
BuyingStore: true
- Id: 6211
AegisName: Bloodsuck_Plant_Seed
Name: Bloodsuck Plant Seed
Type: Etc
Buy: 800
Weight: 1
Flags:
BuyingStore: true
- Id: 6212
AegisName: Bomb_Mushroom_Spore
Name: Bomb Mushroom Spore
Type: Etc
Buy: 1000
Weight: 1
Flags:
BuyingStore: true
- Id: 6213
AegisName: Explosive_Powder
Name: Explosive Powder
Type: Etc
Buy: 500
Weight: 1
Flags:
BuyingStore: true
- Id: 6214
AegisName: Smoke_Powder
Name: Smoke Powder
Type: Etc
Buy: 500
Weight: 1
Flags:
BuyingStore: true
- Id: 6215
AegisName: Tear_Gas
Name: Tear Gas
Type: Etc
Buy: 500
Weight: 1
Flags:
BuyingStore: true
- Id: 6216
AegisName: Oil_Bottle
Name: Oil Bottle
Type: Etc
Buy: 1000
Weight: 1
Flags:
BuyingStore: true
- Id: 6217
AegisName: Mandragora_Flowerpot
Name: Mandragora Flowerpot
Type: Etc
Buy: 2000
Weight: 1
Flags:
BuyingStore: true
- Id: 6218
AegisName: Disin_Delivery_Box
Name: Delivery_Daishin_Box
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6219
AegisName: Para_Team_Mark
Name: Eden Group Mark
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6220
AegisName: Mysterious_Dyestuff
Name: Mysterious Dyestuff
Type: Etc
Weight: 10
- Id: 6221
AegisName: Mystic_Leaf_Cat_Ball
Name: Mystic Leaf Cat Ball
Type: Etc
- Id: 6222
AegisName: Shining_Beads
Name: Shining Beads
Type: Etc
Buy: 20
- Id: 6223
AegisName: Carnium
Name: Carnium
Type: Etc
Buy: 2000
Weight: 150
Flags:
BuyingStore: true
- Id: 6224
AegisName: Bradium
Name: Bradium
Type: Etc
Buy: 2000
Weight: 150
Flags:
BuyingStore: true
- Id: 6225
AegisName: HD_Carnium
Name: HD Carnium
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6226
AegisName: HD_Bradium
Name: HD Bradium
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6228
AegisName: Guarantee_Weapon_9Up
Name: +9 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6229
AegisName: Guarantee_Weapon_8Up
Name: +8 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6230
AegisName: Guarantee_Weapon_7Up
Name: +7 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6231
AegisName: Guarantee_Weapon_6Up
Name: +6 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6232
AegisName: Guarantee_Armor_9Up
Name: +9 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6233
AegisName: Guarantee_Armor_8Up
Name: +8 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6234
AegisName: Guarantee_Armor_7Up
Name: +7 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6235
AegisName: Guarantee_Armor_6Up
Name: +6 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6236
AegisName: Blue_Card_7
Name: Blue Card 7
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6237
AegisName: Guarana_Fruit
Name: Guarana Fruit
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6238
AegisName: Guarantee_Weapon_11Up
Name: +11 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6239
AegisName: Guarantee_Armor_11Up
Name: +11 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6240
AegisName: HD_Oridecon
Name: HD Oridecon
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6241
AegisName: HD_Elunium
Name: HD Elunium
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6242
AegisName: Midgard_Coin
Name: Midgard Coin
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoSell: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6243
AegisName: Exchange_Coupon
Name: Exchange Coupon
Type: Etc
- Id: 6244
AegisName: Gun_Powder
Name: Gun Powder
Type: Etc
Buy: 10
Weight: 1
Flags:
BuyingStore: true
- Id: 6245
AegisName: Black_Powder
Name: Black Powder
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6246
AegisName: Yellow_Powder
Name: Yellow Powder
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6247
AegisName: White_Powder
Name: White Powder
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6248
AegisName: Melange_Pot
Name: Melange Pot
Type: Etc
Buy: 600
Weight: 10
Flags:
BuyingStore: true
- Id: 6249
AegisName: Savage_Meat
Name: Savage Meat
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6250
AegisName: Cooking_Skewer
Name: Cooking Skewer
Type: Etc
Buy: 300
Weight: 10
Flags:
BuyingStore: true
- Id: 6251
AegisName: Black_Charcoal
Name: Black Charcoal
Type: Etc
Buy: 300
Weight: 10
Flags:
BuyingStore: true
- Id: 6252
AegisName: Wolf_Blood
Name: Blood Of Wolf
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6253
AegisName: Cold_Ice
Name: Cold Ice
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6254
AegisName: Beef_Head_Meat
Name: Beef Head
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6255
AegisName: Large_Cookpot
Name: Large Cookpot
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6256
AegisName: Ice_Fragment
Name: Ice Piece
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6257
AegisName: Ice_Crystal
Name: Ice Crystal
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6258
AegisName: Comodo_Tropic_Fruit
Name: Comodo Tropical Fruit
Type: Etc
Buy: 800
Weight: 10
Flags:
BuyingStore: true
- Id: 6259
AegisName: Drocera_Tentacle
Name: Drosera Tentacle
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6260
AegisName: Petti_Tail
Name: Petite's Tail
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6261
AegisName: Fine_Noodle
Name: Fine Noodles
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6262
AegisName: Cool_Gravy
Name: Cool Gravy
Type: Etc
Buy: 400
Weight: 10
Flags:
BuyingStore: true
- Id: 6263
AegisName: Coconut_Fruit
Name: Coconut Fruit
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6264
AegisName: Melon
Name: Melon
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6265
AegisName: Pineapple
Name: Pineapple
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 6266
AegisName: Cheat_Key
Name: Key Of Deception
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6267
AegisName: Virtual_Key
Name: Key Of Illusion
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6268
AegisName: Mirth_Key
Name: Key Of Gaiety
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6269
AegisName: Master_Brush
Name: A Master's Blush
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6270
AegisName: Mins_Picture
Name: A Picture Of Minstrel Song
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6271
AegisName: Mins_Receipt
Name: Receipt
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6272
AegisName: Experiment_Seed
Name: Experiment Seed
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6273
AegisName: Altered_Seed
Name: Seed For Experiment
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6274
AegisName: Saint_Cloth_Piece
Name: A Piece Of Cloth Of A Saint
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6275
AegisName: King_Shield
Name: Shield Of King
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6276
AegisName: Clear_Reagent
Name: Clear Reagent
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6277
AegisName: Red_Reagent
Name: Red Reagent
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6278
AegisName: Black_Reagent
Name: Black Reagent
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6279
AegisName: Apple_Bomb_CB
Name: Apple Bomb Guidebook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6280
AegisName: Pinepple_Bomb_CB
Name: Pineapple Bomb Guidebook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6281
AegisName: Coconut_Bomb_CB
Name: Coconut Fruit Bomb Guidebook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6282
AegisName: Melon_Bomb_CB
Name: Melon Bomb Guidebook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6283
AegisName: Banana_Bomb_CB
Name: Banana Bomb Guidebook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6284
AegisName: Plant_Genetic_Grow
Name: How To Grow Plant Genes
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6285
AegisName: Quality_Potion_Book
Name: "Manual: How To Make High Quality Potion"
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 6286
AegisName: F_Max_Weight_Up_Scroll
Name: F Max Weight Up Scroll
Type: Etc
Weight: 10
- Id: 6287
AegisName: F_Clothing_Dye_Coupon
Name: F Clothing Dye Coupon
Type: Etc
- Id: 6288
AegisName: F_Happy_Box
Name: F Happy Box
Type: Etc
Buy: 10
- Id: 6289
AegisName: F_Mysterious_Dyestuff
Name: F Mysterious Dyestuff
Type: Etc
Weight: 10
- Id: 6290
AegisName: F_New_Style_Coupon
Name: F New Style Coupon
Type: Etc
Weight: 10
- Id: 6291
AegisName: F_Enriched_Elunium
Name: F Enriched Elunium
Type: Etc
Buy: 2
Weight: 10
- Id: 6292
AegisName: F_Enriched_Oridecon
Name: F Enriched Oridecon
Type: Etc
Buy: 2
Weight: 10
- Id: 6293
AegisName: F_Token_Of_Siegfried
Name: F Token Of Siegfried
Type: Etc
Buy: 2
Weight: 10
- Id: 6294
AegisName: F_Marriage_Covenant
Name: F Marriage Covenant
Type: Etc
Weight: 10
- Id: 6295
AegisName: F_Clothing_Dye_Coupon2
Name: F Clothing Dye Coupon2
Type: Etc
- Id: 6296
AegisName: RF_Taining_Notice
Name: Training Notice
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6297
AegisName: Bottle_To_Throw
Name: Throwing Bottle
Type: Etc
Buy: 300
Weight: 10
Flags:
BuyingStore: true
- Id: 6298
AegisName: Pumpkin_Head_Crushed
Name: Pumpkin Head Crushed
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6299
AegisName: Worn_Cloth_Piece
Name: Worn Cloth Piece
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6300
AegisName: J_7Draw
Name: event
Type: Etc
Buy: 20
Weight: 10
- Id: 6301
AegisName: J_Semi_Draw
Name: event
Type: Etc
Buy: 20
Weight: 10
- Id: 6302
AegisName: GM_Handwriting
Name: GM Handwriting
Type: Etc
Buy: 20004
- Id: 6303
AegisName: Changed_Hydra_Ball
Name: Changed Hydra Ball
Type: Etc
- Id: 6304
AegisName: Sapa_Feat_Cert
Name: Proof Of Sapha's Honor
Type: Etc
- Id: 6305
AegisName: Frozen_Skin_Piece
Name: Frozen Piece Of Skin
Type: Etc
- Id: 6306
AegisName: Solid_Bloodstain
Name: Hard Bloodstain
Type: Etc
- Id: 6307
AegisName: Suspicious_Magic_Stone
Name: Cursed Magical Stone
Type: Etc
- Id: 6308
AegisName: Unidentified_Relic
Name: Unidentified Relic
Type: Etc
- Id: 6309
AegisName: E_Max_Weight_Up_Scroll
Name: E Max Weight Up Scroll
Type: Etc
Weight: 10
- Id: 6310
AegisName: E_Cloth_Dye_Coupon
Name: E Cloth Dye Coupon
Type: Etc
- Id: 6311
AegisName: E_Happy_Box
Name: E Happy Box
Type: Etc
Buy: 10
- Id: 6312
AegisName: E_Mysterious_Dyestuff
Name: E Mysterious Dyestuff
Type: Etc
Weight: 10
- Id: 6313
AegisName: E_New_Style_Coupon
Name: E New Style Coupon
Type: Etc
Weight: 10
- Id: 6314
AegisName: E_Enriched_Elunium
Name: E Enriched Elunium
Type: Etc
Buy: 2
Weight: 10
- Id: 6315
AegisName: E_Enriched_Oridecon
Name: E Enriched Oridecon
Type: Etc
Buy: 2
Weight: 10
- Id: 6316
AegisName: E_Token_Of_Siegfried
Name: E Token Of Siegfried
Type: Etc
Buy: 2
Weight: 10
- Id: 6317
AegisName: E_Marriage_Covenant
Name: E Marriage Covenant
Type: Etc
Weight: 10
- Id: 6318
AegisName: E_Cloth_Dye_Coupon2
Name: E Cloth Dye Coupon2
Type: Etc
- Id: 6319
AegisName: Small_Bradium
Name: Small Bradium
Type: Etc
Buy: 324
Weight: 10
- Id: 6320
AegisName: Premium_Reset_Stone
Name: Premium Reset Stone
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6321
AegisName: Rakehorn_Helm
Name: Rakehorn Helm
Type: Etc
Buy: 822
Weight: 10
Flags:
BuyingStore: true
- Id: 6322
AegisName: Antler_Helm
Name: Antler Helmet
Type: Etc
Buy: 800
Weight: 10
Flags:
BuyingStore: true
- Id: 6323
AegisName: Twinhorn_Helm
Name: Two-Horned Helmet
Type: Etc
Buy: 728
Weight: 10
Flags:
BuyingStore: true
- Id: 6324
AegisName: Singlehorn_Helm
Name: Single Horned Helmet
Type: Etc
Buy: 702
Weight: 10
Flags:
BuyingStore: true
- Id: 6325
AegisName: White_Spider_Limb
Name: White Spider Limb
Type: Etc
Buy: 1004
Weight: 10
Flags:
BuyingStore: true
- Id: 6326
AegisName: Queen_Wing_Piece
Name: Queen Wing Piece
Type: Etc
Buy: 1630
Weight: 10
Flags:
BuyingStore: true
- Id: 6328
AegisName: Calender_January
Name: Calender January
Type: Etc
Buy: 20
- Id: 6329
AegisName: Calender_February
Name: Calender February
Type: Etc
Buy: 20
- Id: 6330
AegisName: Calender_March
Name: Calender March
Type: Etc
Buy: 20
- Id: 6331
AegisName: Calender_April
Name: Calender April
Type: Etc
Buy: 20
- Id: 6332
AegisName: Calender_May
Name: Calender May
Type: Etc
Buy: 20
- Id: 6333
AegisName: Calender_June
Name: Calender June
Type: Etc
Buy: 20
- Id: 6334
AegisName: Calender_July
Name: Calender July
Type: Etc
Buy: 20
- Id: 6335
AegisName: Calender_August
Name: Calender August
Type: Etc
Buy: 20
- Id: 6336
AegisName: Calender_September
Name: Calender September
Type: Etc
Buy: 20
- Id: 6337
AegisName: Calender_October
Name: Calender October
Type: Etc
Buy: 20
- Id: 6338
AegisName: Calender_November
Name: Calender November
Type: Etc
Buy: 20
- Id: 6339
AegisName: Calender_December
Name: Calender December
Type: Etc
Buy: 20
- Id: 6340
AegisName: Fade_Notation_Green
Name: Fade Notation Green
Type: Etc
Weight: 10
- Id: 6341
AegisName: Fade_Notation_Red
Name: Fade Notation Red
Type: Etc
Weight: 10
- Id: 6342
AegisName: Fade_Notation_Purple
Name: Fade Notation Purple
Type: Etc
Weight: 10
- Id: 6343
AegisName: Fade_Notation_Blue
Name: Fade Notation Blue
Type: Etc
Weight: 10
- Id: 6344
AegisName: Muscle_Story
Name: Muscle Story
Type: Etc
- Id: 6345
AegisName: Love_Ball
Name: Love Ball
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6346
AegisName: Seagate_Mark
Name: Seagate Mark
Type: Etc
- Id: 6347
AegisName: Bless_Word_Paper1
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6348
AegisName: Bless_Word_Paper2
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6349
AegisName: Bless_Word_Paper3
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6350
AegisName: Bless_Word_Paper4
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6351
AegisName: Bless_Word_Paper5
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6352
AegisName: Bless_Word_Paper6
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6353
AegisName: Bless_Word_Paper7
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6354
AegisName: Bless_Word_Paper8
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6355
AegisName: Bless_Word_Paper9
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6356
AegisName: Bless_Word_Paper10
Name: Bless Word Paper
Type: Etc
Buy: 4020
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6357
AegisName: Fortune_Cookie_Fail
Name: Fortune Cookie Fail
Type: Etc
Buy: 4020
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6358
AegisName: Free_Cash_Coupon
Name: Free Cash Coupon
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6359
AegisName: Guidebook_Exchange
Name: Guidebook Exchange
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6360
AegisName: Scarlet_Pts
Name: Scarlet Point
Type: Etc
Buy: 100
Weight: 5
Flags:
BuyingStore: true
- Id: 6361
AegisName: Indigo_Pts
Name: Indigo Point
Type: Etc
Buy: 100
Weight: 5
Flags:
BuyingStore: true
- Id: 6362
AegisName: Yellow_Wish_Pts
Name: Yellow Wish Point
Type: Etc
Buy: 100
Weight: 5
Flags:
BuyingStore: true
- Id: 6363
AegisName: Lime_Green_Pts
Name: Lime Green Point
Type: Etc
Buy: 100
Weight: 5
Flags:
BuyingStore: true
- Id: 6369
AegisName: Amatsu_Bead_A
Name: Amatsu Bead A
Type: Etc
- Id: 6370
AegisName: Amatsu_Bead_Ma
Name: Amatsu Bead Ma
Type: Etc
- Id: 6371
AegisName: Amatsu_Bead_Tsu
Name: Amatsu Bead Tsu
Type: Etc
- Id: 6372
AegisName: Amatsu_Bead_Jam
Name: Amatsu Bead Jam
Type: Etc
- Id: 6373
AegisName: Amatsu_Bead_Bo
Name: Amatsu Bead Bo
Type: Etc
- Id: 6374
AegisName: Amatsu_Bead_Ree
Name: Amatsu Bead Ree
Type: Etc
- Id: 6375
AegisName: Amatsu_Bead_!
Name: Amatsu Bead !
Type: Etc
- Id: 6376
AegisName: KVM_Badge
Name: KVM Badge
Type: Etc
- Id: 6377
AegisName: Buy_Market_Permit
Name: Buy Market Permit
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6378
AegisName: Winning_Mark
Name: Winning Mark
Type: Etc
- Id: 6379
AegisName: 7Star_Board
Name: 7Star Board
Type: Etc
Buy: 20
Weight: 10
- Id: 6380
AegisName: Mora_Coin
Name: Mora Coin
Type: Etc
Buy: 20
- Id: 6381
AegisName: Field_Shovel
Name: Field Shovel
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6382
AegisName: Urn
Name: Urn
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 6383
AegisName: Clue_Of_Lope
Name: Lope's Clue
Type: Etc
Buy: 20
Weight: 10
- Id: 6384
AegisName: Ring_Of_Lope
Name: Lope's Ring
Type: Etc
- Id: 6385
AegisName: Research_Tool_Bag
Name: Research Tool Bag
Type: Etc
- Id: 6386
AegisName: Bathtub_R_Sample
Name: Bath Water Sample
Type: Etc
Buy: 20
- Id: 6387
AegisName: Teeth_Sample
Name: Teeth Sample
Type: Etc
Buy: 20
- Id: 6388
AegisName: Scale_Sample
Name: Scale Sample
Type: Etc
Buy: 20
- Id: 6389
AegisName: Puddle_R_Sample
Name: Sample Of Puddle Research
Type: Etc
Buy: 20
- Id: 6390
AegisName: Small_Pocket
Name: Small Pocket
Type: Etc
Buy: 20
- Id: 6391
AegisName: Splendid_Supply_Kit
Name: Splendid Supply Kit
Type: Etc
Buy: 20
Weight: 2000
- Id: 6392
AegisName: Bradium_Box
Name: Bradium Box
Type: Etc
Buy: 20
Weight: 10
- Id: 6393
AegisName: Round_Feather
Name: Round Feather
Type: Etc
Buy: 700
Weight: 10
Flags:
BuyingStore: true
- Id: 6394
AegisName: Golden_Feather
Name: Golden Feather
Type: Etc
Buy: 650
Weight: 10
Flags:
BuyingStore: true
- Id: 6395
AegisName: Angel_Magic_Power
Name: Angel Magic Power
Type: Etc
Buy: 820
Weight: 10
Flags:
BuyingStore: true
- Id: 6396
AegisName: Auger_Of_Spirit
Name: Auger Of Spirit
Type: Etc
Weight: 10
- Id: 6456
AegisName: Guarantee_Weapon_5Up
Name: +5 Weapon Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6457
AegisName: Guarantee_Armor_5Up
Name: +5 Armor Refine Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6493
AegisName: Makibishi
Name: Makibishi
Type: Etc
Buy: 30
Weight: 1
Flags:
BuyingStore: true
- Id: 6499
AegisName: Ancient_Grudge
Name: Ancient Grudge
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 6512
AegisName: Charm_Fire
Name: Fire Amulet
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6513
AegisName: Charm_Ice
Name: Ice Amulet
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6514
AegisName: Charm_Wind
Name: Wind Amulet
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 6515
AegisName: Charm_Earth
Name: Earth Amulet
Type: Etc
Buy: 100
Weight: 1
Flags:
BuyingStore: true
- Id: 7001
AegisName: Mould_Powder
Name: Mould Powder
Type: Etc
Buy: 466
Weight: 10
Flags:
BuyingStore: true
- Id: 7002
AegisName: Ogre_Tooth
Name: Ogre Tooth
Type: Etc
Buy: 658
Weight: 10
Flags:
BuyingStore: true
- Id: 7003
AegisName: Anolian_Skin
Name: Anolian Skin
Type: Etc
Buy: 968
Weight: 10
Flags:
BuyingStore: true
- Id: 7004
AegisName: Mud_Lump
Name: Mud Lump
Type: Etc
Buy: 876
Weight: 10
Flags:
BuyingStore: true
- Id: 7005
AegisName: Skull
Name: Skull
Type: Etc
Buy: 1044
Weight: 10
Flags:
BuyingStore: true
- Id: 7006
AegisName: Wing_Of_Red_Bat
Name: Wing of Red Bat
Type: Etc
Buy: 168
Weight: 10
Flags:
BuyingStore: true
- Id: 7007
AegisName: Claw_Of_Rat
Name: Claw of Rat
Type: Etc
Buy: 748
Weight: 10
Flags:
BuyingStore: true
- Id: 7008
AegisName: Stiff_Horn
Name: Stiff Horn
Type: Etc
Buy: 636
Weight: 10
Flags:
BuyingStore: true
- Id: 7009
AegisName: Glitter_Shell
Name: Glitter Shell
Type: Etc
Buy: 528
Weight: 10
Flags:
BuyingStore: true
- Id: 7010
AegisName: Tail_Of_Steel_Scorpion
Name: Tail of Steel Scorpion
Type: Etc
Buy: 548
Weight: 10
Flags:
BuyingStore: true
- Id: 7011
AegisName: Claw_Of_Monkey
Name: Claw of Monkey
Type: Etc
Buy: 466
Weight: 10
Flags:
BuyingStore: true
- Id: 7012
AegisName: Tough_Scalelike_Stem
Name: Tough Scalelike Stem
Type: Etc
Buy: 412
Weight: 10
Flags:
BuyingStore: true
- Id: 7013
AegisName: Coral_Reef
Name: Coral Reef
Type: Etc
Buy: 772
Weight: 10
Flags:
BuyingStore: true
- Id: 7014
AegisName: Old_Portrait
Name: Old Portrait
Type: Etc
Buy: 1500
Weight: 100
Flags:
BuyingStore: true
- Id: 7015
AegisName: Bookclip_In_Memory
Name: Bookclip in Memory
Type: Etc
Buy: 3000
Weight: 20
Flags:
BuyingStore: true
- Id: 7016
AegisName: Spoon_Stub
Name: Spoon Stub
Type: Etc
Buy: 2500
Weight: 20
Flags:
BuyingStore: true
- Id: 7017
AegisName: Executioner's_Mitten
Name: Executioner's Mitten
Type: Etc
Buy: 4500
Weight: 30
Flags:
BuyingStore: true
- Id: 7018
AegisName: Young_Twig
Name: Young Twig
Type: Etc
Buy: 50
Weight: 10
Flags:
BuyingStore: true
- Id: 7019
AegisName: Loki's_Whispers
Name: Loki's Whispers
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7020
AegisName: Mother's_Nightmare
Name: Mother's Nightmare
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7021
AegisName: Foolishness_Of_Blind
Name: Foolishness of the Blind
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7022
AegisName: Old_Hilt
Name: Old Hilt
Type: Etc
Buy: 150
Weight: 30
Flags:
BuyingStore: true
- Id: 7023
AegisName: Blade_Lost_In_Darkness
Name: Blade Lost in Darkness
Type: Etc
Buy: 12000
Weight: 40
Flags:
BuyingStore: true
- Id: 7024
AegisName: Bloody_Edge
Name: Bloody Edge
Type: Etc
Buy: 10000
Weight: 40
Flags:
BuyingStore: true
- Id: 7025
AegisName: Lucifer's_Lament
Name: Lucifer's Lament
Type: Etc
Buy: 30000
Weight: 50
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7026
AegisName: Key_Of_Clock_Tower
Name: Key of Clock Tower
Type: Etc
Buy: 100
Weight: 30
Flags:
BuyingStore: true
- Id: 7027
AegisName: Underground_Key
Name: Key of Underground
Type: Etc
Buy: 100
Weight: 30
Flags:
BuyingStore: true
- Id: 7028
AegisName: Invite_For_Duel
Name: Invite for Duel
Type: Etc
- Id: 7029
AegisName: Admission_For_Duel
Name: Admission for Duel
Type: Etc
- Id: 7030
AegisName: Claw_Of_Desert_Wolf
Name: Claw of Desert Wolf
Type: Etc
Buy: 208
Weight: 10
Flags:
BuyingStore: true
- Id: 7031
AegisName: Old_Frying_Pan
Name: Old Frying Pan
Type: Etc
Buy: 196
Weight: 10
Flags:
BuyingStore: true
- Id: 7032
AegisName: Piece_Of_Egg_Shell
Name: Piece of Egg Shell
Type: Etc
Buy: 168
Weight: 10
Flags:
BuyingStore: true
- Id: 7033
AegisName: Poison_Spore
Name: Poison Spore
Type: Etc
Buy: 114
Weight: 10
Flags:
BuyingStore: true
- Id: 7034
AegisName: Red_Socks_With_Holes
Name: Red Stocking
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7035
AegisName: Matchstick
Name: Matchstick
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7036
AegisName: Fang_Of_Garm
Name: Fang of Hatii
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7037
AegisName: Trade_Coupon
Name: Coupon
Type: Etc
Buy: 100
Weight: 10
- Id: 7038
AegisName: Yarn
Name: Yarn
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7039
AegisName: Novice_Nametag
Name: Newbie Tag
Type: Etc
Weight: 10
- Id: 7040
AegisName: Megaphone
Name: Megaphone
Type: Etc
Buy: 1
Weight: 10
- Id: 7041
AegisName: Fine_Grit
Name: Fine Grit
Type: Etc
Buy: 120
Weight: 10
Flags:
BuyingStore: true
- Id: 7042
AegisName: Leather_Bag_Of_Infinity
Name: Leather Bag of Infinity
Type: Etc
Buy: 1
Weight: 10
- Id: 7043
AegisName: Fine_Sand
Name: Fine Sand
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7044
AegisName: Vigorgra
Name: Vigorgra
Type: Etc
Buy: 1
Weight: 10
- Id: 7045
AegisName: Magic_Paint
Name: Magic Paint
Type: Etc
Buy: 1
Weight: 10
- Id: 7046
AegisName: Cart_Parts
Name: Cart Parts
Type: Etc
Buy: 1
Weight: 10
- Id: 7047
AegisName: Alice's_Apron
Name: Alice's Apron
Type: Etc
Buy: 2424
Weight: 10
Flags:
BuyingStore: true
- Id: 7048
AegisName: Talon_Of_Griffin
Name: Talon of Griffon
Type: Etc
Buy: 5418
Weight: 10
Flags:
BuyingStore: true
- Id: 7049
AegisName: Stone
Name: Stone
Type: Etc
Weight: 30
Flags:
BuyingStore: true
- Id: 7050
AegisName: Cotton_Mat
Name: Cotton Mat
Type: Etc
Buy: 100
Weight: 10
- Id: 7051
AegisName: Silk_Mat
Name: Silk Mat
Type: Etc
Buy: 100
Weight: 10
- Id: 7052
AegisName: Old_Magazine
Name: Old Papers
Type: Etc
Buy: 100
Weight: 10
- Id: 7053
AegisName: Cyfar
Name: Cyfar
Type: Etc
Buy: 772
Weight: 10
Flags:
BuyingStore: true
- Id: 7054
AegisName: Brigan
Name: Brigan
Type: Etc
Buy: 746
Weight: 10
Flags:
BuyingStore: true
- Id: 7055
AegisName: Animal_Pooopoo
Name: Animal Poop
Type: Etc
Buy: 100
Weight: 50
Flags:
BuyingStore: true
- Id: 7056
AegisName: Payroll_Of_Kafra
Name: Payment Statement for Kafra Employee
Type: Etc
Buy: 1
Weight: 50
Flags:
BuyingStore: true
- Id: 7057
AegisName: Gallar_Horn
Name: Gjallar
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7058
AegisName: Gullraifnir
Name: Gleipnir
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7059
AegisName: Cargo_Free_Ticket
Name: Free Ticket for Kafra Storage
Type: Etc
Buy: 1
- Id: 7060
AegisName: Warp_Free_Ticket
Name: Free Ticket for Kafra Transportation
Type: Etc
Buy: 1
- Id: 7061
AegisName: Cart_Free_Ticket
Name: Free Ticket for the Cart Service
Type: Etc
Buy: 1
- Id: 7062
AegisName: Broken_Turtle_Shell
Name: Broken Turtle Shell
Type: Etc
Buy: 280
Weight: 10
- Id: 7063
AegisName: Soft_Feather
Name: Soft Feather
Type: Etc
Buy: 280
Weight: 10
Flags:
BuyingStore: true
- Id: 7064
AegisName: Dragon_Fly_Wing
Name: Wing of Dragonfly
Type: Etc
Buy: 520
Weight: 10
Flags:
BuyingStore: true
- Id: 7065
AegisName: Sea_Otter_Leather
Name: Sea-Otter Fur
Type: Etc
Buy: 820
Weight: 10
Flags:
BuyingStore: true
- Id: 7066
AegisName: Ice_Piece
Name: Ice Cubic
Type: Etc
Buy: 660
Weight: 10
Flags:
BuyingStore: true
- Id: 7067
AegisName: Stone_Piece
Name: Stone Fragment
Type: Etc
Buy: 640
Weight: 10
Flags:
BuyingStore: true
- Id: 7068
AegisName: Burn_Tree
Name: Burnt Tree
Type: Etc
Buy: 722
Weight: 10
Flags:
BuyingStore: true
- Id: 7069
AegisName: Broken_Armor_Piece
Name: Destroyed Armor
Type: Etc
Buy: 1042
Weight: 10
Flags:
BuyingStore: true
- Id: 7070
AegisName: Broken_Shell
Name: Broken Shell
Type: Etc
Buy: 900
Weight: 10
Flags:
BuyingStore: true
- Id: 7071
AegisName: Tatters_Clothes
Name: Tattered Clothes
Type: Etc
Buy: 1280
Weight: 10
Flags:
BuyingStore: true
- Id: 7072
AegisName: Rust_Suriken
Name: Old Shuriken
Type: Etc
Buy: 1780
Weight: 10
Flags:
BuyingStore: true
- Id: 7073
AegisName: Jewel_Of_Prayer
Name: Freya's Jewel
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7074
AegisName: Iron_Glove
Name: Thor's Gauntlets
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7075
AegisName: Iron_Maiden
Name: Iron Maiden
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7076
AegisName: Mystery_Wheel
Name: Wheel of the Unknown
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7077
AegisName: Silver_Fancy
Name: Silver Ornament
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7078
AegisName: Anger_Of_Valkurye
Name: Wrath of Valkyrie
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7079
AegisName: Feather_Of_Angel
Name: Feather of Angel Wing
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7080
AegisName: Foot_Step_Of_Cat
Name: Cat Tread
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7081
AegisName: Beard_Of_Women
Name: Woman's Moustache
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7082
AegisName: Root_Of_Stone
Name: Root of Stone
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7083
AegisName: Soul_Of_Fish
Name: Spirit of Fish
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7084
AegisName: Saliva_Of_Bird
Name: Sputum of Bird
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7085
AegisName: Tendon_Of_Bear
Name: Sinew of Bear
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7086
AegisName: Symbol_Of_Sun
Name: Emblem of the Sun God
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7087
AegisName: Breath_Of_Soul
Name: Breath of Spirit
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7088
AegisName: Crystal_Of_Snow
Name: Snow Crystal
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7089
AegisName: Indication_Of_Tempest
Name: Omen of Tempest
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7090
AegisName: Slilince_Wave
Name: Ripple
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7091
AegisName: Rough_Billows
Name: Billow
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7092
AegisName: Air_Stream
Name: Drifting Air
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7093
AegisName: Wheel
Name: Cogwheel
Type: Etc
Buy: 1512
Weight: 10
Flags:
BuyingStore: true
- Id: 7094
AegisName: Mystery_Piece
Name: Fragment
Type: Etc
Buy: 1344
Weight: 10
Flags:
BuyingStore: true
- Id: 7095
AegisName: Broken_Steel_Piece
Name: Metal Fragment
Type: Etc
Buy: 1075
Weight: 10
Flags:
BuyingStore: true
- Id: 7096
AegisName: Cold_Magma
Name: Lava
Type: Etc
Buy: 1109
Weight: 10
Flags:
BuyingStore: true
- Id: 7097
AegisName: Burning_Heart
Name: Burning Heart
Type: Etc
Buy: 924
Weight: 10
Flags:
BuyingStore: true
- Id: 7098
AegisName: Live_Coal
Name: Live Coal
Type: Etc
Buy: 638
Weight: 10
Flags:
BuyingStore: true
- Id: 7099
AegisName: Old_Magic_Circle
Name: Worn-out Magic Scroll
Type: Etc
Buy: 773
Weight: 10
Flags:
BuyingStore: true
- Id: 7100
AegisName: Sharp_Leaf
Name: Sharp Leaf
Type: Etc
Buy: 806
Weight: 10
Flags:
BuyingStore: true
- Id: 7101
AegisName: Peco_Wing_Feather
Name: Peco Peco Feather
Type: Etc
Buy: 454
Weight: 10
Flags:
BuyingStore: true
- Id: 7102
AegisName: Hideous_Dream
Name: Nightmare
Type: Etc
Buy: 1075
Weight: 10
Flags:
BuyingStore: true
- Id: 7103
AegisName: Unknown_Liquid_Bottle
Name: Unknown Liquid Bottle
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 7104
AegisName: Fake_Angel_Wing
Name: False Angel Wing
Type: Etc
Buy: 756
Weight: 10
Flags:
BuyingStore: true
- Id: 7105
AegisName: Fake_Angel_Loop
Name: False Heaven Ring
Type: Etc
Buy: 924
Weight: 10
Flags:
BuyingStore: true
- Id: 7106
AegisName: Goat's_Horn
Name: Antelope Horn
Type: Etc
Buy: 672
Weight: 10
Flags:
BuyingStore: true
- Id: 7107
AegisName: Gaoat's_Skin
Name: Antelope Skin
Type: Etc
Buy: 756
Weight: 10
Flags:
BuyingStore: true
- Id: 7108
AegisName: Boroken_Shiled_Piece
Name: Piece of Shield
Type: Etc
Buy: 1680
Weight: 10
Flags:
BuyingStore: true
- Id: 7109
AegisName: Shine_Spear_Blade
Name: Shining Spear Blade
Type: Etc
Buy: 840
Weight: 10
Flags:
BuyingStore: true
- Id: 7110
AegisName: Vroken_Sword
Name: Broken Sword
Type: Etc
Buy: 588
Weight: 10
Flags:
BuyingStore: true
- Id: 7111
AegisName: Smooth_Paper
Name: Slick Paper
Type: Etc
Buy: 706
Weight: 10
Flags:
BuyingStore: true
- Id: 7112
AegisName: Fright_Paper_Blade
Name: Sharp Paper
Type: Etc
Buy: 907
Weight: 10
Flags:
BuyingStore: true
- Id: 7113
AegisName: Broken_Pharaoh_Symbol
Name: Broken Pharaoh Emblem
Type: Etc
Buy: 2016
Weight: 10
Flags:
BuyingStore: true
- Id: 7114
AegisName: Tutankhamen's_Mask
Name: Masque of Tutankhamen
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 7115
AegisName: Harpy's_Feather
Name: Harpy Feather
Type: Etc
Buy: 1142
Weight: 10
Flags:
BuyingStore: true
- Id: 7116
AegisName: Harpy's_Claw
Name: Harpy Talon
Type: Etc
Buy: 1210
Weight: 10
Flags:
BuyingStore: true
- Id: 7117
AegisName: Rent_Spell_Book
Name: Torn Magic Book
Type: Etc
Buy: 1142
Weight: 10
Flags:
BuyingStore: true
- Id: 7118
AegisName: Rent_Scroll
Name: Torn Scroll
Type: Etc
Buy: 1361
Weight: 10
Flags:
BuyingStore: true
- Id: 7119
AegisName: Spawns
Name: Bacillus
Type: Etc
Buy: 1025
Weight: 10
Flags:
BuyingStore: true
- Id: 7120
AegisName: Burning_Horse_Shoe
Name: Burning Horseshoe
Type: Etc
Buy: 823
Weight: 10
Flags:
BuyingStore: true
- Id: 7121
AegisName: Honey_Jar
Name: Honey Pot
Type: Etc
Buy: 622
Weight: 10
Flags:
BuyingStore: true
- Id: 7122
AegisName: Hot_Hair
Name: Burning Hair
Type: Etc
Buy: 974
Weight: 10
Flags:
BuyingStore: true
- Id: 7123
AegisName: Dragon's_Skin
Name: Dragon Skin
Type: Etc
Buy: 1025
Weight: 10
Flags:
BuyingStore: true
- Id: 7124
AegisName: Sand_Lump
Name: Sand Clump
Type: Etc
Buy: 706
Weight: 10
Flags:
BuyingStore: true
- Id: 7125
AegisName: Scropion's_Nipper
Name: Scorpion Claw
Type: Etc
Buy: 706
Weight: 10
Flags:
BuyingStore: true
- Id: 7126
AegisName: Large_Jellopy
Name: Large Jellopy
Type: Etc
Buy: 840
Weight: 10
Flags:
BuyingStore: true
- Id: 7127
AegisName: Alcol_Create_Book
Name: Alcohol Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7128
AegisName: FireBottle_Create_Book
Name: Bottle Grenade Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7129
AegisName: Acid_Create_Book
Name: Acid Bottle Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7130
AegisName: Plant_Create_Book
Name: Plant Bottle Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7131
AegisName: Mine_Create_Book
Name: Marine Sphere Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7132
AegisName: Coating_Create_Book
Name: Glistening Coat Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7133
AegisName: Slim_Potion_Create_Book
Name: Condensed Potion Creation Guide
Type: Etc
Buy: 240000
Weight: 10
Flags:
BuyingStore: true
- Id: 7134
AegisName: Medicine_Bowl
Name: Medicine Bowl
Type: Etc
Buy: 8
Weight: 10
Flags:
BuyingStore: true
- Id: 7135
AegisName: Fire_Bottle
Name: Bottle Grenade
Type: Etc
Buy: 200
Weight: 10
- Id: 7136
AegisName: Acid_Bottle
Name: Acid Bottle
Type: Etc
Buy: 200
Weight: 10
- Id: 7137
AegisName: MenEater_Plant_Bottle
Name: Plant Bottle
Type: Etc
Buy: 200
Weight: 10
- Id: 7138
AegisName: Mini_Bottle
Name: Marine Sphere Bottle
Type: Etc
Buy: 200
Weight: 10
- Id: 7139
AegisName: Coating_Bottle
Name: Glistening Coat
Type: Etc
Buy: 200
Weight: 10
- Id: 7140
AegisName: Seed_Of_Life
Name: Seed of Life
Type: Etc
Buy: 60000
Weight: 10
Flags:
BuyingStore: true
- Id: 7141
AegisName: Yggdrasilberry_Dew
Name: Morning Dew of Yggdrasil
Type: Etc
Buy: 20000
Weight: 10
Flags:
BuyingStore: true
- Id: 7142
AegisName: Germination_Breed
Name: Embryo
Type: Etc
Buy: 10
Weight: 10
- Id: 7143
AegisName: Life_Force_Pot
Name: Glass Tube
Type: Etc
Buy: 5000
Weight: 10
Flags:
BuyingStore: true
- Id: 7144
AegisName: Normal_Potion_Book
Name: Potion Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7145
AegisName: Rag_T_Shirts
Name: Ragnarok T-shirt
Type: Etc
Buy: 1
Weight: 10
- Id: 7146
AegisName: Vacance_Ticket
Name: Vacation Ticket
Type: Etc
Buy: 1
Weight: 10
- Id: 7147
AegisName: Jasmin
Name: Jasmine
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7148
AegisName: Mother_Letter
Name: Mother's Letter
Type: Etc
Buy: 1
Weight: 10
- Id: 7149
AegisName: Yellow_Plate
Name: Yellow Plate
Type: Etc
Buy: 220
Weight: 10
Flags:
BuyingStore: true
- Id: 7150
AegisName: Bamboo_Cut
Name: Piece of Bamboo
Type: Etc
Buy: 310
Weight: 10
Flags:
BuyingStore: true
- Id: 7151
AegisName: Oil_Paper
Name: Oil Paper
Type: Etc
Buy: 210
Weight: 10
Flags:
BuyingStore: true
- Id: 7152
AegisName: Glossy_Hair
Name: Glossy Hair
Type: Etc
Buy: 340
Weight: 10
Flags:
BuyingStore: true
- Id: 7153
AegisName: Old_Japaness_Clothes
Name: Worn-out Kimono
Type: Etc
Buy: 590
Weight: 10
Flags:
BuyingStore: true
- Id: 7154
AegisName: Poison_Powder
Name: Poisonous Powder
Type: Etc
Buy: 160
Weight: 10
Flags:
BuyingStore: true
- Id: 7155
AegisName: Poison_Toad's_Skin
Name: Poisonous Toad Skin
Type: Etc
Buy: 280
Weight: 10
Flags:
BuyingStore: true
- Id: 7156
AegisName: Broken_Shuriken
Name: Broken Shuriken
Type: Etc
Buy: 470
Weight: 10
Flags:
BuyingStore: true
- Id: 7157
AegisName: Black_Mask
Name: Dark Mask
Type: Etc
Buy: 315
Weight: 10
Flags:
BuyingStore: true
- Id: 7158
AegisName: Broken_Wine_Vessel
Name: Broken Liquor Jar
Type: Etc
Buy: 160
Weight: 10
Flags:
BuyingStore: true
- Id: 7159
AegisName: Tengu's_Nose
Name: Tengu Nose
Type: Etc
Buy: 400
Weight: 10
Flags:
BuyingStore: true
- Id: 7160
AegisName: Lord's_Passable_Ticket
Name: Feudal Lord Permit
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7161
AegisName: Black_Bear's_Skin
Name: Black Bear Skin
Type: Etc
Buy: 384
Weight: 10
Flags:
BuyingStore: true
- Id: 7162
AegisName: Cloud_Piece
Name: Cloud Crumb
Type: Etc
Buy: 390
Weight: 10
Flags:
BuyingStore: true
- Id: 7163
AegisName: Sharp_Feeler
Name: Hard Feeler
Type: Etc
Buy: 570
Weight: 10
Flags:
BuyingStore: true
- Id: 7164
AegisName: Hard_Peach
Name: Solid Peach
Type: Etc
Buy: 400
Weight: 10
Flags:
BuyingStore: true
- Id: 7165
AegisName: Limpid_Celestial_Robe
Name: Transparent Celestial Robe
Type: Etc
Buy: 650
Weight: 10
Flags:
BuyingStore: true
- Id: 7166
AegisName: Soft_Silk_Cloth
Name: Soft Silk
Type: Etc
Buy: 1200
Weight: 10
Flags:
BuyingStore: true
- Id: 7167
AegisName: Mystery_Iron_Bit
Name: Strange Steel Piece
Type: Etc
Buy: 430
Weight: 10
Flags:
BuyingStore: true
- Id: 7168
AegisName: Great_Wing
Name: Giant Butterfly Wing
Type: Etc
Buy: 614
Weight: 10
Flags:
BuyingStore: true
- Id: 7169
AegisName: Taegeuk_Plate
Name: Ba Gua
Type: Etc
Buy: 2800
Weight: 10
Flags:
BuyingStore: true
- Id: 7170
AegisName: Tuxedo
Name: Tuxedo
Type: Etc
Buy: 43000
Weight: 10
Flags:
BuyingStore: true
- Id: 7171
AegisName: Leopard_Skin
Name: Leopard Skin
Type: Etc
Buy: 282
Weight: 10
Flags:
BuyingStore: true
- Id: 7172
AegisName: Leopard_Talon
Name: Leopard Claw
Type: Etc
Buy: 290
Weight: 10
Flags:
BuyingStore: true
- Id: 7173
AegisName: BurnBuster_Bag
Name: iROGM02's Backpack
Type: Etc
Weight: 10
- Id: 7174
AegisName: Packing_Ribbon
Name: Wrapping Lace
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 7175
AegisName: Packing_Paper
Name: Wrapping Paper
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 7176
AegisName: XMAS_Coupon
Name: Royal Certificate
Type: Etc
Weight: 10
- Id: 7177
AegisName: Part_Of_Star's_Sob
Name: Crumb of Sobbing Starlight
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7178
AegisName: Star's_Sob
Name: Sobbing Starlight
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7179
AegisName: Donation_Card
Name: Proof of Donation
Type: Etc
Weight: 10
- Id: 7180
AegisName: Introduction_Of_Mr.Han
Name: Hahn Sukbong's Recommendation
Type: Etc
Weight: 10
- Id: 7181
AegisName: Receipt_01
Name: Receipt
Type: Etc
Weight: 10
- Id: 7182
AegisName: Cacao
Name: Cacao
Type: Etc
Buy: 200
Weight: 20
Flags:
BuyingStore: true
- Id: 7183
AegisName: Sister_Letter
Name: Letter from Sister
Type: Etc
Weight: 10
- Id: 7184
AegisName: Piano_Keyboard
Name: Piano Key
Type: Etc
Weight: 10
- Id: 7185
AegisName: Quiz_Ticket
Name: Quiz Entry
Type: Etc
Weight: 10
- Id: 7186
AegisName: Thin_Stem
Name: Thin Trunk
Type: Etc
Buy: 380
Weight: 10
Flags:
BuyingStore: true
- Id: 7187
AegisName: Festival_Mask
Name: Festival Mask
Type: Etc
Buy: 100
Weight: 10
Flags:
BuyingStore: true
- Id: 7188
AegisName: Browny_Root
Name: Brown Root
Type: Etc
Buy: 560
Weight: 10
Flags:
BuyingStore: true
- Id: 7189
AegisName: Heart_Of_Tree
Name: Wooden Heart
Type: Etc
Buy: 680
Weight: 10
Flags:
BuyingStore: true
- Id: 7190
AegisName: Solid_Peeling
Name: Solid Husk
Type: Etc
Buy: 140
Weight: 10
Flags:
BuyingStore: true
- Id: 7191
AegisName: Lamplight
Name: Lamp
Type: Etc
Weight: 10
Flags:
BuyingStore: true
- Id: 7192
AegisName: Blade_Of_Pinwheel
Name: Vane
Type: Etc
Buy: 160
Weight: 10
Flags:
BuyingStore: true
- Id: 7193
AegisName: Germinating_Sprout
Name: Sprout
Type: Etc
Buy: 230
Weight: 10
Flags:
BuyingStore: true
- Id: 7194
AegisName: Soft_Leaf
Name: Soft Blade of Grass
Type: Etc
Buy: 400
Weight: 10
Flags:
BuyingStore: true
- Id: 7195
AegisName: Air_Rifle
Name: Slingshot
Type: Etc
Buy: 210
Weight: 10
Flags:
BuyingStore: true
- Id: 7196
AegisName: Shoulder_Protection
Name: Shoulder Protector
Type: Etc
Buy: 230
Weight: 10
Flags:
BuyingStore: true
- Id: 7197
AegisName: Tough_Vines
Name: Tough Vines
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 7198
AegisName: Great_Leaf
Name: Huge Leaf
Type: Etc
Buy: 610
Weight: 10
Flags:
BuyingStore: true
- Id: 7199
AegisName: Coupon
Name: Coupon
Type: Etc
Weight: 10
- Id: 7200
AegisName: Flexible_String
Name: Elastic Band
Type: Etc
Buy: 380
Weight: 10
Flags:
BuyingStore: true
- Id: 7201
AegisName: Log
Name: Log
Type: Etc
Buy: 250
Weight: 10
Flags:
BuyingStore: true
- Id: 7202
AegisName: Beetle_Nipper
Name: Pincher of Beetle
Type: Etc
Buy: 290
Weight: 10
Flags:
BuyingStore: true
- Id: 7203
AegisName: Solid_Twig
Name: Strong Branch
Type: Etc
Buy: 190
Weight: 10
Flags:
BuyingStore: true
- Id: 7204
AegisName: Gunpowder
Name: Gunpowder
Type: Etc
Buy: 320
Weight: 10
Flags:
BuyingStore: true
- Id: 7205
AegisName: Piece_Of_Black_Cloth
Name: Piece of Black Cloth
Type: Etc
Buy: 526
Weight: 10
Flags:
BuyingStore: true
- Id: 7206
AegisName: Black_Kitty_Doll
Name: Black Cat Doll
Type: Etc
Buy: 1440
Weight: 10
Flags:
BuyingStore: true
- Id: 7207
AegisName: Old_Manteau
Name: Old Manteau
Type: Etc
Buy: 1050
Weight: 10
Flags:
BuyingStore: true
- Id: 7208
AegisName: Rusty_Cleaver
Name: Rusty Kitchen Knife
Type: Etc
Buy: 1780
Weight: 10
Flags:
BuyingStore: true
- Id: 7209
AegisName: Dullahan's_Helm
Name: Helm of Dullahan
Type: Etc
Buy: 1350
Weight: 10
Flags:
BuyingStore: true
- Id: 7210
AegisName: Dullahan_Armor
Name: Armor Piece of Dullahan
Type: Etc
Buy: 790
Weight: 10
Flags:
BuyingStore: true
- Id: 7211
AegisName: Rojerta_Piece
Name: Fragment of Rossata Stone
Type: Etc
Buy: 2600
Weight: 10
Flags:
BuyingStore: true
- Id: 7212
AegisName: Hanging_Doll
Name: Hung Doll
Type: Etc
Buy: 1020
Weight: 10
Flags:
BuyingStore: true
- Id: 7213
AegisName: Needle_Pouch
Name: Needle Packet
Type: Etc
Buy: 832
Weight: 10
Flags:
BuyingStore: true
- Id: 7214
AegisName: Bat_Cage
Name: Bat Cage
Type: Etc
Buy: 880
Weight: 10
Flags:
BuyingStore: true
- Id: 7215
AegisName: Broken_Needle
Name: Broken Needle
Type: Etc
Buy: 690
Weight: 10
Flags:
BuyingStore: true
- Id: 7216
AegisName: Red_Scarf
Name: Red Muffler
Type: Etc
Buy: 660
Weight: 10
Flags:
BuyingStore: true
- Id: 7217
AegisName: Spool
Name: Spool
Type: Etc
Buy: 424
Weight: 10
Flags:
BuyingStore: true
- Id: 7218
AegisName: Rotten_Rope
Name: Decomposed Rope
Type: Etc
Buy: 390
Weight: 10
Flags:
BuyingStore: true
- Id: 7219
AegisName: Striped_Socks
Name: Striped Sock
Type: Etc
Buy: 920
Weight: 10
Flags:
BuyingStore: true
- Id: 7220
AegisName: Ectoplasm
Name: Ectoplasm
Type: Etc
Buy: 322
Weight: 10
Flags:
BuyingStore: true
- Id: 7221
AegisName: Tangled_Chain
Name: Tangled Chains
Type: Etc
Buy: 740
Weight: 10
Flags:
BuyingStore: true
- Id: 7222
AegisName: Tree_Knot
Name: Wooden Gnarl
Type: Etc
Buy: 468
Weight: 10
Flags:
BuyingStore: true
- Id: 7223
AegisName: Distorted_Portrait
Name: Contorted Self-Portrait
Type: Etc
Buy: 2032
Weight: 10
Flags:
BuyingStore: true
- Id: 7224
AegisName: Stone_Of_Intelligence
Name: Stone of Sage
Type: Etc
Weight: 10
- Id: 7225
AegisName: Pumpkin_Bucket
Name: Pumpkin Lantern
Type: Etc
Buy: 486
Weight: 10
Flags:
BuyingStore: true
- Id: 7226
AegisName: Pill
Name: Pellet
Type: Etc
Buy: 2
Weight: 10
Flags:
BuyingStore: true
- Id: 7227
AegisName: TCG_Card
Name: TCG Card
Type: Etc
Weight: 10
- Id: 7228
AegisName: Gold_Bullion
Name: Gold Bullion
Type: Etc
Buy: 100000
Weight: 300
Flags:
BuyingStore: true
- Id: 7229
AegisName: Silver_Bullion
Name: Silver Bullion
Type: Etc
Buy: 50000
Weight: 300
Flags:
BuyingStore: true
- Id: 7230
AegisName: White_Gold_Bullion
Name: Platinum Bullion
Type: Etc
Buy: 200000
Weight: 300
Flags:
BuyingStore: true
- Id: 7231
AegisName: Gold_Ore
Name: Gold Ore
Type: Etc
Buy: 20
Weight: 150
- Id: 7232
AegisName: Silver_Ore
Name: Silver Ore
Type: Etc
Buy: 20
Weight: 150
- Id: 7233
AegisName: Mithril_Ore
Name: Mithril Ore
Type: Etc
Buy: 20
Weight: 150
- Id: 7234
AegisName: Soul_Of_Guild
Name: Spirit of Guild
Type: Etc
Weight: 10
- Id: 7235
AegisName: Soul_Of_Courage
Name: Spirit of Charge
Type: Etc
Weight: 10
- Id: 7236
AegisName: Soul_Of_Guard
Name: Spirit of Protection
Type: Etc
Weight: 10
- Id: 7237
AegisName: Soul_Of_Partnership
Name: Spirit of Association
Type: Etc
Weight: 10
- Id: 7238
AegisName: Soul_Of_Correspondence
Name: Spirit of Coordination
Type: Etc
Weight: 10
- Id: 7239
AegisName: Soul_Of_Proceeding
Name: Spirit of Advance
Type: Etc
Weight: 10
- Id: 7240
AegisName: Soul_Of_Confidence
Name: Spirit of Trust
Type: Etc
Weight: 10
- Id: 7241
AegisName: Soul_Of_Agreement
Name: Spirit of Union
Type: Etc
Weight: 10
- Id: 7242
AegisName: Soul_Of_Harmony
Name: Spirit of Combination
Type: Etc
Weight: 10
- Id: 7243
AegisName: Soul_Of_Cooperate
Name: Spirit of Cooperation
Type: Etc
Weight: 10
- Id: 7244
AegisName: Soul_Of_Unity
Name: Spirit of Solidarity
Type: Etc
Weight: 10
- Id: 7245
AegisName: Soul_Of_Friendship
Name: Spirit of Friendship
Type: Etc
Weight: 10
- Id: 7246
AegisName: Soul_Of_Peace
Name: Spirit of Peace
Type: Etc
Weight: 10
- Id: 7247
AegisName: Soul_Of_Spirit
Name: Spirit of Determination
Type: Etc
Weight: 10
- Id: 7248
AegisName: Soul_Of_Honor
Name: Spirit of Honor
Type: Etc
Weight: 10
- Id: 7249
AegisName: Soul_Of_Service
Name: Spirit of Service
Type: Etc
Weight: 10
- Id: 7250
AegisName: Soul_Of_Glory
Name: Spirit of Glory
Type: Etc
Weight: 10
- Id: 7251
AegisName: Soul_Of_Victory
Name: Spirit of Victory
Type: Etc
Weight: 10
- Id: 7252
AegisName: Herb_Medicine
Name: Herbal Medicine
Type: Etc
Weight: 10
- Id: 7253
AegisName: Taeguk_Flag
Name: Golden Korean Flag
Type: Etc
Weight: 10
- Id: 7254
AegisName: Digital_Print_Ticket
Name: Digital Picture Printing Coupon
Type: Etc
Weight: 10
- Id: 7255
AegisName: China_Marble01
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7256
AegisName: China_Marble02
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7257
AegisName: China_Marble03
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7258
AegisName: China_Marble04
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7259
AegisName: China_Marble05
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7260
AegisName: China_Marble06
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7261
AegisName: China_Marble07
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7262
AegisName: Fan
Name: Folding Fan of Cat Ghost
Type: Etc
Buy: 466
Weight: 10
Flags:
BuyingStore: true
- Id: 7263
AegisName: Cat_Eyed_Stone
Name: Cat's Eye
Type: Etc
Buy: 954
Weight: 10
Flags:
BuyingStore: true
- Id: 7264
AegisName: Dried_Sand
Name: Dry Sand
Type: Etc
Buy: 322
Weight: 10
Flags:
BuyingStore: true
- Id: 7265
AegisName: Dragon_Horn
Name: Dragon Horn
Type: Etc
Buy: 544
Weight: 10
Flags:
BuyingStore: true
- Id: 7266
AegisName: Dragon_Fang
Name: Denture from Dragon Mask
Type: Etc
Buy: 436
Weight: 10
Flags:
BuyingStore: true
- Id: 7267
AegisName: Tiger_Skin_Panties
Name: Tiger Panty
Type: Etc
Buy: 298
Weight: 10
Flags:
BuyingStore: true
- Id: 7268
AegisName: Little_Blacky_Ghost
Name: Little Ghost Doll
Type: Etc
Buy: 1210
Weight: 10
Flags:
BuyingStore: true
- Id: 7269
AegisName: Bib
Name: Pinafore
Type: Etc
Buy: 960
Weight: 10
Flags:
BuyingStore: true
- Id: 7270
AegisName: Milk_Bottle
Name: Nursing Bottle
Type: Etc
Buy: 1100
Weight: 10
Flags:
BuyingStore: true
- Id: 7271
AegisName: Figure
Name: Novice Figure
Type: Etc
Buy: 10000
Weight: 10
- Id: 7272
AegisName: Meat_Dumpling_Doll
Name: Rice Ball Doll
Type: Etc
Buy: 500
Weight: 10
- Id: 7273
AegisName: Golden_Necklace
Name: RWC Necklace
Type: Etc
Buy: 2
Weight: 10
- Id: 7274
AegisName: Ancient_Translator
Name: Translated Ancient Language
Type: Etc
Weight: 10
- Id: 7275
AegisName: Ancient_Document
Name: Record of Ancient Language
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7276
AegisName: Picture_Letter
Name: Doodled Message
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7277
AegisName: Munak_Doll
Name: Munak Doll
Type: Etc
Buy: 8900
Weight: 10
Flags:
BuyingStore: true
- Id: 7278
AegisName: Wellbeing_Letter
Name: Letter to Wife
Type: Etc
Weight: 10
- Id: 7279
AegisName: Vita500_Lid
Name: Vita500 Lid
Type: Etc
Buy: 10
Weight: 10
- Id: 7280
AegisName: Quiz_Ticket01
Name: 1st Quiz Entry
Type: Etc
Weight: 10
- Id: 7281
AegisName: Quiz_Ticket02
Name: 2nd Quiz Entry
Type: Etc
Weight: 10
- Id: 7282
AegisName: Quiz_Ticket03
Name: 3rd Quiz Entry
Type: Etc
Weight: 10
- Id: 7283
AegisName: Quiz_Ticket04
Name: 4th Quiz Entry
Type: Etc
Weight: 10
- Id: 7284
AegisName: Quiz_Ticket05
Name: 5th Quiz Entry
Type: Etc
Weight: 10
- Id: 7285
AegisName: Thread_Skein
Name: Holy Threads
Type: Etc
Buy: 2
Weight: 10
- Id: 7286
AegisName: Chilli
Name: Red Chile
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7287
AegisName: Thread_Skein_
Name: Holier Threads
Type: Etc
Buy: 2
Weight: 10
- Id: 7288
AegisName: Thai_Ring
Name: Engagement Ring
Type: Etc
Buy: 2
Weight: 10
- Id: 7289
AegisName: Olivine
Name: Peridot
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7290
AegisName: Phlogopite
Name: Phlogopite
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7291
AegisName: Agate
Name: Agate
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7292
AegisName: Muscovite
Name: Muscovite
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7293
AegisName: Rose_Quartz
Name: Rose Quartz
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7294
AegisName: Turquoise
Name: Turquoise
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7295
AegisName: Citrine
Name: Citrin
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7296
AegisName: Pyroxene
Name: Pyroxene
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7297
AegisName: Biotite
Name: Biotite
Type: Etc
Buy: 3000
Weight: 100
Flags:
BuyingStore: true
- Id: 7298
AegisName: Leaf_Clothes
Name: Fig Leaf
Type: Etc
Buy: 538
Weight: 10
Flags:
BuyingStore: true
- Id: 7299
AegisName: Bamboo_Basket
Name: Straw Basket
Type: Etc
Buy: 632
Weight: 10
Flags:
BuyingStore: true
- Id: 7300
AegisName: Gemstone
Name: Gemstone
Type: Etc
Buy: 1420
Weight: 10
Flags:
BuyingStore: true
- Id: 7301
AegisName: Sword_Accessory
Name: Tassel
Type: Etc
Buy: 798
Weight: 10
Flags:
BuyingStore: true
- Id: 7302
AegisName: KRATHONG
Name: Krathong
Type: Etc
Buy: 2
Weight: 10
- Id: 7303
AegisName: Bag_Of_Rice
Name: Straw Rice Bag
Type: Etc
Weight: 800
Flags:
BuyingStore: true
- Id: 7304
AegisName: Witch's_Spell_Book
Name: Witch's Spell Scroll
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7305
AegisName: Authority_Of_Nine_World
Name: Symbol of the Nine Realms
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7306
AegisName: Fragment_Of_Soul
Name: Piece of Spirit
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7307
AegisName: Whisper_Of_Soul
Name: Spiritual Whispers
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7308
AegisName: Witch's_Potion
Name: Witch's Tonic
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7309
AegisName: Wing_Of_Crow
Name: Crow Wing
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7310
AegisName: Free_Peco_Ticket
Name: Free Ticket for Peco Ride
Type: Etc
Buy: 20
Weight: 10
- Id: 7311
AegisName: Free_Flying_Ship_Ticket
Name: Free Ticket for Flyship
Type: Etc
Buy: 20
Weight: 10
- Id: 7312
AegisName: Jubilee
Name: Jubilee
Type: Etc
Buy: 32
Weight: 10
Flags:
BuyingStore: true
- Id: 7313
AegisName: Seal_Of_Witch
Name: Witch's Medal
Type: Etc
Buy: 2
- Id: 7314
AegisName: The_Sign
Name: The Sign
Type: Etc
Buy: 2
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7315
AegisName: Dark_Crystal_Fragment
Name: Dark Crystal Fragment
Type: Etc
Buy: 422
Weight: 10
Flags:
BuyingStore: true
- Id: 7316
AegisName: Long_Limb
Name: Insect Leg
Type: Etc
Buy: 658
Weight: 10
Flags:
BuyingStore: true
- Id: 7317
AegisName: Screw
Name: Rusty Screw
Type: Etc
Buy: 534
Weight: 10
Flags:
BuyingStore: true
- Id: 7318
AegisName: Old_Pick
Name: Old Pick
Type: Etc
Buy: 512
Weight: 10
Flags:
BuyingStore: true
- Id: 7319
AegisName: Old_Steel_Plate
Name: Used Iron Plate
Type: Etc
Buy: 1024
Weight: 10
Flags:
BuyingStore: true
- Id: 7320
AegisName: Air_Pollutant
Name: Dust Pollutant
Type: Etc
Buy: 256
Weight: 10
Flags:
BuyingStore: true
- Id: 7321
AegisName: Fragment_Of_Crystal
Name: Crystal Fragment
Type: Etc
Buy: 552
Weight: 10
Flags:
BuyingStore: true
- Id: 7322
AegisName: Poisonous_Gas
Name: Toxic Gas
Type: Etc
Buy: 666
Weight: 10
Flags:
BuyingStore: true
- Id: 7323
AegisName: Battered_Kettle
Name: Battered Kettle
Type: Etc
Buy: 256
Weight: 10
Flags:
BuyingStore: true
- Id: 7325
AegisName: Tube
Name: Flexible Tube
Type: Etc
Buy: 102
Weight: 10
Flags:
BuyingStore: true
- Id: 7326
AegisName: Fluorescent_Liquid
Name: Fluorescent Liquid
Type: Etc
Buy: 712
Weight: 10
Flags:
BuyingStore: true
- Id: 7327
AegisName: Headlamp
Name: Flashlight
Type: Etc
Buy: 1024
Weight: 10
Flags:
BuyingStore: true
- Id: 7328
AegisName: Legendary_Scroll
Name: Legend of Songkran
Type: Etc
Weight: 10
- Id: 7329
AegisName: Old_Copper_Key
Name: Old Bronze Key
Type: Etc
Weight: 10
- Id: 7330
AegisName: 2anny
Name: Mystic Orb
Type: Etc
Weight: 100
- Id: 7331
AegisName: Flower_Of_Heaven
Name: Heaven Flower
Type: Etc
Buy: 500
Weight: 10
- Id: 7332
AegisName: Slate
Name: Complete Tablet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7333
AegisName: Piece_Of_Slate_1
Name: Prontera Tablet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7334
AegisName: Piece_Of_Slate_2
Name: Payon Tablet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7335
AegisName: Piece_Of_Slate_3
Name: Morocc Tablet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7336
AegisName: Piece_Of_Slate_4
Name: Geffen Tablet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7337
AegisName: Eye_Of_Hellion
Name: Eye of Hellion
Type: Etc
- Id: 7338
AegisName: RO_Transportation_Card
Name: One-way Ticket
Type: Etc
- Id: 7339
AegisName: RO_Transportation_Card_
Name: Commemorative Travel Card
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7340
AegisName: Will_Of_Darkness
Name: Will of the Darkness
Type: Etc
Buy: 734
Weight: 50
Flags:
BuyingStore: true
- Id: 7341
AegisName: Worn_Out_Pendant
Name: Old Pendant
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7342
AegisName: File01
Name: File Folder
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7343
AegisName: File02
Name: Sealed File Folder
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7344
AegisName: File03
Name: Shinokas Case File
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7345
AegisName: Armlet_Of_Prisoner
Name: Handcuffs
Type: Etc
Buy: 724
Weight: 10
Flags:
BuyingStore: true
- Id: 7346
AegisName: Pile_Of_Ymir_Heart
Name: Ymir's Heart Piece
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7347
AegisName: Lab_Staff_Record
Name: Research Chart
Type: Etc
Buy: 840
Weight: 10
Flags:
BuyingStore: true
- Id: 7348
AegisName: Indication_Of_Member01
Name: Membership Card
Type: Etc
Buy: 20
Weight: 10
- Id: 7349
AegisName: Indication_Of_Member02
Name: Archive Permit
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7350
AegisName: Pass
Name: Pass
Type: Etc
Buy: 20
Weight: 10
- Id: 7351
AegisName: Friend's_Diary
Name: Friend's Diary
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7352
AegisName: Transparent_Plate01
Name: Transparent Plate
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7353
AegisName: Transparent_Plate02
Name: Transparent Plate
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7354
AegisName: Transparent_Plate03
Name: Transparent Plate
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7355
AegisName: Transparent_Plate04
Name: Transparent Plate
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7356
AegisName: Piece_Of_Crest1
Name: Crest Piece
Type: Etc
Buy: 5000
Weight: 10
Flags:
BuyingStore: true
- Id: 7357
AegisName: Piece_Of_Crest2
Name: Crest Piece
Type: Etc
Buy: 5000
Weight: 10
Flags:
BuyingStore: true
- Id: 7358
AegisName: Piece_Of_Crest3
Name: Crest Piece
Type: Etc
Buy: 5000
Weight: 10
Flags:
BuyingStore: true
- Id: 7359
AegisName: Piece_Of_Crest4
Name: Crest Piece
Type: Etc
Buy: 5000
Weight: 10
Flags:
BuyingStore: true
- Id: 7360
AegisName: RO_Festival_Ticket
Name: RO Festival Invitation
Type: Etc
Weight: 10
- Id: 7361
AegisName: Lotto01
Name: Lotto Ball 01
Type: Etc
Weight: 10
- Id: 7362
AegisName: Lotto02
Name: Lotto Ball 02
Type: Etc
Weight: 10
- Id: 7363
AegisName: Lotto03
Name: Lotto Ball 03
Type: Etc
Weight: 10
- Id: 7364
AegisName: Lotto04
Name: Lotto Ball 04
Type: Etc
Weight: 10
- Id: 7365
AegisName: Lotto05
Name: Lotto Ball 05
Type: Etc
Weight: 10
- Id: 7366
AegisName: Lotto06
Name: Lotto Ball 06
Type: Etc
Weight: 10
- Id: 7367
AegisName: Lotto07
Name: Lotto Ball 07
Type: Etc
Weight: 10
- Id: 7368
AegisName: Lotto08
Name: Lotto Ball 08
Type: Etc
Weight: 10
- Id: 7369
AegisName: Lotto09
Name: Lotto Ball 09
Type: Etc
Weight: 10
- Id: 7370
AegisName: Lotto10
Name: Lotto Ball 10
Type: Etc
Weight: 10
- Id: 7371
AegisName: Lotto11
Name: Lotto Ball 11
Type: Etc
Weight: 10
- Id: 7372
AegisName: Lotto12
Name: Lotto Ball 12
Type: Etc
Weight: 10
- Id: 7373
AegisName: Lotto13
Name: Lotto Ball 13
Type: Etc
Weight: 10
- Id: 7374
AegisName: Lotto14
Name: Lotto Ball 14
Type: Etc
Weight: 10
- Id: 7375
AegisName: Lotto15
Name: Lotto Ball 15
Type: Etc
Weight: 10
- Id: 7376
AegisName: Lotto16
Name: Lotto Ball 16
Type: Etc
Weight: 10
- Id: 7377
AegisName: Lotto17
Name: Lotto Ball 17
Type: Etc
Weight: 10
- Id: 7378
AegisName: Lotto18
Name: Lotto Ball 18
Type: Etc
Weight: 10
- Id: 7379
AegisName: Lotto19
Name: Lotto Ball 19
Type: Etc
Weight: 10
- Id: 7380
AegisName: Lotto20
Name: Lotto Ball 20
Type: Etc
Weight: 10
- Id: 7381
AegisName: Lotto21
Name: Lotto Ball 21
Type: Etc
Weight: 10
- Id: 7382
AegisName: Lotto22
Name: Lotto Ball 22
Type: Etc
Weight: 10
- Id: 7383
AegisName: Lotto23
Name: Lotto Ball 23
Type: Etc
Weight: 10
- Id: 7384
AegisName: Lotto24
Name: Lotto Ball 24
Type: Etc
Weight: 10
- Id: 7385
AegisName: Lotto25
Name: Lotto Ball 25
Type: Etc
Weight: 10
- Id: 7386
AegisName: Lotto26
Name: Lotto Ball 26
Type: Etc
Weight: 10
- Id: 7387
AegisName: Lotto27
Name: Lotto Ball 27
Type: Etc
Weight: 10
- Id: 7388
AegisName: Lotto28
Name: Lotto Ball 28
Type: Etc
Weight: 10
- Id: 7389
AegisName: Lotto29
Name: Lotto Ball 29
Type: Etc
Weight: 10
- Id: 7390
AegisName: Lotto30
Name: Lotto Ball 30
Type: Etc
Weight: 10
- Id: 7391
AegisName: Lotto31
Name: Lotto Ball 31
Type: Etc
Weight: 10
- Id: 7392
AegisName: Lotto32
Name: Lotto Ball 32
Type: Etc
Weight: 10
- Id: 7393
AegisName: Lotto33
Name: Lotto Ball 33
Type: Etc
Weight: 10
- Id: 7394
AegisName: Lotto34
Name: Lotto Ball 34
Type: Etc
Weight: 10
- Id: 7395
AegisName: Lotto35
Name: Lotto Ball 35
Type: Etc
Weight: 10
- Id: 7396
AegisName: Lotto36
Name: Lotto Ball 36
Type: Etc
Weight: 10
- Id: 7397
AegisName: Lotto37
Name: Lotto Ball 37
Type: Etc
Weight: 10
- Id: 7398
AegisName: Lotto38
Name: Lotto Ball 38
Type: Etc
Weight: 10
- Id: 7399
AegisName: Word_Card01
Name: Selamat
Type: Etc
Buy: 2
Weight: 10
- Id: 7400
AegisName: Word_Card02
Name: Hari
Type: Etc
Buy: 2
Weight: 10
- Id: 7401
AegisName: Word_Card03
Name: Kemerdekaan
Type: Etc
Buy: 2
Weight: 10
- Id: 7402
AegisName: Word_Card04
Name: Republik
Type: Etc
Buy: 2
Weight: 10
- Id: 7403
AegisName: Word_Card05
Name: Indonesia
Type: Etc
Buy: 2
Weight: 10
- Id: 7404
AegisName: Word_Card06
Name: Ke-60
Type: Etc
Buy: 2
Weight: 10
- Id: 7405
AegisName: Crushed_Can
Name: Crushed Can
Type: Etc
Buy: 2
Weight: 10
- Id: 7406
AegisName: Moon_Cake1
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7407
AegisName: Moon_Cake2
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7408
AegisName: Moon_Cake3
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7409
AegisName: Moon_Cake4
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7410
AegisName: Moon_Cake5
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7411
AegisName: Moon_Cake6
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7412
AegisName: Moon_Cake7
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7413
AegisName: Moon_Cake8
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7414
AegisName: Moon_Cake9
Name: Yuebing
Type: Etc
Buy: 2
Weight: 10
- Id: 7415
AegisName: Stone_Of_Summons
Name: Summoning Stone
Type: Etc
Buy: 2
Weight: 10
- Id: 7416
AegisName: Letter_Of_Recommend
Name: Letter of Recommendation
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7417
AegisName: Mission_ScrollA
Name: Written Request(A)
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7418
AegisName: Mission_ScrollB
Name: Written Request(B)
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7419
AegisName: Embryo_HandBook
Name: Embryo Creation Guide
Type: Etc
Buy: 48000
Weight: 10
Flags:
BuyingStore: true
- Id: 7420
AegisName: Skull_
Name: Skull
Type: Etc
Trade:
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7421
AegisName: Key_Red
Name: Red Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7422
AegisName: Key_Yellow
Name: Yellow Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7423
AegisName: Key_Blue
Name: Blue Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7424
AegisName: Key_Green
Name: Green Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7425
AegisName: Key_Black
Name: Black Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7426
AegisName: Magic_Gem_Red
Name: Red Charm Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7427
AegisName: Magic_Gem_Yellow
Name: Yellow Charm Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7428
AegisName: Magic_Gem_Blue
Name: Blue Charm Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7429
AegisName: Magic_Gem_Green
Name: Green Charm Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7430
AegisName: Magic_Gem_Black
Name: Black Charm Stone
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7431
AegisName: Several_Books
Name: Pile of Books
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7432
AegisName: Leather_Pouch
Name: Leather Pouch
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7433
AegisName: Scroll
Name: Blank Scroll
Type: Etc
Buy: 4000
Weight: 10
Flags:
BuyingStore: true
- Id: 7434
AegisName: Elemental_Potion_Book
Name: Elemental Potion Creation Guide
Type: Etc
Buy: 100000
Weight: 10
Flags:
BuyingStore: true
- Id: 7435
AegisName: Golden_Bracelet
Name: Golden Ornament
Type: Etc
Buy: 1907
Weight: 10
Flags:
BuyingStore: true
- Id: 7436
AegisName: Piece_Of_Memory_Green
Name: Fragment of Agony
Type: Etc
Buy: 1506
Weight: 10
Flags:
BuyingStore: true
- Id: 7437
AegisName: Piece_Of_Memory_Purple
Name: Fragment of Misery
Type: Etc
Buy: 1506
Weight: 10
Flags:
BuyingStore: true
- Id: 7438
AegisName: Piece_Of_Memory_Blue
Name: Fragment of Hatred
Type: Etc
Buy: 1506
Weight: 10
Flags:
BuyingStore: true
- Id: 7439
AegisName: Piece_Of_Memory_Red
Name: Fragment of Despair
Type: Etc
Buy: 1506
Weight: 10
Flags:
BuyingStore: true
- Id: 7440
AegisName: Red_Feather
Name: Red Feather
Type: Etc
Buy: 1335
Weight: 10
Flags:
BuyingStore: true
- Id: 7441
AegisName: Blue_Feather
Name: Blue Feather
Type: Etc
Buy: 1408
Weight: 10
Flags:
BuyingStore: true
- Id: 7442
AegisName: Cursed_Seal
Name: Cursed Seal
Type: Etc
Buy: 1332
Weight: 10
Flags:
BuyingStore: true
- Id: 7443
AegisName: Tri_Headed_Dragon_Head
Name: Three-Headed Dragon's Head
Type: Etc
Buy: 956
Weight: 10
Flags:
BuyingStore: true
- Id: 7444
AegisName: Treasure_Box
Name: Treasure Box
Type: Etc
Buy: 300000
Weight: 10
Flags:
BuyingStore: true
- Id: 7445
AegisName: Dragonball_Green
Name: Green Bijou
Type: Etc
Buy: 887
Weight: 10
Flags:
BuyingStore: true
- Id: 7446
AegisName: Dragonball_Blue
Name: Blue Bijou
Type: Etc
Buy: 887
Weight: 10
Flags:
BuyingStore: true
- Id: 7447
AegisName: Dragonball_Red
Name: Red Bijou
Type: Etc
Buy: 887
Weight: 10
Flags:
BuyingStore: true
- Id: 7448
AegisName: Dragonball_Yellow
Name: Yellow Bijou
Type: Etc
Buy: 887
Weight: 10
Flags:
BuyingStore: true
- Id: 7449
AegisName: Bloody_Page
Name: Bloody Page
Type: Etc
Buy: 681
Weight: 10
Flags:
BuyingStore: true
- Id: 7450
AegisName: Piece_Of_Bone_Armor
Name: Skeletal Armor Piece
Type: Etc
Buy: 2050
Weight: 10
Flags:
BuyingStore: true
- Id: 7451
AegisName: Scale_Of_Red_Dragon
Name: Fire Dragon Scale
Type: Etc
Buy: 1852
Weight: 10
Flags:
BuyingStore: true
- Id: 7452
AegisName: Yellow_Spice
Name: Yellow Spice
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7453
AegisName: Sweet_Sauce
Name: Sweet Sauce
Type: Etc
Buy: 700
Weight: 10
Flags:
BuyingStore: true
- Id: 7454
AegisName: Plain_Sauce
Name: Savory Sauce
Type: Etc
Buy: 700
Weight: 10
Flags:
BuyingStore: true
- Id: 7455
AegisName: Hot_Sauce
Name: Spicy Sauce
Type: Etc
Buy: 700
Weight: 10
Flags:
BuyingStore: true
- Id: 7456
AegisName: Red_Spice
Name: Red Spice
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7457
AegisName: Cooking_Oil
Name: Cooking Oil
Type: Etc
Buy: 500
Weight: 10
Flags:
BuyingStore: true
- Id: 7458
AegisName: Baphomet's_Horn
Name: Fortune Horn
Type: Etc
Buy: 2
Weight: 10
- Id: 7459
AegisName: RAMADAN_
Name: Idul Fitri Card
Type: Etc
Buy: 2
Weight: 10
- Id: 7460
AegisName: Niflheim_Ticket
Name: Niflheim Express Ticket
Type: Etc
Buy: 2
Weight: 10
- Id: 7461
AegisName: BlueCard_A
Name: Blue A Card
Type: Etc
Weight: 10
- Id: 7462
AegisName: BlueCard_E
Name: Blue E Card
Type: Etc
Weight: 10
- Id: 7463
AegisName: BlueCard_F
Name: Blue F Card
Type: Etc
Weight: 10
- Id: 7464
AegisName: BlueCard_H
Name: Blue H Card
Type: Etc
Weight: 10
- Id: 7465
AegisName: BlueCard_L
Name: Blue L Card
Type: Etc
Weight: 10
- Id: 7466
AegisName: BlueCard_N
Name: Blue N Card
Type: Etc
Weight: 10
- Id: 7467
AegisName: BlueCard_O
Name: Blue O Card
Type: Etc
Weight: 10
- Id: 7468
AegisName: BlueCard_P
Name: Blue P Card
Type: Etc
Weight: 10
- Id: 7469
AegisName: BlueCard_U
Name: Blue U Card
Type: Etc
Weight: 10
- Id: 7470
AegisName: BlueCard_W
Name: Blue W Card
Type: Etc
Weight: 10
- Id: 7471
AegisName: BlueCard_Y
Name: Blue Y Card
Type: Etc
Weight: 10
- Id: 7472
AegisName: Cookbook01
Name: Level 1 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7473
AegisName: Cookbook02
Name: Level 2 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7474
AegisName: Cookbook03
Name: Level 3 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7475
AegisName: Cookbook04
Name: Level 4 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7476
AegisName: Cookbook05
Name: Level 5 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7477
AegisName: Cookbook06
Name: Level 6 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7478
AegisName: Cookbook07
Name: Level 7 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7479
AegisName: Cookbook08
Name: Level 8 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7480
AegisName: Cookbook09
Name: Level 9 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7481
AegisName: Cookbook10
Name: Level 10 Cookbook
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7482
AegisName: Pot
Name: Pot
Type: Etc
Buy: 200
Weight: 10
Flags:
BuyingStore: true
- Id: 7483
AegisName: Key_Of_Seal
Name: Key of the Seal
Type: Etc
- Id: 7484
AegisName: Warrior_Symbol
Name: Symbol of a Brave Warrior
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7485
AegisName: 2nd_Floor_Pass
Name: Cloud General
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7486
AegisName: 3rd_Floor_Pass
Name: Wind General
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7487
AegisName: Tavern_Wine
Name: Culinary Wine
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7488
AegisName: Delivery_Box
Name: Delivery Package
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7489
AegisName: Villa_Spare_Key
Name: Cottage Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7490
AegisName: Kyll_Hire_Letter
Name: Letter to Elly
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7491
AegisName: Iron_Box
Name: Steel Box
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7492
AegisName: Yellow_Key_Card
Name: Yellow Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7493
AegisName: Golden_Key
Name: Golden Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7494
AegisName: Kiel_Button
Name: Luxurious Button
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7495
AegisName: Blue_Key_Card
Name: Blue Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7496
AegisName: Red_Key_Card
Name: Red Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7497
AegisName: Steel_Piece
Name: Metal Fragment
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7498
AegisName: Rosimier_Key
Name: Rosimier Mansion Keys
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7499
AegisName: Family_Portrait
Name: Family Portrait
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7500
AegisName: Elysia_Portrait
Name: Woman's Portrait
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7501
AegisName: Kyll_Hire_Letter2
Name: K.H's Letter
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7502
AegisName: Piece_Memo_Of_James
Name: James's Note
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7503
AegisName: Man_Portrait
Name: Man's Portrait
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7504
AegisName: Toy_Motor
Name: Power Device
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7505
AegisName: Toy_Key
Name: Toy Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7506
AegisName: Black_Key_Card
Name: Black Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7507
AegisName: Sturdy_Iron_Piece
Name: Solid Iron Piece
Type: Etc
Buy: 842
Weight: 10
Flags:
BuyingStore: true
- Id: 7508
AegisName: Elysia_Ring
Name: Allysia's Ring
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7509
AegisName: Fancy_Key_Card
Name: Luxurious Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7510
AegisName: Valhalla_Flower
Name: Valhalla's Flower
Type: Etc
Buy: 200000
Weight: 10
Flags:
BuyingStore: true
- Id: 7511
AegisName: Rune_Of_Darkness
Name: Rune of Darkness
Type: Etc
Buy: 2526
Weight: 10
Flags:
BuyingStore: true
- Id: 7512
AegisName: Burnt_Parts
Name: Burnt Part
Type: Etc
Buy: 1600
Weight: 10
Flags:
BuyingStore: true
- Id: 7513
AegisName: Pocket_Watch
Name: Pocket Watch
Type: Etc
Buy: 3420
Weight: 10
Flags:
BuyingStore: true
- Id: 7514
AegisName: Monster_Ticket
Name: Monster Ticket
Type: Etc
Buy: 2
- Id: 7515
AegisName: Marvelous_Medal
Name: Prize Medal
Type: Etc
Buy: 2
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7516
AegisName: Green_Key_Card
Name: Green Keycard
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7517
AegisName: Gold_Coin_
Name: Gold Coin
Type: Etc
Buy: 1000
Weight: 100
- Id: 7518
AegisName: Women's_Medal
Name: Women's Medal
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7519
AegisName: Money_Envelope
Name: Handsel
Type: Etc
Weight: 10
- Id: 7520
AegisName: Chinese_Scroll
Name: Please Be Rich
Type: Etc
Weight: 10
- Id: 7521
AegisName: Flame_Stone
Name: Flame Stone
Type: Etc
Buy: 150
Weight: 10
Flags:
BuyingStore: true
- Id: 7522
AegisName: Ice_Stone
Name: Ice Stone
Type: Etc
Buy: 150
Weight: 10
Flags:
BuyingStore: true
- Id: 7523
AegisName: Wind_Stone
Name: Wind Stone
Type: Etc
Buy: 150
Weight: 10
Flags:
BuyingStore: true
- Id: 7524
AegisName: Shadow_Orb
Name: Shadow Orb
Type: Etc
Buy: 300
Weight: 20
Flags:
BuyingStore: true
- Id: 7525
AegisName: Summer_Feast_Ticket
Name: Summer Festival Ticket
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7526
AegisName: Manuscript_Paper
Name: Manuscript Paper
Type: Etc
Buy: 2
- Id: 7527
AegisName: Life_Book
Name: Book About True Life
Type: Etc
Weight: 100
Trade:
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7528
AegisName: Id_Lottery_Ticket
Name: Lottery Ticket
Type: Etc
- Id: 7529
AegisName: Stolen_Sandals
Name: Stolen Sandal
Type: Etc
- Id: 7530
AegisName: Travel_Brochure_01
Name: Travel Brochure [Amatsu]
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7531
AegisName: Travel_Brochure_02
Name: Travel Brochure [Kunlun]
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7532
AegisName: Travel_Brochure_03
Name: Travel Brochure [Luoyang]
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7533
AegisName: Travel_Brochure_04
Name: Travel Brochure [Ayothaya]
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7534
AegisName: Photo_Album_01
Name: Amatsu Completed Photo Album
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7535
AegisName: Photo_Album_02
Name: Kunlun Completed Photo Album
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7536
AegisName: Photo_Album_03
Name: Luoyang Completed Photo Album
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7537
AegisName: Photo_Album_04
Name: Ayothaya Completed Photo Album
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7538
AegisName: Sifted_Sand
Name: Sand for Work
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7539
AegisName: Poring_Coin
Name: Poring Coin
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7540
AegisName: Lotto39
Name: Lotto Ball 39
Type: Etc
Weight: 10
- Id: 7541
AegisName: Lotto40
Name: Lotto Ball 40
Type: Etc
Weight: 10
- Id: 7542
AegisName: Lotto41
Name: Lotto Ball 41
Type: Etc
Weight: 10
- Id: 7543
AegisName: Lotto42
Name: Lotto Ball 42
Type: Etc
Weight: 10
- Id: 7544
AegisName: Lotto43
Name: Lotto Ball 43
Type: Etc
Weight: 10
- Id: 7545
AegisName: Lotto44
Name: Lotto Ball 44
Type: Etc
Weight: 10
- Id: 7546
AegisName: Lotto45
Name: Lotto Ball 45
Type: Etc
Weight: 10
- Id: 7547
AegisName: Soccer_Ball
Name: Soccer Ball
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7548
AegisName: Soccer_Shoes
Name: Soccer Shoes
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7549
AegisName: Brazilian_Flag
Name: Brazilian Flag
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7550
AegisName: Ticket01
Name: 6.13 Ticket
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7551
AegisName: Ticket02
Name: 6.18 Ticket
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7552
AegisName: Ticket03
Name: 6.22 Ticket
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7553
AegisName: Lotus_Flower
Name: Lotus Flower
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7554
AegisName: Striped_Candle
Name: Striped Candle
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7555
AegisName: Green_Incense
Name: Green Incense
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7556
AegisName: Longing_Heart
Name: Longing Heart
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7557
AegisName: Invitation_Letter
Name: Invitation Letter
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7558
AegisName: Invitation_Ticket
Name: Invitation Ticket
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7559
AegisName: Key_Of_Flower_Garden
Name: Key to the Secret Garden
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7560
AegisName: Longing_Heart2
Name: Longing Heart
Type: Etc
- Id: 7561
AegisName: Ice_Heart
Name: Glacial Heart
Type: Etc
Buy: 606
Weight: 10
Flags:
BuyingStore: true
- Id: 7562
AegisName: Ice_Scale
Name: Ice Scale
Type: Etc
Buy: 3020
Weight: 10
Flags:
BuyingStore: true
- Id: 7563
AegisName: Bloody_Rune
Name: Bloody Rune
Type: Etc
Buy: 2016
Weight: 10
Flags:
BuyingStore: true
- Id: 7564
AegisName: Rotten_Meat
Name: Rotten Meat
Type: Etc
Buy: 102
Weight: 10
Flags:
BuyingStore: true
- Id: 7565
AegisName: Sticky_Poison
Name: Sticky Poison
Type: Etc
Buy: 350
Weight: 10
Flags:
BuyingStore: true
- Id: 7566
AegisName: Will_Of_Darkness_
Name: Will of Red Darkness
Type: Etc
Buy: 1530
Weight: 10
Flags:
BuyingStore: true
- Id: 7567
AegisName: Suspicious_Hat
Name: Suspicious Hat
Type: Etc
Buy: 1290
Weight: 10
Flags:
BuyingStore: true
- Id: 7568
AegisName: White_Mask
Name: White Mask
Type: Etc
Buy: 1060
Weight: 10
Flags:
BuyingStore: true
- Id: 7569
AegisName: Hammer_Of_Wind
Name: Wind Hammer
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7570
AegisName: Temple_Lottery_Ticket
Name: Temple Lottery Ticket
Type: Etc
Weight: 10
- Id: 7571
AegisName: Diary_Of_Blue
Name: Bruspetti's Diary
Type: Etc
- Id: 7572
AegisName: Magic_Necklace
Name: Ashy Necklace
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7573
AegisName: Magic_Necklace_
Name: Sparkling Necklace
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7574
AegisName: Ice_Particle
Name: Freezing Snow Powder
Type: Etc
Flags:
BuyingStore: true
- Id: 7575
AegisName: Red_Jewel_
Name: Red Jewel
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7576
AegisName: Blue_Jewel_
Name: Blue Jewel
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7577
AegisName: Golden_Jewel_
Name: Yellow Jewel
Type: Etc
Buy: 20
Weight: 50
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7578
AegisName: Anti_Spell_Bead
Name: Countermagic Crystal
Type: Etc
Buy: 20
Weight: 10
- Id: 7579
AegisName: Silk_Handkerchief
Name: Silk Handkerchief of Zhi Nu
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7580
AegisName: Black_Bead
Name: Black Marble
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7581
AegisName: Anniversary_Ticket
Name: Celebration Document
Type: Etc
Buy: 20
Weight: 10
- Id: 7582
AegisName: Gem_Of_Ruin
Name: Jewel of Destruction
Type: Etc
Buy: 10
Weight: 10
- Id: 7583
AegisName: Evil_Mind
Name: Evil Mind
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7584
AegisName: Proof_Of_Guard1
Name: Guard's First Proof
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7585
AegisName: Proof_Of_Guard2
Name: Guard's Second Proof
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7586
AegisName: Proof_Of_Guard3
Name: Guard's Third Proof
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7587
AegisName: Proof_Of_Guard4
Name: Guard's Fourth Proof
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7588
AegisName: IPOD_Ticker
Name: IPOD Coupon
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7589
AegisName: Moon_Cake10
Name: Lettered Moon Snack 01
Type: Etc
Buy: 20
Weight: 10
- Id: 7590
AegisName: Moon_Cake11
Name: Lettered Moon Snack 02
Type: Etc
Buy: 20
Weight: 10
- Id: 7591
AegisName: Moon_Cake12
Name: Lettered Moon Snack 03
Type: Etc
Buy: 20
Weight: 10
- Id: 7592
AegisName: Moon_Cake13
Name: Lettered Moon Snack 04
Type: Etc
Buy: 20
Weight: 10
- Id: 7593
AegisName: Moon_Cake14
Name: Lettered Moon Snack 05
Type: Etc
Buy: 20
Weight: 10
- Id: 7594
AegisName: Sonia's_Letter
Name: Sonia's Letter
Type: Etc
Buy: 20
Weight: 10
- Id: 7595
AegisName: Unique_Sword
Name: Special Sword
Type: Etc
Buy: 20
Weight: 10
- Id: 7596
AegisName: Unique_Shield
Name: Special Shield
Type: Etc
Buy: 20
Weight: 10
- Id: 7597
AegisName: Magic_Stone
Name: Magic Stone
Type: Etc
Buy: 20
Weight: 10
- Id: 7603
AegisName: RO_Party_Ticket
Name: RO Party Invitation Ticket
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7604
AegisName: Flour
Name: Flour
Type: Etc
Weight: 10
- Id: 7605
AegisName: Chicken_Egg
Name: Chicken Egg
Type: Etc
Weight: 10
- Id: 7606
AegisName: Coin
Name: Token of the Ox
Type: Etc
Weight: 10
- Id: 7607
AegisName: Evil_Dragon_Head
Name: Neck of Demon Dragon
Type: Etc
Buy: 10
Weight: 10
- Id: 7608
AegisName: Premium_Ticket
Name: Premium Ticket
Type: Etc
Buy: 20
Weight: 10
- Id: 7609
AegisName: Pumpkin_Mojo
Name: Pumpkin Mojo
Type: Etc
Weight: 10
- Id: 7610
AegisName: Food_Ticket
Name: Food Exchange Ticket
Type: Etc
Buy: 1000
Weight: 10
- Id: 7611
AegisName: Fox_Symbol
Name: Symbol of Fox
Type: Etc
Buy: 20
Weight: 10
- Id: 7612
AegisName: Heart_Of_Fox_Queen
Name: Heart of Queen Fox
Type: Etc
Buy: 2
Weight: 10
- Id: 7613
AegisName: Small_Rice_Dough
Name: Small Rice Cake Dough
Type: Etc
- Id: 7614
AegisName: Special_Packing_Paper
Name: Wrapping Paper
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7615
AegisName: MVP_Ticket
Name: MVP Voucher
Type: Etc
Buy: 10
Weight: 10
- Id: 7616
AegisName: Mini_Boss_Ticket
Name: Miniboss Voucher
Type: Etc
Buy: 10
Weight: 10
- Id: 7617
AegisName: Monster_Ticket_
Name: Monster Voucher
Type: Etc
Buy: 10
Weight: 10
- Id: 7618
AegisName: Monster_Crystal
Name: Monster Crystal
Type: Etc
Buy: 2
Weight: 100
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7619
AegisName: Enriched_Elunium
Name: Enriched Elunium
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7620
AegisName: Enriched_Oridecon
Name: Enriched Oridecon
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7621
AegisName: Token_Of_Siegfried
Name: Token Of Siegfried
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7622
AegisName: New_Style_Coupon
Name: Hairstyle Coupon
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoSell: true
NoGuildStorage: true
- Id: 7623
AegisName: Name_Change_Coupon
Name: Ticket Of Identification
Type: Etc
Buy: 2
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7624
AegisName: Spring_Stanza23
Name: Spring Stanza23
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7625
AegisName: Registration_Ticket
Name: Registration Ticket
Type: Etc
- Id: 7626
AegisName: Bubble_Gum_Token
Name: Bubble Gum Token
Type: Etc
Buy: 10
Weight: 10
- Id: 7627
AegisName: Sage_Key
Name: Sage Key
Type: Etc
- Id: 7628
AegisName: Idiot_Key
Name: Idiot Key
Type: Etc
- Id: 7629
AegisName: Pink_Gift_Box
Name: Pink Gift Box
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7630
AegisName: Clean_Beach_Brush
Name: Clean Beach Brush
Type: Etc
- Id: 7631
AegisName: Trash_Debris
Name: Trash Debris
Type: Etc
- Id: 7635
AegisName: Sachet
Name: Sachet
Type: Etc
Buy: 100
- Id: 7701
AegisName: Dragon_Spirit
Name: Soul
Type: Etc
Buy: 2
Weight: 10
- Id: 7702
AegisName: Special_Cogwheel
Name: Special Cogwheel
Type: Etc
Buy: 2
Weight: 10
- Id: 7703
AegisName: Piece_Of_Cogwheel
Name: Piece of Cogwheel
Type: Etc
Buy: 2
Weight: 10
- Id: 7704
AegisName: Broken_Thermometer
Name: Broken Thermometer
Type: Etc
Buy: 2
- Id: 7705
AegisName: Note_Of_Geologist
Name: Note of Geologist
Type: Etc
Buy: 2
- Id: 7706
AegisName: Spoiled_Carrot_Juice
Name: Broken Carrot Juice
Type: Etc
Buy: 20
Weight: 40
- Id: 7707
AegisName: Spoiled_Banana_Juice
Name: Broken Banana Juice
Type: Etc
Buy: 20
Weight: 40
- Id: 7708
AegisName: Spoiled_Apple_Juice
Name: Broken Apple Juice
Type: Etc
Buy: 20
Weight: 40
- Id: 7709
AegisName: Spoiled_Grape_Juice
Name: Broken Grape Juice
Type: Etc
Buy: 20
Weight: 40
- Id: 7710
AegisName: Black_Gemstone
Name: Black Gemstone
Type: Etc
Buy: 600
Weight: 30
- Id: 7711
AegisName: Update_Ticket
Name: Event Ticket
Type: Etc
Weight: 10
- Id: 7712
AegisName: Nokia5500
Name: Nokia 5500
Type: Etc
Weight: 10
- Id: 7713
AegisName: BlueCard_A_
Name: Blue A(2) Card
Type: Etc
Weight: 10
- Id: 7714
AegisName: BlueCard_R_
Name: Blue R(2) Card
Type: Etc
Weight: 10
- Id: 7715
AegisName: Handmade_Choco_Recipe
Name: Handmade Chocolate Recipe
Type: Etc
- Id: 7716
AegisName: Strawberry_Choco_Recipe
Name: Chocolate Strawberry Recipe
Type: Etc
- Id: 7717
AegisName: Choco_Tart_Recipe
Name: Chocolate Tart Recipe
Type: Etc
- Id: 7718
AegisName: Cacao_Bean
Name: Cacao Bean
Type: Etc
Weight: 10
- Id: 7719
AegisName: BlueCard_G
Name: Blue G Card
Type: Etc
Weight: 10
- Id: 7720
AegisName: Gold_Coin_US
Name: Gold Coin
Type: Etc
Buy: 100
Weight: 10
- Id: 7721
AegisName: Treasure_Box_
Name: Treasure Box
Type: Etc
Buy: 100
Weight: 500
- Id: 7722
AegisName: Debt_Note
Name: Debt Note
Type: Etc
Buy: 20
- Id: 7723
AegisName: Diamond_Of_Ruin
Name: Diamond of Ruin
Type: Etc
Buy: 20
- Id: 7724
AegisName: Forbidden_Secret_Art
Name: Forbidden Secret Art
Type: Etc
Buy: 20
- Id: 7725
AegisName: Unlucky_Emerald
Name: Unlucky Emerald
Type: Etc
Buy: 20
- Id: 7726
AegisName: Token_Of_King
Name: Token of King
Type: Etc
Buy: 20
- Id: 7727
AegisName: HP_Doctor_Ticket
Name: HP Doctor Ticket
Type: Etc
- Id: 7728
AegisName: SP_Doctor_Ticket
Name: SP Doctor Ticket
Type: Etc
- Id: 7729
AegisName: Rok_Star_Badge
Name: Rok Star Badge
Type: Etc
Buy: 20
Weight: 100
- Id: 7730
AegisName: Mission_Certificate1
Name: Mission Ticket 1
Type: Etc
Weight: 10
- Id: 7731
AegisName: Mission_Certificate2
Name: Mission Ticket 2
Type: Etc
Weight: 10
- Id: 7732
AegisName: Mission_Certificate3
Name: Mission Ticket 3
Type: Etc
Weight: 10
- Id: 7733
AegisName: Mission_Certificate4
Name: Mission Ticket 4
Type: Etc
Weight: 10
- Id: 7734
AegisName: Mission_Certificate5
Name: Mission Ticket 5
Type: Etc
Weight: 10
- Id: 7735
AegisName: Mission_Certificate6
Name: Mission Ticket 6
Type: Etc
Weight: 10
- Id: 7736
AegisName: Mission_Certificate7
Name: Mission Ticket 7
Type: Etc
Weight: 10
- Id: 7737
AegisName: Mission_Certificate8
Name: Mission Ticket 8
Type: Etc
Weight: 10
- Id: 7738
AegisName: Mission_Certificate9
Name: Mission Ticket 9
Type: Etc
Weight: 10
- Id: 7739
AegisName: Mission_Certificate10
Name: Mission Ticket 10
Type: Etc
Weight: 10
- Id: 7740
AegisName: Mission_Certificate11
Name: Mission Ticket 11
Type: Etc
Weight: 10
- Id: 7741
AegisName: Mission_Certificate12
Name: Mission Ticket 12
Type: Etc
Weight: 10
- Id: 7742
AegisName: Kaong
Name: Kaong
Type: Etc
Buy: 2
Weight: 10
- Id: 7743
AegisName: Gulaman
Name: Gulaman
Type: Etc
Buy: 2
Weight: 10
- Id: 7744
AegisName: Leche_Flan
Name: Leche Flan
Type: Etc
Buy: 2
Weight: 10
- Id: 7745
AegisName: Ube_Jam
Name: Ube Jam
Type: Etc
Buy: 2
Weight: 10
- Id: 7746
AegisName: Sago
Name: Sago
Type: Etc
Buy: 2
Weight: 10
- Id: 7747
AegisName: Langka
Name: Langka
Type: Etc
Buy: 2
Weight: 10
- Id: 7748
AegisName: Sweet_Bean
Name: Sweet Beans
Type: Etc
Buy: 2
Weight: 10
- Id: 7749
AegisName: Sweet_Banana
Name: Sweet Bananas
Type: Etc
Buy: 2
Weight: 10
- Id: 7750
AegisName: Macapuno
Name: Macapuno
Type: Etc
Buy: 2
Weight: 10
- Id: 7751
AegisName: Old_White_Cloth
Name: Old White Cloth
Type: Etc
Buy: 550
Weight: 10
Flags:
BuyingStore: true
- Id: 7752
AegisName: Clattering_Skull
Name: Clattering Skull
Type: Etc
Buy: 840
Weight: 10
Flags:
BuyingStore: true
- Id: 7753
AegisName: Broken_Farming_Utensil
Name: Broken Farming Utensil
Type: Etc
Buy: 330
Weight: 10
Flags:
BuyingStore: true
- Id: 7754
AegisName: Broken_Crown
Name: Broken Crown
Type: Etc
Buy: 3000
Weight: 10
Flags:
BuyingStore: true
- Id: 7755
AegisName: Research_Note
Name: Research Note
Type: Etc
Buy: 20
- Id: 7756
AegisName: Sealed_Book
Name: Sealed Book
Type: Etc
Buy: 2000
Weight: 10
- Id: 7757
AegisName: Mithril
Name: Mithril
Type: Etc
Buy: 20
Weight: 100
- Id: 7758
AegisName: Star_Crystal
Name: Star Crystal
Type: Etc
Buy: 20
Weight: 100
- Id: 7759
AegisName: Geology_Report
Name: Geologist's Report
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7760
AegisName: Yaga_Magic_Book
Name: Yaga's Magic Book
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7761
AegisName: Magic_Gourd_Bottle
Name: Magic Gourd Bottle
Type: Etc
Buy: 20
Weight: 10
- Id: 7762
AegisName: Yaga_Pestle
Name: Yaga's Pestle
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 7763
AegisName: Sticky_Herb
Name: Sticky Herb
Type: Etc
Buy: 20
Weight: 10
- Id: 7764
AegisName: High_Strength_Adhesive
Name: High Strength Adhesive
Type: Etc
Buy: 20
Weight: 10
- Id: 7765
AegisName: Yaga_Secret_Medicine
Name: Baba Yaga's Secret Medicine
Type: Etc
Buy: 20
Weight: 10
- Id: 7766
AegisName: Bok_Choy
Name: Bok Choy
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7767
AegisName: Chung_E_Cake
Name: Green Maiden's Cake
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7768
AegisName: Squid
Name: Squid
Type: Etc
Weight: 10
- Id: 7769
AegisName: Egg_Yolk
Name: Egg Yolk
Type: Etc
Weight: 10
- Id: 7770
AegisName: Sweet_Rice
Name: Sweet Rice
Type: Etc
Weight: 10
- Id: 7771
AegisName: Lotus_Leaf
Name: Lotus Leaf
Type: Etc
Weight: 10
- Id: 7772
AegisName: String
Name: String
Type: Etc
Weight: 10
- Id: 7773
AegisName: War_Badge
Name: Wat Badge
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7774
AegisName: Chung_E_Ticket
Name: Green Maiden Ticket
Type: Etc
Weight: 10
- Id: 7775
AegisName: Spring_Rabbit_Ticket
Name: Spring Rabbit Ticket
Type: Etc
Weight: 10
- Id: 7776
AegisName: Max_Weight_Up_Scroll
Name: Gym Pass
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7777
AegisName: Gold_Box
Name: Sealed Golden Box
Type: Etc
Weight: 10
- Id: 7778
AegisName: Silver_Box
Name: Sealed Silver Box
Type: Etc
Weight: 10
- Id: 7779
AegisName: Gold_Key_TW
Name: Golden Key
Type: Etc
Weight: 10
- Id: 7780
AegisName: Silver_Key
Name: Silver Key
Type: Etc
Weight: 10
- Id: 7781
AegisName: Heart_Box
Name: Engrave Treasure Box
Type: Etc
Weight: 10
- Id: 7782
AegisName: Gold_Key77
Name: Episode 13.1 Poporing Key
Type: Etc
Weight: 10
- Id: 7783
AegisName: Silver_Key77
Name: Episode 13.2 Poring Key
Type: Etc
Weight: 10
- Id: 7784
AegisName: Fawner_Coupon1
Name: Free Coupon 1
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7785
AegisName: Fawner_Coupon2
Name: Free Coupon 2
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7786
AegisName: Fawner_Coupon3
Name: Free Coupon 3
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7787
AegisName: Fawner_Coupon4
Name: Free Coupon 4
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7788
AegisName: Fawner_Coupon5
Name: Free Coupon 5
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7789
AegisName: Fawner_Coupon6
Name: Free Coupon 6
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7790
AegisName: Fawner_Coupon7
Name: Free Coupon 7
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7791
AegisName: Fawner_Coupon8
Name: Free Coupon 8
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7792
AegisName: Guyak
Name: Guyak
Type: Etc
Weight: 10
- Id: 7793
AegisName: Golden_Apple
Name: Golden Apple
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7794
AegisName: Fate_Of_Crow
Name: The Crow of Destiny
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7795
AegisName: Mami_Photo_Album
Name: Mammi's Photo Album
Type: Etc
Buy: 2
Weight: 10
- Id: 7796
AegisName: Author_Autograph
Name: Author's Autograph
Type: Etc
Buy: 2
Weight: 10
- Id: 7797
AegisName: Author_Memo
Name: Author's Memo
Type: Etc
Buy: 2
Weight: 10
- Id: 7798
AegisName: Dark_Debris
Name: Fragment of Darkness
Type: Etc
Buy: 500
Weight: 10
- Id: 7799
AegisName: Dark_Crystal
Name: Crystal of Darkness
Type: Etc
Buy: 10
Weight: 10
- Id: 7800
AegisName: Golden_Apple_
Name: Golden Charm Apple
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7801
AegisName: Girl_Fan_Letter
Name: Girl's Letter
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7802
AegisName: Autograph_Book
Name: Signature Notebook
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7803
AegisName: Battle_Manual_TW
Name: Beginner's Field Manual
Type: Etc
Weight: 10
- Id: 7805
AegisName: Brown_Ring
Name: Brown Jenoss's Family Ring
Type: Etc
Weight: 10
- Id: 7806
AegisName: Black_Anvil
Name: God Anvil
Type: Etc
Weight: 10
- Id: 7807
AegisName: Ore
Name: God Mineral
Type: Etc
Weight: 10
- Id: 7808
AegisName: Gold_Hammer
Name: God Hammer
Type: Etc
Weight: 10
- Id: 7809
AegisName: Gold_Furnace
Name: God Furnace
Type: Etc
Weight: 10
- Id: 7810
AegisName: Yellow_Cat_Eyed_Stone
Name: Symbol of Richness
Type: Etc
Weight: 10
- Id: 7811
AegisName: Gold_Anvil
Name: Anvil
Type: Etc
Weight: 10
- Id: 7812
AegisName: Red_Cat_Eyed_Stone
Name: Symbol of Bravery
Type: Etc
Weight: 10
- Id: 7813
AegisName: Th_Red_Ring
Name: Red Jenoss's Family Ring
Type: Etc
Weight: 10
- Id: 7814
AegisName: Green_Ring
Name: Green Jenoss's Family Ring
Type: Etc
Weight: 10
- Id: 7815
AegisName: Blue_Ring
Name: Blue Jenoss's Family Ring
Type: Etc
Weight: 10
- Id: 7816
AegisName: Blue_Cat_Eyed_Stone
Name: Symbol of Faith
Type: Etc
Weight: 10
- Id: 7817
AegisName: White_Cat_Eyed_Stone
Name: Symbol of Peace
Type: Etc
Weight: 10
- Id: 7818
AegisName: RJC_Golden_Necklace
Name: Jessur's Necklace
Type: Etc
Weight: 10
- Id: 7819
AegisName: Nokia5300
Name: Nokia 5300
Type: Etc
Weight: 10
- Id: 7820
AegisName: Morroc_Skin
Name: Piece of Morocc Skin
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7821
AegisName: Green_Apple
Name: Green Apple
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7822
AegisName: Whole_Barbecue
Name: Whole Barbecue
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7823
AegisName: Meat_Veg_Skewer
Name: Meat Veg Skewer
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7824
AegisName: Spirit_Liquor
Name: Spirit Liquor
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7825
AegisName: Heroic_Stone
Name: Heroic Stone
Type: Etc
Buy: 20
Weight: 10
- Id: 7826
AegisName: Continental_Guard_Paper
Name: Continental Guard Paper
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7827
AegisName: Mineral_Report
Name: Mineral Evals
Type: Etc
- Id: 7828
AegisName: BF_Badge1
Name: Bravery Badge
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7829
AegisName: BF_Badge2
Name: Valor Badge
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7830
AegisName: Goddess_Tear
Name: Goddess Tear
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7831
AegisName: Valkyrie_Token
Name: Valkyrie's Token
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7832
AegisName: Brynhild_Armor_Piece
Name: Brynhild Armor Piece
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7833
AegisName: Hero_Remains
Name: Hero's Remains
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7834
AegisName: Andvari_Ring
Name: Andvari's Ring
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7835
AegisName: Dusk_Glow
Name: Dusk Glow
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7836
AegisName: Dawn_Essence
Name: Dawn Essence
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7837
AegisName: Cold_Moonlight
Name: Cold Moonlight
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7838
AegisName: Hazy_Starlight
Name: Hazy Starlight
Type: Etc
Buy: 1
Weight: 500
Flags:
BuyingStore: true
- Id: 7839
AegisName: Crystal_Key
Name: Crystal Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7840
AegisName: Valkyrie_Gift
Name: Valkyrie's Gift
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7841
AegisName: Spotted_Paper
Name: Stained Piece Of Paper
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7842
AegisName: Torn_Paper
Name: Torn Piece Of Paper
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7843
AegisName: Old_Paper
Name: Old Piece Of Paper
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7844
AegisName: Burnt_Paper
Name: Burnt Pieces Of Paper
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7845
AegisName: Copy_Of_Spotted_Paper
Name: Copy Of Spotted Paper
Type: Etc
Weight: 10
- Id: 7846
AegisName: Copy_Of_Torn_Paper
Name: Copy Of Torn Paper
Type: Etc
Weight: 10
- Id: 7847
AegisName: Copy_Of_Old_Paper
Name: Copy Of Old Paper
Type: Etc
Weight: 10
- Id: 7848
AegisName: Copy_Of_Burnt_Paper
Name: Copy Of Burnt Paper
Type: Etc
Weight: 10
- Id: 7849
AegisName: Soul_Crystal
Name: Soul Crystal
Type: Etc
Weight: 10
- Id: 7850
AegisName: Wooden_Block_
Name: Wooden Block
Type: Etc
Buy: 20
Weight: 100
- Id: 7851
AegisName: Pass_F1
Name: Wii Raffle Ticket
Type: Etc
Buy: 20
Weight: 10
- Id: 7852
AegisName: Pass_F2
Name: Divx Player Raffle Ticket
Type: Etc
Buy: 20
Weight: 10
- Id: 7853
AegisName: Pass_F3
Name: iPod nano Raffle Ticket
Type: Etc
Buy: 20
Weight: 10
- Id: 7854
AegisName: Pass_CF
Name: Comodo Festival Ticket
Type: Etc
Buy: 20
Weight: 10
- Id: 7855
AegisName: Heart
Name: Heart
Type: Etc
Buy: 20
Weight: 10
- Id: 7856
AegisName: Girl_Bunch_Of_Flower_
Name: Girl's Bouquet
Type: Etc
Buy: 20
Weight: 50
- Id: 7857
AegisName: Handmade_Kitty_Doll
Name: Hand-made Kitty Doll
Type: Etc
Buy: 20
Weight: 30
- Id: 7858
AegisName: Dragonball_Yellow_
Name: Dragonball Yellow
Type: Etc
Buy: 20
Weight: 10
- Id: 7859
AegisName: Game_Ticket
Name: Game Ticket
Type: Etc
Buy: 20
Weight: 100
- Id: 7860
AegisName: Peeps
Name: Peeps
Type: Etc
Weight: 50
- Id: 7861
AegisName: Jelly_Bean
Name: Jelly Bean
Type: Etc
Weight: 50
- Id: 7862
AegisName: Marshmallow
Name: Marshmallow
Type: Etc
Weight: 50
- Id: 7863
AegisName: GOLD_ID4
Name: Special Gold
Type: Etc
Buy: 20
Weight: 200
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7864
AegisName: Love_Flower
Name: Love Flower
Type: Etc
Buy: 20
Weight: 10
- Id: 7865
AegisName: Gold_Pouch
Name: Gold Pouch
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7866
AegisName: Certificate
Name: Certificate
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7867
AegisName: SesamePouch
Name: Sesame Bag
Type: Etc
Buy: 10
Weight: 100
- Id: 7868
AegisName: Water
Name: Fresh Water
Type: Etc
Buy: 10
Weight: 100
- Id: 7869
AegisName: RicePouch
Name: Rice Pouch
Type: Etc
Buy: 10
Weight: 100
- Id: 7870
AegisName: Corn
Name: Corn
Type: Etc
Buy: 5
Weight: 20
- Id: 7871
AegisName: BeanPouch
Name: Bean Bag
Type: Etc
Buy: 10
Weight: 20
- Id: 7872
AegisName: Grass
Name: Herb
Type: Etc
Buy: 10
Weight: 30
- Id: 7873
AegisName: MVP_Monster_Scroll
Name: MVP Monster Scroll
Type: Etc
Buy: 10
Weight: 10
- Id: 7874
AegisName: Monster_Scroll
Name: Create Monster Scroll
Type: Etc
Buy: 10
Weight: 10
- Id: 7875
AegisName: Pirate_Box
Name: Pirate Treasure
Type: Etc
Buy: 300000
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7876
AegisName: Gold_Key
Name: Golden Key
Type: Etc
Weight: 50
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7877
AegisName: Red_Ring
Name: Red Ring
Type: Etc
Weight: 100
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7878
AegisName: Lusalka_Hair
Name: Lusalka's Hair
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7879
AegisName: Golden_Thread
Name: Golden Thread
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7880
AegisName: Babayaga_Silver_Spoon
Name: Baba Yaga's Silver Spoon
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7881
AegisName: Book_Of_Magic
Name: Mystery Magic Book
Type: Etc
Weight: 50
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7882
AegisName: Pointed_Branch
Name: Sharp Branch
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7883
AegisName: Pointed_Wooden_Flute
Name: Wooden Flute
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7884
AegisName: Jade_Plate
Name: Jade Plate
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7885
AegisName: Sacred_Arrow
Name: Sacred Arrow
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7886
AegisName: Bean_Paste
Name: Bean Paste
Type: Etc
Weight: 10
- Id: 7887
AegisName: Dried_Fruit_Box
Name: Dried Fruit Box
Type: Etc
Weight: 30
- Id: 7888
AegisName: Bag_Of_Nuts
Name: Bag of Nuts
Type: Etc
Weight: 30
- Id: 7889
AegisName: Chicken_Feed
Name: Chicken Feed
Type: Etc
Weight: 20
- Id: 7891
AegisName: Mug
Name: Mug
Type: Etc
Buy: 2
Weight: 100
- Id: 7892
AegisName: Charcoal
Name: Charcoal
Type: Etc
Buy: 10
Weight: 10
- Id: 7893
AegisName: Sulfur
Name: Sulphur
Type: Etc
Buy: 10
Weight: 10
- Id: 7894
AegisName: Nitrate
Name: Nitrogen Acid
Type: Etc
Buy: 10
Weight: 10
- Id: 7895
AegisName: TRO_Memory_Book01
Name: Rama5 Book
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7896
AegisName: TRO_Memory_Book02
Name: Loykrathong Book
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7897
AegisName: TRO_Memory_Book03
Name: Constitution Book
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7898
AegisName: VVS_Balmung
Name: VV Strong Balmung
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7899
AegisName: Spiritualist_Dagger
Name: Dagger Of Psychic
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7900
AegisName: Jenoss_Ring1
Name: Jonathan Family Ring
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7901
AegisName: Jenoss_Ring2
Name: Jillberriel Family Ring
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7902
AegisName: Jenoss_Ring3
Name: Jessur Family Ring
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7903
AegisName: Jenoss_Ring4
Name: Jenoss Family Ring
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7904
AegisName: Piano_Key
Name: Piano Key
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7905
AegisName: Rok_Star_Badge_
Name: Rok Star Badge
Type: Etc
Buy: 20
Weight: 100
- Id: 7906
AegisName: Poppy_Wreath
Name: Poppy Wreath
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7907
AegisName: Bobbin_Of_Goddess
Name: Bobbin Of Goddess
Type: Etc
Buy: 20
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7908
AegisName: Louis_Hair_Coupon
Name: Louise's Beauty Coupon
Type: Etc
Weight: 10
- Id: 7909
AegisName: Stolen_Cookie
Name: Stolen Cookie
Type: Etc
Weight: 10
- Id: 7910
AegisName: Stolen_Candy
Name: Stolen Candy
Type: Etc
Weight: 10
- Id: 7911
AegisName: Yulia_Hat
Name: Yulia's Hat
Type: Etc
Weight: 10
- Id: 7912
AegisName: Portable_Snowman
Name: Portable Snowman Machine
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7913
AegisName: Test_Certificate
Name: Battle Test Certificate
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7914
AegisName: Ancient_Document_TW
Name: Ancient Language Document
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7915
AegisName: Copper_Coin_
Name: Bronze Coin
Type: Etc
- Id: 7916
AegisName: Silver_Coin_
Name: Silver Coin
Type: Etc
- Id: 7917
AegisName: Magic_Potion
Name: Magic Potion
Type: Etc
- Id: 7918
AegisName: Particle_Of_Memory
Name: Fragment Of Memory
Type: Etc
Buy: 2000
Weight: 100
- Id: 7919
AegisName: Festival_Ticket
Name: Festival Ticket
Type: Etc
Buy: 10
Weight: 10
- Id: 7920
AegisName: Hero's_Arsenal
Name: He's Arsenal
Type: Etc
- Id: 7921
AegisName: Essence_Of_Dragon
Name: Essence Of Dragon
Type: Etc
Buy: 1000
Weight: 10
- Id: 7922
AegisName: RWC_Ticket
Name: RWC Voucher Items
Type: Etc
Buy: 2
Weight: 10
- Id: 7923
AegisName: KRATHONG_
Name: Krathong
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7928
AegisName: Brazilian_Flag_
Name: Brazil National Flag
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7929
AegisName: Golden_Coin_
Name: Gold Coin
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7930
AegisName: Cowking's_Nose_Ring
Name: Devil's Cattle Ring
Type: Etc
Weight: 1000
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7931
AegisName: Poison_Kit
Name: Poison Kit
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7932
AegisName: Poison_Herb_Nerium
Name: Poison Herb Nerium
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7933
AegisName: Poison_Herb_Rantana
Name: Poison Herb Rantana
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7934
AegisName: Poison_Herb_Makulata
Name: Poison Herb Makulata
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7935
AegisName: Poison_Herb_Seratum
Name: Poison Herb Seratum
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7936
AegisName: Poison_Herb_Scopolia
Name: Poison Herb Scoporia
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7937
AegisName: Poison_Herb_Amoena
Name: Poison Herb Amoena
Type: Etc
Buy: 1
Weight: 10
Flags:
BuyingStore: true
- Id: 7938
AegisName: Light_Granule
Name: Light Granule
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7939
AegisName: Elder_Branch
Name: Elder Branch
Type: Etc
Buy: 1000
Weight: 10
Flags:
BuyingStore: true
- Id: 7940
AegisName: Special_Alloy_Trap
Name: Special Alloy Trap
Type: Etc
Buy: 200
Weight: 2
Flags:
BuyingStore: true
- Id: 7941
AegisName: Halloween_Ticket
Name: Halloween Ticket
Type: Etc
Buy: 10
- Id: 7942
AegisName: Letter_From_Chico
Name: Chico Cesar Letter
Type: Etc
- Id: 7943
AegisName: Caskinya
Name: Caskinya
Type: Etc
- Id: 7944
AegisName: Sealed_Box
Name: Sealed Box
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoSell: true
NoGuildStorage: true
- Id: 7945
AegisName: Almighty_Charm
Name: Universal Amulet
Type: Etc
Weight: 10
Trade:
NoDrop: true
NoSell: true
NoGuildStorage: true
- Id: 7946
AegisName: Valentine_Gold_Ring
Name: Gold Ring Of Valentine
Type: Etc
Buy: 10
- Id: 7947
AegisName: Valentine_Silver_Ring
Name: Silver Ring Of Valentine
Type: Etc
Buy: 10
- Id: 7948
AegisName: Box
Name: Box
Type: Etc
Buy: 10
Weight: 10
- Id: 7949
AegisName: Woven_Wool
Name: Woven Wool
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7950
AegisName: Ayothaya_Ticket
Name: Ayothaya Fest Ticket
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7951
AegisName: Gold_Tulip
Name: Golden Tulip Flower
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7952
AegisName: Gift_From_Romiros
Name: Gift Of Lomi Ross
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7953
AegisName: Gift_From_Juliedge
Name: Gift Of Juliet
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7954
AegisName: Festival_Ticket_
Name: Summer Festival Ticket
Type: Etc
Buy: 10
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7955
AegisName: Lost_Card1
Name: Lost Card1
Type: Etc
Buy: 10
- Id: 7956
AegisName: Lost_Card2
Name: Lost Card2
Type: Etc
Buy: 10
- Id: 7957
AegisName: Lost_Card3
Name: Lost Card3
Type: Etc
Buy: 10
- Id: 7958
AegisName: Lost_Card4
Name: Lost Card4
Type: Etc
Buy: 10
- Id: 7959
AegisName: Ancient_Gold_Coin
Name: Ancient Gold Coin
Type: Etc
Trade:
NoDrop: true
NoGuildStorage: true
- Id: 7960
AegisName: Ancient_Silver_Coin
Name: Ancient Silver Coin
Type: Etc
Trade:
NoDrop: true
NoGuildStorage: true
- Id: 7961
AegisName: Weapon_Exchange
Name: Weapon Exchange
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7962
AegisName: Treasure_Map1
Name: Treasure Map1
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7963
AegisName: Treasure_Map2
Name: Treasure Map2
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7964
AegisName: Treasure_Map3
Name: Treasure Map3
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7965
AegisName: Treasure_Map4
Name: Treasure Map4
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7966
AegisName: Weird_Parchment1
Name: Weird Parchment1
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7967
AegisName: Weird_Parchment2
Name: Weird Parchment2
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7968
AegisName: Weird_Parchment3
Name: Weird Parchment3
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7969
AegisName: Weird_Parchment4
Name: Weird Parchment4
Type: Etc
Buy: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7970
AegisName: Unwritten_Letter1
Name: Unwritten Letter1
Type: Etc
- Id: 7971
AegisName: Unwritten_Letter2
Name: Unwritten Letter2
Type: Etc
- Id: 7972
AegisName: Oath_Day_Letter
Name: Oath Day Letter
Type: Etc
- Id: 7973
AegisName: Immortality_Egg
Name: Immortality Egg
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7974
AegisName: Illusion_Piece
Name: Illusion Piece
Type: Etc
Buy: 20
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7975
AegisName: Cupid_Choco
Name: Cupid Choco
Type: Etc
- Id: 7976
AegisName: Gf_Magic_Coin
Name: Gf Magic Coin
Type: Etc
Buy: 20
- Id: 7977
AegisName: Hunting_Medal_Badge
Name: Hunting Medal Badge
Type: Etc
- Id: 7978
AegisName: Spring_Stanza1
Name: Spring Stanza1
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7979
AegisName: Spring_Stanza2
Name: Spring Stanza2
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7980
AegisName: Spring_Stanza3
Name: Spring Stanza3
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7981
AegisName: Spring_Stanza4
Name: Spring Stanza4
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7982
AegisName: Spring_Stanza5
Name: Spring Stanza5
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7983
AegisName: Spring_Stanza6
Name: Spring Stanza6
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7984
AegisName: Spring_Stanza7
Name: Spring Stanza7
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7985
AegisName: Spring_Stanza8
Name: Spring Stanza8
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7986
AegisName: Spring_Stanza9
Name: Spring Stanza9
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7987
AegisName: Spring_Stanza10
Name: Spring Stanza10
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7988
AegisName: Spring_Stanza11
Name: Spring Stanza11
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7989
AegisName: Spring_Stanza12
Name: Spring Stanza12
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7990
AegisName: Spring_Stanza13
Name: Spring Stanza13
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7991
AegisName: Spring_Stanza14
Name: Spring Stanza14
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7992
AegisName: Spring_Stanza15
Name: Spring Stanza15
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7993
AegisName: Spring_Stanza16
Name: Spring Stanza16
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7994
AegisName: Spring_Stanza17
Name: Spring Stanza17
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7995
AegisName: Spring_Stanza18
Name: Spring Stanza18
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7996
AegisName: Spring_Stanza19
Name: Spring Stanza19
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7997
AegisName: Spring_Stanza20
Name: Spring Stanza20
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7998
AegisName: Spring_Stanza21
Name: Spring Stanza21
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 7999
AegisName: Spring_Stanza22
Name: Spring Stanza22
Type: Etc
Buy: 2
Weight: 10
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 11000
AegisName: Prontera_Book_01
Name: History book of Prontera
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11001
AegisName: Adventure_Story01
Name: Adventure Story Vol.1
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11002
AegisName: Great_Chef_Orleans01
Name: Chef King Orleans Vol.1
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11003
AegisName: Legend_Of_Kafra01
Name: Kafra Legend Vol.1
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11004
AegisName: Mercenary_Rebellion
Name: Old Book
Type: Etc
Buy: 10000
Weight: 10
Flags:
BuyingStore: true
- Id: 11005
AegisName: Tyrant_Schmidt
Name: Rune Royal Family Book
Type: Etc
Buy: 10000
Weight: 10
Flags:
BuyingStore: true
- Id: 11006
AegisName: Blood_Flower01
Name: Blood Flower Vol.1
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11007
AegisName: Blood_Flower02
Name: Blood Flower Vol.2
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11008
AegisName: Barmund
Name: Biographical Dictionary Copy Edition
Type: Etc
Buy: 10000
Weight: 10
Flags:
BuyingStore: true
- Id: 11009
AegisName: Adventure_Story02
Name: Adventure Story Vol.2
Type: Etc
Buy: 8000
Weight: 10
Flags:
BuyingStore: true
- Id: 11010
AegisName: Reward_List_Book
Name: Battlegrounds Catalog
Type: Etc
Weight: 10
- Id: 11011
AegisName: Barmund_Note
Name: Varmunt's Note
Type: Etc
- Id: 11012
AegisName: Expedition_Report
Name: Expedition Report
Type: Etc
- Id: 11013
AegisName: Expedition_Report_Vol1
Name: Expedition Report Vol1
Type: Etc
- Id: 11014
AegisName: Expedition_Report_Vol2
Name: Expedition Report Vol2
Type: Etc
- Id: 11015
AegisName: Expedition_Report_Vol3
Name: Expedition Report Vol3
Type: Etc
- Id: 11016
AegisName: Expedition_Report_Vol4
Name: Expedition Report Vol4
Type: Etc
- Id: 11017
AegisName: Reward_List_Book2
Name: KVM Reward Items Catalog
Type: Etc
Weight: 10
- Id: 11018
AegisName: Splendide_Selling_Item
Name: Splendide Selling Item
Type: Etc
Weight: 10
- Id: 11019
AegisName: Manuk_Selling_Item
Name: Manuk Selling Item
Type: Etc
Weight: 10
- Id: 11020
AegisName: Japan_Book1
Name: Japan Book1
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 11021
AegisName: Japan_Book2
Name: Japan Book2
Type: Etc
Buy: 20
Weight: 10
Flags:
BuyingStore: true
- Id: 11022
AegisName: Mix_Cook_Book
Name: Mix Cook Book
Type: Etc
Buy: 10
Weight: 10
Flags:
BuyingStore: true
- Id: 11023
AegisName: Increase_Stamina_Study
Name: Increase Stamina Study
Type: Etc
Buy: 10
Weight: 50
Flags:
BuyingStore: true
- Id: 11024
AegisName: Vital_Drink_CB
Name: Vital Drink CB
Type: Etc
Buy: 10
Weight: 50
Flags:
BuyingStore: true
- Id: 11025
AegisName: Swordman_Book_Basic
Name: Swordman Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11026
AegisName: Swordman_Book_Practice
Name: Swordman Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11027
AegisName: Swrodman_Book_Misc
Name: Swrodman Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11028
AegisName: Thief_Book_Basic
Name: Thief Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11029
AegisName: Thief_Book_Practice
Name: Thief Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11030
AegisName: Thief_Book_Misc
Name: Thief Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11031
AegisName: Archer_Book_Basic
Name: Archer Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11032
AegisName: Archer_Book_Practice
Name: Archer Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11033
AegisName: Archer_Book_Misc
Name: Archer Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11034
AegisName: Acol_Book_Basic
Name: Acol Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11035
AegisName: Acol_Book_Practice
Name: Acol Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11036
AegisName: Acol_Book_Misc
Name: Acol Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11037
AegisName: Mage_Book_Basic
Name: Mage Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11038
AegisName: Mage_Book_Practice
Name: Mage Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11039
AegisName: Mage_Book_Misc
Name: Mage Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11040
AegisName: Mer_Book_Basic
Name: Mer Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11041
AegisName: Mer_Book_Practice
Name: Mer Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11042
AegisName: Mer_Book_Misc
Name: Mer Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11043
AegisName: TK_Book_Basic
Name: TK Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11044
AegisName: TK_Book_Practice
Name: TK Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11045
AegisName: TK_Book_Misc
Name: TK Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11046
AegisName: Ninja_Book_Basic
Name: Ninja Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11047
AegisName: Ninja_Book_Practice
Name: Ninja Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11048
AegisName: Ninja_Book_Misc
Name: Ninja Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11049
AegisName: Gun_Book_Basic
Name: Gun Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11050
AegisName: Gun_Book_Practice
Name: Gun Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11051
AegisName: Gun_Book_Misc
Name: Gun Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11052
AegisName: SN_Book_Basic
Name: SN Book Basic
Type: Etc
Buy: 20
Weight: 10
- Id: 11053
AegisName: SN_Book_Practice
Name: SN Book Practice
Type: Etc
Buy: 20
Weight: 10
- Id: 11054
AegisName: SN_Book_Misc
Name: SN Book Misc
Type: Etc
Buy: 20
Weight: 10
- Id: 11055
AegisName: Basic_Adventure
Name: Basic Adventure
Type: Etc
Buy: 20
Weight: 10
- Id: 11056
AegisName: Elemental_Spirit_Guide
Name: Elemental Spirit Guide
Type: Etc
Buy: 1000
Weight: 10
- Id: 13200
AegisName: Bullet
Name: Bullet
Type: Ammo
SubType: Bullet
Buy: 1
Weight: 2
Attack: 10
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 13201
AegisName: Silver_Bullet
Name: Silver Bullet
Type: Ammo
SubType: Bullet
Buy: 15
Weight: 2
Attack: 15
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Holy;
- Id: 13202
AegisName: Shell_Of_Blood
Name: Bloody Shell
Type: Ammo
SubType: Bullet
Buy: 30
Weight: 2
Attack: 30
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus2 bAddEff,Eff_Bleeding,100;
- Id: 13203
AegisName: Flare_Sphere
Name: Flare Sphere
Type: Ammo
SubType: Grenade
Buy: 80
Weight: 5
Attack: 50
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Fire;
- Id: 13204
AegisName: Lighting_Sphere
Name: Lightning Sphere
Type: Ammo
SubType: Grenade
Buy: 80
Weight: 5
Attack: 50
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Wind;
- Id: 13205
AegisName: Poison_Sphere
Name: Poison Sphere
Type: Ammo
SubType: Grenade
Buy: 80
Weight: 5
Attack: 50
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,500;
- Id: 13206
AegisName: Blind_Sphere
Name: Blind Sphere
Type: Ammo
SubType: Grenade
Buy: 80
Weight: 5
Attack: 50
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Blind,500;
- Id: 13207
AegisName: Freezing_Sphere
Name: Freezing Sphere
Type: Ammo
SubType: Grenade
Buy: 80
Weight: 5
Attack: 50
Jobs:
Gunslinger: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Water;
- Id: 13250
AegisName: Shuriken
Name: Shuriken
Type: Ammo
SubType: Shuriken
Buy: 4
Weight: 5
Attack: 10
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
- Id: 13251
AegisName: Nimbus_Shuriken
Name: Nimbus Shuriken
Type: Ammo
SubType: Shuriken
Buy: 10
Weight: 5
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 20
- Id: 13252
AegisName: Flash_Shuriken
Name: Flash Shuriken
Type: Ammo
SubType: Shuriken
Buy: 20
Weight: 5
Attack: 45
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 40
- Id: 13253
AegisName: Sharp_Leaf_Shuriken
Name: Sharp Leaf Shuriken
Type: Ammo
SubType: Shuriken
Buy: 40
Weight: 5
Attack: 70
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 60
- Id: 13254
AegisName: Thorn_Needle_Shuriken
Name: Thorn Needle Shuriken
Type: Ammo
SubType: Shuriken
Buy: 100
Weight: 5
Attack: 100
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 80
- Id: 13255
AegisName: Kunai_Of_Icicle
Name: Icicle Kunai
Type: Ammo
SubType: Kunai
Buy: 10
Weight: 20
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Water;
- Id: 13256
AegisName: Kunai_Of_Black_Soil
Name: Black Earth Kunai
Type: Ammo
SubType: Kunai
Buy: 10
Weight: 20
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Earth;
- Id: 13257
AegisName: Kunai_Of_Furious_Wind
Name: High Wind Kunai
Type: Ammo
SubType: Kunai
Buy: 10
Weight: 20
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Wind;
- Id: 13258
AegisName: Kunai_Of_Fierce_Flame
Name: Heat Wave Kunai
Type: Ammo
SubType: Kunai
Buy: 10
Weight: 20
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Fire;
- Id: 13259
AegisName: Kunai_Of_Deadly_Poison
Name: Fell Poison Kunai
Type: Ammo
SubType: Kunai
Buy: 10
Weight: 20
Attack: 30
Jobs:
Ninja: true
Locations:
Ammo: true
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,500;
- Id: 13260
AegisName: Apple_Bomb
Name: Apple Bomb
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 1
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13261
AegisName: Coconut_Bomb
Name: Coconut Bomb
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 1
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13262
AegisName: Melon_Bomb
Name: Melon Bomb
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 1
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13263
AegisName: Pineapple_Bomb
Name: Pineapple Bomb
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 1
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13264
AegisName: Banana_Bomb
Name: Banana Bomb
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 1
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13265
AegisName: Black_Lump
Name: Black Lump
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13266
AegisName: Black_Hard_Lump
Name: Hard Black Lump
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13267
AegisName: Very_Hard_Lump
Name: Extremely Hard Black Lump
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 13268
AegisName: Mysterious_Powder
Name: Mysterious Powder
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 10
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_MYSTERIOUS_POWDER,10000,2;
- Id: 13269
AegisName: Boost500_To_Throw
Name: Throwing Boost 500
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 10
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_BOOST500,500000,10;
- Id: 13270
AegisName: Full_SwingK_To_Throw
Name: Throwing Full Swing K
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_FULL_SWING_K,500000,50;
- Id: 13271
AegisName: Mana_Plus_To_Throw
Name: Throwing Mana Plus
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_MANA_PLUS,500000,50;
- Id: 13272
AegisName: Cure_Free_To_Throw
Name: Throwing Cure Free
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_end SC_BLEEDING;
sc_end SC_CURSE;
sc_end SC_SILENCE;
sc_end SC_POISON;
sc_end SC_ORCISH;
sc_end SC_CHANGEUNDEAD;
sc_end SC_BLIND;
sc_end SC_CONFUSION;
sc_end SC_DPOISON;
itemheal 500,0;
- Id: 13273
AegisName: Stamina_Up_M_To_Throw
Name: Throwing Muramura M
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 10
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_MUSTLE_M,500000,5;
- Id: 13274
AegisName: Digestive_F_To_Throw
Name: Throwing Falmons F
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 10
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_LIFE_FORCE_F,500000,5;
- Id: 13275
AegisName: HP_Inc_PotS_To_Throw
Name: Throwing Increase HP Potion (Small)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 20
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13276
AegisName: HP_Inc_PotM_To_Throw
Name: Throwing Increase HP Potion (Medium)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 40
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13277
AegisName: HP_Inc_PotL_To_Throw
Name: Throwing Increase HP Potion (Large)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 80
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13278
AegisName: SP_Inc_PotS_To_Throw
Name: Throwing Increase SP Potion (Small)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 20
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13279
AegisName: SP_Inc_PotM_To_Throw
Name: Throwing Increase SP Potion (Medium)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 40
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13280
AegisName: SP_Inc_PotL_To_Throw
Name: Throwing Increase SP Potion (Large)
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 80
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
/* Item bonus in source because of BaseLevel check */
- Id: 13281
AegisName: En_White_PotZ_To_Throw
Name: Throwing Concentrated White Potion Z
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 70
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20;
itemheal 1000,0;
- Id: 13282
AegisName: Vitata500_To_Throw
Name: Throwing Vitata 500
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start2 SC_VITATA_500,500000,20,5;
itemheal 0,200;
- Id: 13283
AegisName: En_Cel_Juice_To_Throw
Name: Throwing Ceromain Soup
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10;
- Id: 13284
AegisName: Savage_BBQ_To_Throw
Name: Throwing Savage Full Roast
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_SAVAGE_STEAK,300000,20;
- Id: 13285
AegisName: Wug_Cocktail_To_Throw
Name: Throwing Cocktail Warg Blood
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;
- Id: 13286
AegisName: M_Brisket_To_Throw
Name: Throwing Minor Stew
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_MINOR_BBQ,300000,20;
- Id: 13287
AegisName: Siroma_Icetea_To_Throw
Name: Throwing Siroma Iced Tea
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_SIROMA_ICE_TEA,300000,20;
- Id: 13288
AegisName: Drocera_Stew_To_Throw
Name: Throwing Drosera Herb Salad
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_DROCERA_HERB_STEAMED,300000,20;
- Id: 13289
AegisName: Petti_Noodle_To_Throw
Name: Throwing Petite Tail Soup
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_PUTTI_TAILS_NOODLES,300000,20;
- Id: 13290
AegisName: Black_Thing_To_Throw
Name: Throwing Black Mass
Type: Ammo
SubType: Throwweapon
Buy: 100
Weight: 50
Jobs:
Alchemist: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
sc_start SC_STOMACHACHE,60000,rand(5,10);
- Id: 13294
AegisName: Explosive_Kunai
Name: Explosive Kunai
Type: Ammo
SubType: Kunai
Buy: 100
Weight: 30
Attack: 50
Jobs:
Ninja: true
Classes:
Normal: true
Upper: true
Baby: true
Third: true
Third_Upper: true
Third_Baby: true
Locations:
Ammo: true
EquipLevelMin: 100
Script: |
bonus bAtkEle,Ele_Neutral;
- Id: 18000
AegisName: Cannon_Ball
Name: Cannon Ball
Type: Ammo
SubType: Cannonball
Buy: 100
Weight: 10
Attack: 100
Jobs:
Alchemist: true
Blacksmith: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
- Id: 18001
AegisName: Holy_Cannon_Ball
Name: Holy Cannon Ball
Type: Ammo
SubType: Cannonball
Buy: 200
Weight: 10
Attack: 120
Jobs:
Alchemist: true
Blacksmith: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
bonus bAtkEle,Ele_Holy;
- Id: 18002
AegisName: Dark_Cannon_Ball
Name: Dark Cannon Ball
Type: Ammo
SubType: Cannonball
Buy: 200
Weight: 10
Attack: 120
Jobs:
Alchemist: true
Blacksmith: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
bonus bAtkEle,Ele_Dark;
- Id: 18003
AegisName: Soul_Cannon_Ball
Name: Soul Cannon Ball
Type: Ammo
SubType: Cannonball
Buy: 200
Weight: 10
Attack: 120
Jobs:
Alchemist: true
Blacksmith: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99
Script: |
bonus bAtkEle,Ele_Ghost;
- Id: 18004
AegisName: Iron_Cannon_Ball
Name: Iron Cannon Ball
Type: Ammo
SubType: Cannonball
Buy: 500
Weight: 10
Attack: 250
Jobs:
Alchemist: true
Blacksmith: true
Classes:
Third: true
Locations:
Ammo: true
EquipLevelMin: 99