Valcars Posted March 8, 2016 Posted March 8, 2016 (edited) hi, i have a problem with my custom items, in practice first worked perfectly, but now I had a problem from a player who says that he can not wear them more ..... you tell me where the problem is there one place screen and item_db script 50000,Valkyrie_Helm,Valkyrie Helm,5,0,0,1500,,4,,1,0xFFFFFFFF,15,2,256,,35,1,2000,{bonus bAllStats,5; skill "AL_HEAL",7; bonus bAspdRate,10;},{},{} 50004,Vindicated_Wings,Vindicated Wings,5,0,0,1500,,4,,1,0xFFFFFFFF,15,2,1,,35,1,2004,{bonus bStr,10; bonus bInt,5; bonus bAtk,10; bonus bLuk,5;},{},{} ---------------------- SOLVED ---------------------- Edited March 9, 2016 by Valcars Quote
0 Lelouch vi Britannia Posted March 30, 2016 Posted March 30, 2016 Valcars how do you fix it? I guess he changed 15 into 63 50000,Valkyrie_Helm,Valkyrie Helm,5,0,0,1500,,4,,1,0xFFFFFFFF,15,2,256,,35,1,2000,{bonus bAllStats,5; skill "AL_HEAL",7; bonus bAspdRate,10;},{},{} 50004,Vindicated_Wings,Vindicated Wings,5,0,0,1500,,4,,1,0xFFFFFFFF,15,2,1,,35,1,2004,{bonus bStr,10; bonus bInt,5; bonus bAtk,10; bonus bLuk,5;},{},{} to... 50000,Valkyrie_Helm,Valkyrie Helm,5,0,0,1500,,4,,1,0xFFFFFFFF,63,2,256,,35,1,2000,{bonus bAllStats,5; skill "AL_HEAL",7; bonus bAspdRate,10;},{},{} 50004,Vindicated_Wings,Vindicated Wings,5,0,0,1500,,4,,1,0xFFFFFFFF,63,2,1,,35,1,2004,{bonus bStr,10; bonus bInt,5; bonus bAtk,10; bonus bLuk,5;},{},{} doc/item_db.txt Class: Equippable upper-types. Uses the following bitmasks: 1: Normal classes (no Baby/Transcendent/Third classes) 2: Transcedent classes (no Transcedent-Third classes) 4: Baby classes (no Third-Baby classes) 8: Third classes (no Transcedent-Third or Third-Baby classes) 16: Transcedent-Third classes 32: Third-Baby classes Quote
Question
Valcars
hi, i have a problem with my custom items, in practice first worked perfectly, but now I had a problem from a player who says that he can not wear them more ..... you tell me where the problem is there one place screen and item_db script
---------------------- SOLVED ----------------------
Edited by Valcars2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.