Jump to content
  • 0

Q501_ProofOfClanAlliance - aCis 350.


Question

Posted


Hi, I'm adding the script "Q501_ProofOfClanAlliance" in aCis (350), but I came across a problem that I do not know why this is happening, let's go; the script checks to see if the player has the "Alliance Manifesto" ID 3874 quest item or not.

 

line 322:

else if (st.getQuestItemsCount(PROOF_OF_ALLIANCE) == 0)
{
	st.set("cond", "0");
	return "30756-01.htm";
}

as you can see, if the player does not have the item he will skip it to the "30756-01.htm" html.

 

30756-01.htm

<html><body>Sir Kristof Rodemai:<br>
What do you say? Would you like to join me in creating a new world?<br>
<a action="bypass -h Quest Q501_ProofOfClanAlliance 30756-02.htm">Tell him that you would like to join him.</a>
</body></html>

this is where my problem starts, as you can see by clicking on "Tell him that you would like to join him." it should open the html "30756-02.htm" what does not happen!
I also started the quest manually by inserting into the DB to see if the error would occur in the next steps when speaking with the other NPCs, and yes, the bypass does not send to next html.

 

Does anyone know why the problem is? I hope someone can help me.

 

Q501_ProofOfClanAlliance.java: https://pastebin.com/pK2WfqmG

 

Download htmls: https://www.4shared.com/rar/cnz7h59Oee/Q501_ProofOfClanAlliance.html

5 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, L2shaken said:

it should open the html "30756-02.htm" what does not happen!

Not rly, it's a bypass, actually. Check onBypass to understand, see what would happen. Surprise there is no such bypass registered, so it does nothing..

 

But yea, if there is share on acis forum, you should use that version.

  • 0
Posted (edited)
On 2/21/2019 at 8:37 PM, SweeTs said:

 


Now I understand, I'm going to use the forum, but at least I learned something, thanks!

Edited by L2shaken
Guest
This topic is now closed to further replies.


×
×
  • Create New...