This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tutorial:esd-add-menu-reward [2026/06/20 23:25] – fixed small mistake jenovavirus | tutorial:esd-add-menu-reward [2026/06/20 23:27] (current) – and another one jenovavirus | ||
|---|---|---|---|
| Line 269: | Line 269: | ||
| AddTalkListData(99, | AddTalkListData(99, | ||
| ShowShopMessage(TalkOptionsType.Regular) | ShowShopMessage(TalkOptionsType.Regular) | ||
| - | # trade | + | # Trade Firebomb for 20x Throwing Knife |
| if GetTalkListEntryResult() == 1: | if GetTalkListEntryResult() == 1: | ||
| assert (t320000_x12(lot1=lot1, | assert (t320000_x12(lot1=lot1, | ||
| - | # | + | # Trade 3x Large Titanite Shard for Ember |
| elif GetTalkListEntryResult() == 2: | elif GetTalkListEntryResult() == 2: | ||
| assert (t320000_x12(lot1=lot2, | assert (t320000_x12(lot1=lot2, | ||
| Line 309: | Line 309: | ||
| call = t320000_x13(goods2=goods2, | call = t320000_x13(goods2=goods2, | ||
| if call.Get() == 0: | if call.Get() == 0: | ||
| - | PlayerEquipmentQuantityChange(ItemType.Goods, | + | PlayerEquipmentQuantityChange(ItemType.Goods, |
| assert t320000_x14(lot1=lot1) | assert t320000_x14(lot1=lot1) | ||
| elif call.Get() == 1: | elif call.Get() == 1: | ||
| Line 316: | Line 316: | ||
| call = t320000_x13(goods2=goods2, | call = t320000_x13(goods2=goods2, | ||
| if call.Get() == 0: | if call.Get() == 0: | ||
| - | PlayerEquipmentQuantityChange(ItemType.Goods, | + | PlayerEquipmentQuantityChange(ItemType.Goods, |
| assert t320000_x14(lot1=lot2) | assert t320000_x14(lot1=lot2) | ||
| elif call.Get() == 1: | elif call.Get() == 1: | ||