|
||
|
|||||||
| 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 |
|
|
#51 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
|
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:
|
|
|
|
|
|
#52 (permalink) |
|
Newbie
Join Date: Mar 2006
Posts: 54
|
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... |
|
|
|
|
|
#54 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
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:
|
|
|
|
|
|
|
#55 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
|
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.
__________________
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:
|
|
|
|
|
|
#56 (permalink) |
|
Newbie
Join Date: Mar 2006
Posts: 54
|
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:
Last edited by partystuffcloseouts; 01-23-2007 at 12:49 PM. |
|
|
|
|
|
#59 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
|
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:
|
|
|
|
|
|
#61 (permalink) | ||
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
|
Quote:
------------------------------------------------------ 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:
|
||
|
|
|
|
|
#62 (permalink) |
|
Forum Newbie
|
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:
|
|
|
|
|
|
#63 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
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:
|
|
|
|
|
|
|
#64 (permalink) | |
|
Lurker
Join Date: May 2006
Posts: 8
|
Quote:
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. |
|
|
|
|
|
|
#65 (permalink) |
|
Forum Newbie
|
I get the same error. And yes I did download the one from the 1st post.
![]() PHP Code:
|
|
|
|
|
|
#66 (permalink) | |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
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 ordina |