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!

[Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING]

Newbie Spellweaver
Joined
Nov 3, 2022
Messages
24
Reaction score
0
check my reply on your other post, don't spam

i think its two different questions. in this post i asked if its ok or not.

the other post is all about why it does it and how to fix it.

thank you for answering my questions sir.
 
Newbie Spellweaver
Joined
May 27, 2020
Messages
59
Reaction score
1
i tried to compile it with the suggested VS and DX.. but i encounter 17files skipped during build. is this ok or not?

yah that was normal,
you can see that on the vs2003 IDE menu

go to "Build > Configuration Manager"

then you can check or uncheck under "Build" Tab
just check all you want to compile and uncheck all you want to skip compiling
 
Newbie Spellweaver
Joined
Nov 7, 2022
Messages
6
Reaction score
0
DB:SELECT UserNum, UserType, PremiumDate, ChaRemain, ChaTestRemain, ChatBlockDate , UserEmail , UserPoint , UserPoint2 , PlayTime FROM UserInfo WHERE UserID='pepski1270'DB:42S22, NativeError:207, [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UserPoint2'.CAgentUserCheck GetUserInfo DB_ERROR

i used all the db in the =document. how to fix this?
 
Elite Diviner
Joined
Sep 7, 2020
Messages
424
Reaction score
63
DB:SELECT UserNum, UserType, PremiumDate, ChaRemain, ChaTestRemain, ChatBlockDate , UserEmail , UserPoint , UserPoint2 , PlayTime FROM UserInfo WHERE UserID='pepski1270'DB:42S22, NativeError:207, [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UserPoint2'.CAgentUserCheck GetUserInfo DB_ERROR

i used all the db in the =document. how to fix this?

use fresh database try find
 
Newbie Spellweaver
Joined
Nov 3, 2022
Messages
24
Reaction score
0
add this to userinfo

UserPoint2
int

if you dont know how to insert new column in ms sql server. try google :)
 
Junior Spellweaver
Joined
Apr 2, 2019
Messages
121
Reaction score
22
Hello guys i want share my bin combine SRC
include gui + ingame icon


Credits By:
source code @arwekaj09
modified @aizen00
Special Thanks @crossbows



What Missing?
*CAMPUS TRANSCRIPT
*ITEM COMBINATION

Bro can you share your SC used to these? thank you so much


Update: Fixed----




Thanks for this one!
noob question how can i add items on Item mall in game? thanks :laugh:
 
Last edited:
Joined
Jan 26, 2007
Messages
739
Reaction score
24
Bro can you share your SC used to these? thank you so much


Update: Fixed----




Thanks for this one!
noob question how can i add items on Item mall in game? thanks :laugh:

dbo.itemshopmall in ranshop ( idk if that's the correct db name ) ~~~ put mid,sid, item name, category ( premium points or not ), how many stock of this item, category in item shop ( from left to right should start with 0 not 1 ), expiration time then execute sql
 
Junior Spellweaver
Joined
Oct 29, 2014
Messages
127
Reaction score
0
Has anyone encountered a party problem and not sharing the Exp?
 
Junior Spellweaver
Joined
Apr 2, 2019
Messages
121
Reaction score
22
How to edit Campus Transcript items?

Update: FIXED
 
Last edited:

dua

Newbie Spellweaver
Joined
Mar 8, 2022
Messages
9
Reaction score
0
ServerField Connetction Faild

Anyone help me, for trouble this



Thanks



Bro Can't help me

trouble this

https://imgur.com/a/8CH4Mjr



 

dua

Newbie Spellweaver
Joined
Mar 8, 2022
Messages
9
Reaction score
0
//////////////////////////////////////////////////////////////////////////////
//SvrAgent0 server cfg file
//////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)AgentServer
server_max_client 1000
server_max_channel_client 1000
server_ip 25.50.108.25
server_service_port 5104
server_control_port 6104
service_provider 3
max_thread 4
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
ipclient_max 0
// ////////////////////////////////////////////////////////////////////////////
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server SvrSession 25.50.108.25 5000 sa 12345
// ////////////////////////////////////////////////////////////////////////////
channel 0 1
// ////////////////////////////////////////////////////////////////////////////
//field_server [channel] [field num] [server_name] [ip] [port]
field_server 0 0 SvrField 25.50.108.25 5103
// ////////////////////////////////////////////////////////////////////////////
// user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 12345
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// game database setting value
game_odbc_name RanGame1
game_odbc_user sa
game_odbc_pass 12345
game_odbc_database RanGame1
game_odbc_pool_size 5
game_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 12345
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// Shop database setting value
shop_odbc_name RanShop
shop_odbc_user sa
shop_odbc_pass 12345
shop_odbc_database RanShop
shop_odbc_pool_size 5
shop_odbc_response_time 10
///////////////////




//////////////////////////////////////////////////////////////////////////////
//SvrField0 server cfg file
//////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)FieldServer
server_max_client 1000
server_ip 25.50.108.25
server_service_port 5103
server_control_port 6103
service_provider 3
max_thread 4
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
ipclient_max 0
use_intel_tbb 0
// ////////////////////////////////////////////////////////////////////////////
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server SvrSession 25.50.108.25 5000 sa 12345
// ////////////////////////////////////////////////////////////////////////////
// agent_server [server_name] [ip]
agent_server SvrAgent 25.50.108.25
// ////////////////////////////////////////////////////////////////////////////
// user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 12345
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// game database setting value
game_odbc_name RanGame1
game_odbc_user sa
game_odbc_pass 12345
game_odbc_database RanGame1
game_odbc_pool_size 5
game_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 12345
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// Shop database setting value
shop_odbc_name RanShop
shop_odbc_user sa
shop_odbc_pass 12345
shop_odbc_database RanShop
shop_odbc_pool_size 5
shop_odbc_response_time 10


// ////////////////////////////////////////////////////////////////////////////
//SvrLogin0 server cfg file
//////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)LoginServer
server_max_client 1000
server_ip 25.50.108.25
server_service_port 3141
server_control_port 6001
service_provider 3
max_thread 4
server_type 1
server_group 0
server_number 0
//
pk 1
pkless 0
adult 1
testserver 0
heartbeat 1
gameguard 0
use_event_thread 1
ipclient_max 0
// ////////////////////////////////////////////////////////////////////////////
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server SvrSession 25.50.108.25 5000 sa 12345



// ////////////////////////////////////////////////////////////////////////////
//SvrSession server cfg file
// ////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)SessionServer
server_max_client 1000
server_ip 25.50.108.25
server_service_port 5000
server_control_port 6000
service_provider 3
max_thread 4
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
ipclient_max 0
// ////////////////////////////////////////////////////////////////////////////
// ODBC user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 12345
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 12345
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10


what wrong this CFG ???





 

dua

Newbie Spellweaver
Joined
Mar 8, 2022
Messages
9
Reaction score
0
check CFG


// ////////////////////////////////////////////////////////////////////////////
//SvrSession server cfg file
// ////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)SessionServer
server_max_client 1000
server_ip 25.50.108.25
server_service_port 5000
server_control_port 6000
service_provider 3
max_thread 4
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
ipclient_max 0
// ////////////////////////////////////////////////////////////////////////////
// ODBC user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 12345
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 12345
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10






// ////////////////////////////////////////////////////////////////////////////
//SvrSession server cfg file
// ////////////////////////////////////////////////////////////////////////////
server_version 1
patch_version 1
server_name (RanOnline)SessionServer
server_max_client 1000
server_ip 25.50.108.25
server_service_port 5000
server_control_port 6000
service_provider 3
max_thread 4
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
ipclient_max 0
// ////////////////////////////////////////////////////////////////////////////
// ODBC user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 12345
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 12345
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10



what wrong ??



Cant Help Me all notif ServerField ERROR

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums


https://imgur.com/a/rgTyKul

Thanks
 

dua

Newbie Spellweaver
Joined
Mar 8, 2022
Messages
9
Reaction score
0
Help Me all

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums



https://imgur.com/undefined
 
Newbie Spellweaver
Joined
Jan 25, 2019
Messages
10
Reaction score
1


too many backdoor no more selling but free backdoor :)
 
Junior Spellweaver
Joined
Apr 2, 2019
Messages
121
Reaction score
22
Hello how to fix Tyranny not starting automatically join the map and school wars not auto joining my normal account but my gm account automatically joinds after registration
 
Back
Top