Jump to content
  • 0

request guide to modify custom drop for treasure chest


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

1350,TREASURE_BOX27,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,0,675,500,19901,100,19902,100,19903,100,19904,100,19905,100,19906,100,12246,500,0,0,0,0

this is my treasure chest drop with custom, why when i hit the treasure n then drop out the custom item my client would auto crash, wat happen? need the answer urgent

Edited by donkeyg
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  137
  • Reputation:   23
  • Joined:  06/08/12
  • Last Seen:  

Try this first: http://rathena.org/wiki/Custom_Items

If you did everything right, pls post the Gravity Error Handle so I can look what went wrong

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

hi gm zimtkeks, i was not adding a new custom item into my server, im just modify the drops of treasure chest's drop. and the item 19901 ~ 19906 is my custom ring (put in accessory). how come it would come out error.. really don understand :(

sorry my topic was wrong, it should be ->

request guide to modify custom drop for treasure chest

sorry.

Edited by donkeyg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  137
  • Reputation:   23
  • Joined:  06/08/12
  • Last Seen:  

I still need to gravity error it gives out so I can analyze it.

DId you add the custom to these lists as well:

num2itemdesctable.txt

num2itemdisplaynametable.txt

num2itemresnametable.txt

These Lists are used for unidentified objects.

Somehow all equipment stuff like accessories and co are unidendified when they get droped by the TBox and therefor cause an Gravity if those Items are not in those files.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

yeah, i typed @item 19901 it's doesnt error and i can wear it..the only problem is drop from treasure chest my client direct crash.

Edited by donkeyg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  137
  • Reputation:   23
  • Joined:  06/08/12
  • Last Seen:  

I still need to gravity error it gives out so I can analyze it.

DId you add the custom to these lists as well:

num2itemdesctable.txt

num2itemdisplaynametable.txt

num2itemresnametable.txt

These Lists are used for unidentified objects.

Somehow all equipment stuff like accessories and co are unidendified when they get droped by the TBox and therefor cause an Gravity if those Items are not in those files.

^

I still think the item is not added in those 3 lists and therefor cause the trouble.

If possible, please copy and paste the gravity error here ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

no, there's no any gravity error, when i spawn 100 treasure chest, and i type @killmonster , my client direct shut down, there's no any gravity error .. here is my custom ring

screendreamro001.jpg

Uploaded with ImageShack.us

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  137
  • Reputation:   23
  • Joined:  06/08/12
  • Last Seen:  

Okay, so its this problem:

Please check it and answer ^_^

----------

DId you add the custom to these lists as well:

num2itemdesctable.txt

num2itemdisplaynametable.txt

num2itemresnametable.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

this is my idnum2itemdesctable.txt

19901#
Str +5
Class :^777777 Accessory^000000
Defense :^777777 0^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#

by the way, u want num2itemdesctable.txt or idnum2itemdestable? because i didnt add it at

num2itemdesctable.txt

num2itemdisplaynametable.txt

num2itemresnametable.txt ,

i just added

idnum2itemdesctable.txt

idnum2itemdisplaynametable.txt

idnum2itemresnametable.txt ,

Edited by donkeyg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  137
  • Reputation:   23
  • Joined:  06/08/12
  • Last Seen:  

this is my idnum2itemdesctable.txt

19901#
Str +5
Class :^777777 Accessory^000000
Defense :^777777 0^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#

by the way, u want num2itemdesctable.txt or idnum2itemdestable? because i didnt add it at

num2itemdesctable.txt

num2itemdisplaynametable.txt

num2itemresnametable.txt ,

i just added

idnum2itemdesctable.txt

idnum2itemdisplaynametable.txt

idnum2itemresnametable.txt ,

That it the reason why you are getting errors (Your client just shuts down and not giving out an GError).

Add the Item at those 3 Files and your problems are gone!

Let me explain:

A Monster (The Treasure Box is an regular Monster as well!) can not (usually) drop an identified Equipment.

All regular and custom Equipments it drops are unidentified by systems default.

So the Server is telling your client to desplay Str_Ring#unidentified which results in an GError cause your Client is not able to give out this sprite/ information.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Oh i see, THank You, GM Zimtesks, Problem solved!

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