Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001686 [SphereServer 0.56b] executable - generic minor always 13-12-09 22:44 13-12-09 22:44
Reporter Coruja View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version PreRelease/Nightly
Summary 0001686: Console error using mt_nonmover
Description When I use CAN=mt_nommover on some npcs, the console return this error on server startup:
WARNING:(spherechar.scp,1036)Char script 'c_reaper' has no CAN flags specified!

I doesnt know how this problem occour, because I got problems with c_reaper but it works fine on c_vendor_player.
Additional Information CHARDEF WITH PROBLEM:

[CHARDEF 02f]
DEFNAME=c_reaper
NAME=Reaper
SOUND=snd_MONSTER_REAPER1
ICON=i_pet_REAPER
ANIM=078c7f
DAM=17,20
ARMOR=40
RESOURCES=8 i_reag_bone
FOODTYPE=15 t_meat_raw
CAN=MT_NONMOVER
DESIRES=r_foliage

CATEGORY=Monsters
SUBSECTION=Miscellaneous
DESCRIPTION=Reaper

ON=@Create
NPC=brain_monster
STR={66 215}
DEX={66 75}
INT={101 250}
MAXHITS={40 129}

WRESTLING={50.1 60.0}
TACTICS={45.1 60.0}
MAGICRESISTANCE={100.1 125.0}
MAGERY={90.1 100.0}
EVALUATINGINTEL={90.1 100.0}

FAME={100 3500}
KARMA={-100 -3500}

ON=@NPCRestock
ITEM=loot_REAPER
ITEM=i_ttm_l2,R50

//////////////////////////////////

WORKING CHARDEF:

[CHARDEF c_vendor_player]
NAME=#NAMES_HUMANMALE
ID=c_man
DESIRES=i_gold
CAN=MT_NONMOVER

ON=@Create
NPC=brain_human
IF !(<R2>)
 BODY=c_woman
 TIMERF 1,OBODY=c_vendor_player
 NAME=#NAMES_HUMANFEMALE
 UPDATE
ENDIF
IF !(<DEF.Vendor_Redeed>)
 GOLD += 50
ENDIF
COLOR=colors_skin
FLAGS=<FLAGS>|statf_invul|statf_freeze
SPEECH=s_player_vendors
EVENTS=+e_custom_vendor
MODMAXWEIGHT=<DEF.Vendor_MaxWeight>
TAG.Salary=<DEF.Vendor_SalaryBasic>
TAG.NameShop=<DEF.Vendor_DefaultShopName>
VendorWear
EQUIPHALO
STR=100
ALLSKILLS=0.0
ITEMNEWBIE=i_bankbox
ITEMNEWBIE=i_backpack
EVENTS=+t_bag_vendor
Tags No tags attached.
Nightly Version Not Available
Experimental Flags None
Option Flags None
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
13-12-09 22:44 Coruja New Issue
13-12-09 22:44 Coruja Nightly Version => Not Available
13-12-09 22:44 Coruja Experimental Flags => None
13-12-09 22:44 Coruja Option Flags => None


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker