• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[SHARE] RAN EP7 + Gunner + All Tools

Status
Not open for further replies.
Joined
Dec 21, 2007
Messages
2,071
Reaction score
378
Vision - [SHARE] RAN EP7 + Gunner + All Tools - RaGEZONE Forums

First of all, i'm sharing this because things had been really tough and ramispo already gone mad. Now let's move forward. I just feel so sorry for neomastei2 and a few others who made this Episode so successful.

==================================
Client:
Server Files:
Database:
All Editors:
Guide: Kal El's Guide or [URL="http://forum.ragezone.com/f444/ep7-gunner-server-files-raceran-812107/"]Terryz's Guide[/URL]
Launcher: Auto-Patch Launcher
==================================​

Note: Just hex the server files same method as the other shared files. Editors has same functions also. Goodluck guys. Develop as your hearts desire. There are many aspiring developers here.

====================Error Fixes====================​

Additional Script: For Gunner Character Creation
Shared by: Essaeypride
Instruction: Create a new query in RanGame1 and Execute the script.
PHP:
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

Update File: data/gui/
Download File:
Message: This is for the vending bug. What's this bug about? You'll be disconnected in-game when someone buy's in you when vending.
Instruction: Please replace your xml's inside gui with the above file. Edit also your param.ini with "PE" as your language. Thank you.

Hexing Method: Please search for the String "IP Available" inside each server files (Session Server, Log-in, Field, and Agent Server). Check the above IP before the string "IP Available". Replace it with your own Lan IP/ Wan IP / Hamachi IP. User Hex Workshop or any other hexing application to hex the server files.
Guide for Hexing: Here!

Credits: neomaster (neomastei2), Blazedex Development.
 
Last edited:
Junior Spellweaver
Joined
Dec 17, 2011
Messages
151
Reaction score
8
Share the glogicserver.rcc because someone download raceran client. so if will get your glogicserver will download another again?so share your glogicserver
 
Initiate Mage
Joined
Jan 20, 2012
Messages
4
Reaction score
0
When i run editors it says "failed to start because MSVCP71.dll not found" can you help me ?
 
Joined
Dec 21, 2007
Messages
2,071
Reaction score
378
@vision
first rule no more resharing
2nd what did ramispo did to you?

and 3rd, my friend ramispo never share in public
4th remember that, your always a joiner

why are go gone mad? you dont have connection to ramispo anyways.
you think marc is ramispo too
Lolz

It's the complete file. And updated. Now don't flame here. I don't have connection with ramispo? You don't know a thing. Go away.
 
Junior Spellweaver
Joined
Sep 29, 2010
Messages
139
Reaction score
46
do u already try this client ? I think I should try this....currently downloading the client :thumbup1:
 
Last edited:
Initiate Mage
Joined
Jan 20, 2012
Messages
4
Reaction score
0
sir when i open field server and other 3 server they are asking for username and password what will i put ?
 
Custom Title Activated
Loyal Member
Joined
Mar 24, 2011
Messages
1,632
Reaction score
145
@all

aki-ran is same as raceran fullclient database working serverfiles etc
 
Initiate Mage
Joined
Jan 20, 2012
Messages
4
Reaction score
0
when i open field server and other 3 server they are asking for a username and password what should i put ?
 
Newbie Spellweaver
Joined
Dec 15, 2011
Messages
47
Reaction score
0
how to hex 216.245.206.237 ip to 2 digit number like
112.204.20.186

because if i change in 2 digit number it will error
 
Status
Not open for further replies.
Back
Top