|
||
|
|||||||
| Custom Script Releases This forum is where you can release your custom scripts for other users to use. Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#201 (permalink) | |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Quote:
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
|
#208 (permalink) |
|
Forum Novice
Join Date: Apr 2007
Posts: 119
|
im using svn and i get this
Errors: + CUSTOM/Custom Regions in a Box V4[1].0/CustomRegion.cs: CS0508: Line 28: 'Server.Regions.CustomRegion.OnDeath(Server.Mobile )': retur n type must be 'void' to match overridden member 'Server.Region.OnDeath(Server.M obile)' i get the same error as the guy above lol. |
|
|
|
|
|
#210 (permalink) |
|
Forum Novice
Join Date: Apr 2007
Posts: 119
|
u replied too fast. i was just doing that, give me a sec lol, more errors
A fix for: Errors: + CUSTOM/Custom Regions in a Box V4[1].0/CustomRegion.cs: CS0508: Line 28: 'Server.Regions.CustomRegion.OnDeath(Server.Mobile )': retur n type must be 'void' to match overridden member 'Server.Region.OnDeath(Server.M obile)' change line 28 to public override void OnDeath( Mobile m ) and lines 77 and 80 Code:
return; // base.OnDeath(m);
}
return;// toreturn;
Last edited by Grom09; 08-22-2008 at 09:08 PM. |
|
|
|
|
|
#211 (permalink) |
|
Forum Novice
Join Date: Apr 2007
Posts: 119
|
im getting problems
i changed to this already Code:
private Point3D m_CustomGoLocation;
[CommandProperty(AccessLevel.GameMaster)]
public Point3D CustomGoLocation
{
get { return (m_Region != null) ? m_Region.GoLocation : new Point3D(0,0,0); }
set
{
if (m_Region != null)
{
m_Region.GoLocation = value;
m_CustomGoLocation = value;
UpdateRegion();
}
}
i stil get this Code:
RunUO - [www.runuo.com] Version 2.0, Build 3110.29262 Core: Running on .NET Framework Version 2.0.50727 Scripts: Compiling C# scripts...done (cached) Scripts: Skipping VB.NET Scripts...done (use -vb to enable) Scripts: Verifying...done (2732 items, 767 mobiles) Regions: Loading...done World: Loading...Error: System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.__Error.EndOfFile() at System.IO.BinaryReader.FillBuffer(Int32 numBytes) at System.IO.BinaryReader.ReadInt32() at Server.World.Load() in c:\SVN 297\Server\World.cs:line 386 at Server.ScriptCompiler.Compile(Boolean debug, Boolean cache) in c:\SVN 297\ Server\ScriptCompiler.cs:line 627 at Server.Core.Main(String[] args) in c:\SVN 297\Server\Main.cs:line 443 This exception is fatal, press return to exit Last edited by Grom09; 08-27-2008 at 07:39 PM. |
|
|
|
|
|
#213 (permalink) |
|
Forum Novice
Join Date: Apr 2007
Posts: 119
|
when i go from a backup, it says i have no accounts and have to create admin again.
should this happen even if i revert to the most recent, second, or third backup it is telling me to create owner, and if i do, all the stuff on my shard is gone. how can i get it back.... Last edited by Grom09; 08-25-2008 at 04:45 PM. |
|
|
|
|
|
#221 (permalink) |
|
Forum Novice
Join Date: Nov 2006
Posts: 110
|
Here is my error...
Code:
RunUO - [www.runuo.com] Version 2.0, Build 3118.36516
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Nerun's Distro/Customs/customregions/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'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
|
|
|
|
|
|
#222 (permalink) |
|
Lurker
Join Date: Jan 2006
Posts: 7
|
ok added it to custom folder and getting this Error
+ custom /Customs Regions in a Box V4.0/CustomRegion.cs: CS0508: Line 28: 'Server.Regions.CustomRegion.OnDeath(Server.Mobile )': return type must be 'void' to match overridden member 'Server.Region.OnDeath(Server.Mobile)' |
|
|
|
|
|
#223 (permalink) | |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Quote:
Try changing Code:
return base.OnDeath(m);
}
return toreturn;
Code:
return; // base.OnDeath(m);
}
return;// toreturn;
__________________
Friends Come and go but Enemies accumulate Last edited by oiii88; 09-02-2008 at 07:46 AM. |
|
|
|
|
|
|
#224 (permalink) | |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Quote:
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
|
#225 (permalink) |
|
Forum Novice
Join Date: Nov 2006
Posts: 110
|
That is what I thought but upon searching for the files in the errors it could not find another copy of either of those files. In fact I can't even find a file called regionflag in my set of files and the only thing coming up in a search for region control is regioncontrol and regioncontrolgump both in the custom region folder.
Last edited by peepeetree; 09-02-2008 at 08:02 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|