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

Seb

Members
  • Posts

    729
  • Joined

  • Last visited

    Never

Posts posted by Seb

  1. I recently had a problem with my source so i downloaded vb 2.2.1 and imported the source and .exe

    however when i loaded my game up all of my (correctly formatted) graphics with a number above than 140 wouldn't show up does anyone know why?
  2. > The Pathways are better.
    >
    > I prefer the cave mouths of the first of the 2 pics second one just looks wrong and ugly.

    yeah it matches the caves rock colour
  3. i edited the source so the constants were
    ```
    Public Const
    MAX_PLAYERS As Long = 140
    Public Const MAX_ITEMS As Long = 500
    Public Const MAX_NPCS As Long = 255
    Public Const MAX_ANIMATIONS As Long = 255
    Public Const MAX_INV As Long = 70
    Public Const MAX_MAP_ITEMS As Long = 255
    Public Const MAX_MAP_NPCS As Long = 30
    Public Const MAX_SHOPS As Long = 100
    Public Const MAX_PLAYER_SPELLS As Long = 35
    Public Const MAX_SPELLS As Long = 255
    Public Const MAX_TRADES As Long = 30
    Public Const MAX_RESOURCES As Long = 100
    Public Const MAX_LEVELS As Long = 112
    Public Const MAX_BANK As Long = 300
    Public Const MAX_HOTBAR As Long = 12
    Public Const MAX_PARTYS As Long = 35
    Public Const MAX_PARTY_MEMBERS As Long = 8
    Public Const MAX_SWITCHES As Long = 1000
    Public Const MAX_VARIABLES As Long = 1000
    ```the server worked fine but when i opened the client
    it popped up with a message saying

    > cannot find one or more interface images
    > if they exist then you have not extracted the project properly
    > please follow the installation instructions fully

    what should i do?
×
×
  • Create New...