Re-released Quest Editor (1.6)
Hi, i had few minutes yesterday while recompiling a kernel, so i took the old sources of the quest editor i released a few monthes ago, and adapted them to 6.0 DB format. Its now back online at http://eqemu.vilvert.net The perl templates need to be completed, i ll work on that as soon as i ll find a doc or a summary of all the perl commands.
|
Nice, but your link doesnt work. I get a 403 Forbidden message from your web server when i click the link.
|
the link works fine on his page.........
just pay a little attention , http://eqemu.vilvert.net./ (the link is wrong , notice the extra . ) remove the . , try the link and it'll work fine. |
Thanks)
|
Great job, and I've always been a long time supporter of this tool, back since when you first released it. One problem with this one is though, the syntax is off quite a bit.
Just plugging in a basic EVENT_SAY component returned the following: sub EVENT_SAY(){ if ($text=~/hail/i){ } } The syntax works like this now: sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Hail hail hail... tis all ye ever say anymore."); quest::summonitem(itemno); } } If you want some help on updating this, let me know. I use the current perl system all the time, and am very comfortable with it. |
Thanks Kroeg. In fact i have no problem at all with the new perl system, but i m the lazyest guy around, so lazy that i don't wanna take the time to find all the commands. If you wanna do it, you're more than welcome ! :)
If you correct the wrong ones and add the missing ones, i ll merge it to the source code, recompile and send you flowers :) addcomand syntax : - command title - command string (where | is a CR) - number of rows - kind of the command : Code:
Const EVENT=1; Code:
addcommand('sub EVENT_SAY{}','sub EVENT_SAY()|if ($text=~//i){ }',3,EVENT,''); |
are your programs released yet? i went to your site.. and clicked on your links. will not download...
|
You have to click the name of the prog. you want and then click the thing that says "Click the link to download the program" above it
|
Where's the sourcecode Muuss ? I'll add the changes during my offtime.
|
You just need to modify the code i pasted earlier. I can't make the source open since the mysql component I use isn't opensource, nor free :/ Basically, a set of AddCommand() will be enough to add the templates, if there's need of something else, describe it clearly, i ll add it !
I should eventually correct this and use another component... I use this one cause we developped it at work and use it a lot, so i m used to it. |
Muuss, this quest editor is awesome! I'm not sure how I missed it when you first put it out, but I'm glad I found it... It's easily the best quest editor available now (sorry, Cofruben, no offence :) )
I came up with a few comments/suggestions I hope will be helpful: 1. Named quests have been supported by default for a while now... would be nice if you gave an option to load and save quest files by npc name rather than npcid. It could just be a checkbox someplace for those of us who want to use named quests. 2a. For the Item menu, it would be nice if there was a right-click option to insert just the item's id number without any additional code 2b. Another Item menu right-click option of ($itemcount { } == ) would be helpful. 3. Come to think of it, could you remove the $item1== from the default sub EVENT_ITEM template? As per our discussion here: http://www.eqemulator.net/forums/viewtopic.php?t=17622, it's almost always better to use $itemcount than $item1, etc. 4. Maybe I'm just missing something obvious, but the Load button doesn't seem to do anything at all. Is it working? Thanks for making such an awesome editor! It's because of people like you that EQEmu will never die :) |
Anyone still got this or updated it for 6.2?
|
resizble
Is there anyway you can the program resize itself? cause man when u built this u had either a huge screen with alot of room or just didnt try it out afterwards. If its possible can you make it resizable, ive tried to resize it ever wya i can lol cause i cannot view the bottom half of the editor and my screen is pretty big. Thanks
|
Sorry boys, i m out of the race ATM and prolly again for a while. Be sure that if i change anything of interest, ill let you know :)
|
Quest editor 1.7 is now available, for EqEmu 6.6+ and only perl support.
You can download it from http://eqemu.vilvert.fr Howto : unzip the file, edit config.ini. Run the executable. Post bugs or questions here. Muuss |
All times are GMT -4. The time now is 03:35 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.