Jump to content
Korean Random
ktulho

Сборник py_macro

Recommended Posts

13 минут назад, Slava7572 сказал:

ну не знаю,только верхотуры или низины неудобно примерно рассчитывать в уме,все остальное показывает правильно:dry:

 

Я не говорил, что миникарта как-то не корректно отображает, или что ей не удобно пользоваться (хотя смотря именно на мод 15м, в плане лт, можно и задуматься на сей счет).

Тут вопрос именно в графическом отображении данного круга.

  

Edited by Antoshkaaa

Share this post


Link to post

Short link
Share on other sites
1 час назад, Antoshkaaa сказал:

не говорил, что миникарта как-то не корректно отображает

я тоже,просто неудобство,когда танк противника где то на скале висит или под нами,давно была мысля в калькуляторе до ближайшего противника в метрах добавить вот этим {{py:sight.distanceTarget}} ,но часто танки вне прямой видимости и итоге отказался:unsure:

Share this post


Link to post

Short link
Share on other sites
9 часов назад, Slava7572 сказал:

просто неудобство,когда танк противника где то на скале висит или под нами

 

 Подобный мод решил бы такую "проблему".

 

10 часов назад, Slava7572 сказал:

до ближайшего противника в метрах добавить вот этим {{py:sight.distanceTarget}} ,но часто танки вне прямой видимости и итоге отказался:unsure:

 

а в маркере над танком возможно динамический счетчик расстояния сделать, для тех кого видно, и кто не дальше (к примеру) 100м? 

shot_002.jpg

shot_003.jpg

Share this post


Link to post

Short link
Share on other sites
4 часа назад, Antoshkaaa сказал:

в маркере над танком возможно динамический счетчик расстояния

думаю он будет немало ресурсов хавать и оно того не стоит,вот если бы конкретно ближайшего,оно не только для рентгена полезно,можно примерно знать высветит ли тебя лтха через кусты:mellow:

Share this post


Link to post

Short link
Share on other sites
2 часа назад, Slava7572 сказал:

вот если бы конкретно ближайшего,оно не только для рентгена полезно,можно примерно знать высветит ли тебя лтха через кусты:mellow:

 

Это и есть та причина,почему меня так заинтересовал круг в 50 метров, именно для игры на лт. На елке нервов много уходит когда кто-то рядом с кустами катает, понятно, что можно сидеть и пялиться в прицел контролируя расстояние, но лучше это делать контролируя как-то иначе. И, возможно я ошибаюсь, но если брать расстояние до цели, то в этом случае оно будет не корректным если на разной высоте (в пределах 50м по горизонтали, но по высоте в 70м), с кругом как на скринах, данной проблемы нет.

 

 

Edited by Antoshkaaa

Share this post


Link to post

Short link
Share on other sites

@ktulho нашёл в логах с infoMyVehicle.py

2020-12-12 18:18:33.588: INFO: =============================
2020-12-12 18:18:33.588: INFO: 2020-12-12 18:18:33: [ERROR] mods/xfw_libraries/xfw/events.pyc
2020-12-12 18:18:33.588: ERROR: Traceback (most recent call last):
2020-12-12 18:18:33.588: ERROR:   File "./xfw/events.py", line 57, in __event_handler
2020-12-12 18:18:33.589: ERROR:   File "./xfw/events.py", line 24, in fire
2020-12-12 18:18:33.590: ERROR:   File "res_mods/configs/xvm/py_macro\infoMyVehicle.py", line 63, in Vehicle_onEnterWorld
2020-12-12 18:18:33.591: ERROR:     moving, _ = typeDescriptor.computeBaseInvisibility(camouflageFactor, outfit.id)
2020-12-12 18:18:33.591: ERROR:   File "scripts/common/items/vehicles.py", line 1830, in computeBaseInvisibility
2020-12-12 18:18:33.592: ERROR: KeyError: 716
2020-12-12 18:18:33.592: INFO: =============================

реплея нет.

----

и такой весь лог забит с Build 8.7.1_0003

