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

totalwar235

Members
  • Posts

    105
  • Joined

  • Last visited

    Never

Everything posted by totalwar235

  1. ah, now i really wish i have VB6\. i guess i just have to wait for the .net version
  2. it is the block that gives you the 4 directions on the tile and can block a specific direction.
  3. @Sekaru: > Change size -> Save > > Then do w/e you wanted to do, simple as. still doesnt work.
  4. i have found a bug in EO. when you change your map size in the map editor, using the block under the type column becomes impossible.
  5. @Vaughan: > You're right though, anyone who thinks they can memorize the calls and syntax, and be a programmer. i know that from experience, i only know C++. i have been using it for over 2 years now and still don't remember all the syntax and calls i can use. 1/2 of my time programing i actually look up what i need in tutorials and old codes.
  6. @⌐Cδlorful¬: > Wow this is amazing! Can't wait for more, oh wait, is it done already? i think it is, like it says on the first page. though there might be some errors still need fixing. either that, or he has not gotten around to compiling it yet.
  7. your and eclipse addict when you apply for a class named sadscripting in your local high school, and not know you did it… your an eclipse addict when you start your own church based on marshes amazingness.
  8. great luck jcsnider! i hope this works out, i am not much of a guy for shelling out money for VB6, this looks like a great alternative for me.
  9. @Chuchoide: > Yes, you'll need VB6 Enterprise to edit its source. thanks, now i just have to get the that version. thanks.
  10. @Robin: > @totalwar235: > > > 2\. is there a way to add scrips in any way? or did you shut them all down? > > Shut them down? They were never in it in the first place. Origins is completely different from previous versions. what i meant… well, then is there anyway to make a randomizing warp point?
  11. 1\. can you add for factions that fight? 2\. is there a way to add scrips in any way? or did you shut them all down?
  12. sweet engine, i look forward to trying it.
  13. totalwar235

    Server

    ya, thanks for the hint on the server hoster, i will be sure to let everyone know when it is up.
  14. totalwar235

    Server

    ya, but i will wait, i am ahead of the ball at the moment for finding a server.
  15. totalwar235

    Server

    @JS1: > Darksunlight Productions is pretty good, I hear. Google them up. > > -JS1 i actually just went on and checked on it, looks good but they only have so many server spots at the moment and they are all taken.
  16. Game Name- World in Shadows Setting Name- Large city Story Genre- 3d medieval, sorta fantasy Format- WAV Atmosphere- curios and joyful but slowly looses it's upbeat tempo for a slower, more powerful beat. Bonus- it is set in Romania around 600 AD, when i think the myths of vampire and werewolf started, also when the religious clash of christianity and paganism would have been at it's hight. this will be for the capital city. thanks for the help ahead of time.
  17. totalwar235

    Server

    currently i am looking for a good third party server for the MMO i am making. what kind should i look for?(ex: dedicated, shared, VPS) and what is a good place to find one? please not: -this is not specifically for eclipse, but if i get one my team has a secondary project with eclipse we will post. -i do have a small budget, please have the server be for less than $100 a month.
  18. i really liked enders game but im not going to read the others, i think they will ruin the series for me
  19. i have a guild wars account my main is kick as man
  20. just like the subject says. how can i do it?
  21. totalwar235

    Help

    i am using the portable vb6 programer and it says that it is wrong when i try to compile it
  22. totalwar235

    Help

    how do i fix this… Public Sub AddText(ByVal Msg As String, ByVal color As Integer) frmMirage.txtChat.SelStart = Len(frmMirage.txtChat.Text) frmMirage.txtChat.SelColor = QBColor(color) frmMirage.txtChat.SelText = vbNewLine & Msg frmMirage.txtChat.SelStart = Len(frmMirage.txtChat.Text) - 1 If frmMirage.chkAutoScroll.Value = Unchecked Then frmMirage.txtChat.SelStart = frmMirage.txtChat.SelStart End If End Sub
×
×
  • Create New...