Vote for Islands of Myth on Top Mud Sites
firstprevious1nextlast
Fixed bug: 11299Sat Feb 28 20:40:32 2009 MST
Ixtlilton
n/a
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Report Number: 11299
Original bug report by Chemosh on Sat Feb 28 03:30:08 2009

Object: Unknown
Creator: Unknown
Room: /domains/everrest/malice/cave/rooms/room19

acro stance gives this..
Daran begins to chant.
You are ready to perform your skill.
You focus inwardly.
*Array index out of bounds.
Trace written to /log/runtime

----------------------------------------------------------------------

Zifnab wrote on Sat Feb 28 09:56:32 2009
dbxwhere chemosh
*Array index out of bounds.
Object: /obj/skills/acrobat_stance (/std/inherits/skills/abjuration_skill.c) at line 190

#0: 'heart_beat' at /std/race/dwarf#14206 at line 111
#1: 'heart_beat' at /std/race/dwarf#14206 (/std/combat/combat.c) at line 2057
#2: 'action' at /obj/skills/acrobat_stance (/std/inherits/skills/new_skill.c) at line 1645
#3: 'use' at /obj/skills/acrobat_stance (/std/inherits/skills/new_skill.c) at line 901
#4: 'we_succeeded' at /obj/skills/acrobat_stance (/std/inherits/skills/abjuration_skill.c) at line 92
#5: '<function>' at /obj/skills/acrobat_stance (<function>) at /:0
#6: 'success' at /obj/skills/acrobat_stance at line 17
#7: 'apply_abjuration' at /obj/skills/acrobat_stance (/std/inherits/skills/abjuration_skill.c) at line 226
#8: 'base_strength' at /obj/skills/acrobat_stance (/std/inherits/skills/abjuration_skill.c) at line 190

dbxframe chemosh 8
------/std/inherits/skills/abjuration_skill.c:190 - base_strength()
locals: 0
----------------------------------------------------------------
}

int base_strength(object user, object target)
{
int str = 0;
=> str += user->base_bonus(query_guild_points()[0], query_guild_points()[1])/2;
str += 5 * query_guild_power(query_guild_level());
str += user->query_level()>100?25:user->query_level()/4;
return str;
}

----------------------------------------------------------------------

Ixtlilton wrote on Sat Feb 28 20:40:32 2009

Fixed

firstprevious1nextlast