comparison Data/Scrolls Retrieval.txt @ 40:abc824800387

Fixed some typos and cleaned up some files.
author Zerotorescue
date Sun, 12 Dec 2010 16:37:33 +0100
parents 8f5c02113c5c
children
comparison
equal deleted inserted replaced
39:7451a8b85e1d 40:abc824800387
292 } 292 }
293 alert(enchants); 293 alert(enchants);
294 294
295 Copy the alert contents (example): 295 Copy the alert contents (example):
296 296
297 s 297 enchants["enchant boots - earthen vitality"]=74189;
298 enchants["enchant chest - mighty stats"]=74191;
299 enchants["enchant gloves - mastery"]=74132;
300 enchants["enchant cloak - greater spell piercing"]=74192;
301 enchants["enchant boots - haste"]=74199;
302 enchants["enchant gloves - haste"]=74198;
303 enchants["enchant chest - stamina"]=74200;
304 enchants["enchant cloak - intellect"]=74202;
305 enchants["enchant gloves - exceptional strength"]=74212;
306 enchants["enchant ring - agility"]=74216;
307 enchants["enchant ring - greater stamina"]=74218;
308 enchants["enchant ring - intellect"]=74217;
309 enchants["enchant ring - strength"]=74215;
310 enchants["enchant boots - major agility"]=74213;
311 enchants["enchant chest - mighty resilience"]=74214;
312 enchants["enchant gloves - greater expertise"]=74220;
313 enchants["enchant cloak - critical strike"]=74230;
314 enchants["enchant chest - exceptional spirit"]=74231;
315 enchants["enchant cloak - protection"]=74234;
316 enchants["enchant boots - precision"]=74236;
317 enchants["enchant boots - mastery"]=74238;
318 enchants["enchant cloak - greater intellect"]=74240;
319 enchants["enchant boots - assassin's step"]=74252;
320 enchants["enchant boots - lavawalker"]=74253;
321 enchants["enchant chest - greater stamina"]=74251;
322 enchants["enchant chest - peerless stats"]=74250;
323 enchants["enchant cloak - greater critical strike"]=74247;
324 enchants["enchant gloves - greater mastery"]=74255;
325 enchants["enchant gloves - mighty strength"]=74254;
326
298 327
299 Now go in-game and use the addon called WowLua to parse this. Use _Dev to dump the contents of the scrolls table, and Chatter to copy it. 328 Now go in-game and use the addon called WowLua to parse this. Use _Dev to dump the contents of the scrolls table, and Chatter to copy it.
300 329
301 local scrolls = {}; 330 local scrolls = {};
302 <INSERT YOUR SCROLLS LIST HERE> 331 <INSERT YOUR SCROLLS LIST HERE>