Re: [Release] Full AL 3.9 Source! (100% FREE!)
It was just meant to be an information for the other guys using this release :). Everything is working how it should work, except the admin features. But they're not important for the normal player, so who cares xD.
Some of the doors inside the tempel are working 'properly', too. Means you have to get the item/quest to open them :).
Just like it should be ;).
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Naub
It was just meant to be an information for the other guys using this release :). Everything is working how it should work, except the admin features. But they're not important for the normal player, so who cares xD.
Some of the doors inside the tempel are working 'properly', too. Means you have to get the item/quest to open them :).
Just like it should be ;).
Instances requirements are not suspended in all the cases, even for admins.
Quote:
<!-- Beshmundir Temple Entrance -->
<portal_use npc_id="730231">
<portal_path loc_id="3001700" player_count="6" instance="true">
<portal_req min_level="53"/>
</portal_path>
</portal_use>
The template doesn't knows that you are an admin. So you must use //goto bt
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Hunor
Instances requirements are not suspended in all the cases, even for admins.
Exactly, not all requirements are disabled e.g. the group requirement at beshmundirs temple.
Quote:
# Disable instance requirement for GMs
# Default: 3
gameserver.administration.instancereq = 3
This description is vague so you don't know which requirements are disabled (quest, level, group?)
And there are other instances like dark poeta where u can enter as a low level admin without a group. It varies from instance to instance.
But enough of that, there are other more important questions around here :).
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Like if anyone would mind sharing geodata for these files ?
Re: [Release] Full AL 3.9 Source! (100% FREE!)
anyone know why on in_game_shop.xml not have id 17 ???
<sub_category id="16" name="Pets"/>
<---------------------------------/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
ninekinsen
anyone know why on in_game_shop.xml not have id 17 ???
<sub_category id="16" name="Pets"/>
<---------------------------------/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
Just simply add it :D
Example:
<sub_category id="16" name="Pets"/>
<sub_category id="17" name="Category"/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
Re: [Release] Full AL 3.9 Source! (100% FREE!)
does anyone here have manage to run this on linux? and which linux distro the server will work?
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Buzz was trying to run this on linux you should pm him, look thru the pages for someone named buzz... something.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
buzz2289
Just simply add it :D
Example:
<sub_category id="16" name="Pets"/>
<sub_category id="17" name="Category"/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
Code:
<?xml version="1.0" encoding="UTF-8"?>
<in_game_shop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="in_game_shop.xsd">
<!-- can be more category -->
<category id="0" name="ELYOS">
<sub_category id="3" name="Clothing"/>
<sub_category id="4" name="Hats"/>
<sub_category id="5" name="Food"/>
<sub_category id="6" name="Drinks"/>
<sub_category id="7" name="Paint"/>
<sub_category id="8" name="Titles"/>
<sub_category id="9" name="Modifications"/>
<sub_category id="10" name="Modifications of wea"/>
<sub_category id="11" name="Pets"/>
<sub_category id="12" name="Wings"/>
<sub_category id="13" name="Recipes"/>
<sub_category id="14" name="Items collection"/>
<sub_category id="15" name="Miscellaneous"/>
<sub_category id="16" name="Asmodian hairstyles"/>
<sub_category id="17" name="Elyos hairstyles"/>
<sub_category id="18" name="Potions"/>
<sub_category id="19" name="Emotions"/>
</category>
<category id="1" name="ASMODIANS">
<sub_category id="3" name="Clothing"/>
<sub_category id="4" name="Hats"/>
<sub_category id="5" name="Food"/>
<sub_category id="6" name="Drinks"/>
<sub_category id="7" name="Paint"/>
<sub_category id="8" name="Titles"/>
<sub_category id="9" name="Modifications"/>
<sub_category id="10" name="Modifications of wea"/>
<sub_category id="11" name="Pets"/>
<sub_category id="12" name="Wings"/>
<sub_category id="13" name="Recipes"/>
<sub_category id="14" name="Items collection"/>
<sub_category id="15" name="Miscellaneous"/>
<sub_category id="16" name="Asmodian hairstyles"/>
<sub_category id="17" name="Elyos hairstyles"/>
<sub_category id="18" name="Potions"/>
<sub_category id="19" name="Emotions"/>
</category>
</in_game_shop>
Note: All categories must be start with: 3
1 = System
2 = ALL
3 = Custom, that means you can start with 3.
@AngelShade
Quote:
Like if anyone would mind sharing geodata for these files ?
I wrote several times here but it seems that you ignore them.
Only somebody from Aion Lightning Group or Mr.Poke himself can give you the Geodata files. The old GeoData 2.7 doesn't contains the new GeoEngine and SkillEngine functions.
Contact them :ott1:
@alohadoubt
You can run it on every distro.
You can compile on Windows, upload to Linux and start if you have MySQL and JAVA installed.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
I have the next gen core geodata but when i tried to implement them in this files it worked , but ingame didn't i think those arent 3.7 geodata files. I can upload them if anyone manage to get this working and make a guide from it.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
AngelShade
I have the next gen core geodata but when i tried to implement them in this files it worked , but ingame didn't i think those arent 3.7 geodata files. I can upload them if anyone manage to get this working and make a guide from it.
If you are willing to provide, it is really very good.
I think many people are willing to fix it, and share it:D:
Re: [Release] Full AL 3.9 Source! (100% FREE!)
is there any reason why i can't see any item in the shop?
thats my in_game_shop.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<in_game_shop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="in_game_shop.xsd">
<!-- can be more category -->
<category id="0" name="ELYOS">
<sub_category id="3" name="Tickets"/>
<sub_category id="4" name="Sets"/>
<sub_category id="5" name="Enchants"/>
<sub_category id="6" name="Manastones"/>
<sub_category id="7" name="Wings"/>
<sub_category id="8" name="Consumables"/>
<sub_category id="9" name="Weapons"/>
<sub_category id="10" name="Godstones"/>
<sub_category id="11" name="Foods"/>
<sub_category id="12" name="Costumes"/>
<sub_category id="13" name="Hat's"/>
<sub_category id="14" name="Accessories"/>
<sub_category id="15" name="Dyes"/>
<sub_category id="16" name="Pets"/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
</category>
<category id="1" name="ASMODIANS">
<sub_category id="3" name="Tickets"/>
<sub_category id="4" name="Sets"/>
<sub_category id="5" name="Enchants"/>
<sub_category id="6" name="Manastones"/>
<sub_category id="7" name="Wings"/>
<sub_category id="8" name="Consumables"/>
<sub_category id="9" name="Weapons"/>
<sub_category id="10" name="Godstones"/>
<sub_category id="11" name="Foods"/>
<sub_category id="12" name="Costumes"/>
<sub_category id="13" name="Hat's"/>
<sub_category id="14" name="Accessories"/>
<sub_category id="15" name="Dyes"/>
<sub_category id="16" name="Pets"/>
<sub_category id="18" name="FUN"/>
<sub_category id="19" name="Offers"/>
</category>
</in_game_shop>
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Markox
Oh yeah this run the gameserver...
But many stuffs are bugged now, Fly Teleport in poeta, Ascension quest when you fly to kill monsters your character just freezes and no movement even monsters hitting has no effect on hit animation, can't move, just stay there like a statue O.o
Anyone has another solution to can run gs well? in local works perfect but not work very well at another pc :S
Ah yes, I do noticed that server in a long run will encounter some problems like can't make any changes to your inventory and something...I recommend using JDK 7u21 as others suggested.
Quote:
Originally Posted by
Kreeate
Lol, thanks I know this already. I want to set up a small server at my house for family only and want the ability to earn toll from killing mobs.
It has been done on a few servers already so I know it is possible. I just need some hints on how to get started.
There's a admin command //gameshop <settoll|addtoll> <target|player> <amount>, and you can just set the toll in the log-in server database, latter would require relogin I think.
But I can't think of a way to get it in game. The survey is made of HTML, maybe you can take advantage of it?
Quote:
Originally Posted by
NoobOne83
is there any reason why i can't see any item in the shop?
For this you need something exists in the ingameshop table in your GS database. There's already some ingameshop database files buried in this thread.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
No, there is no reason to not change.
After any changes in Gameshop just run the command; //reload gameshop
Just a notice about geodata:
The geodata is generated from the last client, 3.7 NA, with a special generator coded by Mr.Poke.
Also, the GeoEngine and SkillEngine was reprogramed to use the new functions.
There is no way to use the geodata 2.7 anymore, because many skills will be buged and Mobs will be disappear if you try to attack them. Same with damage trough obstacles and Mobs that walk trough walls.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Lemon233
For this you need something exists in the ingameshop table in your GS database. There's already some ingameshop database files buried in this thread.
I imported the sql found in this thread for the gameshop. But the items aren't visible. also the command //reload gameshop changed nothing.
//Edit: found the error :D i had to enable the ingameshop in the config.