Jump to content
  • 0

"Attempt to call a nil value"


MindFreak

Question


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

So, my server is complete (for the most part) and currently working on getting a client to go. Now, when I diffed my client, I chose to NOT read from the Data foldier because I made a GRF file. The problem is, when I start my client I get a looping "Attempt to call a nil value" window.

I looked around for a solution and I get a lot of "Need to update lua files" which I am not familiar with, because I haven't had this problem before. Does it mean I need to indeed update them? If so, where would I go to find the proper files?

I'm currently using 2011-11-22aRagexeRE if that helps. I never did understood the compatibility with the rAthena SVN and client release date. Thought I had to just, mix and match.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

try read this topic bro :)

http://rathena.org/b...english-folder/

dont forget to change clientinfo.xml into this

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

<connection>

<display>yourRO</display>

<balloon>HomeRO</balloon>

<desc>description</desc>

<address>127.0.0.1</address>

<port>6900</port>

<version>29</version>

<langtype>8</langtype>

<registrationweb>yourwebsite.com</registrationweb>

<aid>

<admin></admin>

<admin></admin>

<admin></admin>

</aid>

<loading>

<image>loadingscreen01.jpg</image>

</loading>

</connection>

</clientinfo>

see what i highlight.. :)

Edited by mrlongshen
Link to comment
Share on other sites


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

Alright, much appreciated. I think for the sake of organization I'm going to redo the server, since I can easily set that up quickly and this time take note of what Revision I have, because I think I'll need that. I'll update this thread once I get new results.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  02/02/12
  • Last Seen:  

Srry dont want to hijack topic but;

If i would use version 30 does the langtype become ....? 8? also?

<version>29</version>

<langtype>8</langtype>

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