1. Funktionier bei euch der "elite Skill Heffner" bei mir geht es nicht bekomme folgende Fehler Meldung:
Code: Select all
2025-01-04 19:48:39 - [string "..."]:2: ...bot-master/waypoints/x Eliteskill/invaders_functions.lua:3: attempt to perform arithmetic on field 'inventoryBagIds' (a nil value)
2. wie kann ich in einer Lua eine Funktion mit "/camp n 1" aufrufen.
oder kann man eine Taste aufrufen bsp. "F2" ?
Bsp.:
Code: Select all
function Loogweiter()
if Daily_count() == 10 then
LeaveParty()
camp n 1 -- ist Normal ein Makro ingame "/camp n 1"
return true
end
end
Hi everyone,I have two questions.
1. If the "elite skill Heffner" works for you, it doesn't work for me and I get the following error message:
Code: Select all
2025-01-04 19:48:39 - [string "..."]:2: ...bot-master/waypoints/x Eliteskill/invaders_functions.lua:3: attempt to perform arithmetic on field 'inventoryBagIds' (a nil value)
2. How can I call a function with "/camp n 1" in a Lua.
or can you call up a key e.g. "F2"?
Bsp.:
Code: Select all
function Loogweiter()
if Daily_count() == 10 then
LeaveParty()
camp n 1 -- ist Normal ein Makro ingame "/camp n 1"
return true
end
end