|
||
|
|||||||
| 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 |
|
|
#1 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 12
|
Hi there, this is my first 'release', so be nice with it!
![]() [About] its a simple, but efficient, script to give a way to players be able to raise their total skills cap, just like the 'Power Scroll' for Stats, gave by default, by the Harrower. [How it works] It sets the total skills cap for a player, after using the scroll. You can add it to the shard by two ways: Or you add it manutally, by using: [add skillscapscroll value ; Or by giving inside a monster's loot: Method 1, add it inside the monster's carrying itens: Code:
...
Fame = 3000;
Karma = -3000;
VirtualArmor = 38;
PackItem(new SkillsCapScroll(value));
//Change 'value' to the desired total skills cap
...
Code:
...
public override void GenerateLoot()
{
AddLoot( LootPack.Meager );
PackItem(new SkillsCapScroll(value));
AddLoot( LootPack.Potions );
}
...
You can get a good tutorial right here: The Ultimate Loot FAQ. There is a good explanation about adding itens.. [Version] This one works with RunUO 2.0 Rc2, but using a merge tool, you can easily adapt to another versions. This is the Version 1, 04/07/2008 [Ending] Besides it is a simple script, it may be strange for that not used with runuo... all help is good ^^ And feel free to do whatever you want with it!, for i dont know if i will add features to this (maybe if the shard needs =p). But don't hold yourself to ask for some improvments! Sorry for the bad english! Last edited by radsgarath; 07-06-2008 at 06:51 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|