View Single Post
  #2  
Old 02-03-2021, 02:08 PM
theoneptd
Fire Beetle
 
Join Date: May 2010
Posts: 10
Default

I must have a garbage install.

when this bit of code of the lua file is executed

-- Scribe all spells up to current level
eq.scribe_spells(e.self:GetLevel());

-- Train all disciplines up to current level
eq.train_discs(e.self:GetLevel());

With a level 1 warrior that levels up to level 2 they end up with 100 throw stones in their combat abilities window.
Reply With Quote