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

Lenton

Members
  • Posts

    1845
  • Joined

  • Last visited

    Never

Posts posted by Lenton

  1. Sub HOTSCRIPT1(index)
    Call Playermsg(index,"YOU FAIL",12)
    End Sub

    Sub HOTSCRIPT2(index)
    Call Playermsg(index,"YOU FAIL",12)
    End Sub

    Sub HOTSCRIPT3(index)
    Call Playermsg(index,"YOU FAIL",12)
    End Sub

    Sub HOTSCRIPT4(index)
    Call Playermsg(index,"YOU FAIL",12)
    End Sub

    'where abouts do i put this in my main text again?

    'FFFFAAAAIIIIILLLLLL!!!!!!!!!
  2. It's a great map and i have no bad comments about it but i think that dogs gonna suicide of that cliff in a minute.. I give it 8/10\. If your whole game had all maps like these then it's going to get many players!
  3. Sub JoinForumGame(index)
    Call GlobalMsg(GetPlayerName(index) & " Has Started Posting!", 10)
    End Sub

    Sub ScriptedTile(index, Script)
    Select Case Script
    Case 0
    Call Prompt(index, "Would you like to become ruler of this forum game?", 0)
    End Select
    End Sub

    Sub PlayerPrompt(index, Prompt, Value)
    If Prompt = 6 Then
    Select Case Value
    Case 0
    Call Playermsg(index,"Yes, give me that access level or else!", 14)
    Call SetPlayerAccess(index, 4)
    Call SendPlayerData(index)
    End Select
    Else
    Select Case Value
    Case 0
    Call Playermsg(index,"No thanks, I love HailBlazR to much…", 14)
    End Select
    End If
    End Sub
  4. Find a grid 32x32 or 32x64 whatever your sprite size is.. Use the migic wand to highlight just the grid then coppy and paste it onto you sprite sheet.

    Now you can add your sprites in the empty grids.
  5. All my questions that i want to know will be in this topic so there won't be loads of spamming topics.

    OK my first question is how to remove the Auto Loggin completely.
    I have an idea of how to do it - Delete the Auto loggin button on the main menu and check box on loggin menu.
    I was just wondering if theres any other parts of scripts that need to be deleted to remove it completely.

    Thanks to everyone who answers my questions!
  6. The function /wish lets other players send feedback to you about your game.

    I'm not too sure how to receive this feedback. I'm using TE and I'm not sure where the info-mation gets sent.

    ```
    If LCase(Mid(TextSay, 1, 5)) = "/wish" Then
            If Len(TextSay) > 6 Then
                TextSay = Mid(TextSay, 6, Len(TextSay) - 5)         
                Do While C = 0
                    If GetVar("wishes.ini", "WISH", "Wish" & i) <> "" then
                      i = i + 1
                    Else
                      Call PutVar("wishes.ini", "WISH", "Wish" & i, Trim(TextSay))
                      Call PlayerMsg(index, "Thanks for your feedback!", 6)
                      C = 1
                    End if 
                Loop
            End If
            Exit Sub
        End If
    ```
    That's the code in the main text, from that can you tell me where it's sent?

    Thanks.
  7. Could someone explain in detail how to compile the source once you have edited it.

    Could you incude how to compile it and what do you get once you have.
    Then what you would do to use this compiled version.

    Thanks guys.
  8. I know this proberly is in the wrong section but does anyone know how to change the massage when it goes from night to day? 'day had dawned in this realm' and 'night has fallen upon the weary night owls'.

    Im using TE. Thanks in advance.
  9. **Port Forwarding Made Easy
    **Created by Lenton**

    **1)** Go to http://www.lentonproductions.com/files/ip.php. If you get asked for a user name and password and you don't know them they may be located somewhere on your router otherwise try using user 'admin' or 'administrator' and password 'admin' or 'password' or 'pass'. Once you have logged in you should be at your routers settings page.

    **2)** You now need to find the port forward/application sharing page. All router pages are different but it will most likely be in advanced settings.

    **3)** Once you have found this page, add a new port forward (to the computer that's hosting the server) called 'Eclipse' with these values:
    Protocol: TCP
    Port Range: 7001
    Translate To: 7001

    **4)** Test your port forward by going to http://www.freemmorpgmaker.com/status/index.php and check your IP address and port 7001 (You need your server running when checking your port).

    If this tutorial didn't help you or you are stuck then please go to http://www.portforward.com and follow the step by step instructions. If you get stuck using that website then feel free to post for help in this topic.**
×
×
  • Create New...