Valcars Posted March 8, 2016 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 01/03/16 Last Seen: April 15, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 Dissidia Posted March 30, 2016 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted March 30, 2016 Valcars how do you fix it? Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted March 30, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share 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 Link to comment Share on other sites More sharing options...
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 ValcarsLink to comment
Share on other sites
2 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.