|
||
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Oct 2002
Posts: 508
|
Summary:
This will automatically give reward items based on the amount of Reward Tokens in the player's backpack, and the choices they make in the RewardStoneGump. Full .ZIP Contents:
Use WinZip, or a similar extraction utility, to extract the contents of the .ZIP anywhere in your *\Scripts\ directory. Bugs: This should be compatible with all distributions. If there are any bugs, PM FallsUpStairs, or reply to this thread.
__________________
Fueled by Bawls :cool: |
|
|
|
|
|
#2 (permalink) |
|
God of Pandora
Join Date: Jun 2003
Location: Gainesville GA
Age: 31
Posts: 2,000
|
this seems to be a repost, I've seen this reward stone aka token stone before a long time ago ... did you write it originally?
__________________
The Den of KillerBeeZ...Kender's Komments, uncensored commentary from the Kender. Plus anything else the Kender might have in his pouches.
|
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
Join Date: Oct 2002
Posts: 508
|
Yes it's a repost, yes I wrote it, and there seems to still be a demand for it, so I decided to tweak it a bit for RC0/B36. It works, there might be some problems, but from what I've seen (since this was released ~B20) it works fine. Feature requests may be possible, otherwise take it as is. Only real change from the version that used to be on this site, before the deletion, is a fix on the BagOfHolding.cs. PM with bugs please.
__________________
Fueled by Bawls :cool: |
|
|
|
|
|
#4 (permalink) |
|
Account Terminated
Join Date: Apr 2004
Location: Titusville PA
Age: 26
Posts: 975
|
Howdy i was gonna download this but the rewards are not so good er well i mean the rewards are good but i wish there were more to choose from like say some armor or weapons or something. Is there a way for us to add to the list of items in the rewards and if so how much work is involved cuz i dont know a whole lot about scripting like none actually.
|
|
|
|
|
|
#5 (permalink) | |
|
God of Pandora
Join Date: Jun 2003
Location: Gainesville GA
Age: 31
Posts: 2,000
|
Quote:
__________________
The Den of KillerBeeZ...Kender's Komments, uncensored commentary from the Kender. Plus anything else the Kender might have in his pouches.
|
|
|
|
|
|
|
#7 (permalink) | |
|
God of Pandora
Join Date: Jun 2003
Location: Gainesville GA
Age: 31
Posts: 2,000
|
Quote:
Not sure if its working now or not tho.
__________________
The Den of KillerBeeZ...Kender's Komments, uncensored commentary from the Kender. Plus anything else the Kender might have in his pouches.
|
|
|
|
|
|
|
#9 (permalink) | |
|
God of Pandora
Join Date: Jun 2003
Location: Gainesville GA
Age: 31
Posts: 2,000
|
Quote:
__________________
The Den of KillerBeeZ...Kender's Komments, uncensored commentary from the Kender. Plus anything else the Kender might have in his pouches.
|
|
|
|
|
|
|
#10 (permalink) | |
|
Join Date: Feb 2004
Location: Earth
Age: 34
Posts: 158
|
Quote:
Yes This was my script originally, Well most of it anyways I posted a token stone about 5 months ago. TokenExchangeStone
__________________
All there souls belong to me on Nubblies shard. |
|
|
|
|
|
|
#11 (permalink) | |
|
God of Pandora
Join Date: Jun 2003
Location: Gainesville GA
Age: 31
Posts: 2,000
|
Quote:
and anyway it seems there are like 2 or 3 people claiming to have written this
__________________
The Den of KillerBeeZ...Kender's Komments, uncensored commentary from the Kender. Plus anything else the Kender might have in his pouches.
|
|
|
|
|
|
|
#14 (permalink) |
|
Join Date: Jun 2004
Age: 31
Posts: 7
|
Uhm I played in some shards before (Dont know if Vesperia was the name) and they had a Reward Trash Barrel, they gave Reward Tickets and you would exchange them for Rewards altough the required tickets were TOO MUCH hahhaa.
I would like to have that on my server ![]() |
|
|
|
|
|
#16 (permalink) |
|
Guest
Posts: n/a
|
these errors i got for v 2.0
Code:
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (2 errors, 1 warnings)
Warnings:
+ CUSTOM/Knives Chat 3.0 Beta 5/General/IrcConnection.cs:
CS0618: Line 332: 'System.Threading.Thread.Suspend()' is obsolete: 'Thread.S
uspend has been deprecated. Please use other classes in System.Threading, such
as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resou
rces. http://go.microsoft.com/fwlink/?linkid=14202'
Errors:
+ CUSTOM/RewardStone/BagOfHolding.cs:
CS0200: Line 47: Property or indexer 'Server.Item.TotalWeight' cannot be ass
igned to -- it is read only
CS0200: Line 60: Property or indexer 'Server.Item.TotalWeight' cannot be ass
igned to -- it is read only
CS0200: Line 67: Property or indexer 'Server.Item.TotalWeight' cannot be ass
igned to -- it is read only
+ CUSTOM/RewardStone/RewardStoneGump.cs:
CS0246: Line 113: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 114: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 129: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 130: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 146: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 147: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 162: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 163: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 178: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 179: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 194: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 195: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 210: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 211: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 227: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 228: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 243: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 244: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 259: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 260: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 275: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 276: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 291: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 292: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 307: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 308: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 323: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 324: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 339: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 340: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 355: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 356: The type or namespace name 'Token' could not be found (are
you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
but this doesn't happen unless i fix this RunUO - [www.runuo.com] Version 2.0, Build 2357.32527 Core: Running on .NET Framework Version 2.0.50727 Scripts: Compiling C# scripts...failed (1 errors, 0 warnings) Errors: + CUSTOM/Color Wars - SnowBall Wars/Token.cs: CS0115: Line 41: 'Server.Items.Token.Dupe(int)': no suitable method found to override Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. please help thanks Last edited by Grom09; 06-19-2006 at 01:38 PM. |
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|