I have several quest that were working fine. Now, after the upgrade to 3.09 the first gump works ok, but the next which is suppose to depend on the previous and a done keyword, does not come up.
My quests are setup with a -1 or -2 depends for first text and then a yes response brings the first gump. That comes up but the next which ahs a keyword of done, does not.
Any ideas what is going on? BTW, the GUMPs are type 0.
can you post the .npc file?
(edit)
I did break something in the recent update. I will post the fix.
v3.09b fixes that. It is now available.
I am getting an errors when I boot Runuo after appliing this fixed basexmlspawners.cs.
CODE |
- Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7463, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7469, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7475, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7482, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7638, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7645, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? |
QUOTE (Fafnir @ May 09, 2006 01:19 pm) |
I am getting an errors when I boot Runuo after appliing this fixed basexmlspawners.cs.
CODE | - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7463, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7469, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7475, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7482, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7638, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? ) - Error: Scripts\Misc\XMLSpawner2\BaseXmlSpawner.cs: CS0234: (line 7645, column 15) The type or namespace name 'SpawnPositionInfo' does not exist in the class or namespace 'Server.Mobiles.XmlSpawner' (are you missing an assembly reference? |
|
ah. you didnt have the v3.09a update installed. Just get xmlspawner2.cs and the other files in the xmlspawner2-v309b-1of2.zip
ah, you are right. This was my test server and I had only installed on production! :-P
Well, no, now that I think about it, I did install 3.09 in this server. I will check, but am pretty sure it was. I always test first.
Oh, you slipped in another verison. I guess I got 3.09 but not 3.09a.
Good fix Arte! Thanks for your quick attention to this! All our quests were broken.
QUOTE (Fafnir @ May 09, 2006 02:55 pm) |
Good fix Arte! Thanks for your quick attention to this! All our quests were broken. |
yep. sorry about that. I was adding some overloads for one of the spawn methods to support the new spawn positioning control keywords and I did a cut and paste without adding back in the gump argument.