|
||
|
|
#1 (permalink) |
|
Forum Novice
|
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.
|
|
|
|
|
|
#5 (permalink) |
|
Forum Novice
Join Date: Jul 2004
Location: IL, USA
Posts: 581
|
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 |
|
|
|
|
|
#6 (permalink) |
|
Join Date: Jun 2004
Age: 20
Posts: 39
|
- 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) |
|
|
|
|
|
#7 (permalink) | |
|
Quote:
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. |
||
|
|
|
|
|
#9 (permalink) |
|
Join Date: Oct 2004
Posts: 33
|
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. |
|
|
|
|
|
#10 (permalink) |
|
Join Date: Mar 2005
Age: 17
Posts: 132
|
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. |
|
|
|
|
|
#11 (permalink) |
|
Forum Expert
|
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.",
"",
"",
};
__________________
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. ![]() |
|
|
|
|
|
#12 (permalink) | |
|
Forum Newbie
Join Date: Jun 2003
Posts: 30
|
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 Quote:
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 |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|