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

Furrzie Devine

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Furrzie Devine's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well for one a runescape private server with eclipse? A wee bit of a dull idea to steal someone else game don't you think? my 100% honest opinion is that you guys design your own game AND not steal whats already been done.
  2. Could you help me plz? I would be vary grateful
  3. I have both vb.net and vb6 I just simply don't know what I'm doing to be honest.
  4. derp x3 okies in this case what would you recommend?
  5. Okie I wanted a code to help add multiple realms to my game, by simply editing the config.ini, when you click on the name of a diff realm it would change the port so you would logg into that realm. However I'm not really good with visual basics and i think i messed up cuz its not working.. i could really use some help, the code is bellow. >! Private Sub realmone_Click() >! Dim fileContents As String = System.IO.File.ReadAllText("\config.ini") Dim lines() As String >! fileContents = fileContents.Replace(ControlChars.CrLf, ControlChars.Lf) >! lines = fileContents.Split(New Char() {ControlChars.Lf, ControlChars.Cr}) >! lines(7) = "the port number here lol" >! System.IO.File.WriteAllText("\config.ini", String.Join(ControlChars.NewLine, lines)) >! End Sub And i know I'm a noob but I really need some help, it would be very, VERY appreciated.
  6. understood and sorry for being an annoyance or inconvenience in any way.
  7. Furrzie Devine

    Help Eclipse

    Done! hope this helps out the community in any way possible
  8. I'm wondering, is there a link to a pre-made skill system? preferably one that levels and dependent on the skills level is what resource your able to harvest? If so could i get a link to it plz? it would be much appreciated
  9. I have no self confidence, but I wont give up. I wont post any updates info or updates about it tell I feel iv made a good start on it. I'm not as experienced in programing as many of you, but that wont stop me.
  10. Someone just delete this thread plz..
  11. Give me some slack! Yah I'm gay so what!? Thx for flaming this post, thx for the confidence.. and btw you guys were right, I'm an amateur. I went to school for Java And C++ ill admit I barely passed. I have troubles when it comes to typing, and no confidence to back it up. I'm just quitting the project. Go ahead and say what you wish.. ive heard it all beforeā€¦. And I'm sorry Robin but how rude, you are one of the rudest people I have ever met. You don't know what I can do so who are you to judge me? And if you ban me because of my opinion, than so be it. At least I tried to make something different, And i failed so what. Think of how many times everyone fails before they get one success. Next time ill just work on projects in secret and release them when there done. The reason I posted this post in the first place was because I thought I could count on the eclipse community for advice and support, but all i was given was criticism and hate!
  12. Not meaning ta sound mean, But I really don't understand what your asking? Is it your pc thats deleteing the img's? Is it the program not finding them, or Deleting them? If its not detecting them, make sure that all the files are bmp files. If the program is deleting them I recommend getting a fresh copy of Eclipse and make sure that the library files are installed. If you have any problems after that then your pc could possibly have a virus. Although iv never heard of suck a virus, In this case just download a program like AVG Free or Advanced System Care 5\. And if you have any problems after this just msg me and ill try and help you out.
  13. True, its one of the most basic programing know-hows. But some people are just like that and id rather help them instead of leave them in the dark. After all everyone has to start somewhere.
×
×
  • Create New...