Experimentat
Experimentat
Mesaje: 72
Membru din: Sâm Ian 31, 2026 4:11 pm
Server: metin2avange.mt2.xyz
Rasă: Ninja
Regat: Chunjo
  • Has thanked: 1 time
  • 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