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!

EP7 Classic File Leak[Glory Ran]

Initiate Mage
Joined
Oct 7, 2020
Messages
3
Reaction score
0
This file is playable, you just need to update some in source and its ready to use.
I have file like this but a little more rework to make it good and not the same with others.

PS:
Client file have spp,sr,rcb1 with mobs and supported extreme animation?

Is there anyway you can share your work to a Newbee starter sir?
 
Newbie Spellweaver
Joined
Oct 16, 2020
Messages
24
Reaction score
1
how to fix this

review000 - EP7 Classic File Leak[Glory Ran] - RaGEZONE Forums

 
Newbie Spellweaver
Joined
Oct 16, 2020
Messages
24
Reaction score
1
Soure -
Client -
RanGame1 - https://www.mediafire.com/file/pfczei5ngug6lky/RanGame1.sql/file

Here's how to intall the SQL


I added the RanGame1 because it's has an error so use this.
The other sql are in the =docs in the source.

Hello
Can You Share Your Glogicserver
 
Initiate Mage
Joined
Nov 30, 2020
Messages
1
Reaction score
0
Client cannot download, please fill a link, thank you!



EP7 Classic UI
INGAME functions
TW,SW
db, cfg nasa =docs

we're get scammed of who gave us this so this is it.
Sharing is Caring

Source : https://www.mediafire.com/file/jbvu4ucs9wsfex6/Ep7_Source_Code.rarz/file

Client :
https://www.mediafire.com/file/4f52nktfqu7zwvb/1.zip/file

Glogicserver 1:
https://www.mediafire.com/file/c3kqwwwc4og1gpz/glogicserver.rcc/file

Glogicserver 2 :
https://www.mediafire.com/file/xymocpxdvt1a5u6/glogicserver.rcc/file

in glogicserver try one of that above

Release : Release_Taiwan
Credit @ all Developers of this source

Thanks


Client cannot download, please fill a link, thank you!!!
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
what version of VS u using? i can't seem to build it using VS2019

You need vs2003. If you want to to make it work with vs2019, you need to convert it. There is a tutorial here how to migrate/convert. Or you can use the clean version vs2019 posted here.
 
Initiate Mage
Joined
Nov 28, 2020
Messages
4
Reaction score
0
review000 - EP7 Classic File Leak[Glory Ran] - RaGEZONE Forums
Someone know what's the problem here, no ranking details :(
review000 - EP7 Classic File Leak[Glory Ran] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
You need vs2003. If you want to to make it work with vs2019, you need to convert it. There is a tutorial here how to migrate/convert. Or you can use the clean version vs2019 posted here.
. Thanks I already compiled it successfully. Now i want to try to make it online. I tried searching everything here in the forum LOL but no luck on how to set it up step by step especially with ODBC
 
Newbie Spellweaver
Joined
Jul 16, 2020
Messages
51
Reaction score
0
. Thanks I already compiled it successfully. Now i want to try to make it online. I tried searching everything here in the forum LOL but no luck on how to set it up step by step especially with ODBC

here i will help you...
 
Newbie Spellweaver
Joined
Jul 16, 2020
Messages
51
Reaction score
0
USE [RanGame1]GO/****** Object: StoredProcedure [dbo].[sp_add_sw_region] Script Date: 11/04/2015 20:36:02 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE Procedure [dbo].[sp_add_sw_region]@SwID int,@SwNum int,@nReturn int OUTPUTASDECLARE ERROR_var int,Row[/USER]count_var intSET NOCOUNT ONSET @nReturn = 0SET ERROR_var = 0SET Rowcount_var = 0IF EXISTS(SELECT * FROM SwRegion WHERE SwID=@SwID)BEGIN -- ??? ????UPDATE SwRegionSET SwNum=@SwNumWHERE SwID=@SwIDIF ERROR_var 0 OR Rowcount_var = 0 -- ????BEGINSET @nReturn = 0SET NOCOUNT OFFRETURN @nReturnENDENDELSEBEGININSERT INTO SwRegion (SwID, SwNum)VALUES (@SwID, @SwNum)IF ERROR_var 0 OR Rowcount_var = 0 -- ????BEGINSET @nReturn = 0SET NOCOUNT OFFRETURN @nReturnENDENDSET @nReturn = 1SET NOCOUNT OFFRETURN @nReturn
share glogicserver please
 
Back
Top