Log in

View Full Version : event_level_up()


theoneptd
02-03-2021, 10:22 AM
That function is not firing the other functions that are under quests/global/player.lua seem to work.

the auto skill-ups are a nice feature but that function is not working.
This is also an install that corrupt and I had to go back a version with the installer.

theoneptd
02-03-2021, 02:08 PM
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.