• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Page Setup (Complete Walkthrough)

olavo

New Member
Joined
May 29, 2007
Messages
74
Reaction score
0
Ok, I know everyone has an AAC Page walkthrough, but I'm gunna include some things that others dont. I also know you have probably seen a bajillion walkthroughs that look exactly like this... THIS IS THE ORIGINAL!

Firstly: We need an Xampp package. This can be found at

http://sourceforge.net/project/downl...irror=easynews

Install the package to your desktop, agree to the licenses, and ur done with this step.

Step Two: Open the "htdocs" folder inside of the Xampp folder. Delete both index.htm and index.php. Doing so will keep you from seeing the Xampp page every time u run Xampp.

Step Three: Go back to the first Xampp folder, and run setup_xampp.bat.
When it finishes setting up, you will a msg such as "Press any key to continue". Do so, and the black box will disappear.


Step four: Now we need the AAC files. I reccomend Nicaw's AAC with highscores, but you can use ANY AAC files, they all run the same way.
For Nicaw's files, go to http://sourceforge.net/project/downl...ar.gz&95552644
After downloading the files, open the files in Winzip or WinRAR, and put ALL the files (NOT the folder containing the files, but the ACTUAL FILES) into htdocs folder.

Step Five: Now it's time to see if your ACC Page worked. Go back to the xampp folder, and run xampp_start.exe. A black window will pop up, and if it worked right, a msg will appear saying
### APACHE + MYSQL IS STARTING NOW ###. NOTE TO USER: DO NOT CLOSE XAMPP MANUALLY, USE THE XAMPP_STOP.EXE ICON. If you dont, this will possibly crash ur xampp database, making it unuseable!

Now go to http://localhost, and ur AAC Page should appear.

Step Six: Now we port forward. Most would leave this step to last, but I don't, and the way I did it worked for me, so yeah. If you don't have a router, skip steps 6-7.

Go to Start=>run, and type in command or cmd. Then when the black window pops up, type in ipconfig/all. Scroll down to where it says something to the extent of "IP Address. . . . . . . . . . . . : 192.168.1.100"
and write this number down. You will need it for later. Now where it says "Default Gateway . . . . . . . . . : 192.168.1.1".... this is the number needed to access your router. Copy that number down too, then open ur internet browser and type that number in. It will ask for username and password, default is admin/admin. If all went well, you will see your router page.

Step Seven: Note that this step may be different for different router types). Now that we're at the router page, go to "Advanced" section, then click on "Forwarding". For the program name, type in Apache. For the port, type in 80 to 80. Enable UDP and TCP. For the IP, use the IP Addres you wrote down earlier (the one like 192.168.1.100) then click enable, and click apply settings. Now go back to the forwarding page, type in Apache2 as the program name, and put port 443 to 443, UDP and TCP enabled, put in the ip again, and click apply. There! You just forwarded ports for Xampp!

Step Eight: Now we configure our AAC. If you are using Nicaw's, this is very easy. If you are using a regular AAC, its also, very easy.

For Nicaw's Go to the htdocs folder located inside of the Xampp folder, and find config.php. Open it in wordpad or notepad. do cntrl + f, and type in "//Location of data directory" without the quotes. Where it says "$dirdata" put the location of the data folder from your server there. It should look similiar to this: C:/YurOTS STF Edition/data/ but it should be YOUR data directory, not mine. Remember to put the / at the end of the directory.

Now we configure temple spawn location. Do cntrl + f again, and type in "$temple = array" without the quotes. Type in the x, y, z of your temple coordinates there.

Now we Configure starting skills and eqs. You will need an item id list for this, it can be found here: http://rapidshare.com/files/10712090...m_Ids.txt.html

Do cntrl + f again, and type in "$health[SORCERER] = '195';", without the quotes. Set these numbers to the health, mana, magic level, and capacity, you want the character "sorcerer" to start out with. The rest of the configuration is self explanatory, above the "eqs" section there is "helm, amul, bp, armor, rght, left, legs, boot, ring, ammo", below that is the item id input for each, make sure you have them lined up right, and in the right order, or else you might have a crossbow where ur helmet goes ^.^



For OTHER AAC's the ssteps are the same, except you need to put in your accounts, players, and vips directories in seperately, and instead of "C:/YurOTS/data", it will look more like "C:\\YurOTS\\data/" with double backslahes before every folder, and a regular slash at the end. REMEMBER! THAT SLASH AT THE END IS NEEDED! If you fail to put it, the players, and accounts files will show up in your data directory, and will be labled similiar to "Gihow123456".

Step Nine: Now we run xampp using xampp_start.exe, go to http://localhost, make sure all the functions work fine, and if they do, you now have a working AAC Page!

For people to connect to your acc page, they need to type in http://youriphere/index.php
"youriphere" is YOUR "global" IP address... if ur using a no-ip redirect, then thats what they should put. To find out your global IP address, go to www.whatismyp.com


I hope this helps someone, it took me 2 hours to type it up, and if you have any problem, please post them here

***I'll say it one last time so we don't have people msging why their xampp wont work after closing it.
DON'T CLOSE XAMPP WITH THE X WINDOW, USE XAMPP_STOP.EXE
 
Step four: Now we need the AAC files. I reccomend Nicaw's AAC with highscores, but you can use ANY AAC files, they all run the same way.
For Nicaw's files, go to http://sourceforge.net/project/downl...ar.gz&95552644
After downloading the files, open the files in Winzip or WinRAR, and put ALL the files (NOT the folder containing the files, but the ACTUAL FILES) into htdocs folder.
I can only say... In this forum WE HATE NICAW
 
Nice tutorial... though you didnt make it 0.o
Tell the truth next time! ^^'

//Saphira
 
Becouse this idiot even dont know how to copy links from other site! Huahuahau.. :>
Nicaw ACC maker isn't too good. Use "Avarians Forgotten ACC":
Avarian said:
Changes: v1.3 - v1.4

* Smarter residence selection system. (you choose which towns can be selected when creating a char)
* Fixed a massive error in char creation. (all char's were being created based off of the sorc configs.)
* Removed the auto-load of your command.xml file for Player Commands. (Until I can think of a way to add descriptions, the new way is better)
* Added a manual player commands file. (If your confused about it just read the tutorial.)
* Added "Look Addons" to manager system.
* Added "Group_id" to manager system.
* Added "Account Type" to manager system.
* House List fixed, 100% now. (Thanks Gesior)
* Death List fixed, 100% now. (Thanks Gesior)
* Added $server_port to config.lua
* Added feature "random account number". (Thanks Pekay and Gesior)
* Added "Image Verification" when creating an account. (Thanks Gesior)



Features:
Account Configuration

* Account Creation
* Account Login
* Account Logout
* Change Password
* Create Characters
* Delete Characters


Administration

* Manager
* Guestbook
* News


Information Pages

* Highscores
* Player Search
* Information Page
* Login Tutorial
* Server Information (online/offline status)
* Visitor Counter
* Spell List
* Rules
* Monster List
* Player Commands
Avarian said:
The only AAC developed specifically for TFS.
Biggest Features coming in v1.5
Account Recovery System(Avarian)
Advanced-House-Auction-System(Gesior)
Guild System(Avarian)
It will be better auction system then in RL tibia :p
Actually thread is on ******, but I'll post on otland when i end House system.
http://******.net/showthread.php?t=74706
 
Back
Top