Показать сообщение отдельно
Старый 07.01.2015, 19:07   #1
boulanger
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
 
Аватар для boulanger
 
Регистрация: 23.09.2013
Сообщений: 437
Восклицание Ertheia - all triggers error URGENT|!

ertheia 14xxx

all triggers do not work , do not take into consideration condition, for exemple , in the skill bellow the condition <using skill="10529"/> is not taken into consideration, meaning all skills trigger that skill, meaning ALL SKILLS ARE messed up!

total error! total mess!

Код:
	<skill id="10507" levels="1" name="Death Clock">
		<set name="icon" value="icon.skill10507"/>
		<set name="magicLevel" value="99"/>
		<set name="operateType" value="OP_PASSIVE"/>
	<triggers>
			<trigger id="10530" level="1" type="OFFENSIVE_PHYSICAL_SKILL_USE" chance="100">
				<using skill="10529"/>
			</trigger> 
		</triggers> 
		<for>
			<add order="0x40" stat="pAtk" value="200"/>
		</for>
	</skill>
boulanger вне форума