git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7045 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
Lance 2006-06-08 13:49:31 +00:00
parent 79337fbdc3
commit 530767d5e1
8 changed files with 504 additions and 510 deletions

View File

@ -2174,7 +2174,10 @@ void mob_revive(struct mob_data *md, unsigned int hp)
md->last_linktime = tick;
if (!md->bl.prev)
map_addblock(&md->bl);
clif_spawn(&md->bl);
if(pcdb_checkid(md->vd->class_) && md->nd)
md->vd->dead_sit = 0;
else
clif_spawn(&md->bl);
skill_unit_move(&md->bl,tick,1);
mobskill_use(md, tick, MSC_SPAWN);
if (battle_config.show_mob_hp)

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="1"

View File

@ -49,7 +49,7 @@
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="1"

View File

@ -49,7 +49,7 @@
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="1"

View File

@ -55,7 +55,7 @@
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
WarnAsError="false"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"

View File

@ -49,7 +49,7 @@
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="1"
@ -295,6 +295,10 @@
RelativePath="..\src\common\mapindex.c"
>
</File>
<File
RelativePath="..\src\map\mercenary.c"
>
</File>
<File
RelativePath="..\src\map\mob.c"
>
@ -383,10 +387,6 @@
RelativePath="..\src\map\vending.c"
>
</File>
<File
RelativePath="..\src\map\mercenary.c"
>
</File>
</Filter>
</Files>
<Globals>

View File

@ -51,7 +51,7 @@
DefaultCharIsUnsigned="true"
ForceConformanceInForLoopScope="true"
UsePrecompiledHeader="0"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="1"
@ -297,6 +297,10 @@
RelativePath="..\src\common\mapindex.c"
>
</File>
<File
RelativePath="..\src\map\mercenary.c"
>
</File>
<File
RelativePath="..\src\map\mob.c"
>
@ -385,10 +389,6 @@
RelativePath="..\src\map\vending.c"
>
</File>
<File
RelativePath="..\src\map\mercenary.c"
>
</File>
</Filter>
</Files>
<Globals>