summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17Added Constant SEX_ANY (2) for Male and Female genders.AtlantisRO3-88/+89
Replaced Number 1 in Gender for Constant "SEX_MALE" on item_db.conf Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Fix an error in an AegisNameHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> ViewSprite)Haru3-3289/+3289
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> Subtype)Haru2-1954/+1954
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Split 'View' in two different fields in the item databaseHaru3-3/+6
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_THROWWEAPON in the item database applicable entriesHaru2-62/+62
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_CANNONBALL in the item database applicable entriesHaru2-10/+10
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_KUNAI in the item database applicable entriesHaru2-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_SHURIKEN in the item database applicable entriesHaru2-11/+11
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_GRENADE in the item database applicable entriesHaru2-12/+12
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_BULLET in the item database applicable entriesHaru2-26/+26
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_DAGGER in the item database applicable entriesHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_ARROW in the item database applicable entriesHaru2-48/+48
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSTAFF in the item database applicable entriesHaru2-27/+27
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_HUUMA in the item database applicable entriesHaru2-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GRENADE in the item database applicable entriesHaru2-15/+15
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_SHOTGUN in the item database applicable entriesHaru2-23/+23
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GATLING in the item database applicable entriesHaru2-15/+15
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_RIFLE in the item database applicable entriesHaru2-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_REVOLVER in the item database applicable entriesHaru2-36/+36
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KATAR in the item database applicable entriesHaru2-93/+93
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOOK in the item database applicable entriesHaru2-78/+78
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_WHIP in the item database applicable entriesHaru2-80/+80
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MUSICAL in the item database applicable entriesHaru2-70/+70
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KNUCKLE in the item database applicable entriesHaru2-67/+67
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOW in the item database applicable entriesHaru2-123/+123
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_STAFF in the item database applicable entriesHaru2-147/+147
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MACE in the item database applicable entriesHaru2-142/+142
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HAXE in the item database applicable entriesHaru2-98/+98
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HAXE in the item database applicable entriesHaru2-31/+31
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSPEAR in the item database applicable entriesHaru2-88/+88
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSPEAR in the item database applicable entriesHaru2-67/+67
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSWORD in the item database applicable entriesHaru2-114/+114
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSWORD in the item database applicable entriesHaru2-158/+158
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_DAGGER in the item database applicable entriesHaru2-237/+237
Signed-off-by: Haru <haru@dotalux.com>
2017-09-12Fix several typos and grammar mistakesHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-05Add SC_DAILYSENDMAILCNT into constants.conf and sc_config.txtAndrei Karas2-0/+4
Without this check player may ignore mail send limit.
2017-07-04Merge pull request #1773 from dastgir/bug/item-optionssmokexyz1-27/+37
Item option fixes
2017-06-10correct combo bonus for advanced angelic set : fixes #1286Asheraf1-1/+4
2017-06-10correct Yggdrasil_Herald_Crown equip locationAsheraf1-1/+1
fixes #1724
2017-06-08Corrected some bonuses in item_options.confDastgir1-27/+37
2017-06-03remove specialeffect2 from databasesgumi4-266/+266
2017-06-03Merge pull request #1684 from Smokexyz/refine-updateHaru2-125/+374
Enriched refine chance correction
2017-05-28remove the pow buildin from item databasesgumi2-66/+66
2017-05-23Documentation update for getequippercentrefinery() and refine_db.confssmokexyz2-27/+32
2017-05-21Refine rate correction from kRO.smokexyz2-102/+346
Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941553&curpage=1 Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941565&curpage=1 Event Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941558&curpage=1 Event Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941567&curpage=1
2017-05-15Merge pull request #1723 from Ridley8819/expHaru1-2/+2
Update Exp Table
2017-05-11Update Exp TableRidley1-2/+2
Values updated according to: http://ro.gnjoy.com/news/update/View.asp?seq=162&curpage=1
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-0/+3
Implemented Official Summer 2 Costume
2017-05-04Merge pull request #1695 from Jedzkie/7-CashFoodFixHaru2-24/+24
Cash Foods Update