Jump to content
  • 0

[Resolved] Custom item error[lua]


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

i already follow guide

but got error

ymertvpooz.png

here my files

accessoryid.lua

ACCESSORY_Agav_Hood = 1000,

accname.lua

[ACCESSORY_IDs.ACCESSORY_Agav_Hood] = "_Agav_Hood",

idnum2itemdisplaynametable.txt and idnum2itemresnametable.txt

30000#Agav_Hood#

item_db2

30000,Agav_Hood,Agav_Hood,5,20,,100,,5,,0,0xFFFFFFFF,7,2,256,,0,1,1000,{ bonus bMdef,10; },{},{}

Edited by Gaypuff
Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   2
  • Joined:  11/14/11
  • Last Seen:  

did u already complile it into lub?

from lua into lub

Edited by FrustFenix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

still error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

ACCESSORY_Agav_Hood = 1000, make it ACCESSORY_AGAV_HOOD = 1000,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Do you error when you try to equip the item or when your start your client?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

when i equip error

and i try login back error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

Did you enable view_id upper than 999 ? Try first with a lower ID. Also how did you put files in your data ? (sprites)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

here my sprite files

how to enable view_id upper than 999?

me use view_id 800

its works

but i want make start from 1000

nipbv0l43u.png

problem solved

thx all for help

Edited by PapaZola
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

You can increaze the view_id limit by diffing your client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  03/08/12
  • Last Seen:  

you should post how did you soved the problem.... faced the same...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

What view_id did you used ? If it's upper 999 you have to diff your client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/18/11
  • Last Seen:  

try using xtray client

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

here my sprite files

how to enable view_id upper than 999?

me use view_id 800

its works

but i want make start from 1000

nipbv0l43u.png

problem solved

thx all for help

Have the same problem :(

how do you fix it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

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...