Bug report moved to the new portal: Mmore.club
Detailed info: L2-scripts.com
Skype: Urchika

Our portfolio of solved reports: High Five
Our portfolio of solved reports: GOD
Our portfolio of solved reports: Classic

This forum is closed and open for viewing our work on bug reports for a long time. Thank you all !
Старый 17.12.2013, 15:59   #1
boulanger
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
 
Аватар для boulanger
 
Регистрация: 23.09.2013
Сообщений: 437
По умолчанию

and here is the code from positionutils, maybe i am wrong in the below examples, but for sure the 360 degree shield defense is not working, in game with geodata enabled on live server, players complain for 3 months allready and tested also. please check positionutils class.

Цитата:
ublic class PositionUtils
{
private static final int MAX_ANGLE = 360;
private static final double FRONT_MAX_ANGLE = 100.0D;
private static final double BACK_MAX_ANGLE = 40.0D;
is clear max angle from fron is 100, not 180 and back only 40 not 180 , to make total 360, maybe i am wrong but please recheck, clearly this is not working for no one in game (live server using geodata).

Код:
public static int convertDegreeToClientHeading(double degree)
  {
    if (degree < 0.0D)
      degree = 360.0D + degree;
    return (int)(degree * 182.04444444399999D);
  }
boulanger вне форума  
Старый 21.12.2013, 00:57   #2
boulanger
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
 
Аватар для boulanger
 
Регистрация: 23.09.2013
Сообщений: 437
По умолчанию

video proof also , no 360 shield defense no matter the skill

http://www.youtube.com/watch?v=w_fPo...ature=youtu.be
boulanger вне форума  
Старый 10.02.2014, 21:02   #3
boulanger
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
 
Аватар для boulanger
 
Регистрация: 23.09.2013
Сообщений: 437
По умолчанию

please fix this players complain about this for 4 months, in tauti was working, in lindvior is not!

360 degrees shield defense not work!
boulanger вне форума  
Старый 16.02.2014, 22:42   #4
iqman
Главный программист
 
Регистрация: 18.01.2011
Сообщений: 4,429
По умолчанию

fixed the hard way. There's no need to calc the angle if it's 360 degrees, therefore I've added a note in the code if the max angle is 360 (like from everywhere) he will be always facing the target.
__________________
Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts
старый скайп тех поддержки обслуживаться не будет !
iqman вне форума  
Закрытая тема

Опции темы
Опции просмотра
Комбинированный вид Комбинированный вид

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 01:47.


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