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

[RTE] [EE2.7] Run-time error 13


Traindrops
 Share

Recommended Posts

Hi,

Ok so for my game, I wanted to make 8 classes, so i coped the 4 texts files that were there, renamed so that it contines like Class5 and so on up to Class7 and I when i went to start the server I get a **Run-Time error 13 type mismatch**. i went into each class folder to check if I i missed something but i didn't, i also made sure that the info file said max classes is at 8\. any ideas what i did wrong?
Link to comment
Share on other sites

Woah, either you're using a very old version of Eclipse, or your INI is missing alot of values.
Here is the ini file for Eclipse Evolution 2.8:
```
[CONFIG]
GameName=Eclipse www.freemmorpgmaker.com Change this in data.ini
WebSite=
Port=4000
HPRegen=1
HPTimer=5000
MPRegen=1
MPTimer=5000
SPRegen=1
SPTimer=3000
NPCRegen=1
Scrolling=1
ScrollX=30
ScrollY=30
Scripting=0
ScriptErrors=0
PaperDoll=0
SaveTime=0
SpriteSize=1
Custom=0
PKMinLvl=10
Level=0
Email=0
VerifyAcc=0
Classes=1
Stat1=Strength
Stat2=Defense
Stat3=Speed
Stat4=Magic
SPAttack=0
SPRunning=0
SellCommand=0
OneHouseOnly=0
PresetHousing=0

[MAX]
MAX_PLAYERS=15
MAX_ITEMS=50
MAX_NPCS=50
MAX_SHOPS=50
MAX_SPELLS=50
MAX_MAPS=50
MAX_MAP_ITEMS=20
MAX_GUILDS=10
MAX_GUILD_MEMBERS=15
MAX_EMOTICONS=10
MAX_ELEMENTS=20
MAX_LEVEL=50
MAX_PARTY_MEMBERS=4
MAX_SCRIPTSPELLS=30

```
Anyway, excluding the missing values, here are some errors in that data.ini:

> [CONFIG]
> GameName= Anime World Online
> WebSite=
> Port=4000
> HPRegen=1
> MPRegen=1
> SPRegen=1
> Scrolling=0
> Scripting=1
> PaperDoll = 0
> **32x64 = 2**
> [MAX]
> MAX_PLAYERS=100
> **MAX_ITEMS=5000
> MAX_NPCS=5000**
> **MAX_SHOPS=500
> MAX_SPELLS=500**
> MAX_MAPS=100
> **MAX_MAP_ITEMS=200**
> MAX_GUILDS=20
> MAX_GUILD_MEMBERS=10
> MAX_EMOTICONS=10
> MAX_ELEMENTS=20
> MAX_LEVEL=500
> MAX_PARTY_MEMBERS=8
> MAX_SCRIPTSPELLS=100
> **00**

The red stuff will most likely cause an error, since it's only meant to have a 0 or 1.
The blue stuff most likely will cause an error, because the values may be set too high
The green stuff might cause an error, but might not.

You're getting alot of mismatches, because there are alot of values missing in your data.ini; there isn't even an area in your Data.ini for it to have "Classes=8".

If I may ask, what version of Eclipse are you using?
Link to comment
Share on other sites

@Traindrops:

> I Think it is 1.0

There is only one reason you would need to use 1.0, and that's if you catch the "endlessly logging in" bug, which is rare.  If you don't have to use that version, please don't :icon_crap:
Go get Eclipse Evolution 2.7 or Eclipse Evolution 2.8, then download the Library Files and Vista Fix(found in the Bugs and Errors board), go read Basic of Eclipse, and you'll be set.
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...