Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

GalacticGlum

Members
  • Posts

    551
  • Joined

  • Last visited

    Never

Posts posted by GalacticGlum

  1. I have already tried that and I'm still getting the same error  :( Would you like my source so you can take a look at it?

    I have declared the variable inside the function by doing "Dim Hair as Long" and doing "Dim HairTint as Long" and it works but when I go ingame and make a new account and customize the hair the hair doesn't show up when I'm actually playing.
  2. I got the IP from a friend he had to quit we hadn't started anything we were 1 week in  but he had to quit.

    I didn't continue anything I'm making my own story, that art is mine, I got a designer to make a GUI I am coding features.

    The IP is just the name I have a written statement.  Also I do know programming I'm just not the best but thank you for your advice and concern.
  3. Hello, 

    Tutorial I used: [http://www.eclipseorigins.com/community/index.php?/topic/132296-eo-30-character-customization-hair-hair-color/](http://www.eclipseorigins.com/community/index.php?/topic/132296-eo-30-character-customization-hair-hair-color/)

    I was adding character customization into my game and I got a "Variable not defined" error for "Player(Index).Hair = Hair" and

        "Player(Index).HairTint = HairTint" so I added "Dim Hair as Long" and "Dim HairTint as Long" and it fixed the issue but when I tested it out the hair didn't show up in game so I am guessing this is the reason why. Can someone help me out?

    .Hair is the highlighted object right beside "Player(Index)"

    EDIT:
    I was able to fix this by making a global variable so all code has it, I'm not sure if that will work but if I go ingame the hair is still not showing up.

    Here is how one hair file looks like:
    ![](http://i57.tinypic.com/315ok5u.png)
    Format: .PNG
    –-------------------------------
    ![](http://i57.tinypic.com/2ia7h42.png)
  4. Hey thanks for the answer but unfortunately I have already tried the /guild command before posting this and it isn't working, the guild button is also not working and the 'G' key is not working. Also by the way when I open up frmMain it doesn't show any of the buttons or chat so I also don't know how to add buttons.
  5. Hi, I have been noticing problems with Eclipse Final Frontier :(

    Well anyway the guild system is not working when I press 'G' the guild window doesn't pop up and when I click on the guild button it doesn't pop up! I have looked everywhere online and in the source code I can't seem to find the error if anyone can help please do so.
×
×
  • Create New...