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 01-21-2007, 08:25 PM   #51 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by partystuffcloseouts View Post
I may have missed something on installing it, but the my players are not recieving skill points on the shard, is there something i missed that i need to change?
Thanks Again in advance, and thanks for the awesome system
Partystuffcloseouts
Skill points are an option and have to be activated.
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 01-21-2007, 09:58 PM   #52 (permalink)
Newbie
 
partystuffcloseouts's Avatar
 
Join Date: Mar 2006
Posts: 54
Cool is the part for skill points here that i need to enable?

Just making sure i have the right spot, i have this one enabled but it still doesnt work.
this is in the ELS Settings.cs File
-----------------------------------------------------------------------
//Activates & shuts off the level system.
public static bool EnableLevelSystem = true;

//Activates & shuts off the experience token reward system.
public static bool EnableExpTokens = true;

//Activates & shuts off the skill point reward system.
public static bool EnableSkillPoints = true;
-----------------------------------------------------------------------
__________________
I added a huge signature after it was removed,
I'm banned now...
partystuffcloseouts is offline   Reply With Quote
Old 01-21-2007, 10:31 PM   #53 (permalink)
Forum Newbie
 
Join Date: Apr 2005
Age: 47
Posts: 97
Default

having same problem here...got players up to rank 8 and not one skill point, and every place i find...is set to true for skill points...
spikeSOK is offline   Reply With Quote
Old 01-21-2007, 10:56 PM   #54 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by partystuffcloseouts View Post
Just making sure i have the right spot, i have this one enabled but it still doesnt work.
this is in the ELS Settings.cs File
-----------------------------------------------------------------------
//Activates & shuts off the level system.
public static bool EnableLevelSystem = true;

//Activates & shuts off the experience token reward system.
public static bool EnableExpTokens = true;

//Activates & shuts off the skill point reward system.
public static bool EnableSkillPoints = true;
-----------------------------------------------------------------------
OK I'll look into it. Thanks.
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 01-22-2007, 07:34 PM   #55 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

OK I think I fixed it but have no time to test it. Someone please test it and let me know if it fixed the problem.
Attached Files
File Type: cs EXPTest.cs (3.2 KB, 59 views)
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 01-23-2007, 12:45 PM   #56 (permalink)
Newbie
 
partystuffcloseouts's Avatar
 
Join Date: Mar 2006
Posts: 54
Cool Ok this is the errors it gave me

1.) Ok i removed the line ( using Server.LucidNagual; ) because of an error.

Sorry there is a couple of warnings in there that have nothing to do with this.
but the errors below the warnings will show what you need

2.) Then rebooted and the next error was this.

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Core
Optimizing for 2 processors
Scripts
Compiling C# scripts...failed (1 errors, 4 warnings)
Warnings:
 + 
Customs/Custom-Toolbar Furbar v2.0/Furbar GM ToolBar/FullToolbar.cs:
    
CS0219Line 146The variable 'StrPos' is assigned but its value is never u
sed
 
Multis/BaseHouse.cs:
    
CS0429Line 59Unreachable expression code detected
    CS0162
Line 62Unreachable code detected
 
Misc/ServerList.cs:
    
CS0618Line 351'System.Net.Dns.Resolve(string)' is obsolete'Resolve is
obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.co
m/fwlink/?linkid=14202'
 
Multis/HouseSign.cs:
    
CS0429Line 103Unreachable expression code detected
    CS0162
Line 105Unreachable code detected
Errors
:
 + 
Customs/Custom-Easy Level System Lucid Nagual v2.0/[2.0]Bacaw's - Easy Level
System v[3].0.1/EXPTest.cs:
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0234: Line 34: The type or namespace name '
LucidsCore' does not exist in t
he namespace '
Server' (are you missing an assembly reference?)
    CS0103: Line 54: The name '
ControlCenter' does not exist in the current cont
ext
    CS0103: Line 60: The name '
ControlCenter does not exist in the current cont
ext
Scripts
One or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again

Last edited by partystuffcloseouts; 01-23-2007 at 12:49 PM.
partystuffcloseouts is offline   Reply With Quote
Old 01-23-2007, 01:09 PM   #57 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

If you do have A_li_n's Central Memory package installed already (ACC), try adding

Code:
using Server.ACC;
to the top of the file Lucid gave you.
Malaperth is offline   Reply With Quote
Old 03-17-2007, 08:27 AM   #58 (permalink)
Forum Newbie
 
Join Date: Apr 2005
Age: 47
Posts: 97
Default

did anyone get this fixed?...i tried whats posted, but no luck...
spikeSOK is offline   Reply With Quote
Old 03-17-2007, 02:58 PM   #59 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Unhappy

Quote:
Originally Posted by spikeSOK View Post
did anyone get this fixed?...i tried whats posted, but no luck...
I will be in the hospital for a few days. I promise to help you when I get back.
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 03-17-2007, 10:17 PM   #60 (permalink)
Forum Newbie
 
Join Date: Apr 2005
Age: 47
Posts: 97
Default

thank you lucid...hate to hear about hospitals...good luck
spikeSOK is offline   Reply With Quote
Old 03-18-2007, 05:28 AM   #61 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by partystuffcloseouts View Post
1.) Ok i removed the line ( using Server.LucidNagual; ) because of an error.

Sorry there is a couple of warnings in there that have nothing to do with this.
but the errors below the warnings will show what you need

2.) Then rebooted and the next error was this.

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Core
Optimizing for 2 processors
Scripts
Compiling C# scripts...failed (1 errors, 4 warnings)
Warnings:
 + 
Customs/Custom-Toolbar Furbar v2.0/Furbar GM ToolBar/FullToolbar.cs:
    
CS0219Line 146The variable 'StrPos' is assigned but its value is never u
sed
 
