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

Kenura

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Kenura's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey I am a video editor, and photographer and videographer. But anywho. If you want to look at my more amateur work you can goto Youtube.com/BUAProductions But non of my recent work is there, that is my channel for silly stuff. But I have done some commissions and here is a trailer I did for this parody group called World Parody Committee ( http://www.youtube.com/watch?v=cAlQYVsY1aw ) I haven't released alot of some of my work as I do it more so a hobby then anything else. and anything I edit is more so testing some techniques and minor animations. But I am interested in doing some video editing junk for you, from game-play, trailers, even simple sprite animations. So I am willing to help with Trailers, Gameplay, behind the Scenes, Updates. and etc. etc. But if you are interested just PM me and I'll shoot you my email.
  2. So when I die I don't start back at my first map, but instead I goto map 3 inside one of my walls. and I am trapped. Is there a way for me to locate the code for what happens when you die, and change the spawn location? Im not talking about the starting location where you spawn when u create a new character, but the location you get warped to when you die.
  3. Kenura

    Spawn Point Help

    If the map is 100 by 100, and I want the spawn to be at 71y 1X. How is it my map not big enough? And it doesn't answer why when I use the default settings with map 1 5y 5x does it still come up with an error? But my issue solved itself once I got my port forward, so others could connect. Just seemed to fix itself really. Now onto adding tile sets and resources… which is my next issue cause the color red 255 green 0 blue 255 isn't work like it does with the original tile sets. but I blame MSPaint. TO FIREWORKS!
  4. Kenura

    Spawn Point Help

    Yes, map 2 is 100x100\. but like I mention I set it back to the default settings and still get the same error. Is there a step other than editing that code?
  5. Kenura

    Spawn Point Help

    So I changed my Spawn Location from ``` ' Default starting location [Server Only] Public Const START_MAP As Long = 1 Public Const START_X As Long = 5 Public Const START_Y As Long = 5 ``` to ``` ' Default starting location [Server Only] Public Const START_MAP As Long = 2 Public Const START_X As Long = 71 Public Const START_Y As Long = 1 ``` Now when I open up the game, I can log into an existing account just fine, but when I go and make a new account to test the spawn my server.exe crashes and an error pops up saying ``` Rune-time error '9': Subscript out of range ``` What did I do wrong? I even changed it back to its default settings but it still brings up the same error. Any suggestions?
×
×
  • Create New...