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

kris_hole

Members
  • Posts

    1460
  • Joined

  • Last visited

Posts posted by kris_hole

  1. I'd barely call it getting picked on.

    From what I've seen she nits and picks for drama. Every time I have witnessed anything happen from her, she seems to have caused it herself and then after it's all passed throws it around so it look s as though she was the victim.

    Take the signature request for example. She asked for free work and that's what was provided (apart from generalpony's troll post) and then we all saw just how far that exploded.

    She just seems to like attention, and if she'snot getting enough, she'll cause drama to get more…

    That's what I think on the topic of Cici anyway...
  2. WAIT WAIT WAIT!

    You said designer, it was you who failed to specify in what category, i'm a Software Designer.

    Also, this is a community forum, you asked for signatures so people went out of their way to make them.

    If there is some other inside joke going on i'm oblivious to this, just because you don't like the art doesn't mean others don't. Keyword being art. for instance, look at this:

    >! ![](http://fc08.deviantart.net/fs38/f/2008/316/0/1/Hitachi_Radio_Circuit_Board_by_FantasyStock.jpg)

    You might consider this a hunk of circuit, i'd say this is technological art and i'd be happy to display it in my home.

    There is no need to rage quite as hard as you are over these posts because they are not to your standards. If you are so against free work and donations, don't ask or do it yourself.
  3. So you want other people to play your game ey?

    In this tutorial I will show you how to use port forwarding in order to 'get your game online'. I'm using windows 7 but this process works over any OS. (even if eclipse doesn't aha)

    HOWEVER, the command line command may differ with other OS'

    **Step 1**

    First things first, go ahead and open Command Prompt (cmd)

    >! ![](http://freemmorpgmaker.com/uploadfiles/f9905dda75053c16fca4bf1271597fdb.png)

    **Step 2**

    Type in IPCONFIG and smash enter.

    >! ![](http://www.freemmorpgmaker.com/uploadfiles/ca066c2dc10303360a03415a96ca1a9e.png)

    **Step 3**

    You might get A LOT of information from this command so just scroll up until you find your actual internet connection. You're going to need to remember two things from this, your router's IP and your Internal IP.

    >! ![](http://www.freemmorpgmaker.com/uploadfiles/5c58da0a6b4f562c2800f81e99d0ab10.png)

    **Step 4**

    Open your web browser and go to your Router's IP address. you will need to log in, in most cases these passwords haven't been changed by home users. they are usually:

    Admin/admin

    admin/changeme

    admin/default

    default/default

    admin/(blank)

    default/admin

    default/(blank)

    >! ![](http://www.freemmorpgmaker.com/uploadfiles/6819ea297c492236005ab1ee016e8d61.png)

    **Step 5**

    Next you need to look around the settings of the router and find the Port Forwarding setting. Go ahead and click on it to go to the port forwarding settings menu.

    >! ![](http://www.freemmorpgmaker.com/uploadfiles/0e591b6ee2bf71c61ef6f09098feb499.png)

    **Step 6***

    Now is the important part. In your client's folder, there will be either a config.ini or data.ini, in here you specify what port to use (it must be a number)

    you must make sure the port here is the same as the port number in the server's config.ini/data.ini

    you will put this port in the "Port Start" and "Port End" box on the forwarding settings.

    THEN, put your internal IP in the IP Address box on the settings.

    >! ![](http://www.freemmorpgmaker.com/uploadfiles/f824813be58d489291d7f80119afa37b.png)

    **Step 7**

    Save the new rule, your router may need to restart but it'll only take about 30 seconds. Then go to: [http://www.ipchicken.com/](http://www.ipchicken.com/%5DIPChicken) to get your ACTUAL IP address. put this in the client's config.ini/data.ini in the IP line.

    Start up your server and send your client to your friends/whoever you want to be playing your game.

    AND YOU ARE DONE!

    ![](http://www.venusinbalance.com/wp-content/uploads/0511-1001-2519-1742_Girl_Getting_a_Pat_on_the_Back_for_a_Job_Well_Done_clipart_image.jpg)

    **Notes*:**

    *You may find that if your computer gets turned off/on, that people can not connect to your server anymore, in which case you may need to repeat this process as your internal IP address has changed. Unless you set up a static IP for your computer that runs the server.
  4. I'm going to make a new tutorial on this…

    I'll link it in here when it's up.

    EDIT:*

    Here you go:

    [http://www.touchofdeathforums.com/community/index.php?/topic/132729-how-to-port-forward/](http://www.touchofdeathforums.com/community/index.php?/topic/132729-how-to-port-forward/)
  5. I was under the impression that check boxes were those weird components in vb6 where you used .checked (true/false) rather than value because value didn't actually work right…
  6. WAIT! WAIT! WAIT!

    We need like, a flash or php or html5 god, to make an online eclipse monopoly-esque game, in which you can use the money from your forum account to play.

    Or something like that… just an idea aha
  7. go back… Start everything again.

    And this time, don't name your new getWidth that... name it something else, and change the name wherever the new one is called.

    You're getting this issue because you simply have too many arguments as you're calling the wrong function for the job.

    Kudo's for taking a crack at coding.
  8. If you're wanting to start learning to code,

    Eclispe current run in vb6, if you're by any chance a student, look into the Microsoft Dreamspark thing and you can get a genuin vb6 there to digitally download.

    Otherwise you'll have to find other methods of obtaining said software.

    HOWEVER, vb6 IS outdated, vb.net shouldn't exist so don't go with that, it's a ducking abomination.

    Java is widely used across various software industries, so that could be a good starting point, OR C#.

    I would say C++ BUT that is an incredibly nitty gritty language, and very very easy to duck things up.
  9. if that yes is to being wrong, then try again.

    BUT, if it's to being right then:

    Assuming the version of eclipse you're using is more recent than EO when they removes sadscript, if you know how to code in vb6 (i'm assuming you probably don't) then this is a doddle.

    Otherwise find a coder to do this for you.

    What you will need to do (if you want to attempt to do it yourself):

    1\. Create a new Item Type within the source code.

    2\. Edit the Item Structure so that there is an Array to store the data of which items to give you, how many, durability etc.

    3\. Edit the Item Editor so that there is a graphical method for the admin(you) to change these variables for the new item type, for instance a scroll bar which goes through the array and then options to add items or remove them from the list.

    4\. Edit the Clients and Server's SaveItem functions to save the new data to the item files.

    5\. Edit the Item Usage function for the new type, so that when the Item is used, the item is taken off the player, and using a simple function to determine the maximum valid items within the array, use the Rand(1, Array.Max) function to determine a random item from the list to give to the player.

    6\. Compile and Test.

    PS. If you don't know how to do this go and make a topic asking for help from someone who knows how to. If you want me to do it, i'll do it for a very very very small price. And it'll be flawless.

    If you want to learn how to code with VB6, perhaps this could be a good starting point for you.
×
×
  • Create New...