|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Lucid Nagual's All Spells Version: [7].0.1 (a) RunUO RC1[2.0] Compliant ------< : >----<>--<>--< 0 >->-<--<< 0 >>-->-<-< 0 >--<>--<>----< : >------ | w/ an Optional Class & Race Restrictive System , Class Hues & Control Center. | ------< : >----<>--<>--< 0 >->-<--<< 0 >>-->-<-< 0 >--<>--<>----< : >------ Attention: Your Anti-Virus may give you a warning. This is because of the Undead Spell "Poison Ivy Patch". I do not intend on changing the name of the spell, but you can if you'd like. Otherwise, ignore the warning. Error Reports: This thread is not accepting error reports. This release has been tested and produces no errors on a clean install. Those who have errors must submit them to the Script Support section. Installation Instructions: Please zip your script folder (for backup), and replace all files with the ones from this release. Many of the old files have been edited!!! Oh and I have included edited spells for Chivalry, Mage and Necromancer. These files should be replaced as well. The zip that contains All Spells has a Scripts Folder in it. This file should be dropped on top of the Scripts Folder in your RunUO directory to replace all old ones.
All Spells is a combo of many people's spell sysems that was brought into one system for an easier install. I am the creator of the Undead and Avatar Spells. SirSly orginally put together the All Spells Project and allowed me to help him with scripting and testing. When he gave up the project I asked for permission to continue it on my own. Recently Alien has taken over the project is the one who is currently releasing his version with the ShardPack. I will continue working on this version for people that have my version on their systems. Spells Included:
Code:
public enum SolenFriendship
{
None,
Red,
Black
}
public class PlayerMobile : Mobile
{
Code:
public class PlayerMobile : Mobile
{
/////////////////////////////////////
// PlayerMobile Edit #5 //
// All Spells Addition <Start> //
/////////////////////////////////////
public override bool CanSee( Item item )
{
if ( m_DesignContext != null && m_DesignContext.Foundation.IsHiddenToCustomizer( item ) )
return false;
if ( item is BaseHouseTrap )
{
BaseHouseTrap trap = item as BaseHouseTrap;
if(trap.Detected)
return true;
else if (this.AccessLevel!=AccessLevel.Player)
return true;
else if (Spells.First.DetectTrapSpell.UnderEffect( this ))
return true;
else if (this.Skills[SkillName.DetectHidden].Value >= 100.0)
return true;
else if(trap.Placer!=null)
{
if(trap.Placer == this || this.GuildFealty == trap.Placer.GuildFealty || Spells.First.DetectTrapSpell.UnderEffect( this ))
return true;
else
return false;
}
else if ( this != trap.Placer && this.AccessLevel == AccessLevel.Player )
return false;
}
return base.CanSee( item );
}
/////////////////////////////////////
// PlayerMobile Edit #5 //
// All Spells Addition <End> //
/////////////////////////////////////
Quote: Server.Molbiles.PlayerMobile already defines a member called 'CanSee' with the same parameter types. It will have to be commented out. See the example below: Code:
public override bool CanSee( Item item )
{
if ( m_DesignContext != null && m_DesignContext.Foundation.IsHiddenToCustomizer( item ) )
return false;
return base.CanSee( item );
}
The commented out section should look like this when you are done: Code:
List of Commands:
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
Last edited by Lucid Nagual; 06-26-2006 at 01:55 PM. |
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Version 5.0.2a:
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
Last edited by Lucid Nagual; 05-24-2006 at 05:38 PM. |
|
|
|
|
#4 (permalink) |
|
RunUO Forum Moderator
|
Great job on this lucid, good to see that you released it again
![]() I have 1 question tho, did you made sure that if the admin delete all the control centers in the shard that it won't crash or something like that? I had this problem when I first worked on my control center so I just wanted to give you a heads up to test it before something happens ![]()
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
#6 (permalink) | ||
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Quote:
I've been working on this all week.*Edit: OK I tested the control center...when it is deleted a new one appears instantly so there is no crash. I used your control center as a template but didn't want to copy off of you completely so I scripted a lot of it myself. --------------------------------------------------------------------------- Quote:
As a matter of fact I first make these changes on my shard, test it, then package it, and then test it on a clean server for errors.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
||
|
|
|
|
#8 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Quote:
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|
|
|
#9 (permalink) |
|
Forum Expert
Join Date: May 2004
Age: 29
Posts: 358
|
I dono about the whole new spellbook idea cause Im running OUT of ideas and still have them being unique instead of nearly exact copys of others. May just be me though.
The plans for this week are for the ranger spells to get a mark spell made, a gate spell, and a defencive and area effect spell created. Do have a question though Lucid, Did you change anything about how the spells themselves work, like the Initalizer, or just the spell restrictions. Guess what I'm asking is Can I avoid updating (using the old style restrictions file) and create spells that are useable for the package? |
|
|
|
|
#10 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Quote:
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|
|
|
#13 (permalink) |
|
RunUO Forum Moderator
|
Just wanted to grab your attention to some posts in the script support that I think would fit here as well:
http://www.runuo.com/forum/showthrea...895#post435895 Attack of the Cookies! Both those threads mentioned something about players can't open the spell books if the restrictions is on. Maybe there's a mising check or something in the CheckRestrictions or you didn't called it in the OnDoubleClick of the books or something like that.
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
#14 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Quote:
I think these issues are solved now. I updated the Package B and replaced the crappy trainer.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|
|
|
#15 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Updated to v5.0.2a!
Please look at post #2 for details.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|
|
#16 (permalink) |
|
i feel like a totle dumn ass but i cant get this system to work i had it in 5 days ago and had to restore my pc lost every thing
i put the system in the same way i didnt befor now im getting errors im using daat99 system im getting errors in the @@Other shit folder and something about kill book maybe i just need to stop messing wif my shard for a wile |
|
|
|
|
|
#17 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 37
Posts: 3,509
|
Quote:
And thanks for reporting this issue. ![]()
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|