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

lexkymbeth

Members
  • Posts

    382
  • Joined

  • Last visited

    Never

Everything posted by lexkymbeth

  1. Well just got a new router, ill try that. Netgear any good? Should have asked b4 i bought it xD
  2. This is to run a web server! Not eclipse Well i have 2 routers: SpeedStream/Main - Filters out if i paid the internet bill. Blinkin/WiFi - What every computer in the house is connected to. How do i set ports on both to go to my computer? it doesn't work Dont tell me to put 192.168.2.2 in the speed stream router because it just says its not a valid DNS server Thanks for the help! SS: Speed stream http://www.freemmorpgmaker.com/files/imagehost/pics/8a65c284040ae0a664b9c8834c2954a0.png WiFi http://www.freemmorpgmaker.com/files/imagehost/pics/f21e4bab591b1b41e3114c3e67579d45.png
  3. Em Video Player At Begin. Hit CTRL+T (VB6) and look for it ;p then you just load that yada yada Its easier for you to learn xD
  4. for question one i'm using laptop for question two i'm using my computer. gaming on the computer and developing on my laptop ;p i cant my previous owner has password on it and i have no clue care to guess? Hint: Something You Long for … Try'ed many things xD
  5. _Away from nubeish people asking how to add tag names and level stuff with out even looking at the code -.- AN WHO.. Off topic!_ **1: My laptop is old as crap, need to reset it to factory default. i have 1 GB left out of 69ish. But i lost my disk in a house fire. Any one happen to have a copy? Computer: Acer Aspire 5100** **2: My computer grafix card sucks and i cant play skyrim (IKR WTF?) Bought the game for my birth day and it doesn't work just my luck xD any idea how much a working one would cost? (And it needs to be working for skyrim Also!) Computer: Windows Vista Perm.** Thinking about just saving my money for a gaming laptop but i have no clue xD
  6. Well im useig it so i dont have to edit code every single time i want to change the messages, thanks for the feed back. How do i cache it? Like const it to the string when it loads?
  7. like..? msg = getvar("data/data.ini", "MSG", 1)
  8. Ive never done this and trying to load a ini file that has msges in it [kinda like a news system] i want the ini file to look like this ``` [MSG] 1=MsgHere 2=MsgHere 3=MsgHere 4=MsgHere 5=MsgHere ``` And My code is ``` Public SeverEvents Dim msgI As Integer Dim msg As String msgI = Int(Rnd() * 3) Select Case msgI Case 0 msg = "INI MSG" Case 1 msg = "INI MSG" Case 2 msg = "INI MSG" Case 3 msg = "INI MSG" Case 4 msg = "INI MSG" Case 5 msg = "INI MSG" End Select Call GlobalMsg("SeverEvents: " & msg, Blue) Call TextAdd("SeverEvents: " & msg) End Sub ```I want the msgs in ini file to replace the Ini msg of course Thanks
  9. [Project Vertigo] Well i think i found it but i have no clue trying to chane the jump hight to 2 since it jumps 4 blocks. this is the code i think it mite be but i dont wana mess any thing up! ``` Select Case GetPlayerInertia(Index) Case DIR_UP Player(Index).YOffset = Player(Index).YOffset - InertiaSpeed If Player(Index).YOffset < 0 Then Player(Index).YOffset = 0 Case DIR_DOWN Player(Index).YOffset = Player(Index).YOffset + InertiaSpeed If Player(Index).YOffset > 0 Then Player(Index).YOffset = 0 End Select ``` or this, ``` ' Check if player is walking, and if so process moving them over Select Case Player(Index).inerting Case INERTING_NORMAL: InertiaSpeed = ((ElapsedTime / 1000) * (NORMAL_VELOCITY * SIZE_X)) Case INERTING_WATER: InertiaSpeed = ((ElapsedTime / 1000) * (WATER_VELOCITY * SIZE_X)) Case Else: Exit Sub End Select ```
  10. lexkymbeth

    NEED HELP!

    im sry i cant help your server wont load ? just freezes when i join, ill try and get it later, have to go if you figure out why its doing this message me!
  11. lexkymbeth

    NEED HELP!

    Next Time, make a back up xD
  12. lexkymbeth

    NEED HELP!

    can't you just use that? xD isn't that backed up? I'm looking at the code atm your sever takes along time to load ;p
  13. lexkymbeth

    NEED HELP!

    ok, well you just gave your source code out to every one i kinda ment msg xD i'm working on it. ;p
  14. Ahh just for you, Top Paragraph! http://www.touchofdeathforums.com/smf/index.php/topic,67631.0.html Any other problems check there xD
  15. lexkymbeth

    NEED HELP!

    Oh… Wow xD do you mind sending me a copy, i can try to find the problem?
  16. lexkymbeth

    NEED HELP!

    Did you try asking on the Alatar's quest system topic? Bet he can help. Cant do much with a few line's of code xD
  17. Did you download this? (http://www.touchofdeathforums.com/smf/index.php/topic,65854.0.html) You need it to run eclipse
  18. No he means, reading the img files on a website so you don't have to download allot, witch i don't think is possible yet xD
  19. lexkymbeth

    NEED HELP!

    Run it in debug (Run it in VB6) if you cant fix it do you have a back up?
  20. here ;p ill give you the starting link, seems like you didn't even do the tutorial? any who have fun playing eclipse! http://www.touchofdeathforums.com/smf/index.php/topic,68360.msg736593.html#msg736593
  21. @DarkScythe57: > wats a character creator > ??? -.- character - Sprite kinda creator - Maker exp: Robin is the creator of EO
  22. Thanks gonna use this i mest up the download part on accident lol
  23. umm… i didn't make it so take it up with xbatz
  24. If you get more then 10 people visiting your site they force ads onto your site. Not very good webhost.
  25. Ok.. thanks i would make one my self but i don't know were to start mine always turn out lumpy
×
×
  • Create New...