Jump to content
  • 0

make a quest


Question

Posted

L2J Revision Number:4406

L2JDP Revision Number:7663

 

hello,

i need a little help. If anyone maked a quest in l2j.

 

Here is my request:

I edited the questname-e.dat for add my quest.

I added in my py all codes needed for activate the cond. of the quest, but i dont see him in my quest windows.

I checked the adventure guildsman and my quest are inside with the description. So i dont undestant why he is not on my quest windows.

Here is my code in questname-e :

1    50010    1    a,Guild of Templar\0    a,Delivery of capitulation Letters\0    a,Templier of the Guild asks you to deliver his capitulation letter to the Vampire Guild. Becareful,\\n\0    0                                                            0                                                            151305.00000000    -13923.00000000    -4493.00000000    61    85    3    a,Vampire Nosferatus\0    0    1    1    50010    36337.00000000    -48233.00000000    -1096.00000000    a,No Requirements\0    a,Join the Templar Guild and fight for honor.\0    0                                                                                                                                                                                                                                                                                        0                        0    0    0    0    0    3    -1000    -1001    99993                                    3    2500000    750000    1                                

 

And my code in py for active the quest and start the cond 1 :

class Quest (JQuest) :

    def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

    def onAdvEvent (self,event,npc,player) :
        try: st = player.getQuestState(QUEST_INFO)
        except: return
        eventSplit = event.split(" ")
        event = eventSplit[0]
        eventParam1 = eventSplit[1]
        if event == "gethtml":
            if eventParam1 == "1": return MainHtmlI(st)
            elif eventParam1 == "6": 
                st.set("cond","1") 
                st.setState(State.STARTED) 
                st.playSound("ItemSound.quest_accept") 
                if st.getQuestItemsCount(lettere) == 0 : 
                    st.giveItems(lettere,1)
                return MainHtmlqIb(st)


    def onFirstTalk (self,npc,player):
        st = player.getQuestState(QUEST_INFO)
        if not st : st = self.newQuestState(player)
        npcId = npc.getNpcId()
        id = st.getState()
        cond = st.getInt("cond") 
        if id == State.COMPLETED :
            htmltext = "<html><body>This quest has already been completed.</body></html>" 
            return htmltext
        elif npcId == templier_door and id == State.CREATED:
            if st.getQuestItemsCount(99997) < 1  : return MainHtmlntd(st)
            if player.getLevel() >= 61 :
                 return MainHtmlpv(st)
            else: 
                htmltext = "<html><body>Quest for Templars level 61 and above.</body></html>"

 

I checked the database, the quest is started and the cond is 1, its ok, but, i dont see the quest on the quest windows with description, reward and the destination loc.

 

So, any guide or help? Or maybe i need to register my quest in another file what i missed?

2 answers to this question

Recommended Posts

  • 0
Posted

ok, i found. If someone need to know the same thing, you need to register your quest with a QuestId < 20000 or he dont write in the quest windows.

 

Topic close.

Guest
This topic is now closed to further replies.


  • Posts

    • wtf is your website lol ai slop
    • who have this files? or info about cached packets?
    • Hi maxcheaters, i am trying to bring back an old server ( L2Revenge) but with my own ideas, i only liked how it was and made the gameplay based on that just putting my own ideas.   So practicly is a PTS C6 with an extender that i work lately    Exp / SP is x45 adena is x200 and drops x5  so safe is +3 , max is unlimited and rate is 65% for both mage and fighter weapons I created a system that you can get on the levels the gear you need based on farm but for S grade theres a little farm to get some armor Tokens to unseal them. As you remember L2Revenge had olympiad / Tournament gear. So people abused them and had S grades that way just couldnt enchant them. So i made to be wearable only if u are nobless. That way i cancel this "exploit".  The server gives opportunity to solo and clans , epic gear ( epic weapons) or armors can be bought with raid tokens and you can craft them or get them with various ways Regarding Buffs: 24 buff slots no changes asked. Cov/Pony/Cat , siren - renewal - champion out of buffer , if u make the char as main roll u can use them or use the offline buffer system to sell them and get adenas. their time is 20 mins so that way we see again the " 1kk for rene/siren" or rec = song  Regarding armors: they are dropped ( parts ) from 3 only raids , rest lvl 76+ raids drop recipes , so crafting takes place (so if u are solo u can craft them )  there are 3 armors each armor have its purpose: Revenge Armors - Example for light ( its a glass cannon , high damage , less atk speed and less pdef ) - they mostly modify your base stats, so useable on sieges or off tank chars Titanium Armors - A little bit of balanced of all  Epic Armor - Daggers/Enchanters/Healers mostly but u can always combine your build    Regarding weapons: can be dropped from Monastery of Silence monsters or get them from NPC with Raid Tokens its like a 5% better than S grades and the S/A Activates at +4  Regarding retail gear: you need to unseal only S grades for a great amount of armor tokens all weapons on any grade need Soul crystals that are sold for adenas  stage 13 crystals are expensive or dropped from raids Regarding fun: There is a squash event a Fortress vs Fortress pvp event an RB Event at weekends and from Monday - Wednesday Tournament ( Olympiad is closed monday/tuesday/wednesday)  at tournament you can practice 1vs1 like olympiad but pots/ss allowed , gear allowed is only olympiad or tournament , each win of match gives u 5 glits at 100 glits u can be hero till restart Olympiad works the same way regarding gear allowance but works only thursday to friday and you win monthly hero Auction with Raid Tokens is activated Event medals from events can be exchanged for various items i try to make the oldschool with a little bit of new school systems Not planing to open it anytime soon as i still develop and make corrections to extender , looking forward to meet people that actually played this and are hyped to help on testing / development   P.S is c5 into interlude ( theres no akamanah / nor PI aswell , no lifestones) forgot to mention
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock