Mai jos va voi arata scurt si la obiect cum sa adaugati orice text custom sub harta Minimap.
*Link download / Code:
*Link scanare VirusTotal (obligatoriu):
In primul rand descidem uiScript/Minimap.py si cautam:
Code:
## AtlasShowButton
{
"name" : "AtlasShowButton",
"type" : "button",
"x" : 12,
"y" : 12,
"default_image" : ROOT + "atlas_open_default.sub",
"over_image" : ROOT + "atlas_open_over.sub",
"down_image" : ROOT + "atlas_open_down.sub",
},Adaugam sub:
Modificam coordonatele de aici:
Code:
"x" : 70,
"y" : 155, Code:
"text" : "Metin2.Forum"Deschidem root/uiminimap.py si cautam:
Code:
self.serverInfo = self.GetChild("ServerInfo")Adaugam sub:


la acest mesaj și conținutul se va afișa automat.

