bekomme ständig diese meldung in rot im track angezeit...
Problem ist: er kann nicht selbstständig angeln d.h. ich muss immer die aktion [angeln] mit entsprechender taste auslösen

das einzige was er macht is instant looten

naja quasi nen halber bot ^^
Code:
[COLOR="Red"][00:20:23] lua_dostring:local lureTable = { Shiny_Bauble = { Prio = 1, Id = "6529", Location } } local bestLureLocationBag, bestLureLocationSlot local highestPrio = 1 for bag = 0,5 do for slot = 0, GetContainerNumSlots(bag) do local containerItemLink = GetContainerItemLink(bag, slot) if containerItemLink then local _, itemId = strsplit(":", containerItemLink) for k,v in pairs(lureTable) do if v.Id == itemId then v.Location = bag..","..slot end end end end end for k,v in pairs(lureTable) do if v.Location then if v.Prio == highestPrio then highestPrio = v.Prio bestLureLocationBag, bestLureLocationSlot = strsplit(",", v.Location) end end end if bestLureLocationBag and bestLureLocationSlot then UseContainerItem(bestLureLocationBag, bestLureLocationSlot) end[/COLOR]
naja ich hab win7 64bit daran wirds wohl liegen...