Forum > Tutorials

[TUTORIAL] Add a new race

<< < (10/18) > >>

Shakar:

--- Quote from: "nnhmeisink" ---@ TheSixth

Thnx for the info...you were right, i made an error in my patch xD stupid me....but the problem now is that i have done everything correctly (i think) but the extra char. panels are not showing in the character creation screen...the panels are moved so there is extra space but i dont see anything there
--- End quote ---

I'm having this same error (Involving the missing panels.) I'm using a 3.3.5a client, and according to the tutorial, there's a section for changing race icons but a blank space instead of anything explaining it.


--- Quote from: "Khira" ---To change the display of icons for the races.


At this step you should have your 2 races select on the character creation.

<Image as displayed on the original post>
--- End quote ---

I think because of that missing part we can't get this tutorial done completely? I'm currently just trying to get the client to see more races as well as additional race/class combinations, but it's proving a bit impossible race wise in terms of the new races (Naga and Taunka in my case) appearing on the character creation screen. Below is what I see on my client...



And this is with no errors being reported by the game client.

darkares:
What can i do ? :/


[attachment=0:wirig4p6]bug.jpg[/attachment:wirig4p6]

schlumpf:
Fix the nil-value dereference.

Morfium:
You try to concatenate a string with a nil (not set) variable. Look in your lua at the given position. Concatenation is done by: .. (double dots) E.g.
--- Code: ---"Bla"..VariableName.."blubb"
--- End code ---
You now have to find out which variable is causing your problem and then initialize it correctly.

darkares:
Mhm i can't find the nill value :( sorry i am blind ?

http://www.imagebanana.com/view/j4uoj4us/Luafail2.jpg

http://www.imagebanana.com/view/c9v4twle/Luafail.jpg

:/ pls. help

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version