I would like to have itemslotcounttable.txt read rather than iteminfo.lua. is it possible?

Daraen

New member
Messages
134
Points
0
Emulator
Everything is said in the title.
I am using 2018-04-18bRagexeRE and I would really like to read itemslotcounttable.txt rather than iteminfo.lua to finalize my project

 
Last edited by a moderator:
I don't think it's possible, some clients read eventitemslotcounttable.txt if I am not wrong.

But why not some tool for conversion of slots into itemInfo format?

 
I don't think it's possible, some clients read eventitemslotcounttable.txt if I am not wrong.

But why not some tool for conversion of slots into itemInfo format?
Hello @Dastgir, thank you for your response.
This responds directly to my old topic: ->





I would like to have the slots displayed in what is called the identifieddisplayname. This was achieved by renaming my idnum2itemdisplaynametable to EventIdNum2ItemDisplayNameTable I get Guard [1] by making some modifications such as deleting item 2102 in my iteminfo.lua

The problem is that now all the slots are grayed out, although in itemslotcounttable item 2102 is declared.

So I would like to do this so that my client reads itemslotcounttable rather than my iteminfo.

I tried to code some things in the iteminfo in order to only read the slotcount. But it constantly fails.

I hope I was clear in my explanation.

I apologize for my bad english, I am using the google translator

EDIT: My client is not reading eventitemslotcounttable.txt

 
Last edited by a moderator:
I think It possible to restore temslotcounttable.txt function by hexing.

But need much time to do. 😅

 
Back
Top