luizadauto / aionxemu

Automatically exported from code.google.com/p/aionxemu
6 stars 6 forks source link

quest Bound for Inggison! (ID 10001) report window doesn't open #459

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issues must affect Aion X Emu Files ONLY. Any revisions or altercations of
core files will not be supported here.

Core revision: r325

Bug description: can't report to NPC Otremus ( ID 798926 ), the quest Bound for 
Inggison! (ID 10001) report window doesn't open

What steps will reproduce the problem?: Complete Lavirinto's Call then make 
Bound for Inggison!, after completition can't report to NPC Otremus (798926 ), 
the quest report window doesn't open

What is the expected output?: Report and receive reward plus access to the next 
campain quests
    <quest race_permitted="ELYOS" cannot_giveup="true" cannot_share="true" max_repeat_count="1" minlevel_permitted="50" nameId="2246001" name="Lavirintos's Call" id="10000">
        <rewards exp="1093800" gold="527480"/>
    </quest>
    <quest race_permitted="ELYOS" cannot_giveup="true" cannot_share="true" max_repeat_count="1" minlevel_permitted="50" nameId="2246003" name="Bound for Inggison!" id="10001">
        <rewards exp="1093800" gold="527480"/>
        <finished_quest_conds>
            <condition quest="10000"/>
        </finished_quest_conds>
    </quest>

Please copy/paste errors below:
[ERROR] 2011-06-22 16:40:33 - Error handling client (gosthman) message :[C] 
0xA6 CM_SHOW_DIALOG
java.lang.NullPointerException
  at quest.inggison._10020ProvingYourselfToOutremus.onDialogEvent(_10020ProvingYourselfToOutremus.java]:78)
  at gameserver.questEngine.QuestEngine.onDialog(QuestEngine.java:140)
  at gameserver.controllers.NpcController.onDialogRequest(NpcController.java:178)
  at gameserver.network.aion.clientpackets.CM_SHOW_DIALOG.runImpl(CM_SHOW_DIALOG.java:73)
  at gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:64)
  at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
  at gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
  at gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:65)
  at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
  at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:39)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  at java.lang.Thread.run(Thread.java:636)

Original issue reported on code.google.com by gosth...@gmail.com on 22 Jun 2011 at 1:52

GoogleCodeExporter commented 8 years ago
I have made some more checks and set quest to report as completed. It seems 
that the problem is with the npc Otremus ( ID 798926 ) itself if i'm not wrong

Original comment by gosth...@gmail.com on 22 Jun 2011 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by pziko...@gmail.com on 21 Jul 2011 at 8:41