Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Jolt Environment v2 [666 - C# - MySQL]

Joined
May 17, 2007
Messages
2,474
Reaction score
681

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

Jolt C# RuneScape Emulator
by TheAJ and MangiS


Latest build: 324
Download:
Cache:
Client:
Instructions of how to run the server are in the download above.

Features of build #324 since build #259
- Private chatting redone (Code is much more managed)
- Welcome Message script
- Friends chat
- Melee combat
- Creature speaking
- Creature skills
- Hitsplats
- Areas
- Item scripts
- Ground items (dropping & picking up)
- Combat tab
- Price checker
- Trading
- System updater
- Multiworld support fixed
- LOADS more (internal core, major/minor fixes, etc).



Pics:
TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

TheAJ - Jolt Environment v2 [666 - C# - MySQL] - RaGEZONE Forums

[IMG]https://forum.ragezone.com/ima...forum.ragezone.com/images/404_image.png[/IMG]
 
Junior Spellweaver
Joined
Sep 14, 2011
Messages
196
Reaction score
64
Nice release ... thanks TheAJ

Going to test it ...
 
Learning C# - Developer
Loyal Member
Joined
Nov 8, 2010
Messages
669
Reaction score
66
Awesome the new ge.
 
Custom Title Activated
Loyal Member
Joined
Sep 18, 2011
Messages
1,113
Reaction score
246
Looks good will try out
 
Experienced Elementalist
Joined
Mar 21, 2012
Messages
207
Reaction score
81
Awesome, and clean i hope so. :)
 
Initiate Mage
Joined
May 13, 2012
Messages
1
Reaction score
0
Hey I am kind of new here... Actually I am new here, but besides the point, I need help.

I followed everything exactly listed in the READ_ME.txt file. (obviously not exactly or I wouldn't be asking) And I came into a snag.

Here is what I have:

A VMware Ubuntu Server 12.4 LTS 64-bit OS running Ubuntu Desktop with the latest Webmin. I have installed all the necessary components like apache, php, phpmyadmin, mysql, and etc.... I have it all working the way it should and can access it locally and on the web via my Nittix server if needed. I uploaded all the sql files to the database in phpmyadmin. (side note: it took a while because I had to separate the file into multiple files because it was too big.....) and it is there....

Now I am having trouble accessing it through the run_master.bat file. I don't know how to set up the configuration because I tried with the standard IP address that the server has which is 192.168.1.160.. I tried to go through Webmin and setup like a port forward to 3306, but when I did that the batch file like system failed while trying to connect to the database so I don't know if I did something right, but something is very very very wrong...

If you know how to fix this issue I greatly appreciate it... :) BTW I have tried using Google to search for a fix, but so far most say the same thing, like us localhost:3306 or try 192.168.1.160:3306, both failed..

Thank you very much for taking the time to read this really long post over one issue and/or replying!

Sincerely,
Harley Frank
 
right + down + X
Loyal Member
Joined
May 25, 2006
Messages
1,688
Reaction score
298
.bat files are window DOS shell scripts... They won't work on *nix. Also, in order to get these files to run under *nix, you are going to have to be an advanced user, as you'll need to manually set up the files yourself based on what the original set-up script was trying to do. Also, this is a c# emulator, so you are going to have to find and set up MONO yourself. MONO is a C# CLR environment for *nix, and I hear runs pretty well.


TL;DR: Advanced users only bro.

I haven't set it up on unix yet, so unfortunately I can't be of assistance
 
Joined
Mar 30, 2007
Messages
962
Reaction score
166
-- SYSTEM ERROR DETECTED --System.Net.Sockets.SocketException (0x80004005
bidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoin
at System.Net.Sockets.Socket.Bind(EndPoint
at System.Net.Sockets.TcpListener.Start(Int
at RuneScape.Commons.Network.ConnectionList
ist) in C:\Users\AJ\Documents\Projects\Jolt v2
s:line 117
at System.Dynamic.UpdateDelegates.UpdateAnd
, T2 arg2)
at RuneScape.GameServer.Engine.Initialize()
Any help guys?
 
Experienced Elementalist
Joined
Sep 10, 2007
Messages
268
Reaction score
19
I may be slow on noticing that this has been released but wow! I can remember this starting development years ago I think, or maybe that was a different project, but still this is amazing! I'm going to take a look at it soon, great job.
 
Newbie Spellweaver
Joined
Jun 17, 2012
Messages
28
Reaction score
2
Worked fine on my XAMPP db. Thanks AJ for this!

How do I get banks and shops to work?
 
Last edited:
Newbie Spellweaver
Joined
Mar 11, 2011
Messages
14
Reaction score
0
Still no luck, can you specify which folders to go through? It errors when i try to use a different runescape.sql.
 
Back
Top