| 
				  
 1. AA's work, but not to the full extent. And no, titles are not in I don't believe.
 2. That will hopefully be in a future release (4.1?). Or you can put them in yourself, how? I can't remember  :(
 
 3. Unsure
 
 4. The lifts are not implemented yet, some servers do have though. Doors missing? You didn't get the DB addon I am guessing
 
 5. Its called Quest Scripting, to have them say something basic type the following in notepad:
 
 NPC_ID: <ID of the NPC here> {
 TRIGGER_TEXT:Hail:{
 SAY:Greetings, how are you today?
 }
 }
 
 Then you save the file as a .qst and save in a folder called "quests" in your emu folder. Thats VERY VERY basic, here are some more commands:
 
 CAST_SPELL - Has the NPC cast a spell
 LEVEL - Changes your level
 SAY - NPC says
 EMOTE - NPC does emote
 SHOUT - NPC shouts
 TRIGGER_TEXT - When will the NPC talk?
 TRIGGER_ITEM - What u hand him to make him talk
 RAIN - triggers the rain
 EXP - gives you exp
 FACE_TARGET - faces the target
 SPAWN_ITEM - gives you an item
 TRIGGER_DEATH - not sure, kills NPC maybe?
 FLAG - flags with a status (100, 150, etc..)
 ADD_HATELIST - attacks you
 SPAWN_NPC - spawns an NPC
 SPAWN_GROUP - spawns a group of NPCs
 %CHARNAME% - gives back the characters name
 %CHARLEVEL% - gives back the characters level
 %CHARCLASS% - gives back the characters class
 %CHARRACE% - gives back the characters race
 
 Might sound confusing, but I am tired, lol, I hope i helped some
 
			
			
			
			
				  |