Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

AL 4.x SVN Open Source

Newbie Spellweaver
Joined
Jun 13, 2013
Messages
30
Reaction score
2
that's strange, I have no problems ....
In the meanwhile you can try to test our code by downloading the compiled rev.
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
41
Reaction score
0
Thx aioncool, I merged files AL-Game and Login to compile, I am going to be able to test all this.



Here is my login is OK and my Game should the being also if everything goes well, it puts just a bit much of time loading the spawn part but that moves forward slowly and certainly.

I have a question on the other hand, on this Emu, there is no CStart.bat?
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
you build chat server
and configure the gameserver config/main/gameserver properties


# Enable connection with CS (ChatServer)
# Default: false
gameserver.chatserver.enable = false <<--- true
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
41
Reaction score
0
Well, I have to change of pc to hosting the ému because the one on which I am (4go RAM) that is not enough, I am going to begin again on a capacity of 8go of RAM, that should suffir now:p

PS : JAVA -Xms512m -Xmx1024m -server -ea -javaagent:./libs/al-commons-4.3.jar -cp ./libs/*;AL-Game.jar com.aionlightning.gameserver.GameServer
SET CLASSPATH=%OLDCLASSPATH%
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
aioncool :)
all embark skill add startcondition

HTML:
<skill_template skill_id="3599" name="Embark III" nameId="4568121" stack="SKILL_RI_SUMMONARMOR" lvl="3" skilltype="MAGICAL" skillsubtype="BUFF" tslot="NOSHOW" activation="TOGGLE" duration="2000" req_dispel_level="100" cooldown="100">
        <properties first_target="ME" first_target_range="1" target_relation="FRIEND" target_type="ONLYONE"/>
        <startconditions>
            <mp value="104" delta="0" />
            <weapon weapon="KEYBLADE_2H"/>
            <selfflying restriction="GROUND"/>
        </startconditions>
        <useconditions>
            <move_casting allow="false"/>
        </useconditions>
        <effects>
            <riderobot e="1" effectid="936011" noresist="true" basiclvl="20" hoptype="SKILLLV" hopa="11" hopb="237"/>
            <weaponstatboost effectid="936022" e="2" noresist="true">
                <change stat="ATTACK_RANGE" func="ADD" value="4000" >
                    <conditions>
                        <weapon weapon="KEYBLADE_2H" />
                    </conditions>
                </change>
            </weaponstatboost>
            <statup effectid="936013" e="3" hoptype="SKILLLV" noresist="true">
                <change stat="ABNORMAL_RESISTANCE_ALL" func="ADD" value="200" />
                <change stat="PARRY" func="ADD" value="100" />
                <change stat="PHYSICAL_DEFENSE" func="ADD" value="150" />
            </statup>
            <statup effectid="936014" e="4" hoptype="SKILLLV" noresist="true">
                <change stat="FEAR_RESISTANCE" func="ADD" value="50" />
            </statup>
        </effects>
        <actions>
            <mpuse value="104" delta="0" />
        </actions>
        <motion name="SumRobot" instant_skill="true"/>
    </skill_template>


add condition all embark

HTML:
<startconditions>
            <mp value="104" delta="0" />
            <weapon weapon="KEYBLADE_2H"/>
            <selfflying restriction="GROUND"/>
        </startconditions>

and work all skill :p


CTRL + Q to Enable/Disable GoPhoto.it




CTRL + Q to Enable/Disable GoPhoto.it
 
Experienced Elementalist
Joined
Aug 26, 2013
Messages
238
Reaction score
92
Welchen Emulator und welche Game Version nutzt du?

What emulator and what game version do you use?
 
Experienced Elementalist
Joined
Aug 26, 2013
Messages
238
Reaction score
92
use this sql i posted in this post
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
41
Reaction score
0
Good evening (at my home in France):p

I would like to know if kornicska or aioncool or even somebody else could send me its chatserver 4.5 AL-Reload please, because I always have problem of compilation and impossible to compile my chatserver and i can't connect the gameserver to login.

Sorry bad bad traductor
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
someone you do not know ( blue pegasus, snowboard ) mount item and npc id?
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
41
Reaction score
0
We can't play in lan with AR Reload ??? When I tried to send d3d8thk.dll in my second computer fixed with my ip lan, he says "Files Corrupted or Manipuled ... VIRUS ect ..."
My firewall is OFF
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
work 4.3 dll use eXs.Emu.exe program, edited dll your ip. end


CTRL + Q to Enable/Disable GoPhoto.it




CTRL + Q to Enable/Disable GoPhoto.it
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
41
Reaction score
0
It's the same problem, i don't understand ...



Send me your dll please, because the dll 4.3 of AL Reload don't work when i'm fixe my dll with my local IP with ex.emu
 
Back
Top