Add all spells on character creation
Posted: Thu Sep 01, 2016 7:38 pm
I was wondering if there was an easy way to add all spells to any newly created character without having a GM do it?
So far I have the following in my players.lua file:
I thought I might be able to just use player:addAllSpells, but that didn't seem to work.
Any input?
P.S. Is there a list of valid "add" commands somewhere?
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?