So far I have the following in my players.lua file:
Code: Select all
-- ADD ADVENTURER COUPON
player:addItem(0x218); --Adds Adventurer Coupon
player:addKeyItem(0x8); --Airship Pass
player:addKeyItem(0x9); --Kazham Airship Pass
player:addKeyItem(0x8A); --Chocobo License
Any input?
P.S. Is there a list of valid "add" commands somewhere?