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

Slayer Blade

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Slayer Blade's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Oh, that! I didn't recognize the abbreviation of it.
  2. VB6? Just confused me even more now.
  3. Compile? and max at 255? some new information there but yeah. How would i go about compiling it? Everyone said as long as I changed the numbers it be good.
  4. I have changed the modconstants on both the server and client to 300\. I still do not have over 100 maps. what am I still not doing?
  5. @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?
  6. @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?
  7. 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.
  8. I was thinking what could I do if I wanted to make a regular RPG but have it where it can be loaded as a flash game so it can be loaded into sites like newgrounds or armorgames.
  9. ok, thxs for showing me how to get the extra classes, that is a help. But I'm still having trouble getting the sprite i want to show up.
  10. Either making a male or female character, your stuck with one sprite choice. How can I add more sprite options so I can look more how i want to look?
  11. 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.
  12. 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.
  13. 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...