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

Slayer Blade

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Posts posted by Slayer Blade

  1. @Zopto:

    > Just put that on server and client and chage number 100 in 300 or any other numberĀ  then job is done..

    I have changed the number to 300\. But it does not let me warp to any maps over 100 still. so what else must be done?
  2. @Sigridunset:

    > It should be in ModConstants.
    >
    > ```
    > ' Map constants
    > Public Const MAX_MAPS As Long = 100
    > Public Const MAX_MAPX As Byte = 14
    > Public Const MAX_MAPY As Byte = 11
    > Public Const MAP_MORAL_NONE As Byte = 0
    > Public Const MAP_MORAL_SAFE As Byte = 1
    > ```
    > Make sure its the same both server side, and client side.

    ok, looks simple enough. would this also add the maps automatically, or would I need to add more maps by coping and paste and renaming them 101,102,103?
  3. Been forever since I posted anything here. The new event system kinda got me back into working with the engine. Anyway, How do I go about having over 100 maps? Given that I would put that much work into the engine to need over 100 maps. I know the Software comes will the data for 100 maps, but trying to figure out how I would go about more maps and keep the game going and not worry about having to make massive maps and make any dungeons one or two layered and rather large.
  4. I finally Figured out why it was buggin. I was using a login with 2 words. a space inbetween. but it would come up incorrect password. A rather unusual bug none the less. i bet robin would be quite surprised to see it and check the theory.
  5. I'm having issues with the game not taking the pass I used to log in. My pass is 8 characters long. I seen where Medleyy was having issues with 10 characters but I'm having issues with 8\. hope this can be usefull in fixing any bugs and can help fix my problem.
  6. Ok, Now i have a question. I'm also having a password issue. My pass is of course under 10 characters, but it is saying i got it incorrect. I just got into the thing little over an hour ago and was doing fine till i logged out and tried to log back in.
×
×
  • Create New...