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

Runtime error 6 (i want to make an item over the limit)


Jiaman
 Share

Recommended Posts

I want to make an item over the limit..is there any way to do that? (on eclipes 2.8)
Everytime i try to do it in game it says runtime error 6, I've read the runtime forums but what .INI files?
Thanks..
P.S I'm sorry that i come up with the most stupid questions

EDIT: sorry not items, i ment the currency…wait let me explain a bit better...
I made an item and a shop
i want the item to be worth over 90,000 gold (what ever the currency is)
but then the runtime error 6 shows up saying 90,000 gold is way over the limit..
Link to comment
Share on other sites

@мсичġġєт:

> I think it can only be 32764.
> I think thats 2^16
> I'm not sure.
> That's the highest vb6 can handle

I don't think so. It's just that the item numbers are defined as Integers or something in the source. Changing them to Longs would make it possible to set a higher price.
Link to comment
Share on other sites

@Kimimaru:

> I don't think so. It's just that the item numbers are defined as Integers or something in the source. Changing them to Longs would make it possible to set a higher price.

um ok so how do i do it please?
anyone?
Link to comment
Share on other sites

can any1 help me too? i got the same error. i got around 55 items added, 30 spells. what to do?

[CONFIG]
GameName=ee-scape 2.8 / DRAGONSCAPE
WebSite=
Port=4000
HPRegen=1
HPTimer=5000
MPRegen=1
MPTimer=5000
SPRegen=1
SPTimer=3000
NPCRegen=1
Scrolling=1
ScrollX=30
ScrollY=30
Scripting=1
ScriptErrors=1
PaperDoll=1
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=150
MAX_ITEMS=5000
MAX_NPCS=500
MAX_SHOPS=500
MAX_SPELLS=500
MAX_MAPS=500
MAX_MAP_ITEMS=2000
MAX_GUILDS=1000
MAX_GUILD_MEMBERS=150
MAX_EMOTICONS=10
MAX_ELEMENTS=20
MAX_LEVEL=100
MAX_PARTY_MEMBERS=4
MAX_SCRIPTSPELLS=30

this is my data.ini
Link to comment
Share on other sites

finally, i deleted every thing that could be, shops, spells, maps. npcs, e-ve-r-y-t-h-i-n-g…
stille runtime error 6,

i might download it again but i cant find 2.8 download on acocounmentmence board.. can any1 give me the link please?

that should be fine thanks :)
Link to comment
Share on other sites

Im using it now ;)
its better i see..

but whats the max i cant put in data.ini? (so that i don't get a overflow error again)

i mean this:
[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
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...