Jump to content
  • 0

Raid Event Npc Html Problem!


xXObanXx

Question

Hello guys!

 

so I've got a raid event from l2jserver forum

so the problem is.. i'm starting the event and i'm gonna join on the event from the npc but... the npc doesn't showing any html message when i'm pressing on npc..!

the html code is inside Raid.java!!

 

any idea?! :D

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

And did you add it correctly?

 

 	private int _isSpoiledBy = 0;
@@ -1102,9 +1103,9 @@
 
 					// Open a chat window on client with the text of the L2NpcInstance
 					if (isEventMob)
-					{
 						L2Event.showEventHtml(player, String.valueOf(getObjectId()));
-					}
+					else if (_isEventMobRaid)
+						Raid.showEventHtml(player, String.valueOf(getObjectId()));
 					else
 					{
 						Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START);
And the event is spawning the npc or are you spawning it?
Link to comment
Share on other sites

  • 0

And did you add it correctly?

 

 	private int _isSpoiledBy = 0;
@@ -1102,9 +1103,9 @@
 
 					// Open a chat window on client with the text of the L2NpcInstance
 					if (isEventMob)
-					{
 						L2Event.showEventHtml(player, String.valueOf(getObjectId()));
-					}
+					else if (_isEventMobRaid)
+						Raid.showEventHtml(player, String.valueOf(getObjectId()));
 					else
 					{
 						Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START);
And the event is spawning the npc or are you spawning it?

 

of course the event.. it will getting bored to spawn it by my own...

and... where am i putting this code? in Raid.java?

 

Edit: i found the location (L2Npc) and yes.. it's already placed there!

Edited by xXObanXx
Link to comment
Share on other sites

  • 0

l2 Npc.. i'm using the same for ctf, tvt etc.

hmm... I have no clue... the code is so large to look it carefully Q_Q but do you see the html that appears when the npc hasn't html? "This npc has not any Quest" or something like that, I don't remember... or u just talk to it and nothing happens?
Link to comment
Share on other sites

  • 0

hmm... I have no clue... the code is so large to look it carefully Q_Q but do you see the html that appears when the npc hasn't html? "This npc has not any Quest" or something like that, I don't remember... or u just talk to it and nothing happens?

i just talk to it and nothing happens.. but the cursor for dialog is appearing like i can talk to this npc.. but when i'm pressing it, the pop-up doesn't appear!

Link to comment
Share on other sites

  • 0

Can you pastebin it, I don't want to dl another thing.

Here you are:

http://pastebin.com/wfc11jvr

 

P.S. i saw that i didn't placed a code on L2NpcAction (handlers.actionhandlers).

so i paste this code there but nothing happened.. :(

else if (((L2Npc) target)._isEventMobRaid)
{
	Raid.showEventHtml(activeChar, String.valueOf(target.getObjectId()));
}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...