5
edits
m (Fixed GP function deprecation) |
(Show Abyssal XP in table) |
||
Line 170: | Line 170: | ||
--After the name & category, doing XP, GP, Time, and rates | --After the name & category, doing XP, GP, Time, and rates | ||
local XP = obst.baseExperience | local XP = obst.baseExperience | ||
if XP == 0 then | |||
XP = obst.baseAbyssalExperience | |||
end | |||
local GP = obst.gpReward | local GP = obst.gpReward | ||
local Time = obst.baseInterval / 1000 | local Time = obst.baseInterval / 1000 |
edits