Anyone know of a good quest generation tool?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 73
- Joined: Sun Jan 18, 2009 4:07 pm
Anyone know of a good quest generation tool?
Just curious if there is a good quest generator tool out there?
- theone
- Posts: 1384
- Joined: Tue Aug 12, 2008 2:28 am
- Location: Quebec, Canada
Re: Anyone know of a good quest generation tool?
Yes, there are a few:
- Notepad
- Notepad++
- Eclipse
- PythonWin
- PyScripter
They all need 1 extra component to work: you
If you want to generate(create) quests, you have to code them
- Notepad
- Notepad++
- Eclipse
- PythonWin
- PyScripter
They all need 1 extra component to work: you
If you want to generate(create) quests, you have to code them


-
- Posts: 73
- Joined: Sun Jan 18, 2009 4:07 pm
Re: Anyone know of a good quest generation tool?

I really do want to learn how to code the stuff myself, but i need to find a good learning resource. I have ton of ideas i want to implement, and once i understand what codes do, and what i'm limited to i can do these things

-
- L2j Inner Circle
- Posts: 350
- Joined: Wed Jun 07, 2006 2:26 pm
Re: Anyone know of a good quest generation tool?
Its simple to learn. Read other Quests Code and check how they work ingame. If you are Interessed in special features some quests already have, just locate the code and use it in your Quest. Jython is easy to understand and use. If you dont know what some code does, try looking into Java Sources where all those Methods useable in Jython are implemented.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
- theone
- Posts: 1384
- Joined: Tue Aug 12, 2008 2:28 am
- Location: Quebec, Canada
Re: Anyone know of a good quest generation tool?
+1nbd wrote:Its simple to learn. Read other Quests Code and check how they work ingame. If you are Interessed in special features some quests already have, just locate the code and use it in your Quest. Jython is easy to understand and use. If you dont know what some code does, try looking into Java Sources where all those Methods useable in Jython are implemented.
Also, if you lookup a forum member called Rin4A(custom datapack mods, NPC buffer gracia), he has links to some nice Python tutorials in his signature. (Jython = Python with a java core, in case you didnt know

