Implemented missing renewal items usable (#8190)

This commit is contained in:
Atemo 2024-03-28 00:37:40 +01:00 committed by GitHub
parent 1a004f0164
commit 2633599458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6808 additions and 0 deletions

View File

@ -48702,3 +48702,15 @@ Body:
Script: |
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",.@sum;
- Combos:
- Combo:
- IDTest_arrow # 1200000
- IDTest_bow # 700000
Script: |
bonus bDex,1;
- Combos:
- Combo:
- IDTest_ammo # 1230000
- IDTest_gun # 800000
Script: |
bonus bDex,1;

View File

@ -68785,6 +68785,14 @@ Body:
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Freeze,2500;
- Id: 15065
AegisName: AmeshaSpenta
Name: Amesha Spenta
Type: Armor
Locations:
Armor: true
ArmorLevel: 1
Refineable: true
- Id: 15066
AegisName: Engraved_Armor
Name: Engraved Plate Armor
@ -96796,6 +96804,20 @@ Body:
bonus bNoCastCancel;
}
}
- Id: 19429
AegisName: Zarathustra
Name: Zarathustra
Type: Armor
Locations:
Head_Low: true
ArmorLevel: 1
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 19433
AegisName: ResonateTaego_TW
Name: Ancient Resonance
@ -116161,6 +116183,15 @@ Body:
NoAuction: true
Script: |
bonus2 bExpAddRace,RC_All,10;
- Id: 22013
AegisName: test_5
Name: Rand Test
Type: Armor
Locations:
Shoes: true
ArmorLevel: 1
Refineable: true
View: 1466
- Id: 22014
AegisName: Enhanced_Variant_Shoes
Name: Enhanced Variant Shoes

View File

@ -20711,6 +20711,19 @@ Body:
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6586
AegisName: CapturedBook
Name: Captured Book
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoSell: true
NoCart: true
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 6592
AegisName: Small_Wooden_Chest
Name: Small Wooden Chest
@ -81501,6 +81514,12 @@ Body:
Name: Creative Stone (Dual)
Type: Etc
Weight: 100
- Id: 1000678
AegisName: Poring_Enchant_Ticket
Name: Poring Ballon Enchantment Ticket
Type: Etc
Flags:
BuyingStore: true
- Id: 1000680
AegisName: ClockTower_Lead
Name: Lead
@ -81601,6 +81620,12 @@ Body:
Type: Etc
Flags:
BuyingStore: true
- Id: 1000698
AegisName: Tree_Enchant_Ticket
Name: Young Leaf of World Tree Enchantment Ticket
Type: Etc
Flags:
BuyingStore: true
- Id: 1000705
AegisName: Ep19_Rgan_Core
Name: Rgan Magic Core
@ -82217,6 +82242,12 @@ Body:
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 1000850
AegisName: VivaAdul_Enchant_Ticket
Name: Helm of Faith Enchantment Ticket
Type: Etc
Flags:
BuyingStore: true
- Id: 1000851
AegisName: Mini_Brush
Name: Small Brush
@ -86369,6 +86400,39 @@ Body:
Weight: 1
Flags:
BuyingStore: true
- Id: 1200000
AegisName: IDTest_arrow
Name: IDTest arrow
Type: Ammo
SubType: Arrow
Weight: 10
Attack: 10
Locations:
Ammo: true
Flags:
BuyingStore: true
- Id: 1210000
AegisName: IDTest_canon
Name: IDTest canon
Type: Ammo
SubType: CannonBall
Weight: 10
Attack: 10
Locations:
Ammo: true
Flags:
BuyingStore: true
- Id: 1220000
AegisName: IDTest_throw
Name: IDTest throw
Type: Ammo
SubType: CannonBall
Weight: 10
Attack: 10
Locations:
Ammo: true
Flags:
BuyingStore: true
- Id: 1220001
AegisName: Kunai
Name: Kunai
@ -86431,3 +86495,14 @@ Body:
EquipLevelMin: 1
Script: |
bonus bAtkEle,Ele_Holy;
- Id: 1230000
AegisName: IDTest_ammo
Name: IDTest ammo
Type: Ammo
SubType: Dagger
Weight: 10
Attack: 10
Locations:
Ammo: true
Flags:
BuyingStore: true

File diff suppressed because it is too large Load Diff