Re: [Release] Aion Lightning 4.0 - 1-Click Server
Oh damn, I get my 3.9 server working and then this comes out just a small while later. Just my luck hehe
Though this time the databases are exactly the same since I'm upgrading from 3.9 AL to this version of it. So I'll just be asking that: How do I go about transferring the data from my 3.9 AL server to the new 4.0 AL server.
1 Attachment(s)
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I wrote a little sql that makes it possible to convert the 3.9-database to 4.0-database. I hope that this will help you...;)
Attachment 136688
Code:
ALTER TABLE `players`
CHANGE `player_class` `player_class` enum('WARRIOR','GLADIATOR','TEMPLAR','SCOUT','ASSASSIN','RANGER','MAGE','SORCERER','SPIRIT_MASTER','PRIEST','CLERIC','CHANTER','ENGINEER','GUNNER','ARTIST','BARD','RIDER','ALL') NOT NULL,
ADD `bonus_title_id` int(3) NOT NULL default '-1';
ALTER TABLE `item_stones`
ADD `polishNumber` int(11) NOT NULL,
ADD `polishCharge` int(11) NOT NULL;
ALTER TABLE `player_pets`
ADD `expire_time` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `houses`
ADD `sign_notice` binary(130) DEFAULT NULL;
ALTER TABLE `player_registered_items`
ADD `floor` tinyint(4) NOT NULL DEFAULT '0';
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
ryld
Is there any working fix for win8? I've tried other but they don't seem to work
Did you check Aion Wiki Topic
There is a link called:
- [Win 8] NoIP FiX for Aion 4.0 (Needed by AL 4.0 Core)
Re: [Release] Aion Lightning 4.0 - 1-Click Server
So I read through quite a few pages here, and also checked the search function but cant find any tricks in this thread for fixing the Ascension Quest.
Im using an Ely Tech, and upon reaching level 9, it auto completes both the Ascension Quest, and also the Ceremony Quest, but does not give you actual credit for it or let you pick your specialty class and ascend.
I have not tested it on the other faction, or classes, but on the Ely Tech, its looped.
I also tried editing the DB Quests 1006 and 1007 to REWARD, but that does nothing and you actually cannot even talk to Pernos about it, all he says is some stupid stuff about sensing something.
Any ideas, or if this has been covered could someone please kindly link me ;)
Thx dudes
Awesome release btw .... are you working towards a "non local" version?
Re: [Release] Aion Lightning 4.0 - 1-Click Server
edit: never mind got my awnser.
Re: [Release] Aion Lightning 4.0 - 1-Click Server
One problem: I know it's not ready for public use, but is there a way to fix and save character remodels?
When I log out wearing something, when i log back onto that character, all the equips are off the character. How to fix this? please?
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
Dwarfpicker
This file has a Trojan virus in it...:O:
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Re: [Release] Aion Lightning 4.0 - 1-Click Server
well I got it to work on my win8 computer but my account doesn't seem to be admin, how do you change it to be admin on the server?
Re: [Release] Aion Lightning 4.0 - 1-Click Server
You need to change "account_data.access_level" in your database by using any client you like (phpmyadmin, navicat...).
I assume you are using AL 4.0 since you are posting here so if you want to have administrator rights you have to put "3" as new value.
If you want the query instead you can do
Code:
UPDATE account_data SET access_level=3 WHERE name="toto";
just don't forget to replace toto by your account name.
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
pwet99
You need to change "account_data.access_level" in your database by using any client you like (phpmyadmin, navicat...).
I assume you are using AL 4.0 since you are posting here so if you want to have administrator rights you have to put "3" as new value.
If you want the query instead you can do
Code:
UPDATE account_data SET access_level=3 WHERE name="toto";
just don't forget to replace toto by your account name.
I understand what you're saying but at the same time I don't lol, im not sure how to edit this. are you talking about editing the al_server_gs? if so ive been trying to find the access level but im noob when it comes to this server stuff I wanted to try this AL out and try to learn a few things
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I am talking about al_server_ls (which is for loginserver if you left the default database) where you can find account_data table and access_level field.
You need to put "3" in this field on the line where you can find your account name, because this is the account you want to promote to administrator.
Just launch your server after that and you will be able to use admin commands.
Re: [Release] Aion Lightning 4.0 - 1-Click Server
On Aion WIKI - I prefer this threat ^^
Under the link:
- [Guide] Big Guide about Setting up Aion Server
scroll down a little until you reach
[5] Custom Configure your Server
there is a picture guide how to make yourself an Admin!
Re: [Release] Aion Lightning 4.0 - 1-Click Server
What about the reverse of the dll, did you find any useful information?
I have been trying to find out how the check is done in IDA but still nothing atm.
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@Dwarfpicker Do you know how to put Administrator as title ? :O
I change this to true but it not work ? :O
# ----------------------------
# GM Tag config's:
# ----------------------------
# Warning: Other players will be unable to invite to group, etc. using game visual interface!
# When enabled each access level will display a different tag before player name
# Default: false
gameserver.customtag.enable = true
# Custom tag for access level 1
# Default: <GM>
gameserver.customtag.access1 = \ue00B %s
# Custom tag for access level 2
# Default: <HEADGM>
gameserver.customtag.access2 = \ue042HGM\ue043 %s
# Custom tag for access level 3
# Default: <ADMIN>
gameserver.customtag.access3 = \ue042GADM\ue043 %s
# Extra access level tag for those who uses more then 3 levels
# Custom tag for access level 4
gameserver.customtag.access4 = <TAG_HERE> %s
# Custom tag for access level 5
gameserver.customtag.access5 = <TAG_HERE> %s
===========================================================
and
Are there any 4.5 server file now ? XD