l2-unlegits/l2detect/UserAI_QuickTargetOptions.h
2012-02-01 05:25:08 +00:00

32 lines
674 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
class UserAI_QuickTargetOptions
{
public:
UserAI_QuickTargetOptions();
public:
int m_use_pri;
int m_target_dead;
int m_target_party;
int m_target_clan;
int m_target_ally;
int m_target_cw_2_side;
int m_target_cw_1_side;
int m_target_neutral_pk;
int m_target_neutral_flagged;
};
/*
Disilon (18:12:33 23/01/2010)
т.е. в конфигах нужна закладка например PC, там галочки:
1)показывать двусторонние клан вары
2)показывать односторонки
3)показывать сопартийцев
4)показывать сокланов
5)показывать соаллийцев
6)показывать нейтралов флагнутых
7)показывать нейтралов пк
8)показывать мертвых
9)использовать приоритеты
*/