2020-12-12 22:42:14.515: ERROR: [helpers.EffectsList] Play key point exception
Traceback (most recent call last):
  File "scripts/client/helpers/EffectsList.py", line 505, in __playKeyPoint
  File "scripts/client/helpers/EffectsList.py", line 237, in attachTo
  File "scripts/client/helpers/EffectsList.py", line 1349, in create
AttributeError: 'PlayerAccount' object has no attribute 'playerVehicleID'

 

Share this post


Link to post

Short link
Share on other sites
21 час назад, HEKPOMAHT сказал:

 нашёл в логах с infoMyVehicle.py


2020-12-12 18:18:33.588: INFO: =============================
2020-12-12 18:18:33.588: INFO: 2020-12-12 18:18:33: [ERROR] mods/xfw_libraries/xfw/events.pyc
2020-12-12 18:18:33.588: ERROR: Traceback (most recent call last):
2020-12-12 18:18:33.588: ERROR:   File "./xfw/events.py", line 57, in __event_handler
2020-12-12 18:18:33.589: ERROR:   File "./xfw/events.py", line 24, in fire
2020-12-12 18:18:33.590: ERROR:   File "res_mods/configs/xvm/py_macro\infoMyVehicle.py", line 63, in Vehicle_onEnterWorld
2020-12-12 18:18:33.591: ERROR:     moving, _ = typeDescriptor.computeBaseInvisibility(camouflageFactor, outfit.id)
2020-12-12 18:18:33.591: ERROR:   File "scripts/common/items/vehicles.py", line 1830, in computeBaseInvisibility
2020-12-12 18:18:33.592: ERROR: KeyError: 716
2020-12-12 18:18:33.592: INFO: =============================

реплея нет.

Поправил.

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
21 час назад, HEKPOMAHT сказал:

и такой весь лог забит с Build 8.7.1_0003


2020-12-12 22:42:14.515: ERROR: [helpers.EffectsList] Play key point exception
Traceback (most recent call last):
  File "scripts/client/helpers/EffectsList.py", line 505, in __playKeyPoint
  File "scripts/client/helpers/EffectsList.py", line 237, in attachTo
  File "scripts/client/helpers/EffectsList.py", line 1349, in create
AttributeError: 'PlayerAccount' object has no attribute 'playerVehicleID'

 

Вряд ли это мое.

Share this post


Link to post

Short link
Share on other sites
39 минут назад, ktulho сказал:

Вряд ли это мое.

сегодня проверил - таких ошибок нет.

но появились нехилые отчёты на страницу  :heh:

2020-12-13 20:48:22.711: ERROR: TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at net.wg.gui.lobby.hangar.crew::Crew/updateSize()
	at net.wg.gui.lobby.hangar::Hangar/updateCrewSize()
	at scaleform.clik.core::UIComponent/draw()
	at scaleform.clik.core::UIComponent/validateNow()
	at scaleform.clik.core::UIComponent/handleEnterFrameValidation()
