|
||
|
|||||||
| 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) |
|
Forum Expert
Join Date: Feb 2004
Age: 27
Posts: 1,834
|
Credits:
Can't give them properly anymore, because I no longer know who posted the original scripts here a long while ago and can't find them by searching. I so stole the basic versions of the ankh and the banner scripts, including the gump where you pick one. Thanks also go to Erica for gathering info and screenshots. Description: Contains the following items... Banners Hanging shields and skeletons Contest winning house designs aka Church At Night and Malas Mountain Pass Ankh Flaming head Note that any of these items chosen through the veteran reward gump will be marked as veteran reward, but there are no restrictions to placing them based on account age. Those are not 100% OSI style. If you have a suggestion on how making them closer to OSI without implementing OSI style bugs, please share. Istallation: In the default folder are two scripts from BaseRunUO you need to edit/merge accordingly. Scripts\Items\Special\MiniHouses.cs Scripts\Engines\VeteranRewards\RewardSystem.cs Put the scripts from the new folder in your desired custom scripts directory. Last edited by Kamuflaro; 07-13-2006 at 12:34 PM. |
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
|
You'll have to fill me in, I never played OSI. What were the bugs, and how does this differ so much?
__________________
Procrastinators unite!
Tomorrow. Saying that Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders. ![]() |
|
|
|
|
|
#6 (permalink) |
|
Forum Expert
Join Date: Apr 2003
Location: Georgia
Age: 31
Posts: 392
|
Far as rewards go can't remember any envolving rewards. Sure there were some tho. This script has no bugs I've found.
It offers additions to veteran rewards. Wich players love.
__________________
|
|
|
|
|
|
#7 (permalink) |
|
Forum Expert
Join Date: Feb 2004
Age: 27
Posts: 1,834
|
Well I know the skull only reacts on players, not on staff.
For OSI bugs... you never know lol for example the church at night graphic has a black line, I can't do anything about it as it is client side graphic. But anyways, I'm not sure if the Church At Night has a light circle f.e. or if houses block movement. I'm not sure on the deed name for the houses either. Another problem I came across, which is with the bigger baseRunUO MiniHouses too, that you can place them into each other's outer pieces. |
|
|
|
|
|
#10 (permalink) | |
|
Forum Novice
Join Date: Mar 2004
Location: Wisconsin
Age: 45
Posts: 791
|
Quick Question:
We have 10 Vet Reward levels, bt it is offering players with over a year playing time too many selections. We have the rewards set at 60 days. Would this be the correct way to change the reward selection amount: Code:
string tag = acct.GetTag( "numRewardsChosen" ); if ( String.IsNullOrEmpty( tag ) ) cur = 0; else cur = Utility.ToInt32( tag ); if ( level >= 10 )//6 max = 10 + (level - 10);//9 + ((level - 6 ) *2) else max = 1 + level; 10 levels andone reward pick added every 60 days, when you are past the 10th lvl, you get one additional reward added every 60 days.... There has to be a simple way to do this... Thanks! Koluch :] Oh and nice addition, been using it since this was posted :P
__________________
Quote:
|
|
|
|
|
|
|
#11 (permalink) | |
|
Forum Expert
Join Date: Feb 2004
Age: 27
Posts: 1,834
|
Quote:
Just increase the days required to get a reward to 90 ![]() Script support is your place to ask about this.
__________________
[sig]all my scripts are public domain and can be re-released in any form[/sig] |
|
|
|
|
|
|
#14 (permalink) |
|
Forum Expert
Join Date: Feb 2004
Age: 27
Posts: 1,834
|
Depends on the itemID of the skel with meat. Normal skellies go from 0x1A01 to 0x1A05 you can do this multiple ways. best might be to make a new deed just for the skellie with meat, they will assist you in script support for sure if you try on your own.
__________________
[sig]all my scripts are public domain and can be re-released in any form[/sig] |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|