Cod: Selectaţi tot
quest anti_lag_pickup_helper begin
state start begin
function cfg()
local c = {}
c.TAG = "[AntiLag]"
return c
end
when login begin
-- doar mesaj (sistemul real e server-side, dar asta ajuta topicul / informarea)
syschat("|cff56ff00|H|h"..cfg().TAG.."|h|r : Recomandare: Nu lasa iteme pe jos, pot cauza lag.")
end
end
end
