[Crystal Server] - Land Before Time [Medium Rate]

  • Remember! Never use the same account usernames and password across different servers!
Status
Not open for further replies.

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
Ok, Going to try and run some beta tests Sunday.

We have done some and more to do.
Thanks to are Team and a good friend helping out!

Code:
28/1/17
Added minimize for window mode.
Moved ItemGlows to its own Lib.
Moved Humup WeaponGlow to its own Lib.
Bug fixes to Humup Images ingame.

27/1/17
Added basic Boss Info and applied new frame indexes within MobImage.lib to corrospond with their lib numbers.
Added a new field to Monsters which will need to be set on server side in order for the info interface to display on the client.
Added a Scatter Attack to CrystalBeast.
Added a Slash Attack to CrystalBeast.

26/1/17
Removed the Credit vs Gold on Gameshop.
Added option to allow/disallow purchases with gold and/or credits.
Added option to pay with gold or credits on the client
Fixed a crash issue when a new character started it's level was 0 and crashed as the exp table has to start at 1 (it was returning -1)
Added 3 AI's DarkWrait, DarkSpirit & CrystalBeast.
CrystalBeast Frames have been changed in order to hopefully fix the Effects.

More to come.

View attachment 18038
View attachment 18037
View attachment 18043
 
Last edited:

theduke

Dedicated Member
Dedicated Member
Oct 5, 2006
107
63
75
looking forward to trying this out looks like you guys put a lot of effort into this!
 

LickyCraig

Loyal Member
Loyal Member
Jan 28, 2017
30
0
17
Hey guys,

We need some testers, the server is up and running, its not live yet, You can find the download here, All content is not ingame just yet, we need to testers to try and find some bugs for us to fix, very appreciated


-Craig
 

Ardbeg

Legend
Legendary
Aug 8, 2004
3,211
1
144
260
Southern England
Got this error when the patcher finished.
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\LandBeforeTime\OldClient.exe' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at Launcher.AMain.AMain_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll[/URL]
----------------------------------------
Client
    Assembly Version: 1.1.3.3
    Win32 Version: 1.1.3.3
    CodeBase: [URL]file:///C:/LandBeforeTime/Client.exe[/URL]
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll[/URL]
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll[/URL]
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll[/URL]
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll[/URL]
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll[/URL]
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1586.0 built by: NETFXREL2
    CodeBase: [URL]file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll[/URL]
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


The launch button gives me a black screen. Minimising it and clicking the taskbar icon brought screen up to say "Connecting to server".
That's as far as it gets. No option to create an account.
I assume it's not yet available.
 
Last edited:

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
Ok, Will check into this. Have tired the patcher a number of times. Could be a ftp error.
 

AJVHallen

Mir 2: The New Era
Dedicated Member
Jan 19, 2013
100
6
45
Cairo - Egypt
hello, is it possible to test it yet? I been putting an eye on it for few weeks so far, cant wait anymore haha , it looks awesome. :D

---------- Post Merged at 01:26 AM ---------- Previous Post was at 01:19 AM ----------

Hey guys,

We need some testers, the server is up and running, its not live yet, You can find the download here, All content is not ingame just yet, we need to testers to try and find some bugs for us to fix, very appreciated


-Craig
hello, I cant connect, it says attempting to connect to the server and nothing happens.
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
Ill have them check the patcher. Im sorry about will fix asap.
 

AJVHallen

Mir 2: The New Era
Dedicated Member
Jan 19, 2013
100
6
45
Cairo - Egypt
is it possible to put the client.exe and the config file in another client and disable the launcher ? my internet speed is 200kbs/s so downloading a whole new client gonna take alot of time for me :D ,that's temporarily tho ,I'll download the client later.
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
Try putting this in the Mir2config

Code:
[Graphics]
FullScreen=True
AlwaysOnTop=True
FPSCap=True
Resolution=1366
DebugMode=False

[Network]
UseConfig=True
IPAddress=85.242.156.32
Port=7000

[Logs]
LogErrors=True
LogChat=True

[Sound]
Volume=100
SoundOverLap=3
Music=100

[Game]
AccountID=
Password=
SkillMode=False
SkillBar=True
Effect=True
LevelEffect=True
DropView=True
NameView=True
HPMPView=True
FontName=Tahoma
TransparentChat=False
DisplayDamage=True
TargetDead=False
DuraWindow=False
Skillbar0X=0
Skillbar0Y=0
Skillbar1X=216
Skillbar1Y=0

[Chat]
ShowNormalChat=True
ShowYellChat=True
ShowWhisperChat=True
ShowLoverChat=True
ShowMentorChat=True
ShowGroupChat=True
ShowGuildChat=True

[Filter]
FilterNormalChat=False
FilterWhisperChat=False
FilterShoutChat=False
FilterSystemChat=False
FilterLoverChat=False
FilterMentorChat=False
FilterGroupChat=False
FilterGuildChat=False

[Launcher]
Enabled=True
Host=http://twistedsoul-gaming.co.uk/Patch/LandBeforeTime/
PatchFile=PList.gz
NeedLogin=False
Login=
Password=
AutoStart=False
ServerName=Land Before Time
Browser=http://twistedsoul-gaming.co.uk/PatcherImage/PatchImage.png
 

AJVHallen

Mir 2: The New Era
Dedicated Member
Jan 19, 2013
100
6
45
Cairo - Egypt
Try putting this in the Mir2config

Code:
[Graphics]
FullScreen=True
AlwaysOnTop=True
FPSCap=True
Resolution=1366
DebugMode=False

[Network]
UseConfig=True
IPAddress=85.242.156.32
Port=7000

[Logs]
LogErrors=True
LogChat=True

[Sound]
Volume=100
SoundOverLap=3
Music=100

[Game]
AccountID=
Password=
SkillMode=False
SkillBar=True
Effect=True
LevelEffect=True
DropView=True
NameView=True
HPMPView=True
FontName=Tahoma
TransparentChat=False
DisplayDamage=True
TargetDead=False
DuraWindow=False
Skillbar0X=0
Skillbar0Y=0
Skillbar1X=216
Skillbar1Y=0

[Chat]
ShowNormalChat=True
ShowYellChat=True
ShowWhisperChat=True
ShowLoverChat=True
ShowMentorChat=True
ShowGroupChat=True
ShowGuildChat=True

[Filter]
FilterNormalChat=False
FilterWhisperChat=False
FilterShoutChat=False
FilterSystemChat=False
FilterLoverChat=False
FilterMentorChat=False
FilterGroupChat=False
FilterGuildChat=False

[Launcher]
Enabled=True
Host=http://twistedsoul-gaming.co.uk/Patch/LandBeforeTime/
PatchFile=PList.gz
NeedLogin=False
Login=
Password=
AutoStart=False
ServerName=Land Before Time
Browser=http://twistedsoul-gaming.co.uk/PatcherImage/PatchImage.png

I am getting wrong version , can u please upload the latest exe alone ? I cant run the launcher atm to download the exe.

---------- Post Merged at 04:01 AM ---------- Previous Post was at 03:17 AM ----------

fixed the exe problem , but bitchon province is another map , I even copied all map files from every client I have and put in one map folder and still cant get the right bitchon map
 
Status
Not open for further replies.