Jump to content
  • 0

[string "buf"]:262: attempt to index field "?" (a nil value)


Sofia

Question


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

I dupped the skill "RK_DRAGONBREATH" to the "NPC_DARKNESSBREATH" but everytime i use the skill this message appears...

Idk what to do. The damage is ok, the AOE, everything is perfect.

I'm new here and I'm trying to learn as fast as possible, trying to create a little fun server in my free time, so I (possibly) dont know anything about everything.

image.thumb.png.82f5aa249aed217948f96abbbfcea325.png

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Sofia said:

I dupped the skill "RK_DRAGONBREATH" to the "NPC_DARKNESSBREATH" but everytime i use the skill this message appears...

Idk what to do. The damage is ok, the AOE, everything is perfect.

I'm new here and I'm trying to learn as fast as possible, trying to create a little fun server in my free time, so I (possibly) dont know anything about everything.

image.thumb.png.82f5aa249aed217948f96abbbfcea325.png

your GetSkillAttackRange fille in data folder line 262 having issue. Get a clean and usable data folder, then use it. Maybe you can try zackdreaver adta folder 

PRE-RE : https://github.com/zackdreaver/ROenglishPRE
RE : https://github.com/zackdreaver/ROenglishRE

  • Love 1
Link to comment
Share on other sites

  • 0

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

I'll search in my data, if everything goes wrong I'll use my backup files or download a new one ?

 

On 12/17/2018 at 8:15 AM, Chaos92 said:

your GetSkillAttackRange fille in data folder line 262 having issue. Get a clean and usable data folder, then use it. Maybe you can try zackdreaver adta folder 

PRE-RE : https://github.com/zackdreaver/ROenglishPRE
RE : https://github.com/zackdreaver/ROenglishRE

Uh... The file name is "GetSkillAttackRange"? I can't find that in the zackdreaver RE data...

I'm really dumb and slow. Please don't kill me :c

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

5 minutes ago, Sofia said:

Uh... The file name is "GetSkillAttackRange"? I can't find that in the zackdreaver RE data...

I'm really dumb and slow. Please don't kill me :c

its regarding skill. try use zackdreaver data folder.

  • Love 1
Link to comment
Share on other sites

  • 0

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

Thank you ❤️ 

I'm downloading the files and I'll let you know if anything goes wrong :c

 

On 12/17/2018 at 8:31 AM, Chaos92 said:

its regarding skill. try use zackdreaver data folder.

Ok, I'm using his files and I'm having the same problem.

What should I do? Search for a problem in a specific file?

You dont need to explain everything, just say something like "data/lua files/common.lub" or anything like that and I'll try to fix by myself (I preffer this way, I can learn more).

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   23
  • Joined:  04/28/12
  • Last Seen:  

@Sofia I don't think that GetSkillAttackRange is the name of the file. It sounds more like the name of a function inside some LUA/LUB file.

I am not really sure where it is found, but what I can share is how to find out what you're looking for.

How do I look for a keyword in multiples files under my data folder?

Given the zackdreaver data folder, you can use Notepad++ function called Find in all files.

  1. Press CTRL + F to open Find function.
  2. Go to Find in Files tab.
  3. Enter what you are looking for under Find what
  4. Change the directory to your target directory. In your case, it would be something like "C:\YourRO\data". Make sure that your data folder contains the zackdreaver data files. If that's not where you want to look and instead you want to check the data files in your GRF folder, then use a GRF tool to extract files from your GRF (that corresponds to the data folder) and then do the search again.
  5. In my example below, it will search for the keyword "AC_VULTURE" in my whole RO folder, including data folder, BGM folder, System folder etc.

image.png.37b6fd9fb7e8f9962ff6abd10137823a.png

 

References

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

11 hours ago, Sofia said:

Ok, I'm using his files and I'm having the same problem.

What should I do? Search for a problem in a specific file?

You dont need to explain everything, just say something like "data/lua files/common.lub" or anything like that and I'll try to fix by myself (I preffer this way, I can learn more).

https://github.com/zackdreaver/ROenglishRE/tree/master/data/luafiles514/lua files

use all lua files here.

Link to comment
Share on other sites

  • 0

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

Problem solved.

I forgot to put the skill in the luafiles514/luafiles/skillinfoz/skillinfolist xD

Now it's working :3

image.png.38a06b61f053e4a654135e9b1c9fe3a9.png

 

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