-
[Share] Chinese Ep7 Server + Game.exe
I already shared this on the development thread but I'll make it here on the release section so it's easier to find
READ THE WHOLE POST IF YOU INTEND TO USE REVISED SERVER FILES, YOU NEED TO MODIFY YOUR CLIENT READ HOW
----------------------------------
---------ORIGINAL-------------
----------------------------------
Chinese Game.exe + Server Ep7 work 100%
CH_bin.rar
----------------------------------
----------------------------------
---------Revision 1------------
----------------------------------
Chinese Game.exe + Server Ep7 Rev 1
Jolin88 CN Files Rev1.rar
Rev 1 New Features :
Guild Level Hard Cap extended from 10 to 999
Max Level hard cap extended from 300 to 9999
In Game Refining Level Hard Cap extended from 15 to 50
Note : You need to modify your default.charclass to have 50 values for each refining varaible (refining chance,fDEFENSE_GRADE_TOP, etc)
if you can't figure it out, compare your default.charclass to this one (working with rev1 files) :
default.charclass
----------------------------------
----------------------------------
---------Revision 2------------
----------------------------------
Chinese Game.exe + Server Ep7+ Emulator Rev 2
Jolin88 CN Files Rev2.rar
Rev 2 New Features :
New GM Commands :
/limit_event_begin MinLv,MaxLv,WaitTime,Duration,ExpRate,ItemRate (to get BTG)
/showmethemoney Parameter (no idea what this does I just enabled it)
Modifications :
Exp/Item/Gold Events cap extended from 10x to 100x
/Warning_msg 0 and /Warning_msg 1 now accepted as parameters for GM command warning_msg
/weather leaves is now accepted (additionally to /weather leave)
fixed typo on GM command msg "buster" into "booster"
/m2c now accepted additionally to /m2c_cn
/genchar now accepted additionally to /genchar_cn
Max skills increased from 40 to 255
Mobs 40+ levels above your level now got purple name
Mobs less than 15 levels above your level now got green name
Note : This has all features from Rev1 too, means you need to change your default.charclass like you had for Rev1
----------------------------------
----------------------------------
---------Revision 3------------
----------------------------------
Chinese Game.exe + Server Ep7+ Emulator Rev 3
Jolin88 CN Files Rev3.rar
Rev 3 New Features :
Fixes :
Bonus Time Gauge now displays
HP/MP/SP loop fixed, now if you go above 65k it stays at 65k instead of going to 0
Login,Session,Agent server crash packet fixed
Modifications :
Game.exe title changed from Chinese signs to Ran Online
Max Channel Number increased to 20
Max Fields per Channel reduced to 5
No pop up when closing the game
game (emulator still shows it)
Event_ex_begin events cap of +50% removed
Max vending price increased to 4.29 billion
Note : This has all features from Rev1 and Rev2 too, means you need to change your default.charclass like you had for Rev1
----------------------------------
Credits : Jolin88
Note : All Server files read server.cfg to make them read different cfgs hex your server files and search for server.cfg inside the hex code
If you want to support me in the dev of new features you can donate (optionally) something : Donate
-
Re: [Share] Chinese Ep7 Server + Game.exe
Just to inform you guys,
EP7v1 KR Version, has BTG
While, EP7v1 CH version doesn't have BTG
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Seifer13
Just to inform you guys,
EP7v1 KR Version, has BTG
While, EP7v1 CH version doesn't have BTG
good to know, Rev2 will have BTG
-
Re: [Share] Chinese Ep7 Server + Game.exe
aw...like that..ok2..hope CH version also have...
-
Re: [Share] Chinese Ep7 Server + Game.exe
bonus time gauge
thanks masters are back
same old day
brb
simba muna
-
Re: [Share] Chinese Ep7 Server + Game.exe
is there any available emulator for this?
-
Re: [Share] Chinese Ep7 Server + Game.exe
yes there is, I'll compile and add it to the shares, later
-
Re: [Share] Chinese Ep7 Server + Game.exe
can i use ran ph official? or any preferable client to use on this CN Version?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Which chinese client can we using?
-
Re: [Share] Chinese Ep7 Server + Game.exe
it works with graveyard ran client
-
Re: [Share] Chinese Ep7 Server + Game.exe
use GY client + RANPH 0822 Patch + CH Game.exe + jolin's + this glogic
http://seifer.intelran.com/ep7/glogic.rcc
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
-
Re: [Share] Chinese Ep7 Server + Game.exe
sir..can u also make BTG for this Chinese Game.exe + Server Ep7 work 100%
CH_bin.rar ?
-
Re: [Share] Chinese Ep7 Server + Game.exe
can you share the cfg compatible for the server files?.
EDITED:
what is Summon_01.charset?
-
Re: [Share] Chinese Ep7 Server + Game.exe
@Seifer
Can you upload RANPH 0822 Patch for me?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Common problems, solve it by seeing tutorials outside this thread.
Thread cleaned.
If the problem is new (not experienced in lower episodes) then we will not delete the post.
-Seifer
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
http://forum.ragezone.com/attachment...1&d=1310873944
waaa, my server files are ok, but i cant connect it on game why?
-
Re: [Share] Chinese Ep7 Server + Game.exe
FAQ
Use Ramispo's database to avoid more bugs.
Default port of Game.exe (CH) : 5001
Stucked @ User account process: Must change "service_provider" to 3 located at CFGs
Stucked @ Character process: Execute this SP script
PHP Code:
USE [RanGame1]
GO
/****** Object: StoredProcedure [dbo].[sp_UserAttendLog] Script Date: 07/17/2011 11:48:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ??? ?/? ?? ??? ????.
ALTER PROCEDURE [dbo].[sp_UserAttendLog]
@nUserNum int
AS
DECLARE
@error_var int,
@rowcount_var int
SET NOCOUNT ON
Select (MSum-MS) As M, (FSum-FS) As F
From
(
Select isnull(Sum(M),0) As MSum, isnull(Sum(F),0) 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 4 Then 0
Else 1
End
Else 0
End As MS
,
Case ChaClass
When 32 Then
Case ChaDeleted
When 4 Then 0
Else 1
End
Else 0
End As FS
From ChaInfo
) As t
) As tt
-
Re: [Share] Chinese Ep7 Server + Game.exe
Simple guide Ep7 v1 of sir Jolin.
thanks to all Rz members enjoy ep7 now
sir jolin88 server files and game.exe
Edit serverfiles using hexeditor find server.cfg change all to sessio.ini/login1.ini/field1.ini/agent.ini
CH_bin.rar
edited serverfiles .ini files
http://www.mediafire.com/?pvqkiouz8ncrf5f
bugtrap
http://www.mediafire.com/?68gp6dm54oj7ihq
chinese game.exe
http://www.mediafire.com/?ejdpvcis894u8rq
use this graveyard client
http://downloads.graveyard-networks....fullclient.exe
use cfg change all ip to ur ip address
http://www.mediafire.com/?b254fm275ce5b95
user hexeditor to edit server files
http://www.mediafire.com/?5w2h2kuqtnjvd20
for reading server's account [User_verify]
User_verify.sql
for entering the game [sp_UserAttendLog]
sp_UserAttendLog.sql
Gui "pe"
gui.rar
Param "pe" edit ip
param.ini
use reditor for edit param
REditor.exe
thats all... ^^
-
Re: [Share] Chinese Ep7 Server + Game.exe
in this server files revised by Jolin88 is this normal password? or already md5 hash?
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
-
Re: [Share] Chinese Ep7 Server + Game.exe
its md5 pass already
and to jolin thank you very much
u made the ran section alive again
this is what its supposed to be
success!!!
-
Re: [Share] Chinese Ep7 Server + Game.exe
any guide how to use gmc there? i cant login md5 or not.
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
miremo
any guide how to use gmc there? i cant login md5 or not.
did you change your account's usertype to 28?
-
Re: [Share] Chinese Ep7 Server + Game.exe
@sir jolin .
ahm possible to encrypt the packets? . for security ?
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
tobets2000
did you change your account's usertype to 28?
me too see my pic.. i already tried 28 and 30 or 32.. .cant login to gmc..it says login failed.. i tried md5 and not stil...
http://forum.ragezone.com/attachment...1&d=1310881464
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Seifer13
whats on ran ph patch?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
Copy the EP6 gm_login SP then modify your new one :)[COLOR="Silver"]
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
miremo
any guide how to use gmc there? i cant login md5 or not.
use GMC ep6... its working.. :thumbup:
-
Re: [Share] Chinese Ep7 Server + Game.exe
not param.ini
your login server is port 6000 something, it should be 5001!
-
Re: [Share] Chinese Ep7 Server + Game.exe
@Jolin88 - been very great since from yesterday great job man ..
@zentrixph - if you're having CFG errors the Server Files are all set into
Server.cfg <--- you can edit those using hex to make them all work ..
So yeah i meant that all Servers : Session , Login , Field and Agent are set to Server.cfg.. Next Share = Gunner Weapon (dual) and one sword kindly wait for it..
-
Re: [Share] Chinese Ep7 Server + Game.exe
ep7 gmc is not working. ..always login failed... thats why im using ep6 gmc...
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
ep7 gmc is not working. ..always login failed... thats why im using ep6 gmc...
did u try Md5 / non Md5 both ways ? because ramispo's server files
are non md5 and CH servers are Md5 :):
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
Anyone Can Help Me How to Fix This?
-
Re: [Share] Chinese Ep7 Server + Game.exe
^
^
^
if you are using Rev1 you need a different default.charclass check the default.charclass that I added, compare to yours if you want to keep yours, or take that one
-
Re: [Share] Chinese Ep7 Server + Game.exe
ok,wait sir jolin. . i try..
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
How About this Error Sir Jolin? Before I The Field and Agent Finish that Error Appear on my Screen. .
-
Re: [Share] Chinese Ep7 Server + Game.exe
GLGuidance fail is not related to my changes, that's because the default.charclass I use doesn't have 5 CWs but your server is setup for 5 CWs
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
GLGuidance fail is not related to my changes, that's because the default.charclass I use doesn't have 5 CWs but your server is setup for 5 CWs
do you have any tip sir how to fix the GLGuidance? :O:
-
Re: [Share] Chinese Ep7 Server + Game.exe
Compare my default.charclass to yours, it should have something to do with Guid05.ini
rev2 will be out soon, with a few new GM commands and a few modifications to GM commands
-
Re: [Share] Chinese Ep7 Server + Game.exe
-
Re: [Share] Chinese Ep7 Server + Game.exe
good news about rev2 : Fixed 1 crash packet that crashed fieldserver
but this won't fix the crash hack for sure, there's more than 1 way to crash server, this one was specifically only for field server
-
Re: [Share] Chinese Ep7 Server + Game.exe
dont forget to make low cpu usage :D
-
Re: [Share] Chinese Ep7 Server + Game.exe
Sir Jolin What's The Problem when i Login in game after click the start the client is Crash.
-
Re: [Share] Chinese Ep7 Server + Game.exe
CPU Usage is already low, just add
use_event_thread 1
to your cfg
how I know why you crash if you give no information, to me it works, I use graveyard ran client no modification except my own default.charclass
-
Re: [Share] Chinese Ep7 Server + Game.exe
Can you extend the Extreme Class skills, like normal class. Because once we get 40 above of extrmee skills, game.exe cannot be read it anymore.
-
Re: [Share] Chinese Ep7 Server + Game.exe
^
^
done, new skill cap will be 255 skills
compiling rev2 now, I'll release it after it's compiled
Bonus Feature : mobs that are 40 level above you will have Purple name
mobs 15 lv above you will have red name
mobs less than 15 lv above you will have green name
-
Re: [Share] Chinese Ep7 Server + Game.exe
That's because of your database
common sense
rev2 preview :
http://img695.imageshack.us/img695/7903/unled3wx.png
Rev2 uploaded
-
Re: [Share] Chinese Ep7 Server + Game.exe
wow..nice work sir jolin...
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
^
^
done, new skill cap will be 255 skills
compiling rev2 now, I'll release it after it's compiled
Bonus Feature : mobs that are 40 level above you will have Purple name
mobs 15 lv above you will have red name
mobs less than 15 lv above you will have green name
Thats great. :) Thanks, I hope there is a source for skilleditor so we can add skills directly on skilleditor for 40 above ID's
---------- Post added at 07:01 PM ---------- Previous post was at 06:59 PM ----------
Quote:
Originally Posted by
metal666
cLevelFile.LoadFile(), W_Tunnel_4.Lev fail
cLevelFile.LoadFile(), w_Prison_02.Lev fail
cLevelFile.LoadFile(), prison_undercave_02.Lev fail
cLevelFile.LoadFile(), w_sibuya_new_v2.Lev fail
cLevelFile.LoadFile(), w_sibuya_new_v3.Lev fail
cLevelFile.LoadFile(), w_Special_01.lev fail
cLevelFile.LoadFile(), w_SchoolWar_01.lev fail
cLevelFile.LoadFile(), w_cube_lapse_1.Lev fail
cLevelFile.LoadFile(), w_cube_lapse_2.Lev fail
cLevelFile.LoadFile(), w_cube_lapse_3.Lev fail
cLevelFile.LoadFile(), w_cube_lapse_4.Lev fail
cLevelFile.LoadFile(), w_cube_lapse_5.Lev fail
Who Can Share This Map. . ahehehe. . This is my last question ^_^ . .Sorry. .
I believe that this error will be fix if you download the full client of Graveyard Ran instead of mixing and experiment files, since you are not familiar on every problem.
-
Re: [Share] Chinese Ep7 Server + Game.exe
Known bug for rev 2
Emulator
http://img339.imageshack.us/img339/3574/unledwpt.jpg
This happened after the emulator done load.
Server file
-BTG no icon at the top
Other than that i think all new function working...
-
Re: [Share] Chinese Ep7 Server + Game.exe
^
^
that might be because the server in CN pay2play, you have limited time, and once your hours reach 0 you get dc
-
Re: [Share] Chinese Ep7 Server + Game.exe
Me i ask why all restart if i run the launcher this server?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
pasneya
Me i ask why all restart if i run the launcher this server?
based on my experience , my theory was Gy ran's Game.exe has compatibility issue with 64bit users
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Nitrous X
based on my experience , my theory was Gy ran's Game.exe has compatibility issue with 64bit users
my game.exe is not from GY Ran
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
my game.exe is not from GY Ran
but his is..
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
not param.ini
your login server is port 6000 something, it should be 5001!
can you check sir?
http://i53.tinypic.com/2zoeydk.jpg
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
jbtotsx
that's right :thumbup1:
-
Re: [Share] Chinese Ep7 Server + Game.exe
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Nitrous X
did u try Md5 / non Md5 both ways ? because ramispo's server files
are non md5 and CH servers are Md5 :):
yes i tried those both already...
-=================
what cfg are we going to use?? the one that's been shared here the CH??
and what is emulator for/?? sorry for noob question..
Problem
http://forum.ragezone.com/attachment...1&d=1310964823
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
emulator > playing without server files or database . you can test your files/modification with that.
SS > download sir jolin default.charclass and drag it in your glogic.rcc .
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
use default.charclass shared by Jolin88.
-
Re: [Share] Chinese Ep7 Server + Game.exe
@jolin88
thank's it's 100% working on me, Im waiting for my income in my server in the end of this month and I will donate hehe.
This will be a big change on my server
-
Re: [Share] Chinese Ep7 Server + Game.exe
Suggestion: If you were going to udpate the Rev2, Please include the Max Selling Price on Vend up to 9B. Thanks
-
1 Attachment(s)
Re: [Share] Chinese Ep7 Server + Game.exe
im using rev2... still i will download that?? how about the cfg i have an error... wait for ss
============
emulator>> it requires charset so i will extract my glogic?...
heres my problem>> i use cfg from CH ep7.. but jolins rev2 contains server files so i copied.. when i try to run.. it goes like this..
http://forum.ragezone.com/attachment...1&d=1310969539
-
Re: [Share] Chinese Ep7 Server + Game.exe
How about this Error
ERROR:Character UserID and Message UserID are unmatched -1 : 2
DB:SELECT PetName, PetChaNum, PetType, PetMID, PetSID, PetCardMID, PetCardSID, PetStyle, PetColor, PetFull, PetSkinMID, PetSkinSID, PetSkinScale, PetSkinTime, PetSkinStartDate FROM PetInfo WHERE PetNum=35475 And PetChaNum=32261
DB:42S22, NativeError:207, [Microsoft][SQL Native Client][SQL Server]Invalid column name 'PetSkinMID'.
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
im using rev2... still i will download that?? how about the cfg i have an error... wait for ss
============
emulator>> it requires charset so i will extract my glogic?...
heres my problem>> i use cfg from CH ep7.. but jolins rev2 contains server files so i copied.. when i try to run.. it goes like this..
http://forum.ragezone.com/attachment...1&d=1310969539
same here!
try to use the server files posted by dedeep on page 2
it work's for me :thumbup1:
-
Re: [Share] Chinese Ep7 Server + Game.exe
to all who got cfg problem...u must read at the first page...change cfg name using hex for the server files...
-
Re: [Share] Chinese Ep7 Server + Game.exe
is this has a official bike? SRC?
-
Re: [Share] Chinese Ep7 Server + Game.exe
hmmmmmmmmmmmm I THING MORE ALOT PROBLEM THIS NEW SERVER EP7?
IF YOU RUN 1 PC with RUN SERVER FILE
THEN RUN WITH CLIENT ITS SAME EP6 s2 NEED 2PC
BUT IF YOU USE ANOTHER PC THEN RUN CLIENT WHY?
ALLWAYS RESTART IF I RUN THE CLIENT?
WHAT DO YOU THING? HOW CAN I FIX THIS PROBLEM?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
ryan313
im using rev2... still i will download that?? how about the cfg i have an error... wait for ss
============
emulator>> it requires charset so i will extract my glogic?...
heres my problem>> i use cfg from CH ep7.. but jolins rev2 contains server files so i copied.. when i try to run.. it goes like this..
http://forum.ragezone.com/attachment...1&d=1310969539
hex you server files (ex. SessionServer.exe) and find server.cfg rename server.cfg to your .cfg's filename (ex. Sessio.cfg), don't forget to put .cfg files to folder also named cfg, also check your file extension.
-
Re: [Share] Chinese Ep7 Server + Game.exe
is there any software like hamachi??
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
pasneya
hmmmmmmmmmmmm I THING MORE ALOT PROBLEM THIS NEW SERVER EP7?
IF YOU RUN 1 PC with RUN SERVER FILE
THEN RUN WITH CLIENT ITS SAME EP6 s2 NEED 2PC
BUT IF YOU USE ANOTHER PC THEN RUN CLIENT WHY?
ALLWAYS RESTART IF I RUN THE CLIENT?
WHAT DO YOU THING? HOW CAN I FIX THIS PROBLEM?
I can't understand what you mean, If you have a TEST server and TEST client in the same pc You can't play with that because Ep6 Season 2 is require diff. operating system for server and for client.
If you don't have 2 pc you can install (vmware or virtual pc), You will install and run the ran server files under (vmware or virtual pc). and your client can play @ the physical pc
so You can play at the same pc
In ep7 r2 I did not try yet
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
sintonizaire
its a glogicserver error, check it....
About This problem Check your Default.charclass and add that error . Like Guide05 ^_^
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
SystemLog
I can't understand what you mean, If you have a TEST server and TEST client in the same pc You can't play with that because Ep6 Season 2 is require diff. operating system for server and for client.
If you don't have 2 pc you can install (vmware or virtual pc), You will install and run the ran server files under (vmware or virtual pc). and your client can play @ the physical pc
so You can play at the same pc
In ep7 r2 I did not try yet
yes i know its means this server is like ep6 s2 we need 2 pcs is right? now i have 2 pc ok 1 server and 1 for the client
in server ok no error im ready fix im use windows 7 64bit sp1
then my another pc its same windows but if i run the client is allways shutdown i dont know why? maybe my windows? or what
before i setup from ramispo all server and im use spirit client
game.exe size 2.050 its no restart is goog running? then i try this from admin jolins ep7 rev2 is allways shutdown my client pC? why i have wrong my setup or my client?
-
Re: [Share] Chinese Ep7 Server + Game.exe
my game.exe size is 4545, no game.exe was ever 2050 kb only
Feature on Rev3 : Elemental Def cap of 100 increased to 65535, just make sure to balance how much elemental def your items give otherwise damage by int will be 0, make sure it's hard to go past 150 maybe 200
-
Re: [Share] Chinese Ep7 Server + Game.exe
sir Jolin How to change the Size of Screen of the Game?
-
Re: [Share] Chinese Ep7 Server + Game.exe
^
^
just like in every other Ran Online server
there's a button for full screen, and you can drag the window to fit whatever size you want
-
Re: [Share] Chinese Ep7 Server + Game.exe
@jolin88 - i know it will sound odd but why is this item mix guy isn't doing anything instead he's asking me " Who are you " xD lmfao ... Is there a requirement?
-
Re: [Share] Chinese Ep7 Server + Game.exe
@sir jolin88, what do you mean by 50 values? i edit the chance?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Nitrous X
@jolin88 - i know it will sound odd but why is this item mix guy isn't doing anything instead he's asking me " Who are you " xD lmfao ... Is there a requirement?
bro..make a quest...thx..
-
Re: [Share] Chinese Ep7 Server + Game.exe
sir jolin, after i edit the fgrade_defense_top and add 100f upto 50 values, i get error "bind error"
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
pakok77
bro..make a quest...thx..
yeah i see thanks x) now i'm testing too had to Mix :laugh:
-
Re: [Share] Chinese Ep7 Server + Game.exe
the reason why that guy doesn't work is your NPCTalk either you require to do his quest or edit your NPCTalk
also BIND ERROR is related to your CFG not related to default.charclass
-
Re: [Share] Chinese Ep7 Server + Game.exe
@sir jolin . ahm about btg icon. lucking dds or just no icon ? :) thank you for advance reply .
-
Re: [Share] Chinese Ep7 Server + Game.exe
http://img94.imageshack.us/img94/1392/unled4k.png
Rev3 features so far :
- Elemental defense cap of 100 lifted
- event_ex events cap of +50% lifted
- max vending price of items increased for 4b
-
Re: [Share] Chinese Ep7 Server + Game.exe
@jolin
the btg command for ep7 rev 2 is same with ep5 ?
-
Re: [Share] Chinese Ep7 Server + Game.exe
what the command for BTG?
-
Re: [Share] Chinese Ep7 Server + Game.exe
@sir jolin I dont know if my suggestion is included in EP7 or not, but I think this feature will be good for gameplay
-far party invite, can we do that? we can invite another just from our friendlist or guild list member, like Ran World
-item link, we can give item link with CTRL+right click, so another can click our link and see our item
-delegate party leader, we can change party leader just with click a button instead re-party again
I think that 3 feature is good for gameplay, and that all is already in RAN World..
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
navirius
@sir jolin I dont know if my suggestion is included in EP7 or not, but I think this feature will be good for gameplay
-far party invite, can we do that? we can invite another just from our friendlist or guild list member, like Ran World
-item link, we can give item link with CTRL+right click, so another can click our link and see our item
-delegate party leader, we can change party leader just with click a button instead re-party again
I think that 3 feature is good for gameplay, and that all is already in RAN World..
i like this.. but whatever jolin's response to this we havta respect it :):
-
Re: [Share] Chinese Ep7 Server + Game.exe
those 3 features are ep7v3 features, hard for me to implement because I'm not skilled with anything that requires changing the interface, but I'll look what I can do
BTG : /limit_event_begin MinLv,MaxLv,TimeToWait,Duration,ExpMul,ItemMul
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
navirius
@sir jolin I dont know if my suggestion is included in EP7 or not, but I think this feature will be good for gameplay
-far party invite, can we do that? we can invite another just from our friendlist or guild list member, like Ran World
-item link, we can give item link with CTRL+right click, so another can click our link and see our item
-delegate party leader, we can change party leader just with click a button instead re-party again
I think that 3 feature is good for gameplay, and that all is already in RAN World..
Yes, there's a lot of new features of RAN online before Gunner Class releaes, like new game loading system with map name on top, dual pet skill, and all type of new cps/egp/bin/wld,wld0,lev,chf,_a can be read by game.exe, and i believe that would be hard job for jolin. :)
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
those 3 features are ep7v3 features, hard for me to implement because I'm not skilled with anything that requires changing the interface, but I'll look what I can do
BTG : /limit_event_begin MinLv,MaxLv,TimeToWait,Duration,ExpMul,ItemMul
you have done much bro :) we're good with Ep7 Rev2 thanks alot !
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
the_eliter
Yes, there's a lot of new features of RAN online before Gunner Class releaes, like new game loading system with map name on top, dual pet skill, and all type of new cps/egp/bin/wld,wld0,lev,chf,_a can be read by game.exe, and i believe that would be hard job for jolin. :)
yeah hard job for sir jolin i think donate for there hard working!
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
sintonizaire
@sir jollin
sir please share too the vmware that you've said so that we can experiment too with the source code,. thank you,.. nice works sir,....
it's still uploading 56%
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
I already shared this on the development thread but I'll make it here on the release section so it's easier to find
READ THE WHOLE POST IF YOU INTEND TO USE REVISED SERVER FILES, YOU NEED TO MODIFY YOUR CLIENT READ HOW
----------------------------------
---------ORIGINAL-------------
----------------------------------
Chinese Game.exe + Server Ep7 work 100%
CH_bin.rar
----------------------------------
----------------------------------
---------Revision 1------------
----------------------------------
Chinese Game.exe + Server Ep7 Rev 1
Jolin88 CN Files Rev1.rar
Rev 1 New Features :
Guild Level Hard Cap extended from 10 to 999
Max Level hard cap extended from 300 to 9999
In Game Refining Level Hard Cap extended from 15 to 50
Note : You need to modify your default.charclass to have 50 values for each refining varaible (refining chance,fDEFENSE_GRADE_TOP, etc)
if you can't figure it out, compare your default.charclass to this one (working with rev1 files) :
default.charclass
----------------------------------
----------------------------------
---------Revision 2------------
----------------------------------
Chinese Game.exe + Server Ep7+ Emulator Rev 2
Jolin88 CN Files Rev2.rar
Rev 2 New Features :
New GM Commands :
/limit_event_begin MinLv,MaxLv,WaitTime,Duration,ExpRate,ItemRate (to get BTG)
/showmethemoney Parameter (no idea what this does I just enabled it)
Modifications :
Exp/Item/Gold Events cap extended from 10x to 100x
/Warning_msg 0 and /Warning_msg 1 now accepted as parameters for GM command warning_msg
/weather leaves is now accepted (additionally to /weather leave)
fixed typo on GM command msg "buster" into "booster"
/m2c now accepted additionally to /m2c_cn
/genchar now accepted additionally to /genchar_cn
Max skills increased from 40 to 255
Mobs 40+ levels above your level now got purple name
Mobs less than 15 levels above your level now got green name
Note : This has all features from Rev1 too, means you need to change your default.charclass like you had for Rev1
----------------------------------
Credits : Jolin88
Note : All Server files read server.cfg to make them read different cfgs hex your server files and search for server.cfg inside the hex code
If you want to support me in the dev of new features you can donate (optionally) something :
Donate
Good to know that there is someone who release a good EP7, and i think this is not just a Release but a project that still fixing and adding more features am i right Jolin88? if im correct we are thankful. :)
Thanks for this and God Speed! :)
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
pasneya
yes i know its means this server is like ep6 s2 we need 2 pcs is right? now i have 2 pc ok 1 server and 1 for the client
in server ok no error im ready fix im use windows 7 64bit sp1
then my another pc its same windows but if i run the client is allways shutdown i dont know why? maybe my windows? or what
before i setup from ramispo all server and im use spirit client
game.exe size 2.050 its no restart is goog running? then i try this from admin jolins ep7 rev2 is allways shutdown my client pC? why i have wrong my setup or my client?
compatibility issue on windows 7... this problem have answer on ramispo thread...
solution: go to your game.exe, right click, properties, compatibility, and set/check "Run this program compatibility for:
set on windows vista only and set the privilege on administrator
-
Re: [Share] Chinese Ep7 Server + Game.exe
About Game.exe Much Better to Use Sir Jolin Game.exe. .
-
Re: [Share] Chinese Ep7 Server + Game.exe
BTW this server file have this?.. see picture below. thanks
http://i42.servimg.com/u/f42/16/22/22/57/untitl11.jpg
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
metal666
Yes. . . . Sir Jolin Share Almost Done
where can i fund that? i already go to market place but did not find it T_T.