[FIX] Skill Izbitura scade HP
[center]
https://i.ibb.co/BHz1JRTh/01-20-2026-07-06-44.png
[/center]
*Descriere:
Acesta este un FIX pentru Warrior.
Câteodată, când dai skill „Izbitură” într-un mob, punctele tale de HP vor scădea de asemenea.
Acesta este un bug clasic; multe surse l-au rezolvat deja, dar merită să verifici ...
https://i.ibb.co/BHz1JRTh/01-20-2026-07-06-44.png
[/center]
*Descriere:
Acesta este un FIX pentru Warrior.
Câteodată, când dai skill „Izbitură” într-un mob, punctele tale de HP vor scădea de asemenea.
Acesta este un bug clasic; multe surse l-au rezolvat deja, dar merită să verifici ...
Dum Feb 01, 2026 11:25 am
[FIX] Anti-Hack - M2PythonLoader
Blocheaza hack-urile care folosesc M2PythonLoader pentru a injecta/modifica.
//DEVELOPED BY FRANKIE COMMANDO - COPYRIGHTS 2015-2016.
//THIS DLL PROTECT PERMANENTLY FROM M2PythonLoader HACK.

https://metin2.forum/download/file.php?id=6695
//DEVELOPED BY FRANKIE COMMANDO - COPYRIGHTS 2015-2016.
//THIS DLL PROTECT PERMANENTLY FROM M2PythonLoader HACK.

https://metin2.forum/download/file.php?id=6695
Dum Feb 01, 2026 11:23 am
[FIX] Analyze: login phase does not handle this packet! header 100
*Descriere:
Sysser : Analyze: login phase does not handle this packet! header 100
*Link download / Code:
[hr]
1) În input_login.cpp
Caută:
case HEADER_CG_SYMBOL_CRC:
GuildSymbolCRC(d, c_pData);
break;
/////////////////////////////////////
Adaugă sub:
#ifdef FIX_HEADER_CG ...
Sysser : Analyze: login phase does not handle this packet! header 100
*Link download / Code:
[hr]
1) În input_login.cpp
Caută:
case HEADER_CG_SYMBOL_CRC:
GuildSymbolCRC(d, c_pData);
break;
/////////////////////////////////////
Adaugă sub:
#ifdef FIX_HEADER_CG ...
Dum Feb 01, 2026 11:20 am
Re: Set arme Lava - toate rasele
nu apar pozele. sa le verifici toate
Dum Feb 01, 2026 11:17 am
Dum Feb 01, 2026 11:04 am
🟠 QUEST: Protecție simplă la moarte (mesaj + heal mic)
Cod: Selectaţi tot
quest death_help_simple begin
state start begin
when die begin
timer("dh_heal", 1)
end
when dh_heal.timer begin
pc.set_hp(pc.get_max_hp() / 2)
syschat("[Protectie] Ai primit HP dupa moarte.")
end
end
end
Dum Feb 01, 2026 10:57 am
🔵 QUEST: Daily Yang la login (o dată pe zi)
quest daily_yang_login begin
state start begin
function today()
return math.floor(get_time() / 86400)
end
when login begin
local t = daily_yang_login.today()
if pc.getqf("dyl_day") == t then return end
pc.setqf("dyl_day", t)
pc.change_money(5000000) -- 5kk yang
syschat("[Daily] Ai ...
Dum Feb 01, 2026 10:56 am
🟢 QUEST: Anunț când intră un GM pe server
Cod: Selectaţi tot
quest gm_login_notice begin
state start begin
when login begin
if pc.is_gm() then
notice_all("[GM] "..pc.get_name().." s-a conectat.")
end
end
end
end
Dum Feb 01, 2026 10:56 am
🟠 QUEST: Anunț global la atingerea nivelului maxim
Cod: Selectaţi tot
quest max_level_notice begin
state start begin
when levelup begin
if pc.get_level() == 250 then
notice_all("[Server] "..pc.get_name().." a atins nivelul MAXIM!")
end
end
end
end
Dum Feb 01, 2026 10:56 am
🔵 QUEST: Mesaj clar la login cu informații utile
Cod: Selectaţi tot
quest login_info_message begin
state start begin
when login begin
syschat("[Info] Daily Reward, Buff zilnic si Pachet Start disponibile la NPC.")
end
end
end
Dum Feb 01, 2026 10:55 am
