Salut, astazi va prezint cum sa schimbati bonusurile insotitorilor pe Metin2 indiferent de server
1. Intram in:
/usr/src/sursa_ta/Srcs/Server/game/src
Deschidem:
New_PetSystem.cpp
Si cautam:
1 - HP
54 - Aparare
2 - SP
Dupa ce am modificat in sursa,mergem in:
root/uitooltip.py
si cautam:
1. Intram in:
/usr/src/sursa_ta/Srcs/Server/game/src
Deschidem:
New_PetSystem.cpp
Si cautam:
- Cod:
for (int x = 0; x < 3; ++x)
{
int btype[3] = { 1, 54, 2};
m_dwbonuspet[x][0] = btype[x];
m_dwbonuspet[x][1] = 0;
}
- Cod:
int btype[3] = { 1, 54, 2};
1 - HP
54 - Aparare
2 - SP
Dupa ce am modificat in sursa,mergem in:
root/uitooltip.py
si cautam:
- Cod:
self.AppendTextLine("Pv: +"+pointop(str(attrSlot[0][1]))+"%", self.SPECIAL_POSITIVE_COLOR)
self.AppendTextLine("Aparare: +"+pointop(str(attrSlot[1][1]))+"%", self.SPECIAL_POSITIVE_COLOR)
self.AppendTextLine("PM: +"+pointop(str(attrSlot[2][1]))+"%", self.SPECIAL_POSITIVE_COLOR)