Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Releases

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.

Reply
 
Thread Tools Display Modes
Old 03-24-2008, 05:57 PM   #251 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

Quote:
Originally Posted by Gringo420 View Post
Im using client 5.0.9.1. But im going for an older preexpansion feel.
Well, you can do that simply by changing this line in CurrentExpansion.cs
from this:
Code:
private static readonly Expansion Expansion = Expansion.ML;
to
Code:
private static readonly Expansion Expansion = Expansion.None;
And then you will have to still update your client in order to not have strange map issues such as falling through the ground, invisible walls, etc.
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 03-24-2008, 06:14 PM   #252 (permalink)
Newbie
 
Join Date: Aug 2006
Age: 32
Posts: 50
Default

Updated to 6.0.5.0 and problem solved. Thank you.
Gringo420 is offline   Reply With Quote
Old 03-27-2008, 03:51 PM   #253 (permalink)
Newbie
 
Join Date: May 2006
Age: 31
Posts: 28
Default

When trying to run the spawner my server crashes. and i get this log. Can someone tell me what im doing wrong?


Server Crash Report
===================

RunUO Version 2.0, Build 3003.30488
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 2
.NET Framework: 2.0.50727.1433
Time: 3/27/2008 2:44:44 PM
Mobiles: 1
Items: 24
Exception:
System.DllNotFoundException: Unable to load DLL 'zlib32': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Server.Network.Compressor32.compress2(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality)
at Server.Network.Compressor32.Compress(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality)
at Server.Network.DisplayGumpPacked.WritePacked(Packe tWriter src)
at Server.Network.DisplayGumpPacked.Flush()
at Server.Gumps.Gump.Compile(NetState ns)
at Server.Mobile.SendGump(Gump g, Boolean throwOnOffline)
at Server.Mobile.SendGump(Gump g)
at Server.Commands.PremiumSpawnerCommand.PremiumSpawn er_OnCommand(CommandEventArgs e)
at Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type)
at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Mobiles.PlayerMobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Network.PacketHandlers.UnicodeSpeech(NetSta te state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

Clients:
- Count: 1
+ 127.0.0.1: (account = Harley) (mobile = 0x1 'B-man')
Firebrand is offline   Reply With Quote
Old 03-27-2008, 04:12 PM   #254 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

you need the zlib32.dll in your runuo root folder.

I would share it with you as an attachment, but it's not a valid file for the forums.
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 03-27-2008, 04:15 PM   #255 (permalink)
Newbie
 
Join Date: May 2006
Age: 31
Posts: 28
Default

can you tell me where i can get it and what file i should put it in?
Firebrand is offline   Reply With Quote
Old 03-27-2008, 04:19 PM   #256 (permalink)
Forum Expert
 
Greystar's Avatar
 
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
Default

Quote:
Originally Posted by Firebrand View Post
can you tell me where i can get it and what file i should put it in?
It comes with RunUO 2.0 RC2 along with the zlib64.dll. If you are using an SVN or compiling from the source you still need these files. You place them in the same directory as the RunUO.exe is in.
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Killable Guards (GS Version)
Just a Simple Staff Tool
You can leave me messages.
Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else."
Greystar is offline   Reply With Quote
Old 03-27-2008, 04:43 PM   #257 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

Also, I believe Mark posted a link to it somewhere here on the forums.

You'll want the first version he talks about. It's only named zlib.dll, but it is the same as zlib32

zlib update
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 03-29-2008, 12:42 PM   #258 (permalink)
Newbie
 
Join Date: May 2006
Age: 31
Posts: 28
Default

thankyou very much guys, For soem reason when i downloaded run uo those files werent in te zips, but its fixed now and working. Thanks again. Sorry for the late response.
Firebrand is offline   Reply With Quote
Old 04-06-2008, 12:41 PM   #259 (permalink)
Forum Novice
 
nerun's Avatar
 
Join Date: Jun 2003
Location: Brazil
Age: 29
Posts: 800
Default

Quote:
Originally Posted by xboxoutlaw View Post
I'm having the same issue with the spawners not showing up. they are working but I cannot see the spawner.
Read the FAQ in the first post. Issue #1:
1.- When I spawn the world all the spawners are set but not spawning. Am I missing something?
__________________
Ok, i am back...
Oh man, Work, University and RunUO Scripting are a hard triple journey...
nerun is offline   Reply With Quote
Old 04-06-2008, 12:48 PM   #260 (permalink)
Forum Novice
 
nerun's Avatar
 
Join Date: Jun 2003
Location: Brazil
Age: 29
Posts: 800
Default

Quote:
Originally Posted by DoVer View Post
Nerun just forgot to add Outdoors.map and Wildlife.map to Data/Monsters/Tokuno... you have to take them from 5.0.6 as there isnt any difference
Dooh!

Sorry dudes! Here goes a patch:

[RunUO 2.0 RC1] Nerun's Distro
__________________
Ok, i am back...
Oh man, Work, University and RunUO Scripting are a hard triple journey...

Last edited by nerun; 04-06-2008 at 12:53 PM.
nerun is offline   Reply With Quote
Old 04-07-2008, 03:46 AM   #261 (permalink)
Forum Expert
 
Draegen's Avatar
 
Join Date: Jun 2006
Posts: 280
Default

welcome back
Draegen is offline   Reply With Quote
Old 04-09-2008, 02:43 PM   #262 (permalink)
Newbie
 
Join Date: Apr 2008
Posts: 14
Default

I am new to runUO and also UO itself. I have the server installed and am able to log into it. I also followed your instructions on how to install the distro. I downloaded your 5.0.7.1.zip file and copied the Data and Scripts folders to my runUO root directory. Here is the command I used on gentoo.

cp -a Data Scripts /home/xxx/gameservers/RunUO/devel/

When I go to spawn the world using your instructions I get "map not found errors" for each place I try to spawn. I have read through this thread and looked over all of the stuff that you had mentioned to other users having this issue. All seems to be in place, and the .map files that the spawner is complaining about are in my data/monsters folder.

Any ideas how I can fix this. I am running the latest SVN as of yesterday with 6.0.6.0 clients.

Thanks!
cubber is offline   Reply With Quote
Old 04-09-2008, 04:55 PM   #263 (permalink)
Forum Expert
 
Greystar's Avatar
 
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
Default

Quote:
Originally Posted by cubber View Post
I am new to runUO and also UO itself. I have the server installed and am able to log into it. I also followed your instructions on how to install the distro. I downloaded your 5.0.7.1.zip file and copied the Data and Scripts folders to my runUO root directory. Here is the command I used on gentoo.

cp -a Data Scripts /home/xxx/gameservers/RunUO/devel/

When I go to spawn the world using your instructions I get "map not found errors" for each place I try to spawn. I have read through this thread and looked over all of the stuff that you had mentioned to other users having this issue. All seems to be in place, and the .map files that the spawner is complaining about are in my data/monsters folder.

Any ideas how I can fix this. I am running the latest SVN as of yesterday with 6.0.6.0 clients.

Thanks!
It's likely because you are on a linux distro and folders and files with Different cases mean different things. Couldn't tell you specifically, but it works fine on a windows machine.
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Killable Guards (GS Version)
Just a Simple Staff Tool
You can leave me messages.
Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else."
Greystar is offline   Reply With Quote
Old 04-09-2008, 05:15 PM   #264 (permalink)
Newbie
 
Join Date: Apr 2008
Posts: 14
Default

I will look more closely at the errors to see if the letters are cased different in the errors than on my server.
cubber is offline   Reply With Quote
Old 04-09-2008, 05:52 PM   #265 (permalink)
Newbie
 
Join Date: Apr 2008
Posts: 14
Wink

The problem was because the folders in Data\Monsters\ have capitol letters for the first letter of each folder name. So for instance when I was trying to spawn Trammel it was looking for Data\Monsters\trammel not Data\Monsters\Trammel. In order to fix this I changed all of the folders in Monsters so that they had lowercase first letters instead of uppercase.

Thanks for pointing that out, the errors went by so fast I really didn't have a chance to get to see it. Then I found the journal button and it was all in there for me to get a better look. Once I changed the folder names and tried to spawn the world again creatures started to spring up everywhere!

Please keep this lil' issue in mind for future updates to make this distro more Linux server friendly

Thanks!
cubber is offline   Reply With Quote
Old 04-09-2008, 07:26 PM   #266 (permalink)
Forum Expert
 
Greystar's Avatar
 
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
Default

Quote:
Originally Posted by cubber View Post
The problem was because the folders in Data\Monsters\ have capitol letters for the first letter of each folder name. So for instance when I was trying to spawn Trammel it was looking for Data\Monsters\trammel not Data\Monsters\Trammel. In order to fix this I changed all of the folders in Monsters so that they had lowercase first letters instead of uppercase.

Thanks for pointing that out, the errors went by so fast I really didn't have a chance to get to see it. Then I found the journal button and it was all in there for me to get a better look. Once I changed the folder names and tried to spawn the world again creatures started to spring up everywhere!

Please keep this lil' issue in mind for future updates to make this distro more Linux server friendly

Thanks!
Okay Just an observation... the Linux/Unix users of RunUO are I'd say in a very small minority here. So Maybe if Nerun has the opportunity he can add special instructions for Linux users. Or add a seperate download package. Otherwise people who had your issue could just go through the thread and see if anyone else has had the issue and how it was fixed.

Like I said before I've had experience with Linux ages ago but went back to a windows pc only because the games I like to play are primarily windows. I'm glad I could help from my ancient Linux knowledge.
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Killable Guards (GS Version)
Just a Simple Staff Tool
You can leave me messages.
Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else."
Greystar is offline   Reply With Quote
Old 04-10-2008, 09:30 AM   #267 (permalink)
Newbie
 
Join Date: Apr 2008
Posts: 14
Default

Thats cool, I was just suggesting maybe changing the folder names in his release or what not so these kind of questions can be avoided in the future. Changing the names of the affected folders would not change anything on a windows install, and would just make it more Linux friendly.
cubber is offline   Reply With Quote
Old 04-10-2008, 03:36 PM   #268 (permalink)
Newbie
 
Join Date: Mar 2008
Age: 23
Posts: 36
Default corrupt .zip file?

Can someone check the newest zip file, it seems to be corrupt?
Moroth is offline   Reply With Quote
Old 04-10-2008, 11:26 PM   #269 (permalink)
Newbie
 
Join Date: Sep 2004
Age: 26
Posts: 95
Default

Ok. So i spawned the 3 ML dungins that the distro come with but. I have no idea ware they ware any one mind telling me. ( and yes i looked on stratics but that don't tell me crap )
LordDark462 is offline   Reply With Quote
Old 04-11-2008, 09:27 AM   #270 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

Quote:
Originally Posted by Moroth View Post
Can someone check the newest zip file, it seems to be corrupt?
Yeh, I can't unzip it either. All patches and the actual release are corrupt
Shazman is offline   Reply With Quote
Old 04-11-2008, 12:02 PM   #271 (permalink)
Forum Expert
 
Greystar's Avatar
 
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
Default

Quote:
Originally Posted by Moroth View Post
Can someone check the newest zip file, it seems to be corrupt?
What are you using to Open them? I wouldn't suggest using the zip utility that comes with Windows XP or Vista because it often makes it seem like archives that where not compressed with said utility seem to be corrupt. 7z is free and you can also use Winrar.
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Killable Guards (GS Version)
Just a Simple Staff Tool
You can leave me messages.
Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else."
Greystar is offline   Reply With Quote
Old 04-11-2008, 01:40 PM   #272 (permalink)
Lurker
 
Join Date: Mar 2008
Posts: 3
Default Corrupt Distro Zip or Problem with Unzipping

Can't unzip, tried WinRar, 7z and even Rarzilla and it isn't uncompressing. Anyone recommend a different unzip program or can point me to another link to download this awesome spawner? Thanks a ton
Nemosity is offline   Reply With Quote
Old 04-11-2008, 01:43 PM   #273 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

Quote:
Originally Posted by Nemosity View Post
Can't unzip, tried WinRar, 7z and even Rarzilla and it isn't uncompressing. Anyone recommend a different unzip program or can point me to another link to download this awesome spawner? Thanks a ton
File from the first post works just fine. I was able to download it, and unpack it using winrar.
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 04-11-2008, 01:46 PM   #274 (permalink)
Lurker
 
Join Date: Mar 2008
Posts: 3
Default Can't unzip

When did you download it? It looks like a new version was just reposted a few days ago so it may just be that the updated version is a corrupt file?

If anyone has a working zip they could repost or direct me too I would greatly appreciate it. And I could finally get my son to quit OCD'in over it. He's 9 and is pumped that his awesome dad , moi , is going to make him a gm. Albeit a home server just for him, I just have to have monsters and spawning them individually would cost me about another three days of him constantly riding his awesome dad! lol thanks!

Last edited by Nemosity; 04-11-2008 at 02:34 PM.
Nemosity is offline   Reply With Quote
Old 04-11-2008, 02:31 PM   #275 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

right before I made my post. Download, rightclick on zip file, chose extract here(winrar), and there it all was.
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Reply

Bookmarks