Karbust Posted October 25, 2016 at 09:09 PM Share Posted October 25, 2016 at 09:09 PM Boas pessoal Queria saber se alguém tem o sistema stattrack para as skins/armas no metin2, este está a ser vendido na m2***... Obrigado Abraço Link to comment
birender Posted October 26, 2016 at 04:26 AM Share Posted October 26, 2016 at 04:26 AM What is this star track system Link to comment
Karbust Posted October 26, 2016 at 07:16 AM Author Share Posted October 26, 2016 at 07:16 AM This system is from cs go basically: Introduced in the Arms Deal update, StatTrak™ is an added component of weapons in Counter-Strike: Global Offensive and can be found when opening a Weapon Case. StatTrak™ guns have an orange LED display attached to the gun to track the amount of "confirmed kills" by the owner of the gun. StatTrak™ kniveshave the confirmed kills etched into the blade instead of using an LED counter. Confirmed kills exclude all bot kills, regardless of the bot's skill level. In metin2 it counts the number of players killed and monster kills, and if possible, the boss kills, showing the kills that weapon or skin made on the game... Link to comment
Guest Gamers Posted October 26, 2016 at 12:37 PM Share Posted October 26, 2016 at 12:37 PM self.AppendTextLine ( "StatTrack", 0xffCOLOR) self.AppendTextLine ( "Monsters:% d"% player.GetItemMetinSocket (slotIndex, 1)) self.AppendTextLine ( "Jogadores:% d"% player.GetItemMetinSocket (slotIndex, 2)) if (pkKiller && pkKiller-> ISPC ()) { if (LPITEM pWeaponCostume = pkKiller-> GetWear (COSTUME_WEAPON)) { if (ISPC ()) pWeaponCostume-> SetSocket (2, pWeaponCostume-> GetSocket (2) +1); else if (ISPC () && IsStone ()!) pWeaponCostume-> SetSocket (1, pWeaponCostume-> GetSocket (1) +1); } } Link to comment
Karbust Posted October 26, 2016 at 12:50 PM Author Share Posted October 26, 2016 at 12:50 PM Obrigado, mas aonde adiciono isso? A parte do python sei que é no uitooltip.py, mas não sei aonde, e o código para a source é em que ficheiro e aonde? :o EDIT: Já tratei da parte do cliente, agora só me falta saber onde trato da parte da source... Link to comment
Guest Gamers Posted October 26, 2016 at 10:25 PM Share Posted October 26, 2016 at 10:25 PM Eu apenas compartilhei o código, não é de minha autoria. Mais basta procurar a função de morte/kill na source e adicionar a seguir. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now