I want to know if someone know how to disable "Aggressive Behavior from Monsters" while we're flying in the sky. Those abnormal mobs always follow my charterer into the sky even when they have to stay on the ground. Is it possible to do that? Thanks![]()
I want to know if someone know how to disable "Aggressive Behavior from Monsters" while we're flying in the sky. Those abnormal mobs always follow my charterer into the sky even when they have to stay on the ground. Is it possible to do that? Thanks![]()
YOU NEED geo ..... ALR-Game\data\geo
GO TO ALR-Game\config\main OPNE geodata.properties
CONFIG
# ----------------------------
# Geodata config's:
# ----------------------------
# Enable Geodata (heights and meshes)
# Default: false
gameserver.geodata.enable = true
# Enable canSee checks using geodata.
# Default: true
gameserver.geodata.cansee.enable = true
# Enable fear skill using geodata.
# Default: true
gameserver.geodata.fear.enable = true
# If enabled - during movements npcs will be checking z coordinate based on geo if target is flying
# Default: false
gameserver.geo.npc.move = true
#Enable npc checks aggro target visibility range (canSee)
# Default: false
gameserver.geo.npc.aggro = true
#Enable geo materials using skills
# Default: false
gameserver.geo.materials.enable = true
#Show collision zone name and skill id for GMs
# Default: false
gameserver.geo.materials.showdetails = true
#Enable geodata shields, for test purpose
# Default: false
gameserver.geo.shields.enable = true
#Enable geodata doors, for test purpose
# Default: false
gameserver.geo.doors.enable = true
# Enable object factory for geo primitives
# Default: true
gameserver.geodata.objectfactory.enabled = true
# Enable Geodata (heights and meshes)
# Default: false
gameserver.geodata.enable = true
When I change this to be "true" my gameserver always crashes and I can't get into my game.
And I change all data to be "true" but Nothing happens! Mobs always follow me into the sky. I don't know why. ???
You need the GEO Data Files in the Folder Game/Data/geo
It seems to be like that because it says that I have an Errors on that part. Where can I download it?
or maybe you forgot to delete the gameserver's cache folder :P
AL-Reload 4.5 with GEO Data Files : https://code.google.com/p/aion-ger-emulator/
(AL-Reload-4.5-rev268) geodata
There is not now, but I've got my own files and is operated 100%
geo.rar 98.0 MB
https://mega.co.nz/#!WohmBYzS!zxUIoUq1TUbFzQ4cC8_cmSpJuzfPc6jftdK2gpc3UdA
opne ALR-Game\config\main
config geodata.properties
# Enable Geodata (heights and meshes)
# Default: false
gameserver.geodata.enable = true
# Enable canSee checks using geodata.
# Default: true
gameserver.geodata.cansee.enable = true
# Enable fear skill using geodata.
# Default: true
gameserver.geodata.fear.enable = true
# If enabled - during movements npcs will be checking z coordinate based on geo if target is flying
# Default: false
gameserver.geo.npc.move = true
#Enable npc checks aggro target visibility range (canSee)
# Default: false
gameserver.geo.npc.aggro = true
#Enable geo materials using skills
# Default: false
gameserver.geo.materials.enable = true
Copy the file geo in ALR-Game\data\geo
qnd config StartGS
@echo off
TITLE Aion-Lightning - Game Server Console
color 0e
:START
CLS
JAVA -Xms1024m -Xmx3072m -server -ea -javaagent:./libs/al-commons-4.3.jar -cp ./libs/*;AL-Game.jar com.aionlightning.gameserver.GameServer
SET CLASSPATH=%OLDCLASSPATH%
IF ERRORLEVEL 2 GOTO START
IF ERRORLEVEL 1 GOTO ERROR
IF ERRORLEVEL 0 GOTO END
:ERROR
ECHO.
ECHO Aion-Lightning - Game Server has terminated abnormaly!
ECHO.
PAUSE
EXIT
:END
ECHO.
ECHO Aion-Lightning - Game Server is terminated!
ECHO.
PAUSE
EXIT
I know your files works, but I have to change this number because of VM crashes
JAVA -Xms1024m -Xmx1280m -server -ea -javaagent:./libs/al-commons-4.3.jar -cp ./libs/*;AL-Game.jar com.aionlightning.gameserver.GameServer
SET CLASSPATH=%OLDCLASSPATH%
IF ERRORLEVEL 2 GOTO START
IF ERRORLEVEL 1 GOTO ERROR
IF ERRORLEVEL 0 GOTO END
:ERROR
ECHO.
ECHO Aion-Lightning - Game Server has terminated abnormaly!
ECHO.
PAUSE
EXIT
:END
ECHO.
ECHO Aion-Lightning - Game Server is terminated!
ECHO.
PAUSE
EXIT
After changing this number, I run geodata, it says "Out of Memory" lol
Anyways, thanks for sharing. :-D
i config server me
JAVA -Xms5000m -Xmx6000m
seee pliz http://www.youtube.com/watch?v=zbvNJtEUhKA
and sever alr there are many mistakes
According to my experience, I advise my SERVER AC 4.5 FULL SEVRE 100% Official
How to make an aion ac4.5.0.15 MicMac private server tutorial
http://forum.ragezone.com/f587/aion-ac4-5-0-15-a-1024916/
Thanks and let me try that server.
At first, I think because of my window 7 x86 (32 bit) then I can't increase my java heap space so I can't run number beyond -Xms1280 Xmx1280m.
And I have only 4 G of Ram. Anyway, I will try aion ac4.5.0.15 MicMac private server if it works for me. :-D
lol, awesome answers, and was just need to post one GM command in chat - //neutral all
Syntax: //neutral < players | npcs | all | cancel >
Players - You're neutral to Players of both factions.
Npcs - You're neutral to all Npcs and Monsters.
All - You're neutral to Players of both factions and all Npcs.
Cancel - Cancel all. Players and Npcs have default enmity to you.