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

creatorfromhell

Members
  • Posts

    69
  • Joined

  • Last visited

    Never

Posts posted by creatorfromhell

  1. There is your problem. You must you midi songs. Check the resources part for songs there are some links but I forget most of them.
  2. Make sure you have this in your code:

        First, in **Function CheckDirection** find this:

    ' Check to see if a npc is already on that tile
    And move that whole chunk of code (up to 'Next) above:

    ' Check to see if a player is already on that tile
        For i = 1 To Player_HighIndex
            If IsPlaying(i) And GetPlayerMap(i) = GetPlayerMap(MyIndex) Then
                If GetPlayerX(i) = x Then
                    If GetPlayerY(i) = Y Then
                        CheckDirection = True
                        Exit Function
                    End If
                End If
            End If
        Next i
  3. I wanted to be able to put an animation from the animations maker onto my map. Is there a way to do this even by editing the source, If so how?
  4. Ok so far you have the External ip that is a start.

    Now for portforwarding:

    In the address bar type 192.168.1.1  then you will be asked for a username and password
    most of the time its like this: User=Admin Password=Password but sometimes it is like this: User=Admin Password=Admin  Then goto the portforwarding option(you will have to find this yourself) and the click new then add the name EO for the portforwarding name then TCP/UDP You may have to make it 2 seperate entries(depending on your router) Enter the port 7001 in both port boxes. For the ip goto your computers search box and type cmd then type ipconfig and find the ipv4 address then type that in for the ip. Save it and wallah you got it. Remember to still use the ip from ipchicken.
  5. In EE or ES there were the access levels  0,1,2,3,4,5 and in EO there are only 0 and 5\. I was wondering if I wanted to add all the access levels in EO would it be possible, if so where in the source should I work .

    EDIT: I want to add it to where i can set the access from server.
  6. My Bug list

    * The chatbox flickers
    * The tab with the envelope won't open

    Suggestions

    * Animation layer for the map maker
    * Add Guild System
    * Full screen for main GUI
    * Add pet sytem
    * Maybe skills(I can do this myself if you don't want to add it into the main engine)

    But all in all nice work I am going to start using this myself.

    *EDIT:Added suggestion list
  7. I just got VB6 and i wanted to do this

      If you collect 5 silver it counts as one gold for the gold count on your client.
    You'll need VB6\. Find how Gold is counted. Change the item number to 2 and copy it. Change the item number to 3 and copy it. Make adjustments to each of them to either have them display all on one line or on different labels.

    As suggested by Soul  can someone tell me what I would have to search for or point me in the right direction?
  8. I ment resource images like mine rocks and logs not all pictures like items and all that.(You know the resource added to eclipse origins like woodcutting resources)
    I actually like making things myself most of the time.
  9. 1\. What is the best skills system for EO?

    2\. What is the best friends system for EO?

    3\. What is the best amount/type of workers to have for example: artist-1  programmer-2

    4\. What is the best size for maps?

    5\. Any pointers for making a new game?
×
×
  • Create New...