(gdb) f 2
#2 0x00000000004fd5cd in mprog_death_trigger (killer=0xff7bb0, mob=0xeb9bd0) at mud_prog.c:2435
2435 death_cry( mob );
(gdb) p *mob
$1 = {next = 0xeba1f0, prev = 0xeb87b0, next_in_room = 0xff7bb0, prev_in_room = 0x0, master = 0x0, leader = 0x0, fighting = 0x0, lord = 0x0, reply = 0x0, retell = 0x0,
switched = 0x0, mount = 0x0, hunting = 0x0, fearing = 0x0, hating = 0xdd2010, spec_fun = 0, mpact = 0x0, mpactnum = 0, mpscriptpos = 0, pIndexData = 0xb74e30, desc = 0x0,
first_affect = 0x0, last_affect = 0x0, pnote = 0x0, comments = 0x0, first_carrying = 0xeb9ec0, last_carrying = 0xeba0e0, in_room = 0xb7df40, was_in_room = 0xb7df40,
pcdata = 0x0, last_cmd = 0x404fe0 <do_say>, prev_cmd = 0, dest_buf = 0x0, alloc_ptr = 0x0, spare_ptr = 0x0, tempnum = 0, editor = 0x0, first_timer = 0x0, last_timer = 0x0,
morph = 0x0, name = 0xb74f50 "Queen Zizor", short_descr = 0xb74f50 "Queen Zizor", long_descr = 0xb74f80 "Queen Zizor is here on her throne.\n\r",
description = 0xb74fc0 "She looks very busy now, something must be going on.\n\r", num_fighting = 1, substate = 0, sex = 2, class = 25, dualclass = 0, oldclass = 0,
oldexp = 0, tierexp = 0, oldhit = 0, oldlevel = 0, oldmana = 0, oldmove = 0, mclass = 0, mclasslvl = 0, mclassexp = 0, race = 48, level = 55, trust = 0, played = 0,
logon = 1244430376, save_time = 0, birth_time = 0, timer = 0, wait = 0, day = 0, month = 0, year = 0, hit = -485, max_hit = 1485, mana = 100, max_mana = 100, move = 100,
max_move = 100, practice = 0, numattacks = 2, gold = 51, exp = 100, act = {bits = {16781315, 0, 0, 0}}, affected_by = {bits = {0, 0, 0, 0}}, no_affected_by = {bits = {0, 0, 0,
0}}, carry_weight = 1, carry_number = 1, xflags = 68158994, no_immune = 0, no_resistant = 0, no_susceptible = 0, immune = 0, resistant = 0, susceptible = 4194303,
attacks = {bits = {0, 0, 0, 0}}, defenses = {bits = {0, 0, 0, 0}}, speaks = 1048575, speaking = 1, saving_poison_death = 0, saving_wand = 0, saving_para_petri = 0,
saving_breath = 0, saving_spell_staff = 0, alignment = 500, barenumdie = 5, baresizedie = 5, mobthac0 = 25, hitroll = 20, damroll = 20, hitplus = 0, damplus = 1, position = 0,
defposition = 8, style = 0, height = 76, weight = 240, armor = -298, wimpy = 0, deaf = 0, perm_str = 25, perm_int = 25, perm_wis = 25, perm_dex = 25, perm_con = 25,
perm_cha = 25, perm_lck = 25, mod_str = 0, mod_int = 0, mod_wis = 3, mod_dex = 0, mod_con = 0, mod_cha = 3, mod_lck = 0, mental_state = 0, emotional_state = 0, pagelen = 24,
inter_page = 0, inter_type = 0, inter_editing = 0x0, inter_editing_vnum = -1, inter_substate = 0, retran = 0, regoto = 0, questgiver = 0x0, questpoints = 0, nextquest = 0,
countdown = 0, questobj = 0, questmob = 0, mobmaster = 0, mobmastercomplete = 0, ticks = 0, nextmobm = 0, mobmcountdown = 0, flgs = 0, steal = 0, mobinvis = 0, train = 0,
home_vnum = 14516}
Yeah it definitely seems like its the death cry. Maybe I can try to just get rid of the different death cries and just go with one that works. |