View Single Post
  #1  
Old 11-04-2009, 07:56 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default Quest Editor Case Issue

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:

Code:
quest::movepc
and the other is this:

Code:
$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/sho...823#post180823
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote