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

How to change Limits [for beginners] Very Quick


rairai5650
 Share

Recommended Posts

Hello guys this is my first tutorial for beginners very quick so let's start

In action
>! ![](https://imagizer.imageshack.us/v2/463x278q90/812/nw1o.png)

Server Side

ModConstants

Search this

```

General constants

```
then look for this

```

Public Const MAX_PLAYERS As Long = 70
Public Const MAX_ITEMS As Long = 255
Public Const MAX_NPCS As Long = 255
Public Const MAX_ANIMATIONS As Long = 255
Public Const MAX_INV As Long = 35
Public Const MAX_MAP_ITEMS As Long = 255
Public Const MAX_MAP_NPCS As Long = 30
Public Const MAX_SHOPS As Long = 50
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 = 100
Public Const MAX_BANK As Long = 99
Public Const MAX_HOTBAR As Long = 12
Public Const MAX_PARTYS As Long = 35
Public Const MAX_PARTY_MEMBERS As Long = 4
Public Const MAX_JUMP_HEIGHT As Long = 3

```
Change wat ever you want numbers

then Client Side do it like in server side
Link to comment
Share on other sites

  • 2 months later...
> How to edit Mod made ??Constants if it is 0 bytes
>
> So use VB Decompiler Lite 9.7 ?? and microsoft visual basic ??
>
> Or microsoft visual basic c++,microsoft visual basic Fox pro ??

Well seeing as Project Vertigo is an edited version of Eclipse Origins 2.0 ( ? ) you need Visual Basic 6 to edit the source code.
Link to comment
Share on other sites

In order to change the code of an exe file, you'd need to decompile it. I should mention that it would be illegal to decompile anything EO 4.0 related. Also, from what I found there's nothing that'll decompile a VB6 application in a way that you could successfully recompile afterwards.
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...