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

Lenton

Members
  • Posts

    1845
  • Joined

  • Last visited

    Never

Everything posted by Lenton

  1. 2D cuz it's the eclipse way of life!
  2. Lenton

    Epic Fail

    ![](http://media.g4tv.com/images/blog/2007/11/27/633317514784490542.jpg)
  3. 'Excuse me your ment to talk in sadscript… You fail!
  4. Lenton

    Rayo's First Map

    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!
  5. World maps don't have to have much detail only the real in game maps. I think it's a decent world map, simple and easy to follow. I give it a 7/10.
  6. 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
  7. Now how would i call a remove item command? I cannot find one only drop item command. please help!
  8. Lenton

    Sprites

    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.
  9. I don't like this feature and im trying to remove it completley by the source. It's hard i keep getting compiling errors..
  10. Questions to answer : 1) How to remove the auto logging completely 2)Is there anyway to get the buttons pixel perfect? As dragging normally doesn't seem accurate.
  11. I can't find a command to get an item on TE. If anyone knows of one please share with me. Thanks.
  12. 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!
  13. 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.
  14. 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.
  15. I have looked at TE script commands and there don't seem that many functions to use. Is it wise to switch engines for scripting benefits?
  16. Where do i put my scripts once i have made them? Do i put them all into the main text?
  17. 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.
  18. Lenton

    A server host?

    Is there any kind of service that can run your client all day or summin? :???:
  19. **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...