PDA

View Full Version : Addon Dev: Sea De-Localized


Tuatara
03-16-2005, 01:28 AM
I am working on making it so that the Sea reagent items aren't based on names and instead work on item numbers. This will allow Sea to be used with any version of WoW.

To help with this I need item numbers. The best way to currently get those numbers is to get them from peoples SavedVariables.lua files. What I am looking for is people that have LootLink installed and a decent amount of items in their list.

If you have such a setup then please email me your SavedVariables.lua file to tuatara_wow at hotmail. Please do not use cut / paste to cut out parts of the file as I have noticed some editors do not copy the unicode characters properly.

Current list of items is at:

http://tuatara.rezgeek.com/WoW/SeaDeLocalized/SeaDeLocalized.txt

Checking the bottom of the file you can see the items that are missing. If you have those items then I would definitely be interested in your variables please.

Thanks for any help you can offer.

Xain
03-16-2005, 07:26 AM
["Earth Totem"] = {
["i"] = "5175:0:0:1371431168"
["Fire Totem"] = {
["i"] = "5176:0:0:1862683904",
["Water Totem"] = {
["i"] = "5177:0:0:2104906880",
["Air Totem"] = {
["i"] = "5178:0:0:610347840",
["Coyote Meat"] = {
["i"] = "2673:0:0:0",

all that I could find pal. Enjoy

dsdranor
03-16-2005, 06:28 PM
The following wont have exact Item IDs:

["potion"] = {
[1] = "Potion",
[2] = "Elixir",
[3] = "Oil",
},
["poison"] = {
[1] = "Mind-numbing Poison",
[2] = "Wound Poison",
[3] = "Deadly Poison",
},

For the poisons there are different ranks of each type of poison, as well as an Instant Poison. IE Instant Poison I, Mind-numbing Posion I (I belive its just the rank in roman numerals after the name I'm not at home so i can't double check). As for the potion section, I think the "Potion" "Elixir" "Oil" ones are for anything that may be a "Potion of DoesSomething", "Elixir of DoingStuff" and "Oil of Affectation" as I'm unaware of anything called just Potion or Elixir.

Tuatara
03-17-2005, 12:48 AM
Ya dsdranor... I was aware that some of the stuff won't translate properly as the Sea list has generalizations. I just want to get the items that translate. I was able to get a great list from Marsman so my list has been updated. Mainly looking for food items now as that seems to be the big list of missing items.

Thanks for any help anyone can offer.

Gryphon
03-17-2005, 02:39 AM
Have you thought to contact wowcensus or warcraftrealms? People submit their whole savedvariables file, many of them must have lootlink.

Tuatara
03-18-2005, 05:17 AM
Thanks to some help from a few players I have been able to updated the Sea library again. Found a few mistakes so got those fixed and the list is looking fairly complete now. If you see an item in the "Missing" list that you know you would have in your LootLink then let me know the ItemID or pass along the file so I can update the list.