This script will teach the player all the spells that he can learn from a trainer with the same requirements of level and gold.
It has easy configuration :
It could easily work on any Blizzlike server or fun/instant server.
It has easy configuration :
Code:
IGNORE_LEVEL_REQUIREMENT = false, -- Ignore level requirement? (true/false)
IGNORE_PRICE = false, -- Ignore price for spells? (true/false)
CUSTOM_PRICE_MULTIPLIER = 1.0, -- Multiplier for the spell price (ignored if IGNORE_PRICE = true)
It could easily work on any Blizzlike server or fun/instant server.