|
@@ -1,5 +1,5 @@
|
|
|
# This file is a part of rAthena.
|
|
|
-# Copyright(C) 2023 rAthena Development Team
|
|
|
+# Copyright(C) 2024 rAthena Development Team
|
|
|
# https://rathena.org - https://github.com/rathena
|
|
|
#
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
@@ -25,6 +25,7 @@
|
|
|
# - Group Group name of the item.
|
|
|
# SubGroups:
|
|
|
# - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information.
|
|
|
+# Algorithm: Type of algorithm associated with SubGroup. (Default: Random)
|
|
|
# List: List of item(s) for the SubGroup.
|
|
|
# - Index Unique number that can be used to add the same Item with different data in the list.
|
|
|
# Item AegisName of item that will be obtained from this item group.
|
|
@@ -45,12 +46,13 @@
|
|
|
|
|
|
Header:
|
|
|
Type: ITEM_GROUP_DB
|
|
|
- Version: 3
|
|
|
+ Version: 4
|
|
|
|
|
|
Body:
|
|
|
- Group: ACCESORY
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Ring
|
|
@@ -181,6 +183,7 @@ Body:
|
|
|
- Group: BLEUBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Milk
|
|
@@ -218,6 +221,7 @@ Body:
|
|
|
- Group: BLUEBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -3288,6 +3292,7 @@ Body:
|
|
|
- Group: BOMB
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Apple_Bomb
|
|
@@ -3316,6 +3321,7 @@ Body:
|
|
|
- Group: BOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Old_Blue_Box
|
|
@@ -3329,6 +3335,7 @@ Body:
|
|
|
- Group: CANDY
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Candy
|
|
@@ -3339,6 +3346,7 @@ Body:
|
|
|
- Group: CARDALBUM
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Poring_Card
|
|
@@ -4429,6 +4437,7 @@ Body:
|
|
|
- Group: CASH_FOOD
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Str_Dish10_
|
|
@@ -4451,6 +4460,7 @@ Body:
|
|
|
- Group: CHERISH_BOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Dog_Cap_
|
|
@@ -4464,6 +4474,7 @@ Body:
|
|
|
- Group: CHERISH_BOX_ORI
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Ragnarok_Limited_Ed
|
|
@@ -4483,6 +4494,7 @@ Body:
|
|
|
- Group: COOKIEBAG
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Candy
|
|
@@ -4535,6 +4547,7 @@ Body:
|
|
|
- Group: EASTER_SCROLL
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: No_Recipient
|
|
@@ -4581,6 +4594,7 @@ Body:
|
|
|
- Group: EGGBOY
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Grape
|
|
@@ -4606,6 +4620,7 @@ Body:
|
|
|
- Group: EGGGIRL
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Grape
|
|
@@ -4631,6 +4646,7 @@ Body:
|
|
|
- Group: ELEMENT
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Scarlet_Pts
|
|
@@ -4647,6 +4663,7 @@ Body:
|
|
|
- Group: FIRSTAID
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -4705,6 +4722,7 @@ Body:
|
|
|
- Group: FISH
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Fish_Slice
|
|
@@ -4715,6 +4733,7 @@ Body:
|
|
|
- Group: FOOD
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Royal_Jelly
|
|
@@ -4785,6 +4804,7 @@ Body:
|
|
|
- Group: FOODBAG
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Apple
|
|
@@ -4921,6 +4941,7 @@ Body:
|
|
|
- Group: FRUIT
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Apple
|
|
@@ -4940,6 +4961,7 @@ Body:
|
|
|
- Group: GEMSTONE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Yellow_Gemstone
|
|
@@ -4953,6 +4975,7 @@ Body:
|
|
|
- Group: GIFTBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -5167,6 +5190,7 @@ Body:
|
|
|
- Group: GIFTBOXCHINA
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -5963,6 +5987,7 @@ Body:
|
|
|
- Group: GIFTBOX_1
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -6177,6 +6202,7 @@ Body:
|
|
|
- Group: GIFTBOX_2
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -6391,6 +6417,7 @@ Body:
|
|
|
- Group: GIFTBOX_3
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -6605,6 +6632,7 @@ Body:
|
|
|
- Group: GIFTBOX_4
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -6819,6 +6847,7 @@ Body:
|
|
|
- Group: GREENBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Chocolate_Drink
|
|
@@ -6856,6 +6885,7 @@ Body:
|
|
|
- Group: HERB
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Herb
|
|
@@ -6869,6 +6899,7 @@ Body:
|
|
|
- Group: HOMETOWNGIFT
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Korea_Rice_Cake
|
|
@@ -6897,6 +6928,7 @@ Body:
|
|
|
- Group: JEWEL
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Yellow_Gemstone
|
|
@@ -6961,6 +6993,7 @@ Body:
|
|
|
- Group: JUICE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Apple_Juice
|
|
@@ -6974,6 +7007,7 @@ Body:
|
|
|
- Group: LOTTOBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Lotto31
|
|
@@ -7008,6 +7042,7 @@ Body:
|
|
|
- Group: LOUISE_COSTUME_BOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Bag
|
|
@@ -7018,6 +7053,7 @@ Body:
|
|
|
- Group: MAGICCARDALBUM
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Ghostring_Card
|
|
@@ -7115,6 +7151,7 @@ Body:
|
|
|
- Group: MASK
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Mr_Smile
|
|
@@ -7158,6 +7195,7 @@ Body:
|
|
|
- Group: MASQUERADE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Drooping_Nine_Tail_
|
|
@@ -7174,6 +7212,7 @@ Body:
|
|
|
- Group: MASQUERADE_2
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Dress_Hat
|
|
@@ -7190,6 +7229,7 @@ Body:
|
|
|
- Group: MEAT
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Meat
|
|
@@ -7200,6 +7240,7 @@ Body:
|
|
|
- Group: MERCENARY
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Bow_Mercenary_Scroll1
|
|
@@ -7294,6 +7335,7 @@ Body:
|
|
|
- Group: MINERAL
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Emperium
|
|
@@ -7358,6 +7400,7 @@ Body:
|
|
|
- Group: OLDGIFTBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Fallen_Leaves_
|
|
@@ -7371,6 +7414,7 @@ Body:
|
|
|
- Group: ORE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Iron_Ore
|
|
@@ -7435,6 +7479,7 @@ Body:
|
|
|
- Group: PIERRE_TREASUREBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Old_Blue_Box
|
|
@@ -7523,6 +7568,7 @@ Body:
|
|
|
- Group: POISON
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Poison_Paralysis
|
|
@@ -7551,6 +7597,7 @@ Body:
|
|
|
- Group: POTION
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -7567,6 +7614,7 @@ Body:
|
|
|
- Group: QUIVER
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Arrow_Container
|
|
@@ -7610,6 +7658,7 @@ Body:
|
|
|
- Group: RECOVERY
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Fruit_Of_Mastela
|
|
@@ -7656,6 +7705,7 @@ Body:
|
|
|
- Group: REDBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Cat_Hat
|
|
@@ -7702,6 +7752,7 @@ Body:
|
|
|
- Group: REDBOX_2
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Alice_Doll
|
|
@@ -7718,6 +7769,7 @@ Body:
|
|
|
- Group: RESIST
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Resist_Fire
|
|
@@ -7734,6 +7786,7 @@ Body:
|
|
|
- Group: SCROLL
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Earth_Scroll_1_3
|
|
@@ -7792,6 +7845,7 @@ Body:
|
|
|
- Group: TAMING
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Unripe_Apple
|
|
@@ -7946,6 +8000,7 @@ Body:
|
|
|
- Group: THROWABLE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Mysterious_Powder
|
|
@@ -8019,6 +8074,7 @@ Body:
|
|
|
- Group: TOKEN_OF_SIEGFRIED
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: F_Token_Of_Siegfried
|
|
@@ -8032,6 +8088,7 @@ Body:
|
|
|
- Group: TRESURE_BOX_WOE
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Old_Blue_Box
|
|
@@ -8096,6 +8153,7 @@ Body:
|
|
|
- Group: VIOLETBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Red_Potion
|
|
@@ -10869,6 +10927,7 @@ Body:
|
|
|
- Group: XMAS_GIFT
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: HandMade_Chocolate
|
|
@@ -10930,6 +10989,7 @@ Body:
|
|
|
- Group: YELLOWBOX
|
|
|
SubGroups:
|
|
|
- SubGroup: 6
|
|
|
+ Algorithm: NaturalRandom
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Elephant_Hat_
|
|
@@ -10946,6 +11006,7 @@ Body:
|
|
|
- Group: MF_NOTELEPORT
|
|
|
SubGroups:
|
|
|
- SubGroup: 0
|
|
|
+ Algorithm: Must
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Wing_Of_Fly
|
|
@@ -10960,6 +11021,7 @@ Body:
|
|
|
- Group: MF_NORETURN
|
|
|
SubGroups:
|
|
|
- SubGroup: 0
|
|
|
+ Algorithm: Must
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Wing_Of_Butterfly
|
|
@@ -11008,6 +11070,7 @@ Body:
|
|
|
- Group: GIANT_FLY_WING
|
|
|
SubGroups:
|
|
|
- SubGroup: 0
|
|
|
+ Algorithm: Must
|
|
|
List:
|
|
|
- Index: 0
|
|
|
Item: Giant_Fly_Wing
|