hello you know when will next update that will put to download and powers puts the open version so I can continue the solving progeto and go for what goes on the internet everything is shuffled so I can follow what they do
Printable View
Hello all
Anyone else having isdues with mobs not moving/attacking also the quest npc chat not showing up in the chat box
Also does anyone know how to fix auto attack dmg?
I get this with the game server
19:31:45.205 INFO [main]: - Connecting to ChatServer: localhost/127.0.0.1:9021
19:31:46.213 INFO [main]: - Cant connect to ChatServer: Connection refused: connect
Error: Missing 'Server' JVM at 'c:\...\Java\jre7\bin\server\jvm.dll
please install or use the JRE or JDK that contains these missing components
Anyone having this issue with the gameshop, worked fine since like few hours ago and i haven't modified anything , + i have deleted the table and reloaded puted the normal shop list and without any succes
Line 863: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 863: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 872: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 872: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 863: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 863: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 872: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
Line 872: java.lang.NoClassDefFoundError: Could not initialize class com.aionemu.gameserver.model.ingameshop.InGameShopEn
hi goodpm to all! i really need some help. i cant log in into my server using my other computer. already used the ipv4 of my server in no ip. i still get the error. anyone here have the d3d8thk.dll that works on lan?:/:Attachment 138149Attachment 138150
hi all
I fixed hunting quest of some. (Change in number of counts)
Please test.
Download links for quest_script_data.zip - Mirrorcreator - Upload files to multiple hosts
altgard
beluslan
morheim
verteron
eltnen
heiron
theobomos
reshanta
Reference site
Aion Mmorpg-Life - Aion: the Tower of Eternity Fansite
Sorry for my bad English.
@Fuer
about Chatserver, if you run the server manually, you should install JDK7 (jdk7u40) and then
go to 'C:\Program Files\Java\jre7\bin' here create a new folder and change its name to 'server'
then copy all files in 'client' folder to 'server' that you just created.
Awesome thanks for the information
New issue with the AggressiveNpcAI2.java
when looking into a friends java infoCode:@AIName("aggressive")
public class AggressiveNpcAI2 extends GeneralNpcAI2 {
@Override
protected void handleCreatureSee(Creature creature) {
CreatureEventHandler.onCreatureSee(this, creature);
}
@Override
protected void handleCreatureMoved(Creature creature) {
CreatureEventHandler.onCreatureMoved(this, creature);
}
@Override
protected void handleCreatureAggro(Creature creature) {
if (canThink())
AggroEventHandler.onAggro(this, creature);
}
@Override
protected boolean handleGuardAgainstAttacker(Creature attacker) {
return AggroEventHandler.onGuardAgainstAttacker(this, attacker);
}
how would I do this so the NPC's moved?Code:@AIName("aggressive")
public class AggressiveNpcAI3 extends GeneralNpcAI3
{
@Override
protected void handleCreatureSee(Creature creature) {
CreatureEventHandler.onCreatureSee(this, creature);
}
@Override
protected void handleCreatureMoved(Creature creature) {
CreatureEventHandler.onCreatureMoved(this, creature);
}
@Override
protected void handleCreatureAggro(Creature creature) {
AggroEventHandler.onAggro(this, creature);
}
@Override
protected void handleCreatureAttacking(Creature creature) {
AggroEventHandler.onCreatureAttacking(this, creature);
}
@Override
protected void handleTargetChanged(Creature creature) {
TargetEventHandler.onTargetChange(this, creature);
}
@Override
protected void handleTargetGiveup() {
@elixiah
you can use this d3d8thk - Download - 4shared - hend loco --->from henfroid
but your images, i think the problem is ipconfig.xml (...\AIONEmulator\game\config\network\ipconfig.xml)
try to change the default ip, iprange, address to your server's ip.
@Fuer
My server, npcs moved normally. i dont know about that problem.
but i run the server manually , you should try to install jdk7 and run it again.
if the npcs still didn't move, wait for another to answer your question :blushing:
here but i didn't change anything.
Attachment 138155
Attachment 138168
Red flagged all that can be changed in in_game_shop.xml,
Yellow tagged all that can be changed in data.pak in the client,
Blue marked all that can be changed based ingameshop, or rather there you can change the name, price and so on.
Google translator
Display pictures item_count try
What does item_count have to do with the pictures shown in the gameshop?