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

My client broke after editing the source


Seb
 Share

Recommended Posts

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?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...