Jump to content
  • 0

ERROR on adding Custom please help


Nash

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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
 

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

 


k562y8.jpg






This is how it looks like after equiping

 


34rfyp2.jpg

 

 

 

And this is what i get after alt+q

315yezr.jpg



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


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

just change the range of your accessoryid.lua

 

1199 to higher one. just like 8001

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

where can i do that sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

accessoryid.lua and item_db2

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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

35k5piq.jpg

 

 

 

117d3z8.jpg

Edited by Nash
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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

35k5piq.jpg

check the item_db2? check if you put the right accessoryid?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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 by Nash
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   2
  • Joined:  08/30/12
  • Last Seen:  

Just check your accessoryid.lua, i believe its more of a client side problem.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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;},{},{}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   2
  • Joined:  08/30/12
  • Last Seen:  

is that the only custom item that you have problems with?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

Actually, I notice the folder name is 3 squares.  Are you sure you have the right files in the right places?

Edited by michaelsoftman
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   2
  • Joined:  08/30/12
  • Last Seen:  

yes maybe its the sprite files placement. that is why he cant see them.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   2
  • Joined:  08/30/12
  • Last Seen:  

or maybe its the accessory id the client he uses doesnt read such ids.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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 :D (they were added by my friend)

 

 

@Brynner

Bro i tried that 3 to 4 times hoping that i will work but it failed 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

Your customs have to be in several different folders.

 

Texture/collection
Texture/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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

Can u tell me please where can i get that .dff file ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

which version of client are you using? You can use WeeDiffPatcher for patching the client to "Increase Headgear View IDs"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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 :D

Check This Out Guys Other customs Are working Perfectly Fine

1690ylu.jpg

Edited by Nash
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

simple question did you use the diff "Ignore Missing File Errors" because i think you are missing files which i why gravity error appears

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...