Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

invalid ItemAttribute Error

Newbie Spellweaver
Joined
Feb 8, 2013
Messages
29
Reaction score
4
How can i fix this error?


05-08 02:00:37|[ERROR] CFieldIOCP::CheckItemInfo# 11000 ItemInfo( 7000610:Std. Beast Fang (1H)), ItemKind(32:Time limit Accessory) invalid ItemAttribute(0) !! IsITEMKIND_ACCESSORY_TIMELIMIT(1) ITEM_ATTR_TIME_LIMITE(0) 05-08 02:00:37|CheckAllItemInfo Error, ItemInfo( 7000610:Std. Beast Fang (1H)), ItemKind(32:Time limit Accessory)05-08 02:00:42|[Error] FieldServer IOCPInit Error
 
Last edited:
Experienced Elementalist
Joined
Oct 9, 2012
Messages
226
Reaction score
76
Error says everything.
You have to modify ti_item itemnum 7000610 (itemattribute). There is already attribute editor released somewhere to easier generate valid code.
Or you can check other charms itrm rows (check item kind and attribute) then compare with that error making one.
People have to start reading logs.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 21, 2020
Messages
24
Reaction score
16
Item
Idx:
7000610
Name:
Std. Beast Fang (1H)

have
invalid ItemAttribute : now is 0

so try change
ItemAttribute to valid number
I think so.
 
Upvote 0
Newbie Spellweaver
Joined
May 16, 2020
Messages
8
Reaction score
1
Open SQL > Item db table
1. Manually find attribute column
2. Use Query
Change attribute (8192 maybe).
 
Upvote 0
Skilled Illusionist
Joined
Aug 24, 2011
Messages
382
Reaction score
36
S2343243hot_1 - invalid ItemAttribute Error - RaGEZONE Forums

how @inetpub say read the logs its not so hard to simple go in log file and read error
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top