PDA

View Full Version : Cofruben's Quest Editor 1.0


cofruben
05-02-2004, 10:31 AM
Hello all,this is my first try making this quest editor,so probally is not so good,but I think that it can help.There should be a lot of bugs,but if people likes it,I will update it,giving more features.
Download location: http://www.technoalchemy.com/eqemu/CQE.zip
extract it,put all files except cqe.xe into system32 folder.
u need to have vb runtimes,can be downloaded here
http://www.microsoft.com/downloads/details.aspx?FamilyID=7b9ba261-7a9c-43e7-9117-f673077ffb3c&DisplayLang=en

Enjoy!

Cripp
05-03-2004, 12:02 PM
link doesnt work for me :(
but yes, a quest editor would be very nice to have around, so keep it up :D

cofruben
05-04-2004, 03:10 AM
link edited,should work good now.
ftp://EqEmu:EQEmu@ftp.computer-tuning.org/CQE.zip

Richardo
05-04-2004, 01:31 PM
I love it, great job Cofruben :)

Tiara
05-21-2004, 06:08 AM
Link dead? >_< tried to DL it... but it times out :cry:

cofruben
05-21-2004, 06:26 AM
yeah I need a host...could anyone put my quest editor into his server?PM me with your email/aim/msn,and I'll send it to you.Thanks

gandar
05-21-2004, 06:34 AM
yeah I need a host...could anyone put my quest editor into his server?PM me with your email/aim/msn,and I'll send it to you.Thanks

Check your PM...

cofruben
05-21-2004, 08:09 AM
link should work now,if not,in some minutes.thanks gandar.

gandar
05-21-2004, 09:13 AM
No problem, glad I could help.

File is posted and should be available.

Tiara
05-21-2004, 11:24 AM
yay... got it, it's great, you guys rock =)

Thanks ^__^

Dave987
05-31-2004, 05:57 AM
I was going to try something like this :P
Was wondering if it could be done with Visual Basic? Don't laugh at me, I havn't ever coded anything in my life, so I thought I'd give something like this a shot..

Well now that ones been done, I can't teach myself coding ... thanks Corf!

lol , seriously though, thanks... I can code through the good old typing method, but this surely saves time. My only concern is that some newbs will start making millions of really ultra crap quests :(

Anywho, nice job. .. I know, this topic is dead dammit, but I wanted to say thanks and well done, so I damn well did ...

Might try making something like this in Visual Basic anywho .. could it be done?

cofruben
05-31-2004, 07:45 AM
this program has done in visual basic,so yes,you can :).You can code it easily with some code knowledge,for example,if you click in a command,put this:

text1.text= text1.text & "hey"

that will add the word "Hey" to the text1.
I hope it helps,good luck 8)

Dave987
05-31-2004, 01:19 PM
lol Lost me right there.
I'll probably spend hours staring at visual basic tutorials for beginners and still be completely lost.

Anywho, just want to give you a pat on the back cof, should help alot of newbs out there hoping to write quests. Thanks , it'll also save people lots of time. Way to go!

Jezebell
05-31-2004, 01:45 PM
I copied the .ocx files to c:\windows\system32 and installed the VB pack there from microsoft but I get an error when running the editor:

Component 'fkey.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.

cofruben
06-01-2004, 03:16 AM
try copping that ocx to the program folder.

Jezebell
06-01-2004, 03:26 AM
Its already there too

cofruben
06-01-2004, 04:32 AM
ok im making CQE on c++,that should fix all crap problems.Give me some days ;)

Sakrateri
06-18-2004, 10:00 PM
Mine is saying Database source name not found and no default driver specified ?? anyone have any idea what i did wrong ?

Tangeleno
06-22-2004, 09:04 AM
I was getting that error about it not being able to find an ODBC driver... googled it and found the driver for mysql. Installed it and it works like a charm now.