Jump to content
  • 0

help color npc


LioNtaraki

Question

8 answers to this question

Recommended Posts

  • 0

Αυτό γίνεται μόνο με αυτό το npc ή όλλα βγάζουν το ίδιο?

 

Αν αυτό γίνεται με όλλα τότε ο server δεν διαβάζει τα quests.

Αν αυτό γίνεται μόνο με αυτό το npc έχεις βάλει λάθος imports

Link to comment
Share on other sites

  • 0

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.gameserver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

Link to comment
Share on other sites

  • 0

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.gameserver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

pali to idio
Link to comment
Share on other sites

  • 0

import sys
import sys
from com.l2jfree.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jfree.gameserver.datatables import SkillTable
from com.l2jfree			       import L2DatabaseFactory
from com.l2jfree.gameserver.model.quest import State
from com.l2jfree.gameserver.model.quest import QuestState
from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest


qn = "7800_Namecolor"

NPC=[7802]
QuestId     = 7800
QuestName   = "Namecolor"
QuestDesc   = "custom"
InitialHtml = "1.htm"

print "Loaded Custom: 7001 Namecolor"

tora me lei quest tpt alo

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...