Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Crushing the Conspiracy

Discussion in 'Old Threads' started by Deathcab, Jun 14, 2010.

Thread Status:
Not open for further replies.
  1. Deathcab

    Deathcab New Member

    Joined:
    Jun 14, 2010
    Messages:
    19
    Likes Received:
    1
    Trophy Points:
    0
    k so im at this quest and i went in the abyss portal,then the damn Boss(Kuninasha) didnt show up for ages,so i decided to go out and try to get back in again to see if it would spawn then..but now i cant get back in >.>....Same goes for one guy who was with me named Drizztt..
    This totally sucks since i cant go further now..
    Please fix this..

    Greetz -
     
    1 person likes this.
  2. angel939

    angel939 Getting there

    Joined:
    Jun 10, 2010
    Messages:
    75
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Somewhere on my laptop
    Ye i have exactly the same problem:pouty::annoyed:
     
  3. StealthXstream

    StealthXstream New Member

    Joined:
    Jun 15, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I hav the same prob. I killed all the mobs then clicked on the guardian stone...and nothing happened. So I relogged and tried again. nothing. I finally gave up and ported out of there, and now I can't get back in.
     
  4. angel939

    angel939 Getting there

    Joined:
    Jun 10, 2010
    Messages:
    75
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Somewhere on my laptop
    Does anyone have an idea when or if this is getting fixed cause i cant finish the quest if i cant get in to kill the boss ofcourse.. x_x, since its an Ascend quest i was guessing its an important quest.
     
  5. Koishi

    Koishi Well-Known Member

    Joined:
    Jun 5, 2010
    Messages:
    1,218
    Likes Received:
    189
    Trophy Points:
    0
    Was wondering but is Admin able to spawn it outside of the gate?
    For just a while till its fixed, so ppl can continue their quests?

    Just a suggestion though...
     
  6. Min0rity

    Min0rity Proficient

    Joined:
    Jun 16, 2010
    Messages:
    113
    Likes Received:
    4
    Trophy Points:
    238
    Location:
    England.
    Or just spawn it in the instance regardless.
     
  7. Sorzedyou

    Sorzedyou Getting there

    Joined:
    May 21, 2010
    Messages:
    62
    Likes Received:
    2
    Trophy Points:
    0
    that would be a nice idea...
     
  8. boba

    boba New Member

    Joined:
    May 31, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Same problem!!!! Plzzzzz do something
     
  9. Padres84

    Padres84 New Member

    Joined:
    Jul 11, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Opole
    Any update on this plz?
     
  10. Slaytanic

    Slaytanic New Member

    Joined:
    Jul 12, 2010
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    Me too, and here's a fix?!?

    This has happened to 2 of my characters. One of my characters did the same as someone above and left the "zone" area and can't get back in. The other I logged out in that area in hopes that a GM can make the monster spawn for me. I logged in to see if a GM was in game and I saw another person come in and we partied together to do the quest and the same thing happened again to both of us. Click on the damn stone and nothing happens. The stone re-spawns, but since you've already clicked on it, and you are supposed to kill a named mob, nothing will happen. Needless to say I'm not very happy about it.
    :mad:

    I found this snippet of code from another AION site that is JAVA code that I'm guessing should be run server side.

    Here's the link to the source of the code (Google cache link, need to register to see it otherwise)

    http://webcache.googleusercontent.c...the+Conspiracy+bugged+aion&cd=3&hl=en&ct=clnk

    ** JAVA CODE BEGINS **


    Index: _2022CrushingtheConspiracy.java
    ===================================================================
    --- _2022CrushingtheConspiracy.java (revision 2261)
    +++ _2022CrushingtheConspiracy.java (revision 2262)
    @@ -19,9 +19,6 @@
    import com.aionemu.gameserver.model.gameobjects.Npc;
    import com.aionemu.gameserver.model.gameobjects.player.Player;
    import com.aionemu.gameserver.network.aion.serverpackets.SM_DIALOG_WINDOW;
    -import com.aionemu.gameserver.network.aion.serverpackets.SM_PLAY_MOVIE;
    -import com.aionemu.gameserver.network.aion.serverpackets.SM_USE_OBJECT;
    -import com.aionemu.gameserver.network.aion.serverpackets.SM_EMOTION;
    import com.aionemu.gameserver.questEngine.handlers.QuestHandler;
    import com.aionemu.gameserver.questEngine.model.QuestEnv;
    import com.aionemu.gameserver.questEngine.model.QuestState;
    @@ -29,7 +26,6 @@
    import com.aionemu.gameserver.services.TeleportService;
    import com.aionemu.gameserver.utils.PacketSendUtility;
    import com.aionemu.gameserver.world.World;
    -import com.aionemu.gameserver.world.WorldMapInstance;
    import com.google.inject.Inject;

    /**
    @@ -66,7 +62,6 @@
    public boolean onDialogEvent(QuestEnv env)
    {
    final Player player = env.getPlayer();
    - int instanceId = player.getInstanceId();
    int targetId = 0;
    if(env.getVisibleObject() instanceof Npc)
    targetId = ((Npc) env.getVisibleObject()).getNpcId();
    @@ -120,7 +115,6 @@
    {
    qs.setQuestVarById(0, qs.getQuestVarById(0) + 1);
    updateQuestStatus(player, qs);
    - Npc mob = (Npc) questService.addNewSpawn(320030000, instanceId, 210753, (float) 257.7, (float) 242.5, (float) 219.6, (byte) 95, true);
    PacketSendUtility.sendPacket(player, new SM_DIALOG_WINDOW(env.getVisibleObject().getObjectId(), 0));
    return true;
    }


    ** END OF JAVA CODE **

    Now I'm not an expert programmer, but I'm pretty sure this code isn't some kind of exploit. If the Admins are not sure of this code, please ask someone you trust that knows JAVA if this is safe or not.

    If it is safe, then give it a try. If it works 100% (in the post it comes from says it does) I'm sure it's better than having to fix every character who is having problems with this quest.
     
  11. Slaytanic

    Slaytanic New Member

    Joined:
    Jul 12, 2010
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    Now I don't know what Gamez is using for AION server, but I am testing this code I posted using Aion-Unique's server emulator. It emulates as of now version 1.9.0.2. Yes, it's not perfect, as there are a few things missing from retail version, but isn't this one too?

    Anyways, my point is that using the original SVN version of Aion-Unique and the quest doesn't work. Use this code with Aion-Unique and it works.

    I don't know who is preparing this server for July 21st, but please check out this code for yourself.

    Of course I'm assuming that Gamez is using the same Aion server emulator. Then again, are there other emulators to choose from?

    This quest not working really screws over all asmo players in the game.
     
    Last edited: Jul 15, 2010
  12. Slaytanic

    Slaytanic New Member

    Joined:
    Jul 12, 2010
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    Quick update

    As of REV2521, Aion-Unique has applied this patch. So no need to add it in yourself. As of now, AU is as REV2529.
     
  13. lamialover

    lamialover New Member

    Joined:
    Nov 23, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    So, im doing this quest right now and i cant get into the abyss portal... what should i do???
    I'm wondering if some GM did fix this problem... or going to fix it.
     
  14. cozolinofly

    cozolinofly Well-Known Member

    Joined:
    Jul 16, 2010
    Messages:
    1,982
    Likes Received:
    824
    Trophy Points:
    363
    when i saw the THread name i was like :O >>>Conspiracy ..GM again?
     
    1 person likes this.
Thread Status:
Not open for further replies.

Share This Page