Re: Aion 4.0_4.3 Server files & Client
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
- - - Updated - - -
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
Re: Aion 4.0_4.3 Server files & Client
Quote:
Originally Posted by
anshelo
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
- - - Updated - - -
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
go in AionGameServer\config\main\ and search for membership.properties open it and it is searched for by the line
# Enable skill auto learn mode# Default: 10
gameserver.autolearn.skill = 10
in place of 10 put the zero, it looks like this
gameserver.autolearn.skill = 0
if you want the stigma skills there too look for the line
# Enable stigma auto learn mode# Default: 10
gameserver.autolearn.stigma = 10
then just put zero in place of 10 too
gameserver.autolearn.stigma = 0
Re: Aion 4.0_4.3 Server files & Client
Thank you very much I am very grateful
- - - Updated - - -
Quote:
Originally Posted by
dezalmado
go in AionGameServer\config\main\ and search for membership.properties open it and it is searched for by the line
# Enable skill auto learn mode# Default: 10
gameserver.autolearn.skill = 10
in place of 10 put the zero, it looks like this
gameserver.autolearn.skill = 0
if you want the stigma skills there too look for the line
# Enable stigma auto learn mode# Default: 10
gameserver.autolearn.stigma = 10
then just put zero in place of 10 too
gameserver.autolearn.stigma = 0
Thank you very much I am very grateful
Re: Aion 4.0_4.3 Server files & Client
Re: Aion 4.0_4.3 Server files & Client
Quote:
Originally Posted by
argeus99
This Quest "Following Through" asked me twice for defeat spirit underground and even appears as complete is not showing 10/10
Sometimes when your're decorating inside your house and then leave, the background music bugs
Another thing that bothers me
Start Point: Panium
Then i go to Pernom
>> Zephyr Village
>> My house #2
Leave and then goto character screen
Log in and....
Im not outside my house, i just back to Panium for some reason
So is not saving my current spot when i go to the character screen. This behavior do not occur when i logout
I'll check the quest later.
Check sound settings, has an option for background.
I know the problem of not saving to current location, i need to check the code and the database.
Thanks!! When i have free time i will check.
- - - Updated - - -
Quote:
Originally Posted by
anshelo
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
- - - Updated - - -
Hello friend, I ask you a question, install your aion 4.0 files to play with some friends, but when you level up, the skills are not put and they are not sold, do you know something about how to solve this? Thank you from Argentina, great genius
The answer to your question was at the end of page 36 :wink:
Re: Aion 4.0_4.3 Server files & Client
Re: Aion 4.0_4.3 Server files & Client
Hey dude send me as PM next time, ok?
Problems with EMU send me PM, this warning is for everyone.
Re: Aion 4.0_4.3 Server files & Client
New link has been added to server, test the quests please!!
Re: Aion 4.0_4.3 Server files & Client
New link to emulator added... Sorry guys!!
Thank you @argeus99 and sorry, now it's working fine.
The database is the same, just update the data folder.
Re: Aion 4.0_4.3 Server files & Client
Quote:
Originally Posted by
Robson26
New link to emulator added... Sorry guys!!
Thank you @
argeus99 and sorry, now it's working fine.
The database is the same, just update the data folder.
Nothing to be sorry about :wink:
You have provided us with this awesome emulator and we are continuously grateful for your fixes and updates.
At no point should you feel like you owe anyone here anything. We owe you a lot! Thank you for the time and effort you have put into this emulator.
It is always much appreciated. :thumbup:
Re: Aion 4.0_4.3 Server files & Client
Hi,
first thanks for providing client and emu, it's really easy to use.
I just have some questions if you don't mind :
-Any way to get all active and passive skills at once when lvl 65? I tried with admin console and command (givemissingskills), it shows an error message saying it failed.
-Also some items can't be added to my inventory via the admin console, simply nothing happens (I entered the ammount of items needed), did I make a mistake or is this normal ?
Thanks
Re: Aion 4.0_4.3 Server files & Client
membership.properties
Code:
# Enable skill auto learn mode
# Default: 10
gameserver.autolearn.skill = 0
# Enable stigma auto learn mode
# Default: 10
gameserver.autolearn.stigma = 10
Source Codes: MembershipConfig.java
Code:
@Property(key = "gameserver.autolearn.skill", defaultValue = "10")
public static byte SKILL_AUTOLEARN;
@Property(key = "gameserver.autolearn.stigma", defaultValue = "10")
public static byte STIGMA_AUTOLEARN;
Re: Aion 4.0_4.3 Server files & Client
Re: Aion 4.0_4.3 Server files & Client
Quote:
Originally Posted by
Kainey
Hi,
first thanks for providing client and emu, it's really easy to use.
I just have some questions if you don't mind :
-Any way to get all active and passive skills at once when lvl 65? I tried with admin console and command (givemissingskills), it shows an error message saying it failed.
-Also some items can't be added to my inventory via the admin console, simply nothing happens (I entered the ammount of items needed), did I make a mistake or is this normal ?
Thanks
The answer to your question was at the end of page 36.
Search the thread with patience, many answers are already here :wink:
You can add items using the "//add" + "Item ID" command on chat, just have level 3 access or better.
Ex.: //add 164002111
I rewrote some lines in the admin console, i don't remember if i fixed this :hmmmm2:
Re: Aion 4.0_4.3 Server files & Client
Oh darn it, sorry for that next time I will check for answer on the thread.
Also from what I can say admin console can't give 4.0 and above items for sure, nothing happens. And maybe some 3.0 items too, I had to type chat command to give 60 pvp stuff to myself. Oh and even with the autolearn i can't get gm skills with level 5 and level 8 accounts.