Jump to content
  • 0

Error custom


Gollum

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/11/17
  • Last Seen:  

Hello
I'm having a hassle when installing custom on a tutorial I followed. I took the Pre-renewal version But I meet this when I equip the item custom.

Turotial follow :

Client.exe : 2017/06/14

 

sprite 1.png

Sprite2.png

Sprite3.png

Sprite4.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/11/17
  • Last Seen:  

I change all the file to test but it still does not work

item_db

3000,Black_Aerial,Black Aerial,4,,,10,,,,0,0xFFFFFFFF,63,2,512,,1,0,1650,{},{},{}

AccesoryID.lub

ACCESSORY_Black_Aerial = 1650 1650,

iteminfo.lua

[3000] = { unidentifiedDisplayName = "Black_Aerial",

unidentifiedResourceName = "Black_Aerial",

unidentifiedDescriptionName = { "" },

identifiedDisplayName = "Black_Aerial",

identifiedResourceName = "Black_Aerial",

identifiedDescriptionName = { "Type:^6666CC Costume^000000",

"Emplacement:^6666CC Haut^000000", "Poids:^009900 10^000000",

"Niveau requis:^009900 1^000000", "Classes:^6666CC Toutes les classes^000000", }, slotCount = 0, ClassNum = 1650 },

ACCname.lub

[ACCESSORY_IDs.ACCESSORY_Black_Aerial] = "_Black_Aerial",

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  86
  • Reputation:   21
  • Joined:  10/02/13
  • Last Seen:  

To start, please make sure that you are adding this information to the correct folder: you should be adding those lines to the accessoryid.lub and accname.lub files inside the data\luafiles514\lua files\datainfo folder, not the data\lua files\datainfo folder. This is most likely the cause of your error. Please remove the data\lua files folder if you have it; it is not used by the newer Ragnarok clients. This will prevent confusion.

If you have already done this and it is still not working, let's move on with debugging:

You said that you changed all the file to test. This is a very vague information, though: which files did you change?
I'm assuming that you mean these files:

  • server: db\[re|pre-re]\item_db.txt
  • client: System\itemInfo.lua
  • client: data\luafiles514\lua files\datainfo\AccessoryID.lub
  • client: data\luafiles514\lua files\datainfo\ACCname.lub.

If you have modified all these files and nothing changed, this indicates that at least some of these files are not being loaded by the client, either because your client was modified to read other files, or because your client version is such that reads data from other files.

It also seems that the problem is not in your item_db.txt nor in itemInfo.lua, since the item shows in the inventory with the correct image (data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item\Black_Aerial.bmp). The sprite files, however, are not found.

What I suggest is that you try to isolate which files are being read by the client and which are not. If they are all being read, then please make sure you have these sprites. You can also try using another client, just to test.

Edited by Tyrfing
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Wrong section. Moved to "Client-side Support"

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