View Single Post
09-16-13, 08:21 PM   #16
scotepi
A Defias Bandit
Join Date: Dec 2005
Posts: 2
Any updates on this? I'm using Ro's version but I no longer play and don't want to have to keep updating my code every patch. The current table I used is below for 5.4

Lua Code:
  1. -- 5.4
  2.     local levelAdjust={ -- 11th item:id field and level adjustment
  3.         ["0"]=0,["1"]=8,["373"]=4,["374"]=8,["375"]=4,["376"]=4,
  4.         ["377"]=4,["379"]=4,["380"]=4,["445"]=0,["446"]=4,["447"]=8,
  5.         ["451"]=0,["452"]=8,["453"]=0,["454"]=4,["455"]=8,["456"]=0,
  6.         ["457"]=8,["458"]=0,["459"]=4,["460"]=8,["461"]=12,["462"]=16,
  7.         ["465"]=0,["466"]=4,["467"]=8,["469"]=4,["470"]=8,["471"]=12,
  8.         ["472"]=16,["491"]=0,["492"]=4,["493"]=8,["494"]=4,["495"]=8,
  9.         ["496"]=8,["497"]=12,["498"]=16,
  10.     }