|
||
|
|||||||
| RunUO Post Archive The Archvie |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#226 (permalink) | |
|
Join Date: Mar 2006
Location: Prague
Posts: 25
|
Quote:
Yes but where are that custom regions stored??? Only in save???? I want to create karma-depending access but I dont know where to start... :-)
__________________
questions forever.....sorry.... ;) |
|
|
|
|
|
|
#227 (permalink) |
|
Forum Expert
Join Date: Apr 2003
Location: Georgia
Age: 31
Posts: 392
|
I don't understand how it reads the music or where its getting the info for the regions music. But there are more regional tracks it doesnt show all of them. Including the new dungeons.
Here is a list of all regional tracks wich are also used in dawns music box. Would it be possible to make regioncontrol read from this folder C:\Program Files\Ultima Online\Music\Digital Here is a copy/paste of the tracks in the config file found there. 0 turfin,loop 1 turfin,loop 2 turfin,loop 3 turfin,loop 4 turfin,loop 5 turfin,loop 6 turfin,loop 7 turfin,loop 8 stones1 9 britainpos,lop 10 britain1 11 bucsden,loop 12 jhelom 13 lbc 14 linelle 15 newmagincia,loop 16 minocpos,loop 17 valoriapos,loop 18 ambrosia,loop 19 stones 20 scarabreapos,loop 21 trinsicpos,loop 22 vesper1 23 yew1 24 yewpos,loop 25 dungeon 26 dragonshi,loop 27 citynightedit,loop 28 walking,loop 29 citynightedit,loop 30 walking,loop 31 citynightedit,loop 32 boattravel 33 citynightedit,loop 34 tavern1 35 tavern2 36 tavern3 37 pubtune,loop 38 goodevil,loop 39 humanoids,loop 40 gargoyles,loop 41 turfin,loop 42 deathtune 43 victory 44 overlordv2 45 nujelm 46 dragonslo,loop 47 cove,loop 48 moonglowpos,loop 49 zento,loop 50 tokunodungeon,loop 51 taiko,loop 52 dread_horn_area,loop 53 elf_city_1,loop 54 grizzle_dungeon,loop 55 melisandes_lair,loop 56 paroxysmus_lair,loop 57 ConversationWithGwenno.mp3 58 GoodEndGame.mp3 59 GoodVsEvil.mp3 60 GreatEarthSerpentsTheme.mp3 61 HumanoidsU9.mp3 62 MinocNegative.mp3 63 Paws.mp3 64 SelimsBar.mp3 65 UltimaVIISerpentIsleCombat.mp3 66 ValoriaShips.mp3 |
|
|
|
|
|
#230 (permalink) |
|
Forum Newbie
Join Date: Jun 2006
Posts: 22
|
i keep getting this error message when tring to run it in my scripts folder
cs0246: Line 19: The type or Namespace name "CommandEventsArgs" could not be found (are you missing a using directive or an assembly reference?) what does this mean? |
|
|
|
|
|
#232 (permalink) |
|
Newbie
Join Date: Oct 2005
Posts: 85
|
BUGS/GLITCHES i have found
Im not sure if this is a bug or not, but say your region has stairs... The regions need to be set on each Z level the player goes on, so you have to make a new region for each stair on each Z level, so that the player stays in that region, its hard to explain. Also, you have to set the region with a 1 tile border around the area, otherwise it will not specify the very outside of the region to actually be apart of that region. lol sorry if you dont understand what im saying. |
|
|
|
|
|
#233 (permalink) | |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
Quote:
|
|
|
|
|
|
|
#234 (permalink) |
|
Newbie
Join Date: Oct 2004
Age: 23
Posts: 62
|
I have a lot of players releasing animals in noattack zone and they cannot be killed unless GM kills them.
There was a suggestion with allowing damage, NPC harm but now allowing harming players. It didn't work, since players could cast poison fields outside the zone and target others in the zone. So I would like to allow players attack uncotrolled animals and leave player unharmed. I don't quite get it how to do that. Can anyone help? Code:
public override bool OnDamage( Mobile m, ref int Damage )
{
if ( !m_Controller.CanBeDamaged )
{
m.SendMessage( "You cannot be damaged here." );
}
return m_Controller.CanBeDamaged;
}
|
|
|
|
|
|
#236 (permalink) |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
This script has been updated.. please post in the current thread, thanks.
|
|
|
|
|
|
#238 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
If you change to code to disallow releasing in those areas, it will not happen in those areas, period.
__________________
Why is it that I'm never as smart as I thought I was yesterday? My vast knowledge is only surpassed by my infinite ignorance. <TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him |
|
|
|
|
|
#240 (permalink) | |
|
Forum Expert
Join Date: Jun 2006
Age: 31
Posts: 304
|
Quote:
some of the music files that are currently in do not loop and end withing 30 seconds and then you have no music. i just would really like to know what calls them. |
|
|
|
|
|
|
#241 (permalink) |
|
Account Terminated
|
I know this post is old so if i dont get a reply i will know why. I added this to the RunUO2 server and got an error in line 19. The type or namespace 'CommandEventArgs' could not be found. Im taking it this doesnt work with RunUO2.
|
|
|
|
|
|
#242 (permalink) | |
|
Newbie
Join Date: Feb 2004
Age: 26
Posts: 42
|
Quote:
[RunUO 2.0 RC1] Custom Regions in a Box V4.0 There ^ |
|
|
|
|
|
|
#243 (permalink) | |
|
Newbie
Join Date: Jan 2006
Posts: 44
|
Fantastic script... but there needs to be one more entry in the props list.
MagicEntrance if this is false it should block people from entering using Recall, Gate, or Sacred Journey. On the shard I staff we blocked the mark spell in a location, but someone knows an exploit to mark in ANY location, even ilsh and felucca dungeons. Ilshenar and Fel dungeons block people from entering magically though... so they're the only places that we can put spawns and feel safe that nobody will be able to recall directly to the spawn location.
__________________
Quote:
|
|
|
|
|
|
|
#245 (permalink) |
|
Newbie
Join Date: Jun 2007
Age: 30
Posts: 24
|
what should i do with these errors
Using V4.0 for Runuo2.0 rc1 + regionstone.cs CS0101: Line 13: The Namespace 'Server.Items' already contains a definition for 'RegionFlag' CS0101: Line 57: The namespace 'Server.Items' already contains a definition for 'RegionControl' Thanx Last edited by troyboy731; 07-21-2007 at 03:23 PM. |
|
|
|
|
|
#248 (permalink) |
|
Lurker
Join Date: Jan 2006
Posts: 7
|
i have an error when trying too run serve
Errors: + Custom/custom regions 3.6/RegionBounds.cs: CS0246: Line 19: The type or namespace name 'ComandEventArgs' could not be found ( are you missing a using directive or an assembly refrence?) |
|
|
|
|
|
#249 (permalink) | |
|
Forum Expert
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,367
|
Quote:
Could be you're trying to run a 4 yr old script system on a new server?
__________________
May you have the strength of eagles' wings, the faith and courage to fly to new heights, and the wisdom of the universe to carry you there. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|