Multis/BaseHouse.cs:
    
CS0429Line 59Unreachable expression code detected
    CS0162
Line 62Unreachable code detected
 
Misc/ServerList.cs:
    
CS0618Line 351'System.Net.Dns.Resolve(string)' is obsolete'Resolve is
obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.co
m/fwlink/?linkid=14202'
 
Multis/HouseSign.cs:
    
CS0429Line 103Unreachable expression code detected
    CS0162
Line 105Unreachable code detected
Errors
:
 + 
Customs/Custom-Easy Level System Lucid Nagual v2.0/[2.0]Bacaw's - Easy Level
System v[3].0.1/EXPTest.cs:
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 31: The type or namespace name '
PlayerModule' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0234: Line 34: The type or namespace name '
LucidsCore' does not exist in t
he namespace '
Server' (are you missing an assembly reference?)
    CS0103: Line 54: The name '
ControlCenter' does not exist in the current cont
ext
    CS0103: Line 60: The name '
ControlCenter does not exist in the current cont
ext
Scripts
One or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
Ok sry I edited the one that is used for the MegaPack and is gonna cause some problems, so I edited the script and included the DataCenter that contains the options for the MegaPack. Give it a try and let me know of any issues.

------------------------------------------------------

Quote:
thank you lucid...hate to hear about hospitals...good luck
Thanks. Give these updates a try and let me know if they help you.
Attached Files
File Type: zip Update.zip (2.7 KB, 54 views)
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 03-21-2007, 09:25 PM   #62 (permalink)
Forum Newbie
 
Join Date: Oct 2003
Location: Arkansas
Age: 24
Posts: 59
Send a message via MSN to Serapis Send a message via Yahoo to Serapis
Default

I downloaded your level system and it came with the ACC system as well, which I know you know. The server gave errors due to the level system. So I downloaded the update you posted a few days ago and tried again and I get this error which is the same one as the one I got before the update

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Scripts
Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + 
Lucid's Systems/Core/DataCenter.cs:
    CS0234: Line 28: The type or namespace name '
Enums' does not exist in the na
mespace '
Server' (are you missing an assembly reference?)
    CS0234: Line 29: The type or namespace name '
Messages' does not exist in the
 namespace '
Server (are you missing an assembly reference?)
ScriptsOne or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
Serapis is offline   Reply With Quote
Old 03-21-2007, 10:36 PM   #63 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by Serapis View Post
I downloaded your level system and it came with the ACC system as well, which I know you know. The server gave errors due to the level system. So I downloaded the update you posted a few days ago and tried again and I get this error which is the same one as the one I got before the update

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Scripts
Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + 
Lucid's Systems/Core/DataCenter.cs:
    CS0234: Line 28: The type or namespace name '
Enums' does not exist in the na
mespace '
Server' (are you missing an assembly reference?)
    CS0234: Line 29: The type or namespace name '
Messages' does not exist in the
 namespace '
Server (are you missing an assembly reference?)
ScriptsOne or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
OK re-d/l the package in post #1 it has been updated and is now in drag and drop format.
__________________
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:
Lucid Nagual is offline   Reply With Quote
Old 03-22-2007, 08:28 AM   #64 (permalink)
Lurker
 
Join Date: May 2006
Posts: 8
Default

Quote:
Originally Posted by Lucid Nagual View Post
OK re-d/l the package in post #1 it has been updated and is now in drag and drop format.


Hello, i downloaded the file after this up date. after placing this {EXPValidate.EXPTest(ds.m_Mobile,this);//Mod for Level System} in BaseCreature.cs. Thats all i have done to RunUo. Ok, now for whats wrong




Customs/lucid's Systems/Bacaw's Eazy Level System/EXPTest.cs:
CS0246: line 31: the Type or namespace name 'playermodule' could not be found <are you missing a using directive or an assembly reference?>
CS0246: line 31: the Type or namespace name 'playermodule' could not be found <are you missing a using directive or an assembly reference?>
CS0246: line 31: the Type or namespace name 'playermodule' could not be found <are you missing a using directive or an assembly reference?>
CS0234: line 34: The type or namespace name 'lucidscore' Does not exist in the namespace 'Server' <are you missing a using directive or an assembly reference?>




Thanks much.
Sampiro is offline   Reply With Quote
Old 03-22-2007, 10:40 AM   #65 (permalink)
Forum Newbie
 
Join Date: Oct 2003
Location: Arkansas
Age: 24
Posts: 59
Send a message via MSN to Serapis Send a message via Yahoo to Serapis
Default

I get the same error. And yes I did download the one from the 1st post.

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Scripts
Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + 
Customs/Lucid's Systems/Bacaw's Easy Level System/EXPTest.cs:
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0234Line 34The type or namespace name 'LucidsCore' does not exist in t
he namespace 
'Server' (are you missing an assembly reference?)
ScriptsOne or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
Serapis is offline   Reply With Quote
Old 03-22-2007, 03:42 PM   #66 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile

Quote:
Originally Posted by Serapis View Post
I get the same error. And yes I did download the one from the 1st post.

PHP Code:
RunUO - [www.runuo.comVersion 2.0Build 2357.32527
Core
Running on .NET Framework Version 2.0.50727
Scripts
Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + 
Customs/Lucid's Systems/Bacaw's Easy Level System/EXPTest.cs:
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0246Line 31The type or namespace name 'PlayerModule' could not be foun
(are you missing a using directive or an assembly reference?)
    
CS0234Line 34The type or namespace name 'LucidsCore' does not exist in t
he namespace 
'Server' (are you missing an assembly reference?)
ScriptsOne or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
OK re-d/l the new package in post #1 and follow the instructions for a PlayerMobile edit.
__________________
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 ordina