-
A3 219 Server Files [Episode 5]
Okey at last the wait is over. Now all can have their own episode 5 server of A3.
The Guide is more or less same as that of episode 3 server with almost no change provided you use the files given by me in my post.
OK lets start with the first step to host an a3 server ..
but first of all .. this guide is for one who is setting up the server for the first time so u have to compromise with some facts to get 100% success.. (eg the pass used) u can change it later.
u need some files ...
1. a3 client...(TTA3 client preferably)
2. a3server files
3. sql 2000
4. sql 2000 servicepack3
5. a hex editor
Episode 5 A3 Client( TTa3 Client)
http://tt-games.com/html/a3download.html
Or you can download client from following link
Gamefront
A3 219 Server Files Modded by me
Gamefront
***UPDATE***(10 March 2011)
Beta Server
A3 Legacy
Download Server files:-
JumboFiles.com - Dedicated Hosting
Download Client Files:-
DuckLoad.com � Easy streaming
Important Files + A3 Client hexed to 127.0.0.1
Gamefront
GT.ULL to be used with Client for Coverting ingame messages to English
Gamefront
Tools for editing server nd client files
Gamefront
Microsoft is no more hosting the SQL server 2000 so you can use sql server 2005.
first of all install sql 2000 & its service pack...
i m trying to explain the process in brief..
double click the sql 2000 setup file(SQLEVAL.exe)
extract it to c:\ or whatever location u want...
then go to the location & double click the setup.exe
press next> next> next>
then put the name as "sa" (without ")..
next> yes> next> next> next>
select the "use the local system account"..
next>
select the mixed mode & put password as ley (u can choose any other password too but u have to change some file`s content if u choose other password..so i recommend u to choose this password for the first time & after u become an expert use ur own password)
next> next>Finish.
now double click the sql 2000 service pack3 & just click next next (don't change any selection)..
now restart ur computer once..
second step is to place the server files to the correct place
extract the a3server files to d:\
be sure that the location must be as d:\a3server\..... not d:\a3server\a3server\...
now extract the files provided in the folder named C to put in C drive (obviously extract it to c:\)
then go to C:\clan & double click on the mkdir.exe
now go to start>program files>Microsoft SQL server>Service Manager
& click start server..
be sure to remember the server name there coz u ll need the name later..
now go to start>all programs>Microsoft SQL Server>Enterprise Manager
now go to microsoft SQL Servers>SQL server group>(local)(Windows NT)>Databases
now u have to create some new databases here by going to action>new database..
1.ASD
2.Character
3.itemstorage
4.Clan
5.A3ItemEvent
6.FriendDB
7.HSDB
after making these all databases u have to restore some databases by this process
Go to Tools>Restore Database
select A3ItemEvent
choose "from devices" option
click on select devices
click add
click "..."
provide the location d:\A3server\db\A3ItemEvent
now press OK OK OK OK
now u have to do the same process with all these databases
1.A3ItemEvent (done)
2.ASD
3.clan
4.FriendDB
5.HSDB
now go to security tab (found in left hand side)
press Action>New Login
this is the process where many do a mistake ..... do this process carefully]
put
name = a3serial
Password = dkdlxpawprhdnpc
Database = A3ItemEvent
select the database access tab & tick the a3ItemEvent, then tick the db_owner
& press OK
it will ask for the password again put dkdlxpawprhdnpc & press OK
(some times it gives an error "Login serial already exists" .. if u too get this error message then go to Databases>A3itemEvent>users & delete the a3serial there... then again do the process mentioned above)
the next step is ODBC
go to start>control panel>administrative tools>Data Sources (ODBC)>System DSN
now press add
select sql server.. press Finish.
now put
name = A3ItemEvent
server = {your server name} (the name i told to remember previously.. if u forgot then go to start>program files>Microsoft SQL server>Service Manager
& click start server ... u ll see the server name there)
now press next
now it will show 2 options there .. select the second option & put
Login ID : sa
Password : ley
now press next
select change database to .. & select A3ItemEvent there
now press next... finish .. OK
u have to do this same process with some more databases too
here is the list
A3Friend = FriendDB
A3RcvResult = A3ItemEvent
A3SerialList = A3ItemEvent
ASD = ASD
EventA3 = ASD
FriendDB = FriendDB
HSDB = HSDB
LETTERDB = ASD
LocalServer = ASD
Login202 = ASD
NEWASD = ASD
the next process is to make a .reg file..
a .reg file is already given in the serverfiles in the folder named important files & shortcuts
if its there then just double click on it & press yes yes
or if u r using any otherserver files then u have to make a .reg file by the following process
first of all copy the text which i m giving below
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="FriendDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3RcvRes ult]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="A3ItemEvent"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Serial List]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="A3ItemEvent"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\EventA3]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\FriendDB ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="HSDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\HSDB]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="HSDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LETTERDB ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="FriendDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalSer ver]
"Description"=""
"Server"="(Local)"
"Trusted_connection"=""
"UseProcForPrepare"="Yes"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Login202 ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\NEWASD]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"LocalServer"="SQL Server"
"A3RcvResult"="SQL Server"
"A3SerialList"="SQL Server"
"FriendDB"="SQL Server"
"NEWASD"="SQL Server"
"Login202"="SQL Server"
"LETTERDB"="SQL Server"
"EventA3"="SQL Server"
"A3Friend"="SQL Server"
"HSDB"="SQL Server"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]
"DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"
now go to start>run
type notepad
press enter
now paste the text in it & save it on the desktop by putting its name as ODBC.reg
now go to your desktop & just double click on the ODBC.reg file... press yes OK ..
& u r almost done
the server is now ready to run....
but its only for ur own PC... if u want it to run on LAN then u have to change some .ini files...
Put ur LAN or wan ip in place of 127.0.0.1 in these places
1.d:\A3server\Loginagent\LoginAgent.ini
;//////////////////////////////////////////////////////////////////////////////////////////
;//GameServer ȯ°æ º¯¼ö ¼³Á¤ ÆÄÀÏ
;//////////////////////////////////////////////////////////////////////////////////////////
[VersionInfo]
HighVersion = 300 ;//CurrVersion <= HighVersion
LowVersion = 136 ;//CurrVersion > LowVersion
[LoginAgent] ;//tcp
IPADDR = 127.0.0.1
PORT = 3550
2.d:\a3server\Loginserver\Loginserver.ini
[STARTUP]
APPNAME=LOGINSERVER
ZONEAGENTLISTENPORT=3200
LOGINAGENTLISTENPORT=3210
STARTID=3
[LOGINASD]
COUNT=1
IP0=127.0.0.1
PORT0=7770
3.d:\a3server\Zoneagent\ZoneAgent.ini
[STARTUP]
APPNAME=ZONEAGENT
SERVERID=0
AGENTID=0
#ZONE AGENT ³o¸Ì«ü¥»¾÷ªº IP
IP=127.0.0.1
PORT=3300
be sure .. don't change any other ip instead of above mentioned 3 ips...
1 more thing u have to edit some .ini files to make ur char a GM char...
first go to D:\a3server\Battleserver\Gminfo.ini & delete hawkiii & put ur Id(i ll tell later that how to make id.. so just put the id u wanna create for ur char)
do the same in D:\a3server\Mainserver\Gminfo.ini & D:\a3server\Zoneserver\Gminfo.ini & D:\a3server\accountserver\Gminfo.ini
your server is ready to run...
but first u have to make ur id
there is a tool named a3acc.dat in the important files & shortcuts folder.. just put the id , press enter then put pass , again enter, enter , enter
this will make a new notepad in the same folder named a3acc.txt
open the a3acc.txt & copy the text.... for those who don't have the a3acc.dat tool i m giving u a text
put id in place of xxx & password in place of yyy
INSERT INTO account (c_id, c_sheadera, c_sheaderb, c_sheaderc, c_headera, c_headerb, c_headerc, d_cdate, c_status, m_body) VALUES ('xxx','yyy','yyy','yyy','yyy','yyy','yyy','1/1/2003 12:00:00','A','yyy')
copy this full text & go to start>all programs>Microsoft SQL Server>Query Analyzer
put ur server name
Login ID : sa
Password : ley
change the master to ASD on the toolbar on the top of the window
now paste the copied text in the notepad provided there
then press ctrl+f5 then press f5
your account is created
create some accounts for ur friends too
OK .................
now time to start the server
Bute before running server, install Borland Database Engine provided in folder "bde".
Now run the exe in following order
1: D:\a3server\0DB_PORT\7770\asd_mw_v1.3.21a Similarly do it in 8880 & 9990 folders
2: D:\a3server\1LoginServer\newLoginServer
3: D:\a3server\2Loginagent\enLoginAgentr (Wait until you get run OK message else run it again)
4: D:\a3server\3Zoneagent\EnZa_v2.0.16a
5: D:\a3server\4mainserver\MainServer.exe
6: D:\a3server\6accountserver\AccountServer.exe
7: D:\a3server\7Zoneserver\Zoneserver.exe(24.7mb)
8: D:\a3server\8BattleServer\BattleServer.exe
9: D:\a3server\9new\CenterServer.exe
10: D:\a3server\5A3_Util\MWCLDB.exe
Note: Zoneserver always takes time to run. So after clicking zoneserver.exe, leave your pc as it is and wait for zoeserver to run. It may take 2-5 minutes to run.
last process is to hex ur Episode 5 A3client ip to your ip or 127.0.0.1 if u wanna play it alone in ur PC (remember, use the ip u used earlier i.e.if u used ur wan ip then put ur wan ip & if u used 127.0.0.1 then use this one only)
hope u know how to hex A3client`s ip....
I have providing a3client.exe hexed to 127.0.0.1 . in 'Important files and Shortcuts' you can use that a3client.
thanx to Akaruz(the Godfather of A3 Private Servers), Legendary, protisback, charlie_ravi and all.....
This guide is developed from the work of above mentioned people. I have slightly modified it for epi 5 server.
-
Re: 219 Server Files(episode 5)
Codes For Unique Sets Is from 3757 till 3810 smthing. But these do not have all unique sets i.e all g8 nd g9 unique sets of all classes.
So if anyone have all codes or find the codes after setting his/her server then do share please.
Also please share if you find and glitches or you are able to correct anything or nything constructive.
UPDATE(11 July 2009):w00t:
Codes for Unique Skill Scrolls
10801 +
10880 +.
Unique skill Scroll codes are not in continuation. There are few scrolls near 10801 nd other are near 10880. So try all codes from 10801 to 10999 and most probably you will get all unique skill scrolls.
UPDATE(29 July 2009):w00t: :w00t:
Item Slotting (Done through Episode 5 npc)
Codes For Gems
9834 to 9851
Yellow Gems can be used with Armor ---Gem Codes: 9834 to 9839
Red Gems can be Used with Unque Necklace --- Gem Codes: 9840 to 9845
Blue Gems can be used with Unique Rings --- Gem Codes: 9846 to 9851
Codes For Unique Necklace : 4156 to 4159
Codes For Unique Rings : 5184 to 5187
Codes For Items To be Used in Armory Slot : 9831, 9833, 9853, 9854
Codes For items to be used in Improve Set Slot:
9832 9852, 9855, any appropriate gem.
Now Coming to The Slotting Part
Armory slot is for putting unique option to normal Armor part so that you can add other unique option to armor by using improve set slot(not the gloves,helmet, pants,shield or boots)
Now put the armor, unique ring or unique necklace in Improve set slot + 3 Items needed and the appropriate gem. It will give you a unique option.
NOTE:- There are total of 6 gems of each colour but you can use maximum 3 gems on 1 item only. All 6 gems can't be used used on single item.
***UPDATE (10 March 2011)***
For Information regarding thols and some other usefull information visit following thread
http://forum.ragezone.com/f487/a3-se...pisode-730848/
-
1 Attachment(s)
Re: 219 Server Files(episode 5)
Have nyone been able to solve this "Failed To Allocate Power" problem.
For more info check the attached image.
If anyone here have solved it then please share or if someone have ny idea about how to solve it then also please share.
-
Re: 219 Server Files(episode 5)
****** Why these forums don't have delete post option?*********************
-
Re: 219 Server Files(episode 5)
Impressive post ! but still manything missing wishing you luck for that !
-
Re: 219 Server Files(episode 5)
Then be kind to point out the missing things.
As far as setting up of server is concerned, the files i provided r enuf to get success with any epi 3 server setting guide.
What all things according to you are missing? Spare some time nd make a list of missing things.
-
Re: 219 Server Files(episode 5)
Is it only me who noticed that all the writing part is taken from Prot's Guide...
Nyways..Thanks for ur Guide...Its good to have 1 guide rather than nthing..!! Thanks Mate..
But me Still w8ing for Prot nd Charlie_ravi's Guide,..Coz its Noobest...Not much struggle in that..[:P]
-
Re: 219 Server Files(episode 5)
thx, NICE WORK DUDE.........................
-
Re: 219 Server Files(episode 5)
ty dude cant w8 to try out will reply soon
tnx again :)
I just wanted to know, will this run on a 2 gb 2.5ghz C2D 256 Nvidia laptop?
-
Re: 219 Server Files(episode 5)
@ above
som1 told me 1gb ram minmum requirement to run a server...if thats true then party time for u
and som1 do upload sql 2000
-
Re: 219 Server Files(episode 5)
Lolypop - - - - - - - party time : :
-
Re: 219 Server Files(episode 5)
@gantolaakshay
your pc config is more than enuf.
I myself have tried it on pc with intel dual core processor, 1 gb ram and 128 mb nvidia geforce graphic card. Pc with this config can run server and client also, that also with no lag. Although comp. get bit slow after running zoneserver and then starting the client take 5-6 minutes but after 10 mins everything run smoothly even the client starts within 10-15 sec on second run.
-
Re: 219 Server Files(episode 5)
Ya , but for hosting server on LAN or WAN your RAM must be over 2 GB if you want to run all maps . . .
If you have 512MB ram than also no problem you can make some maps Mapxx=2 and run server in MapInfo.ini file . . .
-
Re: 219 Server Files(episode 5)
ty DUDE thx a lot for posting i was w8 when u will cm thx u r ock bro
-
Re: 219 Server Files(episode 5)
while running the zoneserver 24.7 mb one as per ur guide i get a connect db error i am sure this is because of the a3serial id creation but i have already done that
Note: i had the same problem with epi 3 server but some1 shared a zoneserver without the a3serial authentication, and that wrked well. Can u make the zonserver without the authentication?????
plzzzzzz tyyyyyyyyyyyyyyyy BTW i Am using sql 2005 express edition ( same that I used for in epi 3)
GOT IT DONE TY
-
Re: 219 Server Files(episode 5)
10: D:\a3server\5A3_Util\MWCLDB.exe This shows me an error and asks me to check ASD db
the game still runs
i am using the tta3 client and have problems with teleporting (like clicking on cleorance takes me to t2)
how can i rectify this and and goto the epi 5 maps
-
1 Attachment(s)
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
gantolaakshay
10: D:\a3server\5A3_Util\MWCLDB.exe This shows me an error and asks me to check ASD db
the game still runs
i am using the tta3 client and have problems with teleporting (like clicking on cleorance takes me to t2)
how can i rectify this and and goto the epi 5 maps
Don't bother about the MWCLDB.exe . I got the reason why you are getting this problem. Copy paste the ini file attached here to the A3_Util folder and it will work for you.
-
Re: 219 Server Files(episode 5)
just tell me how to host this on the net followed cvrs guide for this part using the cable internet ( Internal ip ???) how can i find my internal ip and what shld he client be hexed to internal or external?
-
1 Attachment(s)
Re: 219 Server Files(episode 5)
typed ipconfig in cmd and used the ipv4 address as my internal ip
external ip from whatismyip.com and hexed client to the same internal ip the server shows up (Akshay in this case) but as soon as i click on it ...
my ultimate goal here is to host it online just for a few friends of mine to play ty
help me out :(
-
Re: 219 Server Files(episode 5)
Have anyone got the folder named A3_src. If anyone have then please upload and share the link here.
And can anyone share the working Tower event files, atleast the tower should start no matter if we can enter or not.
And also can anyone tell me how to start the All-out-war.
Also have anyone solved the problem of "Unable to allocate power" problem in few sets??
-
Re: 219 Server Files(episode 5)
Hi ..
I've been using A3 Genesis .. but when i start the game and it loads but it crashes and tells "Files Corrupted. Please reinstall"
Do I really need to have only Mania or TTa3 Client? Please let me know ASAP .. TY
Dude .. the client.exe which is gave is unpacked .. Could you please upload the packed one(For EpiV) TY..
-
Re: 219 Server Files(episode 5)
A3 Genesis is part 3 client, A3 Mania and TTA3 is part 5. When you need run client part 3 used a3client.exe part 5 you always have 'File corrupted'.
-
Re: 219 Server Files(episode 5)
@RaF71
Hi
I have problem about when restart server for EP5 it's missing KH name ( Show " [] " )
Pls, if you give me for guide solve this porblem
-
Re: 219 Server Files(episode 5)
Read Insane 's guide and pervious post it is assured to be helped with them !
-
Re: 219 Server Files(episode 5)
Now, Insane is mod ?
แม่ ม ไอ้บ้า นั้น ยังเป็น อยู่เหรอ ?
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
Sith Lord
@RaF71
Hi
I have problem about when restart server for EP5 it's missing KH name ( Show " [] " )
Pls, if you give me for guide solve this porblem
Sith, chec the clan db and path of clan folder in mainserver svrinfo.ini file.
check whether u have 1000 folders in clan folder in c: drive
Check these and try creaing KH.
Regards
D.Warrior
-
Re: 219 Server Files(episode 5)
Dont use that ClanTool given in server files it will crash your KH
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
ramankamboj
Have nyone been able to solve this "Failed To Allocate Power" problem.
For more info check the attached image.
If anyone here have solved it then please share or if someone have ny idea about how to solve it then also please share.
2 questions how you got those rings working??? i always get white blank screen can u plz post the codes u used & that armour showing 3 options + failed to allocate power in ur screenie.. jst shows "failed to allocate power" when i spawn them ( i use this code for that armour 3810)
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
onyourrisk
Impressive post ! but still manything missing wishing you luck for that !
Quote:
Originally Posted by
ramankamboj
Then be kind to point out the missing things.
As far as setting up of server is concerned, the files i provided r enuf to get success with any epi 3 server setting guide.
What all things according to you are missing? Spare some time nd make a list of missing things.
As you guys know we guys don;t speak up :P
:blush:
-
Re: 219 Server Files(episode 5)
-
Re: 219 Server Files(episode 5)
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
DhanrajWarrior
Sith, chec the clan db and path of clan folder in mainserver svrinfo.ini file.
check whether u have 1000 folders in clan folder in c: drive
Check these and try creaing KH.
Regards
D.Warrior
Hi friend
I have 1000 folder for clan in C: drive is surely and I can made KH in my server
Anyhow, it's will " [ ] " ( do not show KH name ) when restart server.
If your server can show KH name Pls, give me for guide
TH Q
-
Re: 219 Server Files(episode 5)
3 problems from my side:
1)I teleport to t2 instead of clrence
2)Cant intitialise MWCLDB.exe even after replacin the clandb.ini u gave to other guy in other post
3)After trying for 15 hours still cant activate my GM account,i have followed exactly what has been posted in guides..even made a gamemaster1 account to make margin of error negligible...
Any help will b appreciated
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
zarzxtacy
3 problems from my side:
1)I teleport to t2 instead of clrence
2)Cant intitialise MWCLDB.exe even after replacin the clandb.ini u gave to other guy in other post
3)After trying for 15 hours still cant activate my GM account,i have followed exactly what has been posted in guides..even made a gamemaster1 account to make margin of error negligible...
Any help will b appreciated
1. There is no perfect client available for these server files. So you need to edit the teleporter lists to make it work perfectly. Or you can always use the GO command to visit any map.
2. Don't worry about that MWCLDB . That tool suckx.
3. If you are unable to create GM account then check all GMinfo.ini files and see that you have put in same id which you have created or not. And you have to put in that id in INi file before starting the server. Or use the files uploaded by me. Don't edit any file and create a Id as "hawkiii"
-
Re: 219 Server Files(episode 5)
Quote:
1. There is no perfect client available for these server files. So you need to edit the teleporter lists to make it work perfectly. Or you can always use the GO command to visit any map.
2. Don't worry about that MWCLDB . That tool suckx.
3. If you are unable to create GM account then check all GMinfo.ini files and see that you have put in same id which you have created or not. And you have to put in that id in INi file before starting the server. Or use the files uploaded by me. Don't edit any file and create a Id as "hawkiii"
okk thanks will try it tomorrow morning...
:)
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
ramankamboj
Have nyone been able to solve this "Failed To Allocate Power" problem.
For more info check the attached image.
If anyone here have solved it then please share or if someone have ny idea about how to solve it then also please share.
GT.ull belongs to TianTian A3.. You shouldn't have faith in some other's work! Try something original.. www1.projecta3.com
Quote:
Originally Posted by
onyourrisk
Ya , but for hosting server on LAN or WAN your RAM must be over 2 GB if you want to run all maps . . .
If you have 512MB ram than also no problem you can make some maps Mapxx=2 and run server in MapInfo.ini file . . .
You wont be feeling even 4 GB sufficient. Take my word on that.
Quote:
Originally Posted by
gantolaakshay
while running the zoneserver 24.7 mb one as per ur guide i get a connect db error i am sure this is because of the a3serial id creation but i have already done that
Note: i had the same problem with epi 3 server but some1 shared a zoneserver without the a3serial authentication, and that wrked well. Can u make the zonserver without the authentication?????
plzzzzzz tyyyyyyyyyyyyyyyy BTW i Am using sql 2005 express edition ( same that I used for in epi 3)
GOT IT DONE TY
SQL Server 2005 needs SQL Server Management Studio Express. You can download it from Microsoft Site.
Quote:
Originally Posted by
ramankamboj
Have anyone got the folder named A3_src. If anyone have then please upload and share the link here.
And can anyone share the working Tower event files, atleast the tower should start no matter if we can enter or not.
And also can anyone tell me how to start the All-out-war.
Also have anyone solved the problem of "Unable to allocate power" problem in few sets??
A3_Src is impossible to get. There is nothing called Tower files. The Tower Event is bugged in the Zoneserver. I don't this we can fix it up.. Dug deep and gave up..
For all out war, use the TYR Commands that I have posted in my GM Guide.
-
Re: 219 Server Files(episode 5)
@CVR
Bro help me out to host this online just for a few friends I have made a separate thread please look into it.
tnx
-
Re: 219 Server Files(episode 5)
Quote:
the next step is ODBC
go to start>control panel>administrative tools>Data Sources (ODBC)>System DSN
now press add
select sql server.. press Finish.
now put
name = A3ItemEvent
server = {your server name} (the name i told to remember previously.. if u forgot then go to start>program files>Microsoft SQL server>Service Manager
& click start server ... u ll see the server name there)
now press next
now it will show 2 options there .. select the second option & put
Login ID : sa
Password : ley
now press next
select change database to .. & select A3ItemEvent there
now press next... finish .. OK
u have to do this same process with some more databases too
here is the list
A3Friend = FriendDB
A3RcvResult = A3ItemEvent
A3SerialList = A3ItemEvent
ASD = ASD
EventA3 = ASD
FriendDB = FriendDB
HSDB = HSDB
LETTERDB = ASD
LocalServer = ASD
Login202 = ASD
NEWASD = ASD
the next process is to make a .reg file..
a .reg file is already given in the serverfiles in the folder named important files & shortcuts
if its there then just double click on it & press yes yes
or if u r using any otherserver files then u have to make a .reg file by the following process
first of all copy the text which i m giving below
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="FriendDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3RcvRes ult]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="A3ItemEvent"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Serial List]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="A3ItemEvent"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\EventA3]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\FriendDB ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="HSDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\HSDB]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="HSDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LETTERDB ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="FriendDB"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalSer ver]
"Description"=""
"Server"="(Local)"
"Trusted_connection"=""
"UseProcForPrepare"="Yes"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Login202 ]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\NEWASD]
"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
"Server"="(local)"
"Database"="ASD"
"LastUser"="sa"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"LocalServer"="SQL Server"
"A3RcvResult"="SQL Server"
"A3SerialList"="SQL Server"
"FriendDB"="SQL Server"
"NEWASD"="SQL Server"
"Login202"="SQL Server"
"LETTERDB"="SQL Server"
"EventA3"="SQL Server"
"A3Friend"="SQL Server"
"HSDB"="SQL Server"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]
"DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"
Ahh seen my guide after a long time .. btw when i made the guide i too didnt knew wats the actual use of odbc & the reg file.. u can replace this lengthy process just by replacing it with a correct .reg file as the odbc correction is needed coz of the unwanted spaces like in "[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]" etc
you can use the .reg file by dheeraj or raf & ignore this lengthy process.. it will be better for the topic starter to edit it.. & do remember to mention the line "replace all (local) {with brackets} in the reg file to ur sql server`s name beforing using the .reg file" in the guide
& btw thanx for promoting the Noob guide again :ott1:
-
Re: 219 Server Files(episode 5)
hi Friends
I had setup server but my GM don't work
even my GM = Account ID and Char ID are same but not able to work for me
in Part III every thing working fine
-
Re: 219 Server Files(episode 5)
[GMinfo]
GMCount=1
GMLevel_0=165
GMName_0=your account
make this config in zoneserver , mainserver and accountserver
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
protisback
Ahh seen my guide after a long time .. btw when i made the guide i too didnt knew wats the actual use of odbc & the reg file.. u can replace this lengthy process just by replacing it with a correct .reg file as the odbc correction is needed coz of the unwanted spaces like in "[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]" etc
you can use the .reg file by dheeraj or raf & ignore this lengthy process.. it will be better for the topic starter to edit it.. & do remember to mention the line "replace all (local) {with brackets} in the reg file to ur sql server`s name beforing using the .reg file" in the guide
& btw thanx for promoting the Noob guide again :ott1:
Yea it is indeed your guide only. I thought to post it as it is simplest so that newbies won't face much problems in setting the server.
And this ODBC is good for those who don't have idea about SQL and ODBC. And if anyone follow this guide then he need to use the ODBC posted in this guide only. reg file of dhiru's guide won't work if they follow your guide for other parts. But yea if they follow the ODBC setup in dhiru's guide then the reg file of dhiru can be used because the database names in you guide and in dhiru's odbc are different and if people will mix both guide then they are bond to fail in setting up server.
-
Re: 219 Server Files(episode 5)
Server Run Ok. But A3Client Run Error. Because = ?. Use A3Mana Data.
-
Re: 219 Server Files(episode 5)
man i did
but nothing happen it workin with part 3 server but not working in part 5 server
i think there is somthing working with the server
:( help me
-
Re: 219 Server Files(episode 5)
UPDATE(29 July 2009):w00t: :w00t:
Item Socketing (Done through Episode 5 npc)
Codes For Gems
9834 to 9851
Yellow Gems can be used with Armor ---Gem Codes: 9834 to 9839
Red Gems can be Used with Unque Necklace --- Gem Codes: 9840 to 9845
Blue Gems can be used with Unique Rings --- Gem Codes: 9846 to 9851
Codes For Unique Necklace : 4156 to 4159
Codes For Unique Rings : 5184 to 5187
Codes For Items To be Used in Armory Slot : 9831, 9833, 9853, 9854
Codes For items to be used in Improve Set Slot:
9832 9852, 9855, any appropriate gem.
Now Coming to The Socketing Part
Armory slot is for adding unique option to normal Armor part so that you can add other unique option to armor by using improve set slot(not the gloves,helmet, pants,shield or boots)
Now put the armor, unique ring or unique necklace in Improve set slot + 3 Items needed and the appropriate gem. It will give you a unique option.
NOTE:- There are total of 6 gems of each colour but you can use maximum 3 gems on 1 item. All 6 gems can't be used used on single item.
-
Re: 219 Server Files(episode 5)
Bump :)
Posted via Mobile Device
-
Raman HELP!!!!
Thanx a LOTT!!!
I did make some progress with the new guide but I am still SHTUCK!!!
http://img148.imageshack.us/img148/3032/workingo.jpg
This is a screenie of all the processes that are running fine.
http://img81.imageshack.us/img81/2599/errp.jpg
This is the Zoneserver process that fails!
Please help!
-
Re: Raman HELP!!!!
Quote:
Originally Posted by
speedey4u
Go to SQL and make a new login called "a3serial" with the password given in the guide and then set it as the db_owner for A3ItemEvent Database.
Then go to the A3ItemEvent database Security > Logins and check if the a3serial Login got registered there. This will fix your problem.
Please search before posting.
-
@Insane
Hi,
I did create the "a3serial" login but I'm using SQL server 2008 which is really very different and many things are not as they are described in the guide!
But since u pointed the relation b/w zoneserver and that login, I fixed it. Now, all the Processess are running! But problem again.
I am using the ARA3 client files that CVRDheeraj uploaded. When I connect that the Updater shows up and then stops responding. I also used the bypass and connected to the server but sometimes the PC reboots while at other times the login screen comes and shows "Failed to connect to the Login Server"
I hexed the A3client.exe with the 127.0.0.1 ip as described in CVRDheeraj's guide! I also tried to use the client provided by Raman but when I run it, it shows "File Corrupted"!
A lot of problems and I have no clue! HELP! AGAIN!
Please guide me, I'm totally new in this field!
-
Re: 219 Server Files(episode 5)
hii everyone i have used raman guide and getting the followinf problem....
i have run everything upto account server and it is working properly without any problem, but when i click on zone server for make it run nothing happens ....... i leaved my pc for 15 min almost but nothing happens....... when i click on zoneserver as told by raman, task manager shows zoneserver working for 10-15 seconds after that zoneserver disappears and nothing happens... please tell me whats this problem is.....
me having 512 mb ram ........ i think it shud not make any problem ????
please reply asap
-
Quote:
Originally Posted by
speedey4u
Hi,
I did create the "a3serial" login but I'm using SQL server 2008 which is really very different and many things are not as they are described in the guide!
But since u pointed the relation b/w zoneserver and that login, I fixed it. Now, all the Processess are running! But problem again.
I am using the ARA3 client files that CVRDheeraj uploaded. When I connect that the Updater shows up and then stops responding. I also used the bypass and connected to the server but sometimes the PC reboots while at other times the login screen comes and shows "Failed to connect to the Login Server"
I hexed the A3client.exe with the 127.0.0.1 ip as described in CVRDheeraj's guide! I also tried to use the client provided by Raman but when I run it, it shows "File Corrupted"!
A lot of problems and I have no clue! HELP! AGAIN!
Please guide me, I'm totally new in this field!
you are using the server files given in this thread? These are episode 5 server files whereas ARA3 client is episode 3 client.
You need episode 5 client. Tta3 & a3mania client are epi 5. But a3mania client dn't seem to be working for many ppl. So download tta3 client & use the a3client.Exe provided in this thread.
Posted via Mobile Device
---------- Post added at 01:52 PM ---------- Previous post was at 01:47 PM ----------
Quote:
Originally Posted by
faltufanda
hii everyone i have used raman guide and getting the followinf problem....
i have run everything upto account server and it is working properly without any problem, but when i click on zone server for make it run nothing happens ....... i leaved my pc for 15 min almost but nothing happens....... when i click on zoneserver as told by raman, task manager shows zoneserver working for 10-15 seconds after that zoneserver disappears and nothing happens... please tell me whats this problem is.....
me having 512 mb ram ........ i think it shud not make any problem ????
please reply asap
so u r not getting any error message?
Maybe u r running short of ram. Try increasing the page file size. That might solve ur problem.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
@Raman
whats this page file size dear please specify??
and is that sure that i am short of ram bcoz if that so i will increase my ram then ??? and 1 thing i will also tell u when i try to setup server part 3 it zoneserver doesnt disappear like that ... it shows error but now it doing nothing just --- clicking and than nothing at all -----
means this disappearing problem coming due to ram naa??
moreover me not getting any error at all ........
-
Quote:
Originally Posted by
faltufanda
@Raman
whats this page file size dear please specify??
and is that sure that i am short of ram bcoz if that so i will increase my ram then ??? and 1 thing i will also tell u when i try to setup server part 3 it zoneserver doesnt disappear like that ... it shows error but now it doing nothing just --- clicking and than nothing at all -----
means this disappearing problem coming due to ram naa??
moreover me not getting any error at all ........
right click on My Computer -> properties -> click on Advanced tab -> click on Settings of performance -> select Advanced tab frm newly opened window -> under Virtual memory click on Change button.
It will show a new window listing all ur drives and will also show that which drive have page file.
Click on that drive -> now select 'custom size' option -> enter the Initial and maximum size and click on 'set'.
Try setting Initial size = 2000mb and maximum size as 6000 -7000 mb.
Note: the size which u enter for page file, it will reserve that much hard disk space of that drive for system use.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
Raman, TTA3 doesnt run on vista! :(:
Please check my last post in my thread: "Update the server guide". U'll understand my position!
Im desperate man!
-
Re: 219 Server Files(episode 5)
@all
me used raman server files...... i setup my server properly .... everything running propely upto zoneserver and centerserver ...... no problem at all .... i copied a3client.exe provided by raman on my desktop and first time when i clicked on it to run the server nothing happens then again i clicked on it after 2-3 min and at that time after 10-15 seconds my pc restarts ..... can any body please tell me whats this problem is...
me setuping this server for my own pc only ......
my ram is 512 mb
tell the problem please guyzzzz .......... I M SO NEAR :)
hoping for the earliest reply
-
Re: 219 Server Files(episode 5)
512 you joke, 1GB(minimum) only for server, 2 GB(minimum) server + client.
-
Re: 219 Server Files(episode 5)
@RaF71
my dear me not jocking seriously i have that ram only :rolleyes:
aaree yaar achaa
now any one tell seriously that pc restarts problem is due to ram or anything else........
if that due to ram then i will increase that naaa but clarify too karoo whats the problem .......... :/:
hoping for the reply :closedeyes:
---------- Post added at 05:35 PM ---------- Previous post was at 03:42 PM ----------
and me want to run this server only for my pc ..............
how much ram i want 1 GB or 2 GB
please reply guyzzz any one
-
Re: 219 Server Files(episode 5)
@faltufanda
it seems like ram proble only. Looks like u r running out of primary memory which force abnormal restart.
If u have nvidia graphic card of 128mb or more then 1gb ram is enuf for server+client else u will need 2gb.
@speedey4u
sorry i never used vista. Hope smone who use vista help u.
Btw vista is worst OS. I wonder why microsoft developed such os.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
faltufanda
me having 512 mb ram ........ i think it shud not make any problem ????
ROFLMAO.. Are you Kidding Me? I don't think 512 will be sufficient for running a client alone.. forget the server part.
Quote:
Originally Posted by
ramankamboj
Btw vista is worst OS. I wonder why microsoft developed such os.
Not really.
-
Re: 219 Server Files(episode 5)
hi raman i saw r post ystrday and also hav made the server and its workin fine but i hav a few probs
1) @NPCSUMMON this command isnt working i tried in elkenver wolfreck m using tta3 client. and none of the monster codes working...and if the monster codes have changd or smthing can u provide wid new codes??
2)I figured out the epi5 skills out and those are workin as well but cant figure out the unique armors and all. the space wr its supposd to shw the option is blank.... and also cant find the g9 uni armor codes....
3) Purenil is invisble... and rabellu still stands and keeps wavin after dead
4) hw to enable uni skill drop on certain creeps??like in sidhe...?
pls help me out ppl... and i searchd fr the unique armor codes a lot cudnt find:(: can u provide the link again pls:/:
w8ting fr ur reply......
-
Re: 219 Server Files(episode 5)
1 more problem i just hookd up wid , when i tried to hex the client provided by raman to my hamachi ip.. i found 127.0.0.1 7 times. i hexd the epi3 client before and it replaced 6 ips wid my ip. bt nw when i replace those 6 the file gets corrupted and i did the hexing properly as in the guide its given like if the ip is more then 9 digit ip use spacebar and i was hexing with a 12 digit ip i tried the space bar thing on the ip and its not working it says invalude string weared.
suggest me wat to do and wat m doin wrong
-
Re: 219 Server Files(episode 5)
1. Dn't know what happened to NPCSUMMON. For most of codes i get cheat fail and for few codes it say cheat ok but no boss get spawned.
CvrDheeraj need ur help here.
2. Unique skill and uniq armor codes are given at first page of this thread.
And unique set will show uniq options only when u wear 2 or more parts of same set.
3. That rabellu is dark rabellu which spawn after the original dies. But dunno why it neither attack nor it take ny damage. My char with 63k attack do all 0's on it.
CvrDheeraj need ur help here :)
4. For editing the drop list of creeps, the guide is already given on forums. Check stickies nd search forums.
5. If this client have ip at 7 places then why dn't u try replacing at 7 ip's.
And for leaving blank space dn't use spacebar. Put the hex code as 00 for leaving blank space.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
dheeraj wr are u need help mate.....
thanks fr replying raman....
and i will hex the client and let u knw if its working or nt.
-
Re: 219 Server Files(episode 5)
@Raman
dear i had setup full server properly from ur files and as u mentioned ...... and its running perfectly upto CentreServer.....
but when i clicked on client nothing happens ....... pc rests as it is for many minutes and even then nothing happens ........ i opened task manager in that LUANCHER1.EXE showing but nothing happens at all.......
whats this problem now....... i have upgraded to 1 GB ram now ........ ??? whats the problem now...
me running the server for my pc only and didnt change any ip anywhere...
and tell me one more thing for running server on my own pc only is internet connection is needed kyaa????
Please reply ............... asap
-
Re: 219 Server Files(episode 5)
@faltufanda
which client u r using?
And u dn't have to click on a3client.exe.
If u r using tta3 client then u dn't need to run bypass launcher. Tta3 client have a batch file name tta3-1 smthing. Click on it and run the client.
2. For running server and client on same pc, u dn't need internet connection.
Posted via Mobile Device
---------- Post added at 01:09 PM ---------- Previous post was at 01:08 PM ----------
And also tell me which operating system u r using?
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
@Raman
me using the client which u have provided, in ur important files in ur server files, for running the game i copied that client to my desktop and then tried to run the game by clicking on it ...... i didnt change anything just follow ur guide fully and didnt change any ip either....
i am using Windows XP SP2 .....
and giv me one more info what is this bypass launcher for ???? :D
reply asap ........................ last mai aakee aattck gaya :(
-
Quote:
Originally Posted by
faltufanda
@Raman
me using the client which u have provided, in ur important files in ur server files, for running the game i copied that client to my desktop and then tried to run the game by clicking on it ......
and giv me one more info what is this bypass launcher for ???? :D
reply asap ........................ last mai aakee aattck gaya :(
wow. Is it a joke or wat?
Have u read the guide properly?
I think in first few lines i have clearly stated that you need episode 5 client. And wat u r doing is trying to run game without the game!
Download the tta3 client. It is of around 695 mb. In that paste the a3client.exe provided by me.
Note:- for running any game you need all game files nd not just the exe for that game.
Leave the question of bypass launcher. U dn't need it.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
@Raman
ohhhhhh... sry
okk got it .... i play tta3 so i have full game files of it so i will just copy the client provided by u in that and then just play the game and server files as it is which i am doing previously okk naaa
okk thanxxx will try and tell u again if it is running or not....
thanxxxxxxx dear
will update 2moro biee
-
Re: 219 Server Files(episode 5)
Thanxxx RAMAN
ur guide perfect to run PART 5 Server
and thanxx all who helped in the whole process
thank u alot
my server running properly ......
Thanxxx again :D
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
wartool
hi raman i saw r post ystrday and also hav made the server and its workin fine but i hav a few probs
1) @NPCSUMMON this command isnt working i tried in elkenver wolfreck m using tta3 client. and none of the monster codes working...and if the monster codes have changd or smthing can u provide wid new codes??
2)I figured out the epi5 skills out and those are workin as well but cant figure out the unique armors and all. the space wr its supposd to shw the option is blank.... and also cant find the g9 uni armor codes....
3) Purenil is invisble... and rabellu still stands and keeps wavin after dead
4) hw to enable uni skill drop on certain creeps??like in sidhe...?
pls help me out ppl... and i searchd fr the unique armor codes a lot cudnt find:(: can u provide the link again pls:/:
w8ting fr ur reply......
Is Purenil the water god boss? If so .. ya .. i can't find it. And as far Rubella thing ... after you kill three rubellas and kill the 4th rubella, Destruction will spawn and this time it attacks and can be killed.
As you told in 4, i jus see some green dudes in rubella room (which never spawn after they die) and some Clor creeps in wind boss map and dun see any creeps in seedhe maps and trying to make them visible..
One thing i figured about the unique sets is only 4 sets are complete(all 5 parts, 1 archer,1 hk, 1 warr , 1 mage) and the rest are imcomplete with 4 parts only.
-
Re: 219 Server Files(episode 5)
@Raman
Hi, pls temme where to paste that GT.ull file. :/:
-
Quote:
Originally Posted by
speedey4u
@Raman
Hi, pls temme where to paste that GT.ull file. :/:
paste it in Data folder of ur client.
Posted via Mobile Device
---------- Post added at 11:10 AM ---------- Previous post was at 11:00 AM ----------
Quote:
Originally Posted by
stanton93
Is Purenil the water god boss? If so .. ya .. i can't find it. And as far Rubella thing ... after you kill three rubellas and kill the 4th rubella, Destruction will spawn and this time it attacks and can be killed.
As you told in 4, i jus see some green dudes in rubella room (which never spawn after they die) and some Clor creeps in wind boss map and dun see any creeps in seedhe maps and trying to make them visible..
One thing i figured about the unique sets is only 4 sets are complete(all 5 parts, 1 archer,1 hk, 1 warr , 1 mage) and the rest are imcomplete with 4 parts only.
1. I think i saw that blue coloured aunty smwhere. Will let u know if it is thr on sm map or it have to be added to sm map.
2. Those green creeps in Rubella map are protectors of rubella. Whenever any player enter that map they run toward player and explode thereby doing damage to player.
3. Yea only 4 sets are there. Still trying to find the codes of rest of sets. Hope they are available in server files.
Posted via Mobile Device
-
Re: 219 Server Files(episode 5)
-
Re: 219 Server Files(episode 5)
I need help to install BDE on windows 7 64x!!!! How can i install?
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
LostSoulBR
I need help to install BDE on windows 7 64x!!!! How can i install?
Installer Gives an error?
-
Re: 219 Server Files(episode 5)
Yes but i fix it. thx, now i need a new help everything is OK but in game i cant connect... and how i conect with hamachi?
-
Re: 219 Server Files(episode 5)
Have anyone resolved the bug in battleserver? It automatically close after some time and even if it is running i am unable to enter the arena. Character always get stuck if i try to enter arena and then have to close the client and reconnect.
If smone have reolved the problem then can you please tell me how to make it working or share you battleserver.
Secondly about the uniq sets. Some ppl were saying that there is only 1 complete set of each class and rest of sets are not complete. I checked on many sites and i found that each class have only 3 uniq sets. 1 set have all 5 parts, second set have 4 parts and third set have 3 parts.
3. While playing i had seen that one of warrior uniq armor and cler had bug. If we wear them they weren't showing in worn slot. Hk was not able to use cler and same for warrior's uniq armor. If anyone of you is facing this problem then let me know.
-
Re: 219 Server Files(episode 5)
hi need sm help i hv done exactly wht u said but i still hv sm problem.Problem is tht i can login but cant c8 any char or gm char can any 1 gv sm help and solution ty
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
nithin_g_n
hi need sm help i hv done exactly wht u said but i still hv sm problem.Problem is tht i can login but cant c8 any char or gm char can any 1 gv sm help and solution ty
You are able to login with your id pass but you are unable to create any character. That mean your account path is not correct. Check the SvrInfo file in accountserver. You will see smthing like below. Correct the path of the accounts folder. And make sure you have 1000 folders created in accounts folder by clicking on MkDir.
#Account File DB Path
AccountRootPath=D:\a3server\ACCOUNT
-
Re: 219 Server Files(episode 5)
Yea Raman. I'm also facing that wear glitch. Cler and Uni spear armour.
I also had it in epi5 mod epi3 server.
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
Replica
Yea Raman. I'm also facing that wear glitch. Cler and Uni spear armour.
I also had it in epi5 mod epi3 server.
Here is the solution to that. Do as said in Read Me file included in the package
http://www.filefront.com/14431753/Re...r%20glitch.rar
-
Re: 219 Server Files(episode 5)
Stuck the thread. This one is active and helpful. Will stay as a sticky until something better comes up.
-
Re: 219 Server Files(episode 5)
Thanks raman..
But what was the error anyway?
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
Replica
Thanks raman..
But what was the error anyway?
THe error is because the secont part of the code is messed up, try just spawning the cler and the armour in game. DO not use the maxed code given in forum. Then u ll realise that the code is the one which is bugged.
items getting vanished when u wear, the item is actually entered in the WEAR_/ of mbody. IF u check it, u ll find it there.
-
Re: 219 Server Files(episode 5)
Refer to the old Epi 3 codes for the G10 Set. Cler and etc work good there on the GM Commands. Some of the commands have a "0" missing at the end on the item code part. If that's the case then just add it up.
On an other note, I have sockets working but there seems to be a problem. Once I add sockets and options to an item, the item becomes totally different. I meant it's of the same class and works great but none of the combinations work for it anymore.
For example: I socket an Oranos Armor and then I cannot use the combinations of Bless or AD or any other option combination on that particular item. This is something really weird and needs to be fixed.
Apart from this, I'd also like someone to share their WL.ull and Teleport.txt here if they have a fixed one. It's a hectic procedure and am really not in the mood to do it all over again.
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
iNs@nE
On an other note, I have sockets working but there seems to be a problem. Once I add sockets and options to an item, the item becomes totally different. I meant it's of the same class and works great but none of the combinations work for it anymore.
For example: I socket an Oranos Armor and then I cannot use the combinations of Bless or AD or any other option combination on that particular item. This is something really weird and needs to be fixed.
thats because normal oranos n socketed oranos is 2 different kind of things... check the sql codes...
for example, for normal oranos if u had it non max element i.e fire, lightning n cold resist not up to max, once u converted that oranos into a socketed one, it will maxed it out automatically. n the code of the oranos is changing. let say, normal oranos = 1115 once converted into socketed oranos it will be 1112.
and u cant craft that socketed oranos (sql code now is 1112) cos that code din exist in itemcombinationdata inside zonedata folder.
Quote:
Originally Posted by
ramankamboj
Secondly about the uniq sets. Some ppl were saying that there is only 1 complete set of each class and rest of sets are not complete. I checked on many sites and i found that each class have only 3 uniq sets. 1 set have all 5 parts, second set have 4 parts and third set have 3 parts.
its true..
n this is wl.ull n teleport.txt
-
Re: 219 Server Files(episode 5)
Yep. Realized that. I am trying to make sure it retains it's item code instead of defining a whole new set of combinations in the itemcombination.dat ... which would be a much easier thing to do ...
There a couple of other problems too. At the moment, I am trying to make my own stable client. That's what I've been doing for a couple of days now. Got most of the stuff working and now I want to concentrate on the in-game rebirth option which we never thought of before.
Those files are not available to us coz the final part of epi 5 never released but let's see if we can get that to happen. Then we can avoid using any kind of external account management tools.
EDIT: Checked the WL.ull and Teleport.txt .. Works perfect and added it to the stickies. :)
-
Re: A3 219 Server Files [Episode 5]
Double Post:
Well, I was facing a couple of other issues too and was wondering if you guys had the same problems or was it just me.
1. The WZ to Gold and Gold to WZ, well Gold to WZ works great but somehow WZ to Gold does not work. - FIXED
2. The Knighthood Crest cannot be added sometimes. It's kind of random. I can add the Crest sometimes and I cannot add it sometimes. - FIXED
3. The Prize Event display on the screen, it pops up sometime and it doesnt sometimes. I am mostly expecting this to be a lag in the servers.
If anyone else faced these probs and fixed em up, then do let me know. You'd be saving me the pain of going through lots of stuff. :)
-
Re: A3 219 Server Files [Episode 5]
Quote:
Originally Posted by
iNs@nE
2. The Knighthood Crest cannot be added sometimes. It's kind of random. I can add the Crest sometimes and I cannot add it sometimes.
does not true to me, i cant add it at all...
Quote:
Originally Posted by
iNs@nE
3. The Prize Event display on the screen, it pops up sometime and it doesnt sometimes. I am mostly expecting this to be a lag in the servers.
If anyone else faced these probs and fixed em up, then do let me know. You'd be saving me the pain of going through lots of stuff. :)
does it really do according to the setting that we make?... i always have a doubt in this event.. looks the same b4 and after the event....
-
Re: A3 219 Server Files [Episode 5]
Thnx for the hench. :)
- Fixed the Gold to WZ problem.
- Fixed Knighthood Crest Problem.
-- I also added a ODBC.reg to the sticky thread here.
http://forum.ragezone.com/f98/releas...-files-605417/
Newbies, please use that to avoid many many post server complications. Replace "(local)" in the file to your SQL Server Name.
-- Also those who are starting afresh on the Episode 5 Server Files, please follow the given order to execute the servers and not the old traditional order.
1. 7770
2. 8880
3. 9990
4. Login Server
5. Login Agent
6. Main Server
7. Account Server
9. Zone Server
10. Zone Agent
11. Battle Server
12. Center Gaming Server
Quote:
Originally Posted by
zaugola
does it really do according to the setting that we make?... i always have a doubt in this event.. looks the same b4 and after the event....
It's shows what you hex on the Zone. The ini file info basically for it's time of running and maybe also if the prize event is active.
This one still shows up sometimes and doesnt sometimes.
And lol when you use the translator to get to english, it sounds soo weird. :P
-
Re: A3 219 Server Files [Episode 5]
Any 1 can tell me how to coding A3 launcher using Visual basic?
-
Re: A3 219 Server Files [Episode 5]
ins@ne knows maybe he could help :D
-
2 Attachment(s)
Re: A3 219 Server Files [Episode 5]
Attachment 72003
Attachment 72004
:grr::grr:
hey guys i am new to this topic read the whole forum on server creation of a3 but having a problem i followed every step very carefully pls help to solve the problem :?:pls look @ screen shot i get error while running the main server:rolleyes:
-
Re: 219 Server Files(episode 5)
Quote:
Originally Posted by
speedey4u
Raman, TTA3 doesnt run on vista! :(:
Please check my last post in my thread: "Update the server guide". U'll understand my position!
Im desperate man!
there was an updat made on that very server by its admin to insure that it runs on Vista as well. youll find the link to download it on there website.
-
Re: A3 219 Server Files [Episode 5]
[/COLOR]
Quote:
Originally Posted by
iNs@nE
Thanks for the sticky thread for the downloads, but BDE setup is not working.
Found another link for BDE which I then checked through Virustotal , here it is:
http://alainlecomte.free.fr/SetupBDE5.exe
Sorry for this.....BDE is under the BDE folder in Server Files no need for extra download
-
Re: A3 219 Server Files [Episode 5]
THANK YOU ALLL!!! finally have server running.
--OK OK-- Problem found
Server cannot run under VirtualBox/VMware (displays that [speedhack] error), It now seems to be working with TTa3 client, Mania client gives errors.
Thanks guys, Now I have both Epi3 & Epi5 setup on same machine, thank you.
-
Re: A3 219 Server Files [Episode 5]
pls help me someone plssssssssssssssssssssssssssssssssssss
-
Re: A3 219 Server Files [Episode 5]
Quote:
Originally Posted by
deadly
pls help me someone plssssssssssssssssssssssssssssssssssss
Man, REMOVE EVERYTHING and re-install, these very same files led me to a "semi-working" epi5 server.
You probably have missed something from the guide concerning the files or drive_c.rar, follow the guide step by step and make sure you have the appropriate folders setup in your C drive too.
-
Re: A3 219 Server Files [Episode 5]
Hex problem solved. Can anyone tell me how can i turn eventhing into english? many (most) buttons / items are in chinese
-
Re: A3 219 Server Files [Episode 5]
Quote:
Originally Posted by
Sabertooth
Hex problem solved. Can anyone tell me how can i turn eventhing into english? many (most) buttons / items are in chinese
Check the First Page of this thread. Download the GT.ull and paste it in data folder of your client.
-
Re: A3 219 Server Files [Episode 5]
Still NPCSUMMON COmmand not working and Purenyl is also not visibke in its room. I wish someone finds solution to it. Moreover, there is no solution to gold exchange yet.