Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Share Posted April 28, 2013 Hi guys , i am trying to add a custom item but i get gravity error when ever i equip it and press alt+q and i cant even see sprite please helpThis is what i added in my accessoryid.lua ACCESSORY_POWERSPELL = 1199, This is what i added in my accname.lua [ACCESSORY_IDs.ACCESSORY_POWERSPELL] = "_Powerspell", This is my idnum2itemdesctable 20199# powerspell. Allstatus +10. Class :^777777 Wing^000000 Defense :^777777 10^000000 Equipped on :^777777 Upper^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # This is my idnum2itemdisplaynametable 20199#Powerspell# this is my idnum2itemresnametable 20199#Powerspell# My item_db2 20199,Powerspell,Powerspell,5,100000,,10, ,10,,1,0xFFFFFFFF,7,2,1,,0,0,1199,{bonus bAllstats,+10;},{},{} And here is what it looks like This is how it looks like after @item in my invent This is how it looks like after equiping And this is what i get after alt+qPlease Help i really need ur help guysplease guide me i am a newbie tell me if anything rong or i need to edit something more Thank You Regards Nas# Quote Link to comment Share on other sites More sharing options...
Brynner Posted April 28, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 5 hours ago Share Posted April 28, 2013 just change the range of your accessoryid.lua 1199 to higher one. just like 8001 1 Quote Link to comment Share on other sites More sharing options...
Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 28, 2013 where can i do that sir? Quote Link to comment Share on other sites More sharing options...
Brynner Posted April 28, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 5 hours ago Share Posted April 28, 2013 accessoryid.lua and item_db2 1 Quote Link to comment Share on other sites More sharing options...
Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 28, 2013 (edited) Thx Alot bro that error was fixed but still got 1 problem and that is i cant see Sprite on my char Check this out Edited April 28, 2013 by Nash Quote Link to comment Share on other sites More sharing options...
Brynner Posted April 28, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 5 hours ago Share Posted April 28, 2013 Thx Alot bro that error was fixed but still got 1 problem and that is i cant see Sprite on my char Check this out check the item_db2? check if you put the right accessoryid? Quote Link to comment Share on other sites More sharing options...
Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 28, 2013 (edited) See this bro ACCESSORY_POWERSPELL = 8001, 20199,Powerspell,Powerspell,5,100000,,10, ,10,,1,0xFFFFFFFF,7,2,1,,0,0,8001,{bonus bAllstats,+10;},{},{} Can u tell me please what all folder i need to put .spr and .act files?i have added them to just 1 folder Edited April 28, 2013 by Nash Quote Link to comment Share on other sites More sharing options...
freyreuxine13 Posted April 28, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 85 Reputation: 2 Joined: 08/30/12 Last Seen: July 31, 2014 Share Posted April 28, 2013 Just check your accessoryid.lua, i believe its more of a client side problem. 1 Quote Link to comment Share on other sites More sharing options...
Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 28, 2013 Just check your accessoryid.lua, i believe its more of a client side problem. ACCESSORY_POWERSPELL = 8001, 20199,Powerspell,Powerspell,5,100000,,10, ,10,,1,0xFFFFFFFF,7,2,1,,0,0,8001,{bonus bAllstats,+10;},{},{} Quote Link to comment Share on other sites More sharing options...
freyreuxine13 Posted April 28, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 85 Reputation: 2 Joined: 08/30/12 Last Seen: July 31, 2014 Share Posted April 28, 2013 is that the only custom item that you have problems with? Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted April 28, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted April 28, 2013 (edited) Actually, I notice the folder name is 3 squares. Are you sure you have the right files in the right places? Edited April 28, 2013 by michaelsoftman Quote Link to comment Share on other sites More sharing options...
freyreuxine13 Posted April 28, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 85 Reputation: 2 Joined: 08/30/12 Last Seen: July 31, 2014 Share Posted April 28, 2013 yes maybe its the sprite files placement. that is why he cant see them. Quote Link to comment Share on other sites More sharing options...
Brynner Posted April 28, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 5 hours ago Share Posted April 28, 2013 Actually, I notice the folder name is 3 squares. Are you sure you have the right files in the right places? hmmm if he misplace the sprite he should get sprite error when he try to equip the item. @Nash have you try to close and open your server?i Quote Link to comment Share on other sites More sharing options...
freyreuxine13 Posted April 28, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 85 Reputation: 2 Joined: 08/30/12 Last Seen: July 31, 2014 Share Posted April 28, 2013 or maybe its the accessory id the client he uses doesnt read such ids. Quote Link to comment Share on other sites More sharing options...
Nash Posted April 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 28, 2013 is that the only custom item that you have problems with? Yep other customs are working Perfectly Fine Actually, I notice the folder name is 3 squares. Are you sure you have the right files in the right places? All my customs are in same file (they were added by my friend) @Brynner Bro i tried that 3 to 4 times hoping that i will work but it failed Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted April 28, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted April 28, 2013 Your customs have to be in several different folders. Texture/collectionTexture/item Then in the sprite folder, there's one divided for male and female headgear, then one for the drop sprite. Also make sure you have your client diffed to read viewIDs over 1000. I think 1000 is the max by default if you haven't. Quote Link to comment Share on other sites More sharing options...
Nash Posted April 29, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 29, 2013 Can u tell me please where can i get that .dff file ? Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted April 29, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted April 29, 2013 which version of client are you using? You can use WeeDiffPatcher for patching the client to "Increase Headgear View IDs" Quote Link to comment Share on other sites More sharing options...
Nash Posted April 29, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 29, 2013 (edited) which version of client are you using? You can use WeeDiffPatcher for patching the client to "Increase Headgear View IDs" WeeDiffPatcher Shows there has to be exactly 2 matches and my client it alrddy diffed for headgaer with id till 1099 but when i change thir view id to 1099 then i get Gravity error problem I Tried To Replace it with other custom still shows Gravity Error guys please try my spr and act file dose that work fine for u ?? http://www.mediafire.com/?lnscd5niknbvt6p Please Help me Check This Out Guys Other customs Are working Perfectly Fine Edited April 29, 2013 by Nash Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted April 29, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted April 29, 2013 simple question did you use the diff "Ignore Missing File Errors" because i think you are missing files which i why gravity error appears Quote Link to comment Share on other sites More sharing options...
Nash Posted April 29, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Author Share Posted April 29, 2013 simple question did you use the diff "Ignore Missing File Errors" because i think you are missing files which i why gravity error appears Nope i havent it shows error if i have errors in accname.lua and other files simple question did you use the diff "Ignore Missing File Errors" because i think you are missing files which i why gravity error appears Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted April 29, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted April 29, 2013 If the other customs work but these don't, then you just probably have a file named incorrectly somewhere. Can you post screens of the drop sprite folder / male and female headgear folders showing the sprite that won't work for you? Watch out for the use of _ in some of the files and not in others. 1 Quote Link to comment Share on other sites More sharing options...
Question
Nash
Hi guys ,
i am trying to add a custom item but i get gravity error when ever i equip it and press alt+q and i cant even see sprite please help
This is what i added in my accessoryid.lua
This is what i added in my accname.lua
This is my idnum2itemdesctable
This is my idnum2itemdisplaynametable
this is my idnum2itemresnametable
My item_db2
And here is what it looks like
This is how it looks like after @item in my invent
This is how it looks like after equiping
And this is what i get after alt+q

Please Help i really need ur help guys
please guide me i am a newbie
tell me if anything rong or i need to edit something more
Thank You
Regards
Nas#
Link to comment
Share on other sites
21 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.