What's new

-Tibia 7.60 [7.6] Efekt przy wbiciu LVL

Status
Not open for further replies.

Thorge D

Advanced User
Joined
Jul 24, 2014
Messages
300
Reaction score
29
1. Autor: Cany
2. Link do oryginalnego tematu:
3. Opis: Po wbiciu poziomu pojawi? si? efekt na bazie tego z 8.x+

4. Kod:

W player.cpp znajd?:
[CPP]lvMsg << "You advanced from level " << lastLv << " to level " << level << ".";
this->sendTextMessage(MSG_ADVANCE,lvMsg.str().c_str());[/CPP]
i zamie? na:
[CPP]lvMsg << "You advanced from level " << lastLv << " to level " << level << ".";
this->sendTextMessage(MSG_ADVANCE,lvMsg.str().c_str(),this->pos, NM_ME_ENERGY_AREA);[/CPP]

Ca?a filozofia.

Efekt:
aa.png
 

God Keno

Banned
Joined
Jul 17, 2014
Messages
260
Reaction score
9
Odp: [7.6] Efekt przy wbiciu LVL

Powinno by?:

[Cpp]lvMsg << "You advanced from level " << lastLv << " to level " << level << ".";
this->sendTextMessage(MSG_ADVANCE,lvMsg.str().c_str(), this->pos, NM_ME_ENERGY_AREA);[/cpp]
 
Last edited:
Status
Not open for further replies.
Top