View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001637SphereServerexecutable - genericpublic19-07-09 19:3802-08-09 03:39
ReporterCoruja 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001637: t_campfire and dispel
DescriptionType t_campfire can be dispelled with dispel/mass dispell
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000254)
babidi (reporter)
22-07-09 23:49

i can confirm that.
dispel should not affect the t_campfire by default because of the absence of "SPELLFLAG_TARG_ITEM"

mass dispell affects.

you can fix it by script however

[TYPEDEF t_campfire]
ON=@Spelleffect
if ((<argn1>==41)|| <argn1>==54)) //41 dispel, 54 mass_dispel
    return 1
endif
(0000258)
MrSugarCube (administrator)
02-08-09 03:39

This behaviour appears to be intentional. You should use the @Effect/@SpellEffect trigger (as above) if you want to override this.

- Issue History
Date Modified Username Field Change
19-07-09 19:38 Coruja New Issue
19-07-09 19:38 Coruja Nightly Version => 09-09-2008
19-07-09 19:38 Coruja Experimental Flags => None
19-07-09 19:38 Coruja Option Flags => None
22-07-09 23:49 babidi Note Added: 0000254
02-08-09 03:39 MrSugarCube Status new => closed
02-08-09 03:39 MrSugarCube Note Added: 0000258
02-08-09 03:39 MrSugarCube Resolution open => no change required


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker