Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Point Blank (Piercing Blow) (https://forum.zone-game.info/forumdisplay.php?f=204)
-   -   [Piercing Blow] Played time with a specific weapon (https://forum.zone-game.info/showthread.php?t=41569)

bola 22.10.2016 08:05

Played time with a specific weapon
 
where is the setup the time player has played with kind of weapon
for skill activation

http://i.imgur.com/0DsHMzU.png

PROGRAMMATOR 22.10.2016 11:02

Re: Played time with a specific weapon
 
Played duration (seconds) is set before nickname in PROTOCOL_BASE_GET_CHARA_INFO_ACK (660).

// ...
Write<int>(character.CreatedAt);
Write<int>(character.PlayedDuration);
Write<int>(character.PlayedDuration);
WriteUnicode(character.Nickname, Character.NicknameLength);
//...
 
Code: C#

bola 22.10.2016 17:24

Re: Played time with a specific weapon
 
Цитата:

Сообщение от PROGRAMMATOR (Сообщение 420093)
Played duration (seconds) is set before nickname in PROTOCOL_BASE_GET_CHARA_INFO_ACK (660).

// ...
Write<int>(character.CreatedAt);
Write<int>(character.PlayedDuration);
Write<int>(character.PlayedDuration);
WriteUnicode(character.Nickname, Character.NicknameLength);
//...
 
Code: C#

could you share resource skill.pef
is too much level skill and requirements to define only in hands, ty alot programmator for the help

PROGRAMMATOR 23.10.2016 13:16

Re: Played time with a specific weapon
 
https://forum.zone-game.info/showthread.php?t=41573


Текущее время: 06:11. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot