The Dink Network

Reply to Re: New File: Dink Smallwood v1.08 - Release Candidate 1

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 6th 2006, 04:44 AM
dragon.gif
[i]One thing that'd need fixing is levelup. The game freezes completely beyond level 32.[i]

I figured out a solution for this problem about half a week ago. I even tested it and it works. Here it is:

1. Open the lraise.c script from the source.zip file or bthe dmod directory.
2. Change the number in the below line to a much higher line, such as 100.
if (&level < 32)
3. Replace edited lraise.c script with existing script.

That way the engine will not freeze since there is no chance of the player ever reaching that level bar ridiculously high exp values awarded.