Thread: Miscellaneous: Level req for painbringer
View Single Post
  #2  
Old 08-19-2011, 10:26 PM
kalzin kalzin is offline
Aviak


Join Date: Mar 2011
Posts: 50
Default

actually the item count you were referring to was set just after velious, however when they revamped the UI and allowed levels to be shown they decided to either 1.) enforce level procing... or 2.) leave the players in the dark... for easier beta testing in the future (beyond SoL) they changed the coding to 1.) allow users to see levels of item's spell 2.) incorporate recommended and required levels 3.) enforce strict spell level requirements across the board (with a few exceptions). these were done in stages to lessen the impact they would have on others.

Wave 1: Velious patch (#2125) - (was executed to live) - code ran:
Set Var "IERec"="True" if "IEra">"3"&"GERecEx"="False"; Else "False"
Set Var "IERec"="True" if "IEra"="3"&"GERecEx"="False"; Else "False"

Wave 2: (last one i can see unfortunately they coded it right before SoL, when the new DB came up. I can't see any of that stuff...) Velious patch (#2842) - (was executed to live) - code ran:
Set Var "IERec"="True" if "IEra">"0"&"GERecEx"="False"; Else "False"
Set Var "IERec"="True" if "IEra"="0"&"GERecEx"="False"; Else "False"

New fields added after first patch of Kunark to WGS console:
IERec:
GERecEx:
ILvlRec:
GILRecEx:
New Command Switches added:
"-SC" Show commented items (for changed items in the database)

"-F" We decided to remind everyone that if you get an error and it doesn't display what you were looking for you can use -F after your search params to "force" it to try to give you something... even if its garbled info.

"-Ref" This allows our debuggers and beta-testers the ability to see referenced items to a search, use this to retain your session after you perform a search that you may wish to check additional items with.
IE: itemID=GBL (#IEffect-(*worn*) will return certain number of items, usually too many to display and will error out. Using the new -ref command.
itemID=GBL (#IEffect-(*worn*) -ref
1812 Matches
Please filter your references further.
>(IEra=2&itemName=*Gloves*
Returns all kunark era gloves(second filter) with a worn effect(your first search).
Reply With Quote