Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 07-21-2004, 04:17 AM   #1 (permalink)
Forum Novice
 
Astro_Demon's Avatar
 
Join Date: Dec 2003
Location: Deepest Pit of Hell!!!
Age: 20
Posts: 146
Send a message via MSN to Astro_Demon
Talking Lord British Quest

This quest is a changed verison of the master diamond robe quest. In this quest Lord British sends you to kill the astro Daemon and return with 12 astro bones. once they get the bones they get a suit of armor. Pretty cool I hope you guys like it. And I did make this but just used the master robe quest as a base.
Attached Files
File Type: zip LordBritishQuest.zip (8.7 KB, 819 views)
File Type: cs AstroDaemon.cs (2.6 KB, 689 views)
File Type: cs VampireSlayer.cs (1.9 KB, 577 views)
File Type: cs Tokens.cs (1.3 KB, 432 views)
Astro_Demon is offline   Reply With Quote
Old 07-21-2004, 05:05 AM   #2 (permalink)
 
Join Date: Jul 2004
Age: 27
Posts: 1
Default Astro Quest

Could you please post the commands that we need to type to activate the quest? You mentiod what the quest was about but forgot the commands we type Ty.
Darth Illusion is offline   Reply With Quote
Old 07-21-2004, 06:03 AM   #3 (permalink)
Forum Expert
 
Pyro-Tech's Avatar
 
Join Date: Oct 2003
Location: Carbondale, IL
Age: 24
Posts: 1,805
Send a message via MSN to Pyro-Tech
Default

if it is like the diamond robe....you just talk to the guy, he tells you what to do, and you go do it....no timers or special commands or anything
__________________

Pyro-Tech is offline   Reply With Quote
Old 07-23-2004, 09:55 AM   #4 (permalink)
^ Im with stupid
 
Join Date: Jul 2003
Posts: 230
Send a message via MSN to fyrye
Default

Should remove the custom items from the mobiles pack.
Saw tokens and Vampireslayer in there.
fyrye is offline   Reply With Quote
Old 08-21-2004, 05:50 AM   #5 (permalink)
Forum Novice
 
Join Date: Jul 2004
Location: IL, USA
Posts: 581
Default

Got these error compiling.

- Error: Scripts\Custom\LordBritishQuest\AstroDaemonBoneArm or\AstroBlade.cs: CS
0115: (line 29, column 24) 'Server.Items.AstroBlade.GetDamageTypes(out int, out
int, out int, out int, out int)': no suitable method found to override
- Error: Scripts\Custom\LordBritishQuest\VampireSlayer.cs: CS0115: (line 45, co
lumn 24) 'Server.Items.VampireSlayer.GetDamageTypes(out int, out int, out int, o
ut int, out int)': no suitable method found to override
haazen is offline   Reply With Quote
Old 08-21-2004, 11:54 AM   #6 (permalink)
 
Join Date: Jun 2004
Age: 20
Posts: 39
Default

- Error: Scripts\Custom\LordBritishQuest\AstroDaemonBoneArm or\AstroBlade.cs: CS
0115: (line 29, column 24) 'Server.Items.AstroBlade.GetDamageTypes(out int, out
int, out int, out int, out int)': no suitable method found to override
- Error: Scripts\Custom\LordBritishQuest\VampireSlayer.cs: CS0115: (line 45, co
lumn 24) 'Server.Items.VampireSlayer.GetDamageTypes(out int, out int, out int, o
ut int, out int)': no suitable method found to override

Turn those into
GetDamageTypes( Mobile wielder, out int, out int, out int, out int, out int)
Wedge is offline   Reply With Quote
Old 08-28-2004, 02:41 PM   #7 (permalink)
 
Join Date: Jul 2004
Age: 32
Posts: 29
Send a message via ICQ to Big Bob Send a message via AIM to Big Bob
Default

Quote:
Originally Posted by Wedge
- Error: Scripts\Custom\LordBritishQuest\AstroDaemonBoneArm or\AstroBlade.cs: CS
0115: (line 29, column 24) 'Server.Items.AstroBlade.GetDamageTypes(out int, out
int, out int, out int, out int)': no suitable method found to override
- Error: Scripts\Custom\LordBritishQuest\VampireSlayer.cs: CS0115: (line 45, co
lumn 24) 'Server.Items.VampireSlayer.GetDamageTypes(out int, out int, out int, o
ut int, out int)': no suitable method found to override

Turn those into
GetDamageTypes( Mobile wielder, out int, out int, out int, out int, out int)
Did that got these errors.

