Сообщений: 27
Тем: 2
Зарегистрирован: Nov 2014
Репутация:
-125
11-12-2014, 03:57 PM
(Сообщение последний раз редактировалось: 11-12-2014, 05:57 PM Klvl.)
self.Items = [7080,7530,7081,7504,7287,7318,7349,7380,7411,7442,7083,0] может это? но почему значение ноль в конце:confused:
# Made by Emperorc
import sys
from com.l2jfrozen.gameserver.model.quest import State
from com.l2jfrozen.gameserver.model.quest import QuestState
from quests.SagasSuperclass import Quest as JQuest
qn = "89_SagaOfTheMysticMuse"
qnu = 89
qna = "Saga of the Mystic Muse"
class Quest (JQuest) :
def __init__(self,id,name,descr):
# first initialize the quest. The superclass defines variables, instantiates States, etc
JQuest.__init__(self,id,name,descr)
# Next, override necessary variables:
self.NPC = [30174,31627,31283,31283,31643,31646,31648,31651,31654,31655,31658,31283]
self.Items = [7080,7530,7081,7504,7287,7318,7349,7380,7411,7442,7083,0]
self.Mob = [27251,27238,27255]
self.qn = qn
self.classid = 103
self.prevclass = 0x1b
self.X = [119518,181227,181215]
self.Y = [-28658,36703,36676]
self.Z = [-3811,-4816,-4812]
self.Text = ["PLAYERNAME! Pursued to here! However, I jumped out of the Banshouren boundaries! You look at the giant as the sign of power!",
"... Oh ... good! So it was ... let's begin!","I do not have the patience ..! I have been a giant force ...! Cough chatter ah ah ah!",
"Paying homage to those who disrupt the orderly will be PLAYERNAME's death!","Now, my soul freed from the shackles of the millennium, Halixia, to the back side I come ...",
"Why do you interfere others' battles?","This is a waste of time.. Say goodbye...!","...That is the enemy",
"...Goodness! PLAYERNAME you are still looking?","PLAYERNAME ... Not just to whom the victory. Only personnel involved in the fighting are eligible to share in the victory.",
"Your sword is not an ornament. Don't you think, PLAYERNAME?","Goodness! I no longer sense a battle there now.","let...","Only engaged in the battle to bar their choice. Perhaps you should regret.",
"The human nation was foolish to try and fight a giant's strength.","Must...Retreat... Too...Strong.","PLAYERNAME. Defeat...by...retaining...and...Mo...Hacker","....! Fight...Defeat...It...Fight...Defeat...It..."]
# finally, register all events to be triggered appropriately, using the overriden values.
JQuest.registerNPCs(self)
QUEST = Quest(qnu,qn,qna)
QUEST.setInitialState(QUEST.CREATED)
Добавлено через 2 часа 0 минут
а ДАльше что?