RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Yrenwick Dragon's MiniQuest System

ultimaIX

Wanderer
Yrenwick Dragon's MiniQuest System

Summary:
This is a easy way to add a few quests to your shard.

Description:
This is a easy way to add a few quests to your shard.


What is included with this release (v.1):
Quest Bard
Quest Ranger
Quest Mage
Quest Beggar
Quest Blacksmith
Quest Tailor
Quest Fisher
Fire Daemon
Fire Daemon Blood
Quest Beetle
Giant Beetle Belly fluid
Bronze Runic Hammer


I have to say "Thanks!" to DragonDan and his "New Easy Ambitious Queen Quest". He saved me a bit of coding with his Queen NPC script. I used his "talk"
implementation, and modified it a bit for this MiniQuest system.


Yrenwick Dragon MiniQuest System V.1
Created by Yrenwick Dragon (G. Younk) - email [email protected]
From the Ultima: Britannia shard http://www.mac512.com/ultima/britannia/


Installation:
Just drag and drop into your \Scripts\Customs\ folder.
 

Attachments

  • Yrenwick Dragon MiniQuest System.zip
    16 KB · Views: 780
  • readme.txt
    2 KB · Views: 622

Girl

Wanderer
I've added your script to my shard but have only one problem, what are the commands to add these NPCs? I've tried Quest<trade> but that doesnt work.
 
D

draco

Guest
Saw this on a shard, you got to Double click on him to talk righto ?
 

Demensha

Wanderer
Ive added in the token system to my shard but havnt got them spawning on monsters
i want them for quest rewards insted

Is there anyway i can change the reward from a bank check to tokens....

BTW i know absolutly nothing about scripting

so talk to me as if you were explaining it to a 3yr old plz


mobile.AddToBackpack( new BankCheck(300) );

i assumed id change something in here .....i changed the word bankcheck into tokens hehe it didnt work

(ive never done any scripting and ive owned this shard for like a week)
 

Gandy897

Wanderer
Demensha said:
Ive added in the token system to my shard but havnt got them spawning on monsters
i want them for quest rewards insted

Is there anyway i can change the reward from a bank check to tokens....

BTW i know absolutly nothing about scripting

so talk to me as if you were explaining it to a 3yr old plz


mobile.AddToBackpack( new BankCheck(300) );

i assumed id change something in here .....i changed the word bankcheck into tokens hehe it didnt work

(ive never done any scripting and ive owned this shard for like a week)




if im not mistaken and I may be .. u should be able to change it by doing
AddToBackpack( new Tokens (300) ); or any amount you wish.

This is a line I use when adding tokens to creatures very similar :)
PackItem( new Tokens( 550, 1000 ) );

So , should work for u if u use the addtopack or packitem. Again Im not sure if i dont see the whole script , but should be ok :)
 

Demensha

Wanderer
hmmm it worked this time.....


Thanks :)

Kinda shocked that i was right.......i wonder what i did wrong last time
 

Vahagn23

Wanderer
Hey 2 probs

Hey i love dis script its really cool but der are 2 problems # 1 is dat i cant get d wonderous fish when i fish no such fish comes up and # 2 d harpys dont have a harpy feather :confused:
 
Top