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!

[SHARE] RAN EP7 + Gunner + All Tools

Status
Not open for further replies.
Experienced Elementalist
Joined
Sep 23, 2008
Messages
219
Reaction score
31
what do you mean cant create? or at the creating character there is no gunner?:(:

Yes , My character create screen on jobs select can select 4 job class (sword fighter archer and spirit) don't have gunner class.
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
USE [RanGame1]
GO
/****** Object: StoredProcedure [dbo].[sp_Extreme] Script Date: 01/30/2012 21:22:09 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO


ALTER PROCEDURE [dbo].[sp_Extreme]
@nUserNum int

AS
DECLARE
@error_var int,
@rowcount_var int

SET NOCOUNT ON

Select 9 As M, 9 As F
From
(
Select isnull(Sum(M),1) As MSum, isnull(Sum(F),1) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS
From
(
Select ChaClass
,
Case ChaClass
When 1 Then 1
When 2 Then 1
When 256 Then 1
When 512 Then 1
Else 0
End As M
,
Case ChaClass
When 4 Then 1
When 8 Then 1
When 64 Then 1
When 128 Then 1
Else 0
End As F
,
Case ChaClass
When 16 Then
Case ChaDeleted
When 1 Then 0
Else 1
End
Else 0
End As MS
,
Case ChaClass
When 32 Then
Case ChaDeleted
When 1 Then 0
Else 1
End
Else 0
End As FS
From ChaInfo Where UserNum=@nUserNum And (
( ChaClass=16 OR ChaClass=32 ) OR
( ( ChaClass=1 OR ChaClass=2 OR ChaClass=4 OR ChaClass=8 OR
ChaClass=64 OR ChaClass=128 OR ChaClass=256 OR ChaClass=512 ) AND ChaLevel>=0 ) )
) As t
) As tt

execute this on rangame1
 
Experienced Elementalist
Joined
Sep 23, 2008
Messages
219
Reaction score
31
Already use script. But don't create gunner.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 28, 2012
Messages
20
Reaction score
0
-----------------------------------------------
ERROR REPORT
-----------------------------------------------

Execution time : 2012-04-07 20:55:59
[2012-04-07 20:55:59] ERROR : CIniLoader::eek:pen(), File Open param.ini
[2012-04-07 20:56:00] ERROR : CRanFilter::LOAD(), File Open moblogic1.bin




please help me how to fix it... ep7 gunner files
 
Newbie Spellweaver
Joined
Dec 24, 2008
Messages
33
Reaction score
0
yaph, your case just like me, can anybody help this situation ?

i have same problem to.. when i change the I.P in param and save it the setting of the client is change also full screen and error.. and no server list..
 
Initiate Mage
Joined
Apr 20, 2011
Messages
3
Reaction score
0
I use RaceRan Client my server files Are OK... param Ok...but when I start the game it connects to raceran server not in my server
 
Initiate Mage
Joined
Apr 20, 2011
Messages
3
Reaction score
0
Its Done.. my fault..thnx

another thing.. Itembank BUG.. when i insert items.. item cannot get by character.. and in the Field server an error says:

DB:{call sp_purchase_change_state('2.00',1,?)}
DB:42000, NativeError:8114, [Microsoft][SQL Native Client][SQL Server]Error converting data type varchar to bigint.
 
Newbie Spellweaver
Joined
Oct 18, 2011
Messages
39
Reaction score
0
How to deploy my ran online..?
guys can you help me how to deploy the ran online in the server.. because my server files and client its working good as well as my rancp.. can you help me guys how to deploy my files in the server to start it as online game. ty

I have already a domain but i dont know how to deploy my server.

what ip address i will used in my server and client.? Is the WAN ip address?

I try my WAN ip address but my server didnt work.

give me some idea.. tanx

Im using 2-3 PC and im using Lan IP and hamachi is already working. but when I use my WAN IP address the server has an error..

Example: Lan Ip: 192.168.1.4 - working
hamachi:5.80.123.51 - working
WAN IP:188.248.146.120 - error.

Please help me guys because i need to release it and play with my work.

ty.
 
Newbie Spellweaver
Joined
Apr 8, 2012
Messages
32
Reaction score
0
help please..

i have downloaded all the files stated in first post.
then i open the ran online - aki server.

after that this came out and stay there and nothing happens.

attempt to connect to patch server...
 
Newbie Spellweaver
Joined
Apr 14, 2007
Messages
8
Reaction score
0
I already set all database and ODBC (all are OK!) and all server files connect succesfully. I also already edited param to same IP. but start button on the launcher still off. do i miss something?

ps: i'm trying this ep7 at my localhost first
 
Joined
Dec 21, 2007
Messages
2,071
Reaction score
378
It is because the Launcher configuration is set to our host and not yours. You need to make a new Launcher in order for you to launch the game.

You can either use a Non-Auto-Patch Launcher or use what i've shared in the 1st post of this thread.
 
Newbie Spellweaver
Joined
Apr 14, 2007
Messages
8
Reaction score
0
It is because the Launcher configuration is set to our host and not yours. You need to make a new Launcher in order for you to launch the game.

You can either use a Non-Auto-Patch Launcher or use what i've shared in the 1st post of this thread.

as ur guidance i use non autopatch and succesfully load the game. but still said "Internet Connection Error" at server list page. i dont know why it still wont connect at meanwhile all server file start OK. would you plz guide me more. this is my first time setting up ran server :):
 
Skilled Illusionist
Joined
Feb 24, 2012
Messages
304
Reaction score
28
cannot play on same pc......are you using 2 pc? or not
 
Status
Not open for further replies.
Back
Top