2020-12-13 20:52:20.350: INFO: [gui.shared.personality] onClientUpdate: diff = {'prevRev': 182, 'piggyBank': {'credits': 750000}, 'rev': 201, 'inventory': {8: {'compDescr': {1168: '\x085\x05d\x03\t\x06\x08D\x07\xd3\x0b\xd3\x0b\xd3\x0b\x04\x04\xc1\x0c\x00\x00B\x00\x04\x00<\x00\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00', 1169: "\x085\x05d\x03\t\x06\x08D\x07\xd2\x0b\xd2\x0b\xd2\x0b\x04\x04'\x0c\x00\x00B\x00\x04\x00<\x00\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00", 500: "\x08O\x04d\x07\t\x06\x08&('\x071\x07\x0c+\x0c+\n+\x08\x00\xeci\x00\x00B\x00\x04\x00<\x00\xd9\x0b\x00\x00\x08\x00\n\x00\x00\x00\x00\x00\x1c\x00\x16\x00\x0c\x00\t\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\r\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x12\x00", 501: '\x08O\x03d\x07\t\x06\x08\x1e\x1d\x1c\x1f&\x07\x13+\x13+\xfc*\x08\x00\x9d \x00\x00B\x00\x04\x00<\x00:\n\x00\x00\x08\x00\x05\x00\x00\x00\x00\x00\x1c\x00\x14\x00\x0c\x00\t\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0f\x00', 951: '\x08O\x01d\x07\x12\t\x08\x06\x116\x10&\x07\xdf\x07\xdf\x07\xdf\x07\x08\x00\xec\x16\x00\x00B\x00\x04\x00<\x00\xa3\x06\x00\x00\x04\x00\x08\x00\x00\x00\x00\x00\x11\x00\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x06\x00\r\x00'}}, 1: {'repair': {463: (7800, 0)}, 'eqs': {463: [1275, 763, 507, 0]}, 'lastCrew': {(463, '_r'): [951, 501, 500, 1168, 1169]}, 'shells': {463: [60170, 16, 60426, 6, 60682, 6]}, 'settings': {463: 15}}, 12: {5: {7: {504: {45057: {'progress': {('achievements', 'medalBrothersInArms'): 0}, 'value': {('achievements', 'medalBrothersInArms'): 0.0}, 'level': 0}}, 501: {45057: {'progress': {('achievements', 'marksOfMasteryCount4'): 0}, 'value': {('achievements', 'marksOfMasteryCount4'): 1.0}, 'level': 1}}, 502: {45057: {'progress': {('a15x15', 'frags'): 211.0}, 'value': {('a15x15', 'frags'): 2005.0}, 'level': 3}}, 503: {45057: {'progress': {('achievements', 'warrior'): 0}, 'value': {('achievements', 'warrior'): 7.0}, 'level': 2}}}}}}, 'quests': {'WGSSA-50209_q01': {'progress': {None: {'bonusCount': 248}}, 'expiryTime': 1610582400}, 'ny21battle': {'progress': {None: {'bonusCount': -1}}, 'expiryTime': 4102444800L}}}
2020-12-13 20:52:20.359: INFO: [gui.prb_control.entities.base.pre_queue.vehicles_watcher] BaseVehiclesWatcher: 'unsuitableToQueue' state was changed for '0' vehicles, self = '<gui.prb_control.entities.random.pre_queue.vehicles_watcher.RandomVehiclesWatcher object at 0x00000000EACF43C8>'
2020-12-13 20:52:20.359: INFO: [gui.prb_control.entities.base.pre_queue.vehicles_watcher] BaseVehiclesWatcher:_update() self = '<gui.prb_control.entities.random.pre_queue.vehicles_watcher.RandomVehiclesWatcher object at 0x00000000EACF43C8>'
2020-12-13 20:52:21.684: INFO: [gui.shared.personality] onClientUpdate: diff = {'sessionStats': {1: {'vehDayStat': {51089: {'battle_cnt': {'value': 2}, 'spotted': {'diff': 0.012784811862988743, 'value': (4.0, 2)}, 'average_xp': {'diff': 2.4656579651299353, 'value': (877.0, 2)}, 'freeXP': {'value': 329}, 'winner_ratio': {'diff': 0.01508937022455803, 'value': (50.0, 1, 2)}, 'survived_rate': {'diff': -0.035665784167135506, 'value': (0.0, 0, 2)}, 'ratio_damage': {'diff': -0.00011990461026423205, 'value': (0.6188461538461538, 1609, 2600)}, 'help_damage': {'diff': 11.726306259345108, 'value': (2048.0, 2)}, 'net_credits': {'value': 210667}, 'income_crystal': {'value': 0}, 'ratio_kill': {'diff': 0.004632994186046513, 'value': (1.0, 2, 2)}, 'average_frags': {'value': (1.0, 2)}, 'net_crystal': {'value': 0}, 'xp': {'value': 3366}, 'income_credits': {'value': 230557}, 'average_damage': {'diff': -0.02218137423017197, 'value': (804.5, 2)}, 'blocked_damage': {'diff': -1.248851150221526, 'value': (180.0, 2)}}, 45057: {'battle_cnt': {'value': 36}, 'spotted': {'diff': 0.00040382574657527037, 'value': (1.0, 36)}, 'average_xp': {'diff': 1.8093741526747635, 'value': (698.0555555555555, 36)}, 'freeXP': {'value': 3467}, 'winner_ratio': {'diff': 0.022200781500542055, 'value': (47.22222222222222, 17, 36)}, 'survived_rate': {'diff': 0.01807168388729785, 'value': (13.88888888888889, 5, 36)}, 'ratio_damage': {'diff': 0.0031439450088753818, 'value': (1.1978488230684, 44324, 37003)}, 'help_damage': {'diff': -0.5662958278221026, 'value': (205.33333333333334, 36)}, 'net_credits': {'value': 2730782}, 'income_crystal': {'value': 25}, 'ratio_kill': {'diff': 0.0019618727540470227, 'value': (0.8064516129032258, 25, 31)}, 'average_frags': {'value': (0.6944444444444444, 36)}, 'net_crystal': {'value': 25}, 'xp': {'value': 47385}, 'income_credits': {'value': 3208325}, 'average_damage': {'diff': 3.265305532577827, 'value': (1231.2222222222224, 36)}, 'blocked_damage': {'diff': -0.009860285100426358, 'value': (0.0, 36)}}, 60449: {'battle_cnt': {'value': 22}, 'spotted': {'diff': -0.0037960768245060006, 'value': (0.8636363636363636, 22)}, 'average_xp': {'diff': 0.9557501240160491, 'value': (766.8181818181819, 22)}, 'freeXP': {'value': 2491}, 'winner_ratio': {'diff': 0.07730254889741772, 'value': (59.09090909090909, 13, 22)}, 'survived_rate': {'diff': 0.12235618169039242, 'value': (27.272727272727273, 6, 22)}, 'ratio_damage': {'diff': 0.0005058708015959201, 'value': (0.801228159953213, 21920, 27358)}, 'help_damage': {'diff': -0.18673715900331445, 'value': (407.90909090909093, 22)}, 'net_credits': {'value': 1539795}, 'income_crystal': {'value': 0}, 'ratio_kill': {'diff': 0.0002044997735710652, 'value': (0.75, 12, 16)}, 'average_frags': {'value': (0.5454545454545454, 22)}, 'net_crystal': {'value': 0}, 'xp': {'value': 32006}, 'income_credits': {'value': 1887359}, 'average_damage': {'diff': -0.2520021360164719, 'value': (996.3636363636364, 22)}, 'blocked_damage': {'diff': -1.4940107123311464, 'value': (835.0, 22)}}, 61985: {'battle_cnt': {'value': 1}, 'spotted': {'diff': -0.0021483456170612314, 'value': (0.0, 1)}, 'average_xp': {'diff': -0.40405423336267177, 'value': (189.0, 1)}, 'freeXP': {'value': 27}, 'winner_ratio': {'diff': -0.05307535494143423, 'value': (0.0, 0, 1)}, 'survived_rate': {'diff': -0.008685058081326247, 'value': (0.0, 0, 1)}, 'ratio_damage': {'diff': -0.0003793238085818551, 'value': (0.244, 366, 1500)}, 'help_damage': {'diff': -0.20646674949637145, 'value': (254.0, 1)}, 'net_credits': {'value': 23131}, 'income_crystal': {'value': 0}, 'ratio_kill': {'diff': -0.0005290990240114368, 'value': (0.0, 0, 1)}, 'average_frags': {'value': (0.0, 1)}, 'net_crystal': {'value': 0}, 'xp': {'value': 208}, 'income_credits': {'value': 33646}, 'average_damage': {'diff': -0.5087019456942699, 'value': (366.0, 1)}, 'blocked_damage': {'diff': -0.6917769387582666, 'value': (0.0, 1)}}, 22273: {'battle_cnt': {'value': 1}, 'spotted': {'diff': 0.000526315789473708, 'value': (1.0, 1)}, 'average_xp': {'diff': -6.21719298245614, 'value': (62.0, 1)}, 'freeXP': {'value': 0}, 'winner_ratio': {'diff': -0.666666666666671, 'value': (0.0, 0, 1)}, 'survived_rate': {'diff': -0.33333333333333215, 'value': (0.0, 0, 1)}, 'ratio_damage': {'diff': -0.006796640967563383, 'value': (0.0, 0, 2500)}, 'help_damage': {'diff': 6.89456140350876, 'value': (1066.0, 1)}, 'net_credits': {'value': -31845}, 'income_crystal': {'value': 0}, 'ratio_kill': {'diff': -0.010025062656641603, 'value': (0.0, 0, 1)}, 'average_frags': {'value': (0.0, 1)}, 'net_crystal': {'value': 0}, 'xp': {'value': 0}, 'income_credits': {'value': 0}, 'average_damage': {'diff': -11.874385964912335, 'value': (0.0, 1)}, 'blocked_damage': {'diff': -10.128070175438552, 'value': (300.0, 1)}}, 13889: {'battle_cnt': {'value': 1}, 'spotted': {'diff': 0.00034594431408074833, 'value': (2.0, 1)}, 'average_xp': {'diff': -0.04577580173724982, 'value': (474.0, 1)}, 'freeXP': {'value': 23}, 'winner_ratio': {'diff': -0.017894144607738527, 'value': (0.0, 0, 1)}, 'survived_rate': {'diff': -0.00949597244521172, 'value': (0.0, 0, 1)}, 'ratio_damage': {'diff': -0.0001494104804202756, 'value': (0.8145945945945946, 1507, 1850)}, 'help_damage': {'diff': -0.004894679785365952, 'value': (466.0, 1)}, 'net_credits': {'value': 13151}, 'income_crystal': {'value': 3}, 'ratio_kill': {'diff': -0.0006627699466210668, 'value': (0.0, 0, 1)}, 'average_frags': {'value': (0.0, 1)}, 'net_crystal': {'value': 3}, 'xp': {'value': 498}, 'income_credits': {'value': 37588}, 'average_damage': {'diff': -0.0885557065030298, 'value': (1507.0, 1)}, 'blocked_damage': {'diff': 0.1852380168238028, 'value': (800.0, 1)}}, 62785: {'battle_cnt': {'value': 1}, 'spotted': {'diff': -0.0007606795977421754, 'value': (1.0, 1)}, 'average_xp': {'diff': 0.04724808755690901, 'value': (584.0, 1)}, 'freeXP': {'value': 116}, 'winner_ratio': {'diff': 0.06503738933615888, 'value': (100.0, 1, 1)}, 'survived_rate': {'diff': -0.009454774661204368, 'value': (0.0, 0, 1)}, 'ratio_damage': {'diff': -0.0006016236995756707, 'value': (0.0, 0, 1500)}, 'help_damage': {'diff': -0.5049823797381237, 'value': (0.0, 1)}, 'net_credits': {'value': 26094}, 'income_crystal': {'value': 0}, 'ratio_kill': {'diff': -0.00041544931011772146, 'value': (0.0, 0, 1)}, 'average_frags': {'value': (0.0, 1)}, 'net_crystal': {'value': 0}, 'xp': {'value': 1226}, 'income_credits': {'value': 35784}, 'average_damage': {'diff': -0.8229808325932026, 'value': (0.0, 1)}, 'blocked_damage': {'diff': -0.47773830329776956, 'value': (540.0, 1)}}, 2433: {'battle_cnt': {'value': 1}, 'spotted': {'diff': 0.014190362491860009, 'value': (5.0, 1)}, 'average_xp': {'diff': 2.711810831343655, 'value': (1230.0, 1)}, 'freeXP': {'value': 310}, 'winner_ratio': {'diff': 0.2157043629259836, 'value': (100.0, 1, 1)}, 'survived_rate': {'diff': 0.28896244844801444, 'value': (100.0, 1, 1)}, 'ratio_damage': {'diff': 0.003804498442606441, 'value': (6.713793103448276, 1947, 290)}, 'help_damage': {'diff': 3.0409431300195138, 'value': (1315.0, 1)}, 'net_credits': {'value': 42079}, 'income_crystal': {'value': 5}, 'ratio_kill': {'diff': 0.0046948356807512415, 'value': (None, 1, 0)}, 'average_frags': {'value': (1.0, 1)}, 'net_crystal': {'value': 5}, 'xp': {'value': 8610}, 'income_credits': {'value': 51518}, 'average_damage': {'diff': 2.6740015194270654, 'value': (1947.0, 1)}, 'blocked_damage': {'diff': 0.666784241371829, 'value': (800.0, 1)}}, 5265: {'battle_cnt': {'value': 4}, 'spotted': {'diff': 0.0008476372112735664, 'value': (2.0, 4)}, 'average_xp': {'diff': 13.084904993995906, 'value': (945.75, 4)}, 'freeXP': {'value': 677}, 'winner_ratio': {'diff': 0.9253372889736544, 'value': (75.0, 3, 4)}, 'survived_rate': {'diff': 1.0030373666737304, 'value': (50.0, 2, 4)}, 'ratio_damage': {'diff': 0.02206833411986109, 'value': (1.6406131718395156, 8669, 5284)}, 'help_damage': {'diff': 8.47206329024516, 'value': (1008.75, 4)}, 'net_credits': {'value': 109097}, 'income_crystal': {'value': 17}, 'ratio_kill': {'diff': 0.024379432624113462, 'value': (2.0, 4, 2)}, 'average_frags': {'value': (1.0, 4)}, 'net_crystal': {'value': 17}, 'xp': {'value': 12520}, 'income_credits': {'value': 230159}, 'average_damage': {'diff': 27.774599138235544, 'value': (2167.25, 4)}, 'blocked_d

может из-за акций всякие причуды...

Share this post


Link to post

Short link
Share on other sites
2 часа назад, ktulho сказал:

Вряд ли это мое.

если не ошибаюсь это родная ошибка

Share this post


Link to post

Short link
Share on other sites

В шапке обновлены под патч WoT 1.11.1.0 следующие аддоны:

Маркер над своим танком

- Очки прочности своей техники

- Макросы для "ушей", маркеров и миникарты

  • Upvote 3

Share this post


Link to post

Short link
Share on other sites
10 минут назад, ktulho сказал:

В шапке обновлены под патч WoT 1.11.1.0 следующие аддоны:

Маркер над своим танком

- Очки прочности своей техники

- Макросы для "ушей", маркеров и миникарты

Здравствуйте а под текущий патч можно обновить уже myHP.py ??? или только когда выйдет 1.11.1.0 нужно будет закинуть???

Share this post


Link to post

Short link
Share on other sites
2 минуты назад, P.S.Enot сказал:

Здравствуйте а под текущий патч можно обновить уже myHP.py ???

Под текущий он работал.

myHP.py

 

Share this post


Link to post

Short link
Share on other sites
Только что, ktulho сказал:

Под текущий он работал.

myHP.py 1 kB · 0 скачиваний

 

Я знаю что он работает. просто думал что до обновы уже обновленный можно кинуть что бы потом не кидать . типа за ранее обновить хотел. Если рано тогда подожду пока 27 число

Share this post


Link to post

Short link
Share on other sites
Только что, P.S.Enot сказал:

Если рано тогда подожду пока 27 число

Обновленный скрипт НЕ работает под патч 1.11.0

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, ktulho сказал:

Обновленный скрипт НЕ работает под патч 1.11.0

Спасибо. Я вас услышал. Успехов вам в вашем творчестве :honoring:

Share this post


Link to post

Short link
Share on other sites
On 1/24/2021 at 10:17 AM, P.S.Enot said:

Спасибо. Я вас услышал. Успехов вам в вашем творчестве :honoring:

Попробуйте мое исправление, пока ktulho не обновит его.

myHP.py

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites
56 минут назад, Aslain сказал:

Попробуйте мое исправление, пока ktulho не обновит его.

Скрипт обговлен.

  • Upvote 3

Share this post


Link to post

Short link
Share on other sites
26.01.2021 в 15:55, ktulho сказал:

Скрипт обговлен.

Закинул ваш обновленный скрипт хп не двигается, убивают а хп на месте. 

Edited by P.S.Enot

Share this post


Link to post

Short link
Share on other sites
7 минут назад, P.S.Enot сказал:

Закинул ваш обновленный скрипт хп не двигается, убивают а хп на месте. 

Логи?

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...