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-15-2008, 01:36 PM   #1 (permalink)
Forum Novice
 
Join Date: Aug 2003
Location: Hong Kong
Posts: 273
Send a message via ICQ to Hawkins
Default [Runuo 2.0 RC2] Full Evo 2.1 for FS Taming Gen2

Last updated on: Nov 16, 2008

This is to tweak Xanthos Evo System 2.1 to run along with FS Taming System Gen2. I didn't test it in full, rather I made it compiled and run ok.

1. ShinkItem class is renamed to ShinkItemX
2. Breeding should be ok for the following (didn't test in full, but i think that they should work fine),
- Dragon
- Daemon
- Hiryu
- Kirin
- Mare
- Lion
- Rat
- Wisp
- Mercenary

Credit:
Goes to Xanthos and others who keep updating the Evo System

Pre-requisite:
You need to install FS Taming System Gen2 first before you can install this tweak of Xanthos Evo.

Installation:
1. Make sure that FS taming System Gen2 is properly installed
2. Unrar to place Script folder under your Runuo custom script folder
3. Replace your existing AnimalBreeder.cs

Disclaimer: I don't own this project, nor will I support it. So if you find it work for you, then use it. Else, you have to pray for Xan's coming back.
Attached Files
File Type: rar Xanthos.rar (187.0 KB, 10 views)
File Type: cs AnimalBreeder.cs (6.2 KB, 5 views)

Last edited by Hawkins; 11-18-2008 at 09:18 PM.
Hawkins is offline   Reply With Quote
Old 09-02-2008, 04:26 AM   #2 (permalink)
Newbie
 
Join Date: Jul 2007
Posts: 13
Default

I have to say this scares me - I have seen the code to the FS Taming system. Glad to see my code is still in use - I have been gone for a while. One day I will move them forward again - please let me know what you would like to see.

- Xan
sohtnax is offline   Reply With Quote
Old 09-19-2008, 07:53 PM   #3 (permalink)
Forum Novice
 
Join Date: Jul 2005
Posts: 163
Send a message via AIM to mkiplm Send a message via MSN to mkiplm Send a message via Yahoo to mkiplm
Default

Errors:
+ custom/XanthosEvo_21Tweak/XanthosEvo_21Tweak/Scripts/Custom/Xanthos/Claim Sys
tem/Claim.cs:
CS1501: Line 249: No overload for method 'CheckLoot' takes '2' arguments
+ custom/XanthosEvo_21Tweak/XanthosEvo_21Tweak/Scripts/Custom/Xanthos/EVO Syste
m/Mercenary/Mercenary.cs:
CS0246: Line 309: The type or namespace name 'AnkhNorth' could not be found
(are you missing a using directive or an assembly reference?)


got some errors
mkiplm is offline   Reply With Quote
Old 11-15-2008, 06:19 AM   #4 (permalink)
Forum Novice
 
Join Date: Aug 2003
Location: Hong Kong
Posts: 273
Send a message via ICQ to Hawkins
Default

Quote:
Originally Posted by sohtnax View Post
I have to say this scares me - I have seen the code to the FS Taming system. Glad to see my code is still in use - I have been gone for a while. One day I will move them forward again - please let me know what you would like to see.

- Xan
I've just made it even more scary.

Consider that a push for your coming back.

Last edited by Hawkins; 11-15-2008 at 11:06 AM.
Hawkins is offline   Reply With Quote
Old 11-18-2008, 09:27 PM   #5 (permalink)
Forum Novice
 
Join Date: Aug 2003
Location: Hong Kong
Posts: 273
Send a message via ICQ to Hawkins
Default

Quote:
Originally Posted by mkiplm View Post
Errors:
+ custom/XanthosEvo_21Tweak/XanthosEvo_21Tweak/Scripts/Custom/Xanthos/Claim Sys
tem/Claim.cs:
CS1501: Line 249: No overload for method 'CheckLoot' takes '2' arguments
+ custom/XanthosEvo_21Tweak/XanthosEvo_21Tweak/Scripts/Custom/Xanthos/EVO Syste
m/Mercenary/Mercenary.cs:
CS0246: Line 309: The type or namespace name 'AnkhNorth' could not be found
(are you missing a using directive or an assembly reference?)


got some errors
It is because you are using RC1 or earlier RunUO version, in RC2 the method 'CheckLoot' takes 2 arguments. You may remove the second argument if you are not using RC2.


In Claim.cs
For RC2:
Code:
result = corpse.CheckLoot( from, null ) && !( corpse.IsCriminalAction( from ) );
For RC1 or before:
Code:
result = corpse.CheckLoot( from ) && !( corpse.IsCriminalAction( from ) );

Last edited by Hawkins; 11-18-2008 at 09:36 PM.
Hawkins is offline   Reply With Quote
Reply

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