Alles anzeigenPasswort:
[[Versteckter Inhalt]]Bitte melden Sie sich an, um diesen Link zu sehen.
:1: attempt to perform arithmetic on local `idx' (a nil value)
the code its badreplace
function isInDungeon(idx)
return pc.get_map_index() >= (idx * 10000) and pc.get_map_index() < ((idx+1) * 10000)-- Berechnung vom Mapindex zur Sicherheitsabfrage
end
with
function isInDungeon()
return pc.get_map_index() >= (HERE_INDEX_DUNGEON* 10000) and pc.get_map_index() < ((HERE_INDEX_DUNGEON+1) * 10000)-- Berechnung vom Mapindex zur Sicherheitsabfrage
end
He has to change line 170 to give an id to the method
🫵😎