Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 08-31-2005, 09:30 AM   #1 (permalink)
Forum Novice
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 40
Posts: 588
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default Dungeon Barrel

Name: Dungeon Barrel (aka Diablo Type Barrel)
Version: 1.01
Author: RavonTUS


Description: These barrels will only open if they are chopped up. You may get gold, mana,
health, or you may get poisoned, blown up, or just an old broken barrel.

Distribution: This script can be freely distributed, as long as the credit notes are left intact.
This script can also be modified, as long as the credit notes are left intact.

Installation: Copy this file to your Custom director and restart your server.
[add DungeonBarrel to add the barrel or add it using a spawn.

Thanks to:
Joeku, Geezer & Axle for giving me a few pointers on my first script.

Change Log: X-SirSly-X gave me the close barrel ID 02-Sep-2005
Attached Images
File Type: jpg DungeonBarrel.JPG (26.7 KB, 394 views)
Attached Files
File Type: cs DungeonBarrel.cs (4.4 KB, 188 views)
RavonTUS is offline  
Old 08-31-2005, 11:41 AM   #2 (permalink)
 
Join Date: Jan 2005
Age: 25
Posts: 219
Default

lol, neat little script. Simple, and keeps the new players happy.
imanewb is offline  
Old 08-31-2005, 05:10 PM   #3 (permalink)
 
Join Date: Aug 2005
Age: 19
Posts: 78
Default umm

so basicly this is a treasure chest that you have to chop up instead of pick i like lol
msondey89 is offline  
Old 08-31-2005, 06:44 PM   #4 (permalink)
 
Join Date: Jan 2005
Age: 21
Posts: 49
Default

gonna have to try this out. looks nice!
Jambone is offline  
Old 09-01-2005, 10:17 PM   #5 (permalink)
Forum Expert
 
Join Date: Oct 2004
Location: New York
Age: 28
Posts: 688
Default

This was such a simple yet awesome script, great job on it!

I liked the idea & concept so much, I remade how it works.

It now picks a random sealed container, and leaves behind decable wood debris when its chopped.

Hope to see more good things from you in the future!
Attached Files
File Type: rar DungeonBarrels.rar (2.7 KB, 93 views)
X-SirSly-X is offline  
Old 09-01-2005, 10:53 PM   #6 (permalink)
The noob formerly known as Jakob
 
Serp's Avatar
 
Join Date: Jan 2005
Posts: 316
Default

Does this do what you want?
Code:
public override void OnDoubleClick(Mobile from)
{
    if (from.Warmode && from.Weapon is BaseAxe)
        OnChop(from);
    else
        from.SendLocalizedMessage(501747); // It appears to be locked.
}
Serp is offline  
Old 09-01-2005, 10:53 PM   #7 (permalink)
Forum Expert
 
Join Date: May 2004
Age: 29
Posts: 358
Default

Prob a silly question but why didnt ya just the Barrel with a lid pic?
MetallicSomber is offline  
Old 09-02-2005, 12:00 AM   #8 (permalink)
Forum Expert
 
Join Date: Oct 2004
Location: New York
Age: 28
Posts: 688
Default

the barrel w/ a lid, wasn't a object that can be added, but i wrote a script for it. check out my package.
X-SirSly-X is offline  
Old 09-05-2005, 10:30 PM   #9 (permalink)
Forum Novice
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 40
Posts: 588
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Greetings,

Quick little update. To keep MetallicSomber happy I took the barrel ID with a closed lid from X-SirSly-X modification of my scripts and plugged it into the orginal script.

Glad to see you like. Have fun.

-Ravon
RavonTUS is offline  
Old 09-06-2005, 12:45 PM   #10 (permalink)
Forum Expert
 
Join Date: May 2004
Age: 29
Posts: 358
Default

hehe works for me
MetallicSomber is offline  
 

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 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5