comparison mm7_6.cpp @ 2059:f9698295c0bd

AttackerInfo, MerchandiseTest
author Ritor1
date Sun, 01 Dec 2013 23:43:03 +0600
parents b7485a6502f2
children 68fbaf45ef66
comparison
equal deleted inserted replaced
2058:e249bd483311 2059:f9698295c0bd
891 a1a.spell_caster_pid = 0; 891 a1a.spell_caster_pid = 0;
892 } 892 }
893 893
894 int id = a1a.Create(0, 0, 0, 0); 894 int id = a1a.Create(0, 0, 0, 0);
895 if (id != -1) 895 if (id != -1)
896 AgressorAtackInfo.Add(PID(OBJECT_Item, id), a5, SLOWORD(a1a.vPosition.x), SLOWORD(a1a.vPosition.y), 896 AttackerInfo.Add(PID(OBJECT_Item, id), a5, SLOWORD(a1a.vPosition.x), SLOWORD(a1a.vPosition.y),
897 SLOWORD(a1a.vPosition.z), 0, 0); 897 SLOWORD(a1a.vPosition.z), 0, 0);
898 } 898 }
899 899
900 //----- (0042FB5C) -------------------------------------------------------- 900 //----- (0042FB5C) --------------------------------------------------------
901 bool _42FB5C_check_spell(signed int a1) 901 bool _42FB5C_check_spell(signed int a1)