|
You last visited: Today at 21:20
Advertisement
Create your own Private Server Tutorial.
Discussion on Create your own Private Server Tutorial. within the Archlord forum part of the MMORPGs category.
01/30/2011, 13:22
|
#196
|
elite*gold: 0
Join Date: Apr 2009
Posts: 416
Received Thanks: 72
|
Account Creation Query
it is from carchlord.tk
Code:
REM INSERTING into USER.AMT_ACCOUNT
Insert into USER.AMT_ACCOUNT (ACCOUNTID,PASSWORD) values ('account','password');
REM INSERTING into USER.AMT_MASTER
Insert into USER.AMT_MASTER (ACCOUNTID,EMAIL,SOCIALNO,CREATION_DATE,LAST_DATE,MODIFY_DATE,PHONE,MOBILE,ZIPCODE,ADDR1,ADDR2,SMS_YN,EMAIL_YN,PENALTY_GBN,PAUSE_DATE,IP,LOGINCNT,NOMINATOR,RPG_LEVEL,LONEY_AGREEYN,LONEY_CHARGEYN,***) values ('account',' ','18',to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),null,null,null,null,null,'N','N','0',null,null,null,null,null,null,null,null);
|
|
|
01/30/2011, 14:17
|
#197
|
elite*gold: 0
Join Date: Aug 2010
Posts: 108
Received Thanks: 56
|
Quote:
Originally Posted by csoresz2
Account Creation Query
it is from carchlord.tk
Code:
REM INSERTING into USER.AMT_ACCOUNT
Insert into USER.AMT_ACCOUNT (ACCOUNTID,PASSWORD) values ('account','password');
REM INSERTING into USER.AMT_MASTER
Insert into USER.AMT_MASTER (ACCOUNTID,EMAIL,SOCIALNO,CREATION_DATE,LAST_DATE,MODIFY_DATE,PHONE,MOBILE,ZIPCODE,ADDR1,ADDR2,SMS_YN,EMAIL_YN,PENALTY_GBN,PAUSE_DATE,IP,LOGINCNT,NOMINATOR,RPG_LEVEL,LONEY_AGREEYN,LONEY_CHARGEYN,***) values ('account',' ','18',to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),null,null,null,null,null,'N','N','0',null,null,null,null,null,null,null,null);
|
where to put that ?
|
|
|
01/30/2011, 14:26
|
#198
|
elite*gold: 0
Join Date: Apr 2009
Posts: 416
Received Thanks: 72
|
idk...PLSKQL?
|
|
|
01/30/2011, 14:27
|
#199
|
elite*gold: 0
Join Date: Feb 2010
Posts: 1,189
Received Thanks: 439
|
log in PSQL server 7.0..and go at tables section and search for AMT_ACCOUNT and insert (ACCOUNTID,PASSWORD) values ('account','password'); table and AMT_MASTER and insert (ACCOUNTID,EMAIL,SOCIALNO,CREATION_DATE,LAST_DATE, MODIFY_DATE,PHONE,MOBILE,ZIPCODE,ADDR1,ADDR2,SMS_Y N,EMAIL_YN,PENALTY_GBN,PAUSE_DATE,IP,LOGINCNT,NOMI NATOR,RPG_LEVEL,LONEY_AGREEYN,LONEY_CHARGEYN,***) values ('account','  ','18',to_timestamp('2 6/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),null,null,null,null,null,'N','N',' 0',null,null,null,null,null,null,null,null);
|
|
|
01/30/2011, 14:41
|
#200
|
elite*gold: 0
Join Date: Aug 2010
Posts: 108
Received Thanks: 56
|
Quote:
Originally Posted by al3css
log in PSQL server 7.0..and go at tables section and search for AMT_ACCOUNT and insert (ACCOUNTID,PASSWORD) values ('account','password'); table and AMT_MASTER and insert (ACCOUNTID,EMAIL,SOCIALNO,CREATION_DATE,LAST_DATE, MODIFY_DATE,PHONE,MOBILE,ZIPCODE,ADDR1,ADDR2,SMS_Y N,EMAIL_YN,PENALTY_GBN,PAUSE_DATE,IP,LOGINCNT,NOMI NATOR,RPG_LEVEL,LONEY_AGREEYN,LONEY_CHARGEYN,***) values ('account','  ','18',to_timestamp('2 6/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),null,null,null,null,null,'N','N',' 0',null,null,null,null,null,null,null,null);
|
LoL cant find insert all i see are hyroglifes
|
|
|
01/30/2011, 14:42
|
#201
|
elite*gold: 0
Join Date: Nov 2008
Posts: 748
Received Thanks: 163
|
Olalalala, the easiest way should be to insert it on php script to make it automatic ... (thanks to carchlord.tk)
SQL Plus, alef, password, account and write:
Insert into ALEF.AMT_ACCOUNT (ACCOUNTID,PASSWORD) values ('Minera','waouw');
Insert into ALEF.AMT_MASTER (ACCOUNTID,EMAIL,SOCIALNO,CREATION_DATE,LAST_DATE, MODIFY_DATE,PHONE,MOBILE,ZIPCODE,ADDR1,ADDR2,SMS_Y N,EMAIL_YN,PENALTY_GBN,PAUSE_DATE,IP,LOGINCNT,NOMI NATOR,RPG_LEVEL,LONEY_AGREEYN,LONEY_CHARGEYN,***) values ('Minera','  ','18',to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),to_timestamp('26/01/11','DD/MM/RR HH24:MI:SSXFF'),null,null,null,null,null,'N','N',' 0',null,null,null,null,null,null,null,null);
I am testing it with client ...
EDIT: Even with account creation, i cannot pass the login test ... :/
EDIT2: Password should be crypted tough ... ?
|
|
|
01/30/2011, 14:55
|
#202
|
elite*gold: 0
Join Date: Jul 2010
Posts: 148
Received Thanks: 15
|
I will tell you how i passed the login test, i used what you said before about navicat, and i went to Amt_aaccounttable and made and account, then i left navicat open and run login,relay,and world and the .bat file for the laucher should be your ip, i ran the game and i got through login, and you should have decrypted files changed the info and reincrypted them
I need the solution to the no world problem where there is no npc's or mobs and you cant even move from your spot, you move a little and then you are takin back you your original postion
|
|
|
01/30/2011, 15:33
|
#203
|
elite*gold: 0
Join Date: Nov 2008
Posts: 748
Received Thanks: 163
|
Possibilities:
- Client not in chinese (not compatible)?
- Server who is not correctly set-up ?
Actually, i tested your solution, still it doesn't works but it receives the query like:
In login server the socket id 2998 is the client when i click login after typing Minera, wouaw. (login) ...
Relayserver communicate well with login server
Loginserver communicate well with Gameserver
It's weird totally :/
EDIT: OMFG it was only the Minera (doesn't accept the Majs M) i edited on minera, test.
I am logged on, i can see pnj, i can move also !!!!! YAY !!!!!
|
|
|
01/30/2011, 15:45
|
#204
|
elite*gold: 0
Join Date: Jul 2010
Posts: 148
Received Thanks: 15
|
How can you move? is there a world?
with all npc?
and what client you using, i am using nlgames client
|
|
|
01/30/2011, 15:47
|
#205
|
elite*gold: 0
Join Date: Aug 2010
Posts: 108
Received Thanks: 56
|
fck i made acc but it say server is closed when i log in  (
|
|
|
01/30/2011, 15:51
|
#206
|
elite*gold: 0
Join Date: Nov 2008
Posts: 748
Received Thanks: 163
|
The problem so is that nlgames modified the client socket connections so it doesn't allows you to communicate with our server ...
They are ******* retards, i am on Celestia FIRST client ever made by them witouth modifications, i have still the installer i think
Now we need to find what is the best client because i cannot say any word, i cannot access to options by esc ...
Tough, the best client was surely the last client Celestia they made ? ...
|
|
|
01/30/2011, 16:01
|
#207
|
elite*gold: 0
Join Date: Jul 2010
Posts: 148
Received Thanks: 15
|
For some reason when i try to access sql plus it says Tsn listener failed to start dedicated server process, i was running it yesterday but i dunno what happened
@Feldunost, what did you do, did you use celestia fix without overiting anything?
|
|
|
01/30/2011, 16:03
|
#208
|
elite*gold: 0
Join Date: Nov 2008
Posts: 748
Received Thanks: 163
|
Go to TNS names.ora and erase the line who says
Dedicated server (account listener)
It's just one line
|
|
|
01/30/2011, 16:08
|
#209
|
elite*gold: 0
Join Date: Jul 2010
Posts: 148
Received Thanks: 15
|
Erase this line (Server=Dedicated) ?
|
|
|
01/30/2011, 16:15
|
#210
|
elite*gold: 0
Join Date: Nov 2008
Posts: 748
Received Thanks: 163
|
Yes.
Restart after it should works ?
I have erased and it has no incident.
|
|
|
 |
|
Similar Threads
|
Server Files and Tutorial to create your server in local
08/21/2013 - Ace Online / AirRivals - 3 Replies
Hi,
In this link there are the files and the tutorials to create your private server ace online !!!!!!!!!!
h t t p : / / f o r u m . r a g e z o n e .c o m / f 6 1 1 /
I don't understand the tutorials if you create a private server, post a good tutorials to create a private server. Please!
|
[Tutorial]Create your own COD Emulation Server
09/17/2010 - General Gaming Discussion - 0 Replies
After all this downtime with the official AlterIW Net Server, are you tired of just sitting there all day? Once you're done with this tutorial, you'll have your very own server for friends or the entire world to play on.
http://i45.tinypic.com/b7eyio.jpg
Things you'll need:
A Computer running Windows
IWNet Server (Attached)
Portforwarded Router (Ignore this if you don't have a Wireless Router)
Open NAT
|
[Help] Need help to create private server
02/23/2009 - CO2 Private Server - 3 Replies
Well, I would need some help, and could someone tell me what I shall use for coding like C++, C# etc... for beginners. PM me if u are a nice coder who are willing to help me and answer my questions. I'm interested of creating my own pserver, and ill would like to know how to translate. When i see those codes people write i dont get anything. lmao, and could someone give me a beginner source and so i can try translate a bit by myself so i get this stuff :P
|
All times are GMT +1. The time now is 21:22.
|
|