Scripts: Compiling C# scripts...failed (5 errors, 0 warnings)
- Error: Scripts\custom\8-28-04\LordBritishQuest\LordBritishQuest\AstroDaemonBo
neArmor\AstroBlade.cs: CS1001: (line 29, column 63) Identifier expected
- Error: Scripts\custom\8-28-04\LordBritishQuest\LordBritishQuest\AstroDaemonBo
neArmor\AstroBlade.cs: CS1001: (line 29, column 72) Identifier expected
- Error: Scripts\custom\8-28-04\LordBritishQuest\LordBritishQuest\AstroDaemonBo
neArmor\AstroBlade.cs: CS1001: (line 29, column 81) Identifier expected
- Error: Scripts\custom\8-28-04\LordBritishQuest\LordBritishQuest\AstroDaemonBo
neArmor\AstroBlade.cs: CS1001: (line 29, column 90) Identifier expected
- Error: Scripts\custom\8-28-04\LordBritishQuest\LordBritishQuest\AstroDaemonBo
neArmor\AstroBlade.cs: CS1001: (line 29, column 99) Identifier expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Big Bob is offline   Reply With Quote
Old 09-14-2004, 03:31 PM   #8 (permalink)
 
Join Date: Sep 2004
Location: San Diego
Age: 31
Posts: 61
Send a message via ICQ to Azirath_JaGang Send a message via Yahoo to Azirath_JaGang
Default

Replace with this

Quote:
public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy )
{
cold = pois = nrgy = 0;
phys = 50;
fire = 50;
}
You need a , after "wielder" and a space after "out int nrgy"
Azirath_JaGang is offline   Reply With Quote
Old 11-07-2004, 04:25 AM   #9 (permalink)
 
Join Date: Oct 2004
Posts: 33
Default

Astro, I love this quest. Well done.

Just wanted to let you know that expanded it a bit. I duped Lord Brit (changed his name and clothing) and created his brother for Trammel. His brother tells the player that they have the wrong guy and directs him to Felucca. Afterwards, he won't accept anything from the players and rags on them a bit for mixing him up with his older and senile brother again.

I figured this way, more players will find the quest and let others know about it.
Quiverlip is offline   Reply With Quote
Old 05-18-2005, 10:42 AM   #10 (permalink)
 
Join Date: Mar 2005
Age: 17
Posts: 132
Default

Excuse me,
can you please tell me how to make Lord British hand out random parts of the armor, please?
12 bones is not good enough for a whole set...and I don't want to collect bones for a long period of time either. Is there a way to make him hand out 1 random piece of the armor for 12 bones?

Thanks in advanced.
na12uto is offline   Reply With Quote
Old 05-24-2005, 05:16 PM   #11 (permalink)
Forum Expert
 
Join Date: Dec 2003
Location: Sitting in a chair fulfilling my life's goal
Age: 22
Posts: 2,650
Send a message via AIM to Killamus Send a message via MSN to Killamus
Default

Code:
			lines = new string[]
			{
				"make them there Suit.",
				"",
				"",
				"Plated Daemon Armor",
				"should they want to",
				"wait. I know my ",
				"brother is working",
				"Plate Armor in the",
			};
			Pages[cnt++].Lines = lines;

			lines = new string[]
			{
				"way I have been",
				"working on my Bone Armor.",
				"I know it is better",
				"then my suit but much",
				"more costly. His name",
				"Lord Blackthrone.",
				"",
				"",
			};
Oh, the bitter irony.
__________________
Procrastinators unite!
Tomorrow.
Saying that Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
Killamus is offline   Reply With Quote
Old 05-30-2005, 04:29 PM   #12 (permalink)
Forum Newbie
 
Join Date: Jun 2003
Posts: 30
Default

I am having the same problem as Wedge and Quiverlip :

Code:
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS0115: (line 29, column 24) 'Server.Items.AstroBlade.GetDamageTypes(out int, out int, out int, out int, out int)': no suitable method found to override
Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS0115: (line 45, column 24) 'Server.Items.VampireSlayer.GetDamageTypes(out int, out int, out int, out int, out int)': no suitable method found to override
I also tryed the fix Quiverlip gave in his post
Quote:
GetDamageTypes( Mobile wielder, out int, out int, out int, out int, out int)
after doing this i got 8 more errors:

Code:
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS1001: (line 29, column 63) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS1001: (line 29, column 72) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS1001: (line 29, column 81) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS1001: (line 29, column 90) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\AstroBlade.cs: CS1001: (line 29, column 99) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS1001: (line 45, column 63) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS1001: (line 45, column 72) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS1001: (line 45, column 81) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS1001: (line 45, column 90) Identifier expected
 Error: Scripts\Customs\LordBritishQuest\VampireSlayer.cs: CS1001: (line 45, column 99) Identifier expected
Does any 1 have any ideas?
carrbrooke is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5