PDA

View Full Version : Quest Editor Case Issue


trevius
11-04-2009, 07:56 PM
GeorgeS,

I know you have fixed most of the case issues in the quest editor already, but here is another one I found that needs to be fixed when you get a chance.

There are 2 quest functions to move players, and one is this:

quest::movepc

and the other is this:

$client->MovePC

The problem is that the tool is converting them all to the lower case version, which breaks the quest object one that has caps. I am not aware of any others atm, but if you can fix this sometime, I would appreciate it :)

The lower-case change is what caused the problems in this thread:
http://www.eqemulator.net/forums/showthread.php?p=180823#post180823

GeorgeS
11-04-2009, 11:10 PM
Sounds good. I'm working on this today.
The quest editor is being enhanced with more quest examples as well.

GeorgeS

GeorgeS
11-08-2009, 01:26 PM
Just an update, I've fixed the lc issue today

Computer running win7went into a bluescreen loop, and ultimately spent 3 days reinstalling stuff. I have backups, but the backup file (110GB) was corrupt, but the files within it were ok.

No worries, because I have many backups of the tools..

..so I'm working on a few things like adding the extra quests today.
and a few other things


--Edit--
Completed and updated the tool

GeorgeS

trevius
11-10-2009, 05:26 PM
Oh sweet! Thanks yet again, GeorgeS! Didn't see the edit until checking this thread again now :)

trevius
01-25-2010, 07:07 AM
Looks like another case issue was found with the Quest Editor in this thread:

http://www.eqemulator.net/forums/showthread.php?p=183282#post183282

It converts any spelling of summonitem to lowercase. This isn't a problem until people try to use the quest object version which is SummonItem.

GeorgeS
01-27-2010, 01:10 AM
Thanks for the tip. I fixed the program to correct the case

ver 1.2.4

GeorgeS