[AL] - Archlord PServer - File Sharing

06/08/2014 16:14 FireDown#61
Does anyone know how to add working Ash Clouder and Burn Clouder mounts to the Archlord Online Server files?
Archknup did this a few months ago but it seems he stopped working on his private server.

Did someone manage to change the resolution or are the server files fixed on 1024x768?
06/08/2014 19:09 CharlyBrown001#62
i dont know but i want it too also the 92 weapon texture didnt work and many more thinks please help us :(
06/08/2014 20:45 hm...#63
it's easy to add Ash clouder but you'll crash every 2 mins ;)

don't waste your times with this files...
06/08/2014 22:57 FireDown#64
I am just experimenting and I would like to get the clouders working, tried modifying both itemdatatable and itemtemplate but can not get it to work.

A little help would be much appreciated. :-)
06/09/2014 15:39 hm...#65
Add me : Requiem-Hades ( skype )

i'll help you
06/12/2014 23:21 BoynoobNA#66
Exit Code 0
and says Crash
Help!! :(
I did everything right !
I did download all files from ricks27
I did edit SERVERCONFIG and I did put 192.168.0.106(my Local Host IP).
And the Tnsnames.ora I typed 192.168.0.1 still didn't work ( I tried 192.168.0.106 too didn't work I tried even 127.0.0.1 still didn't work!! and if one of these were right which one is it?).
UPDATE!!!
THIS IS HOW MY TNSNAME.ORA looks like!
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = [Only registered and activated users can see links. Click Here To Register...])
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)


-------------------------------------------------
AND MY SERVERCONFIG
[Only registered and activated users can see links. Click Here To Register...]
------------------------------------------------
Im pretty sure im doing wrong with these 2 files.
Is it serverconfig or Tnsnames.ora that is wrong?
I did install all programs I needed for this.
Im using Windows Server 2003 SP2.
I really need help if someone can help me please

Thank you =)
06/13/2014 11:45 Fleau#67
[Only registered and activated users can see links. Click Here To Register...]
06/13/2014 13:22 mlukac89#68
Delete all and u solved your problem :P
06/13/2014 13:24 BoynoobNA#69
STILL NEED HELP!

Quote:
Originally Posted by Fleau View Post
[Only registered and activated users can see links. Click Here To Register...]
Don't work still

Quote:
Originally Posted by mlukac89 View Post
Delete all and u solved your problem :P
you serious...?

Quote:
Originally Posted by BoynoobNA View Post
Exit Code 0
and says Crash
Help!! :(
I did everything right !
I did download all files from ricks27
I did edit SERVERCONFIG and I did put 192.168.0.106(my Local Host IP).
And the Tnsnames.ora I typed 192.168.0.1 still didn't work ( I tried 192.168.0.106 too didn't work I tried even 127.0.0.1 still didn't work!! and if one of these were right which one is it?).
UPDATE!!!
THIS IS HOW MY TNSNAME.ORA looks like!
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = [Only registered and activated users can see links. Click Here To Register...])
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)


-------------------------------------------------
AND MY SERVERCONFIG
[Only registered and activated users can see links. Click Here To Register...]
------------------------------------------------
Im pretty sure im doing wrong with these 2 files.
Is it serverconfig or Tnsnames.ora that is wrong?
I did install all programs I needed for this.
Im using Windows Server 2003 SP2.
I really need help if someone can help me please

Thank you =)
Cmon please help me guys ..
06/13/2014 14:57 Elebut#70
This is how mine looks and it works
Code:
[SID] =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
     (SERVER = DEDICATED)
      (SERVICE_NAME = [SID])
    )
  )
(SERVER = DEDICATED) => this line should also be there
06/13/2014 18:22 BoynoobNA#71
Quote:
Originally Posted by Elebut View Post
This is how mine looks and it works
Code:
[SID] =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
     (SERVER = DEDICATED)
      (SERVICE_NAME = [SID])
    )
  )
(SERVER = DEDICATED) => this line should also be there
Hey thanks for trying to help. I tried that still didn't work maybe write down your whole tsnames.ora and take picture of your serverconfig so I can copy and paste? Would make it easier

Quote:
Originally Posted by BoynoobNA View Post
Exit Code 0
and says Crash
Help!! :(
I did everything right !
I did download all files from ricks27
I did edit SERVERCONFIG and I did put 192.168.0.106(my Local Host IP).
And the Tnsnames.ora I typed 192.168.0.1 still didn't work ( I tried 192.168.0.106 too didn't work I tried even 127.0.0.1 still didn't work!! and if one of these were right which one is it?).
UPDATE!!!
THIS IS HOW MY TNSNAME.ORA looks like!
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.106)(PORT = 1521))
)
(CONNECT_DATA =)
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = [Only registered and activated users can see links. Click Here To Register...])
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)


