My Quest Editor
ok so im trying to make my own quest editor, so far what i have going will be more robust than any other quest editor, if you've ever used the warcraft 3 GUI trigger editor thats kinda how my quest editor will be. not as pretty, but basically the same, functionally. you don't need to know how to code in perl, no perl syntax, you don't even have to look at any perl code. you select from a list of things for what you want to do, for example you click on the "Player says to NPC..." option in the list and then you can add the text that you want the player to say, like "hail" and then you click on "hail" option in the list and you can select what actions you want it to perform, "NPC says..." "Give player experience..." "Give player item..." "Cast spell on player..." etc.. each one you can enter what you want the npc to say, how much experience to give the player, what itmes you want to give to the player, what spell you want to cast on the player, all that stuff. when you're done with the quest, the program will automatically generate the perl code and save it under the correct folder and file name for the NPC you choose.
right now though i CANNOT, no matter what i do, get any of my programs to connect to my database. I don't know why. navicat can connect to it, GeorgeS's programs can connect to it, mine cannot. i get the same error every time no matter what i do. i've searched the error message on google and found like 10 different ways to fix this but none of them work for me. so unless someone can help me with this problem you won't be able to browse the database to find the right item IDs for the quests. you'll have to use something else to figure out what the IDs are... unless someone can help me with this...
|