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!

Recent content by kortana

  1. K

    Aion 5.8 emulator improvement community project

    When you have this in retail file: <condition> <start_time>9</start_time> <end_time>21</end_time> </condition> so, you can add "temporary_spawn" but carefull, retail has -1h+ between respawn or sometimes is a other mobs/npc at same place/coordinate, reshanta has alot...
  2. K

    Aion 5.8 emulator improvement community project

    EDIT: the mission "14012" Verteron don't count mobs, no idea why :( @Override public boolean onKillEvent(QuestEnv env) { final Player player = env.getPlayer(); final QuestState qs = player.getQuestStateList().getQuestState(questId); int targetId = env.getTargetId(); if (qs != null &&...
  3. K

    Aion 5.8 emulator improvement community project

    You really make me feel sorry for you with the "Resurgent Daevanion" quests that my version gives you, which is no better than yours. :)
  4. K

    Aion 5.8 emulator improvement community project

    Quest Daevanion
  5. K

    Aion 5.8 emulator improvement community project

    I'm tired of always being right :)
  6. K

    Aion 5.8 emulator improvement community project

    Id are maybe different but "name_id" him is always same!!! In 7.7: <id>651474</id> <name>LF5_A_Varanus_55_n</name> <desc>STR_LF5_A_Varanus_55_n</desc> In 5.8: <id>235790</id> <name>LF5_A_Varanus_55_n</name> <desc>STR_LF5_A_Varanus_55_n</desc> So search in 7.7 this: <name> or this <desc> and...
  7. K

    Aion 5.8 emulator improvement community project

    All npc 4.7.5 to 5.8 are in 7.7 npc server, for stats do it like me "redo stats by hand". Search a mobs lvl 55 example in 4.6 & add stats in version 55 cygnea mobs and done. I do it this. <npc_template npc_id="235790" level="55" name="lf5_a_varanus_55_n" name_id="333896" height="1.4"...
  8. K

    Aion 5.8 emulator improvement community project

    Go here: src.com.aionemu.gameserver.network.factories; and search this "AionPacketHandlerFactory" And check if packet is good "0x170" in case change. addPacket(new CM_GROUP_LOOT(0x170, State.IN_GAME));
  9. K

    Aion 5.8 emulator improvement community project

    @dezalmado Not official client, official server "4.6 & 7.7" In client you have 30% code, while in server retail you have all information for redo at 90% a emu. For recode all AI2, i use too retail server, like this: Retail file: <pattern> <priority>11</priority>...
  10. K

    Aion 5.8 emulator improvement community project

    not in client!!! Do it like me parse retail server 4.6 & 7.7, after fuzion both npc template and recreate one. I delete all file "spawn map/instance/gather, npc template, npc walker, drop, npc skills" and re do all. I begin's this in 2021 and i done early 2023. I let my pc working for me, (i...
  11. K

    Aion 5.8 emulator improvement community project

    bro, is this problem 80% stats are not implemented :)
  12. K

    Aion 5.8 emulator improvement community project

    @Angry Catster Your "NPC TEMPLATE" is totally wrong (this is not just you but all emu) Here "You must be registered for see element." 100% retail. Included inside mine npc template (all drop + kinah + npc skill) RETAIL: <npc> <id>215784</id>...
  13. K

    Aion 5.8 emulator improvement community project

    Here quest, normally working
  14. K

    Aion 5.8 emulator improvement community project

    210130000 is version Master Server 5.5 KR, and we take this map coz in Inggison/Gelkmaros you have 7 base for each map (like katalam or danaria) (see pics with artifact) same thing for Tiamaranta Eye's (lvl 45-60) + ancien version (lvl 60-65 ) and is better. I brought together in a single...
Back
Top