-------------------------------------------------
AND MY SERVERCONFIG
[Only registered and activated users can see links. Click Here To Register...]
------------------------------------------------
Im pretty sure im doing wrong with these 2 files.
Is it serverconfig or Tnsnames.ora that is wrong?
I did install all programs I needed for this.
Im using Windows Server 2003 SP2.
I really need help if someone can help me please

Thank you =)
UPDATE 4 STILL NEED HELP 3 comments and still not working PLEASE CAN SOMEONE HELP ME !!! SKYPE SHARE SCREEN OR ANYTHING.
:( please I really want to play with my family and friends.
06/13/2014 21:02 Fleau#72
Originally Posted by BoynoobNA View Post
Exit Code 0
and says Crash
Help!!
I did everything right !
I did download all files from ricks27
I did edit SERVERCONFIG and I did put 192.168.0.106(my Local Host IP).
And the Tnsnames.ora I typed 192.168.0.1 still didn't work ( I tried 192.168.0.106 too didn't work I tried even 127.0.0.1 still didn't work!! and if one of these were right which one is it?).
UPDATE!!!
THIS IS HOW MY TNSNAME.ORA looks like!
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
==>> wrong(put 127.0.0.1 too) (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.106)(PORT = 1521))
)
(CONNECT_DATA =)
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = [Only registered and activated users can see links. Click Here To Register...])
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
Use Navicat:
Specify in Tools => Options => OCI => Oci library: C:\oracle\ora92\bin\oci.dll

Create connection with :
Username: alef
Password: password
SID: account

Change thoses attributes for SERVERCONFIG table:
Section 1 and 201, WORLD attribute is your name server.
Section 1 and 201 and 401, ADDRESS attribute is not 127.0.0.1 but the ip adress of the server.
Section 1000, ADDRESS attribute is 127.0.0.1:99999

All sections, DBUSER + LOGDBUSER attribute is alef
All sections, DBPWD + LOGDBPWD attribute is password
All sections, DBDSN + LOGDBDSN attribute is account

Change thoses attributes for RPGWT table:
All SERVERID, change it to your name server

Changed that file:
C: \ oracle \ ora92 \ network \ admin \ tnsnames.ora.
# TNSNAMES.ORA Network Configuration File: D: \ oracle \ ora92 \ NETWORK \ ADMIN \ tnsnames.ora
# Generated by Oracle configuration tools.
ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1) (PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = account)
)
)

DON'T FORGET TO ERASE DEDICATED SERVER LINE ! (Not on Windows XP)
For INST1_HTTP specify host for 127.0.0.1 ! In TNSNAMES.ORA also.
(THX TO Feldunost OriginalPost)
06/13/2014 21:10 BoynoobNA#73
Quote:
Originally Posted by Fleau View Post
Originally Posted by BoynoobNA View Post
Exit Code 0
and says Crash
Help!!
I did everything right !
I did download all files from ricks27
I did edit SERVERCONFIG and I did put 192.168.0.106(my Local Host IP).
And the Tnsnames.ora I typed 192.168.0.1 still didn't work ( I tried 192.168.0.106 too didn't work I tried even 127.0.0.1 still didn't work!! and if one of these were right which one is it?).
UPDATE!!!
THIS IS HOW MY TNSNAME.ORA looks like!
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
==>> wrong(put 127.0.0.1 too) (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.106)(PORT = 1521))
)
(CONNECT_DATA =)
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = [Only registered and activated users can see links. Click Here To Register...])
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
Use Navicat:
Specify in Tools => Options => OCI => Oci library: C:\oracle\ora92\bin\oci.dll

Create connection with :
Username: alef
Password: password
SID: account

Change thoses attributes for SERVERCONFIG table:
Section 1 and 201, WORLD attribute is your name server.
Section 1 and 201 and 401, ADDRESS attribute is not 127.0.0.1 but the ip adress of the server.
Section 1000, ADDRESS attribute is 127.0.0.1:99999

All sections, DBUSER + LOGDBUSER attribute is alef
All sections, DBPWD + LOGDBPWD attribute is password
All sections, DBDSN + LOGDBDSN attribute is account

Change thoses attributes for RPGWT table:
All SERVERID, change it to your name server

Changed that file:
C: \ oracle \ ora92 \ network \ admin \ tnsnames.ora.
# TNSNAMES.ORA Network Configuration File: D: \ oracle \ ora92 \ NETWORK \ ADMIN \ tnsnames.ora
# Generated by Oracle configuration tools.
ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1) (PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = account)
)
)

DON'T FORGET TO ERASE DEDICATED SERVER LINE ! (Not on Windows XP)
For INST1_HTTP specify host for 127.0.0.1 ! In TNSNAMES.ORA also.
(THX TO Feldunost OriginalPost)
Huhu thx but still don't work:(
06/13/2014 21:31 Ricks27#74
Hi,

If you need help, i can help you.

Send me a PM with your Skype.

Cordially,
06/13/2014 21:38 BoynoobNA#75
Quote:
Originally Posted by Ricks27 View Post
Hi,

If you need help, i can help you.

Send me a PM with your Skype.

Cordially,
Sended private message