-
Re: [Share] Chinese Ep7 Server + Game.exe
i have error ! http://imageshack.us/f/651/errorbkh.png/
i use ramispo server files then i use cn game.exe 5001 provider 3 execute the 2 in sql then i change the param.ini then ! its show http://imageshack.us/f/651/errorbkh.png/
but the server is ok! please help me ! thank you godbless!
-
Re: [Share] Chinese Ep7 Server + Game.exe
I prefer working on China version because the database is harder to fix than the source. The only problem left for CH release is the server region selection, but I dont consider it a problem
I'll share Rev3 tomorrow
-
Re: [Share] Chinese Ep7 Server + Game.exe
wow i will wait that sir jolin! ^_^ how about my problem? did you know what is my problem!
-
Re: [Share] Chinese Ep7 Server + Game.exe
Thanks GUys... More power...
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
I prefer working on China version because the database is harder to fix than the source. The only problem left for CH release is the server region selection, but I dont consider it a problem
I'll share Rev3 tomorrow
Sir did you include the Server Crash fix like what you said last time? just wonderin. thanks :):
-
Re: [Share] Chinese Ep7 Server + Game.exe
only on session,login and agent server, I can't get it working on field server, always char failed to be processed when I do.
but there's more features in rev3 than I mentioned
for example max HP won't go down to 0 if you go above 65535, it will stay capped at 65535
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
Jolin88
only on session,login and agent server, I can't get it working on field server, always char failed to be processed when I do.
but there's more features in rev3 than I mentioned
for example max HP won't go down to 0 if you go above 65535, it will stay capped at 65535
Sir my Character's attack damage is visible by 64k is it normal?
-
Re: [Share] Chinese Ep7 Server + Game.exe
-
Re: [Share] Chinese Ep7 Server + Game.exe
I already shared editors, source, working files,
if something doesn't work, you have to figure out what knowledge you're lacking, because the material is there
PS : There is an editor shared that can edit encrypted param
Update : Rev3 released
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
rexyflexx
of course it won't...
---------- Post added at 10:17 PM ---------- Previous post was at 10:08 PM ----------
all you geniuses out there, just share your 99% working server files with the editors, glogic, glogicserver, etc. included... these are the only things making this game work... the visuals are not that important but the encrypted files are... i'm not a hypocrite, i need them really... so why not pack them into one dl site?... bogged down already of configuring what's what... if you had it working then just share it...
---------- Post added at 10:33 PM ---------- Previous post was at 10:17 PM ----------
in the guides, you say "edit param" but you know so well that we can't because it's encrypted... if you were able to edit yours then why not share your editors?... off topic i know, but just being prank here... sorry sir jolin...
U can write a long post but can't type 1 or 2 keyword to search?...
@jolin88
Do i need to modify the data type(longlong) for llprice to achieve more than 999,999,999 private market sell price?...
Can u give me a hint where to start?...
Im having problem with it...
Thx...
-
Re: [Share] Chinese Ep7 Server + Game.exe
@dmc0105 blah blah.. sir jolins thanks...
-
Re: [Share] Chinese Ep7 Server + Game.exe
longlong is required to make max selling price above 4b, but you can't type more than 999,999,999 unless you modify the interface (RanClientUILib)
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
dmc0105
U can write a long post but can't type 1 or 2 keyword to search?...
@jolin88
Do i need to modify the data type(longlong) for llprice to achieve more than 999,999,999 private market sell price?...
Can u give me a hint where to start?...
Im having problem with it...
Thx...
I guess he did it on
PHP Code:
CUIEditBoxMan* pEditBoxMan = new CUIEditBoxMan;
pEditBoxMan->CreateSub ( this, "PRIVATE_MARKET_SELL_WINDOW_EDITMAN" );
pEditBoxMan->CreateEditBox ( PRIVATE_MARKET_SELL_WINDOW_MONEY_EDIT, "PRIVATE_MARKET_SELL_WINDOW_MONEY_EDIT",
"PRIVATE_MARKET_SELL_WINDOW_CARRAT", TRUE, UINT_MAX, pFont, 9 );
Change the value of 9 to 10 after pFont, so the textbox can put 10 digits. Example: 1,111,111,111 and that is 10 digits without ","
And i guess, the max basic price is 4,200,000,000 only
-
Re: [Share] Chinese Ep7 Server + Game.exe
I thought its more than 999,999,999,999 so just ignore this.
Anyway just in case you target more than 4.2B...
Quote:
Originally Posted by
dmc0105
U can write a long post but can't type 1 or 2 keyword to search?...
@jolin88
Do i need to modify the data type(longlong) for llprice to achieve more than 999,999,999 private market sell price?...
Can u give me a hint where to start?...
Im having problem with it...
Thx...
You cannot simply change it to LONGLONG, there's a lot of places you need to modify it. If ever you do that, the game will have a problem loading your item.isf since your item item price is bounded to an old data type which doesn't match to the allocated bytes. This is possible if you have the source for item editor in which you can change the item.isf allocated bytes for selling price. You also need to adjust the logic for reading the item file so the new version of your item.isf will be read by the game. Currently the price is bounded to 4 bytes.
You would notice that jolin88 just change the max price to 4.294B since he also knows that there would be a problem changing it to a higher one. :)
Hope this helps.
-
Re: [Share] Chinese Ep7 Server + Game.exe
you'd have to change more than 1 variable to LONGLONG, but your item.isf wouldn't be affected, the price on the vending isn't attached to the price of the item on the item.isf so it wouldn't cause any conflict
-
Re: [Share] Chinese Ep7 Server + Game.exe
@sir eliter - may i ask , how did you fix your pet problem ? thanks sir
-
Re: [Share] Chinese Ep7 Server + Game.exe
then what should we edit in default.charclass? as you stated below of rev3 release...
-
Re: [Share] Chinese Ep7 Server + Game.exe
do i need to hex this?
---------- Post added at 04:53 AM ---------- Previous post was at 04:41 AM ----------
use full the 4.2 b because no one can do a second trade !
---------- Post added at 05:04 AM ---------- Previous post was at 04:53 AM ----------
then how to lock the money of my players?
-
Re: [Share] Chinese Ep7 Server + Game.exe
Quote:
Originally Posted by
allen003
do i need to hex this?
---------- Post added at 04:53 AM ---------- Previous post was at 04:41 AM ----------
use full the 4.2 b because no one can do a second trade !
---------- Post added at 05:04 AM ---------- Previous post was at 04:53 AM ----------
then how to lock the money of my players?
Why would you want to lock their money ? :blink:
-
Re: [Share] Chinese Ep7 Server + Game.exe
yeah...what do you mean lock?
-
Re: [Share] Chinese Ep7 Server + Game.exe
is the "Decreased 0" message is fixed too with rev3 in here sir jollin?
-
Re: [Share] Chinese Ep7 Server + Game.exe
can i use intel ran battle royal..can you help me with this,.just want to learn..plsss
here is my ym..
stepararitpalit@yahoo.com
-
Re: [Share] Chinese Ep7 Server + Game.exe
Emulator Rev 3 no cfg
I want to server+cfg+game.exe OK
Thank......
-
Re: [Share] Chinese Ep7 Server + Game.exe
@Jolin,
I can't see BTG, do you have any GUI files or XML files to make BTG shows up in game.exe rev. 3???
I've tried GY GUI and 0822 GUI, is the same result....BTG doesn't shows up....
-
Re: [Share] Chinese Ep7 Server + Game.exe
server Not connected Client
---------------------------------------------------
ServerSession
erver_ip 127.0.0.1
server_service_port 5003
server_control_port 2001
service_provider 3
max_thread 6
server_type 2
server_group 0
server_number 0
//
pk 1
pkless 0
adult 1
testserver 0
heartbeat 1
gameguard 0
use_event_thread 1
----------------------------------------------------
server_name ServerLogin
server_max_client 500
server_ip 127.0.0.1
server_service_port 5001
server_control_port 2202
service_provider 3
max_thread 6
server_type 1
server_group 0
server_number 0
server_field 0
//
pk 1
pkless 0
adult 1
testserver 0
heartbeat 1
gameguard 0
use_event_thread 1
--------------------------------------------------
server_name FieldServer
server_max_client 600
server_ip 127.0.0.1
server_service_port 5113
server_control_port 6502
service_provider 3
max_thread 6
server_type 3
server_group 0
server_number 0
server_field 0
server_channel 0
//
pk 1
pkless 0
adult 1
testserver 0
heartbeat 1
gameguard 0
use_event_thread 1
--------------------------------------------
server_name AgentServer
server_max_client 500
server_max_channel_client 500
server_ip 127.0.0.1
server_service_port 5502
server_control_port 6502
service_provider 3
max_thread 6
server_type 4
server_group 0
server_number 0
server_channel_number 1
//
pk 1
pkless 0
adult 1
testserver 0
heartbeat 1
gameguard 0
use_event_thread 1
// ////////////////////////////////////////////////////////////////////////////
// session_server [server_name] [ip] [port] [userid] [user123456]
session_server ServerSession 127.0.0.1 5003 sa 123456
// ////////////////////////////////////////////////////////////////////////////
channel 0 1
//channel 1 0
// ////////////////////////////////////////////////////////////////////////////
//field_server [channel] [field num] [server_name] [ip] [port]
field_server 0 0 FieldServer 127.0.0.1 5113
//field_server 1 0 FieldServer 127.0.0.1 8000
//field_server 0 2 ServerField2 127.0.0.1 6700
//field_server 0 3 ServerField2 127.0.0.1 6800
// ////////////////////////////////////////////////////////////////////////////
----------------------------
param.ini
127.0.0.1 OK
http://forum.ragezone.com/attachment...client-run.jpg
http://forum.ragezone.com/attachment...ent-game77.jpg
server Not connected Client