|
||
|
|||||||
| 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 Novice
|
Version : 1.1
Description : Just a little script that allow a GM to notify a player in a "scroll form" of something. An easy way to notify a player on a Roleplay server, without breaking the game of everybody Note : the player can answer the GM with a reply button Usage : [tip <text> or just [tip Installation : Just put the script in your scripts folder Changelog : 1.0 -> 1.1 :
Thanks to otimpyre who adapted the script (here) for RunUO2.0 first (I completly forgotted to submit it ^^) Original post : custom script archives Last edited by Kaon; 10-04-2008 at 04:56 AM. Reason: Reupload the script |
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
|
this looks pretty useful! THanks a lot!
Liacs
__________________
;)My C# Bookshelf (carpented by Soultaker);) BTW: Please ask questions in the adequat forum and not on a private message! Otherwise nobody can learn from it!
|
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
|
I can't get this to compile.
Code:
Error 20 An attribute argument must be a constant expression, typeof expression or array creation expression C:\source\c#\RunUO Core Scripts\RunUO Core Scripts\Customs\Commands\Tip.cs 81 22 RunUO Core Scripts Error 21 'System.Collections.Generic.IEnumerable<Server.Gumps.Gump>' does not contain a definition for 'Count' C:\source\c#\RunUO Core Scripts\RunUO Core Scripts\Customs\Commands\Tip.cs 227 70 RunUO Core Scripts Error 22 Cannot apply indexing with [] to an expression of type 'System.Collections.Generic.IEnumerable<Server.Gumps.Gump>' C:\source\c#\RunUO Core Scripts\RunUO Core Scripts\Customs\Commands\Tip.cs 229 33 RunUO Core Scripts Error 23 Cannot apply indexing with [] to an expression of type 'System.Collections.Generic.IEnumerable<Server.Gumps.Gump>' C:\source\c#\RunUO Core Scripts\RunUO Core Scripts\Customs\Commands\Tip.cs 230 43 RunUO Core Scripts
__________________
|
|
|
|
|
|
#5 (permalink) | |
|
Forum Expert
Join Date: Sep 2005
Location: A-Town Baby
Age: 19
Posts: 620
|
Ihave the same problem
Quote:
|
|
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
|
Are you using RunUO 1.0 or 2.0RC1?
EDIT : I've done a small fix on the english version, I forgot it because it was commented, sorry ![]() For the second problem, System.Collections.Generic.IEnumerable<Server.Gump s.Gump>, I have to get more information of the version of RunUO used... I compiled it without problem on RunUO2.0RC1, english and french version ... Last edited by Kaon; 03-19-2007 at 07:20 AM. Reason: Edit after tests and fix |
|
|
|
|
|
#7 (permalink) | |
|
Forum Novice
|
Quote:
__________________
|
|
|
|
|
|
|
#8 (permalink) |
|
Forum Novice
|
SVN 160 isn't an official release, isn't it?
![]() Don't know where to find it, and since it's not considered as a stable release (as RC1), the support for this version will be hard ![]() What is the type of Mobile.NetState.Gumps property? In RC1 it is List<Gump>, that's why it works... maybe it has changed :/ |
|
|
|
|
|
#9 (permalink) | |
|
Forum Novice
|
Quote:
Code:
public IEnumerable<Gump> Gumps {
get {
return m_Gumps;
}
}
I prefer (as do others) the latest source, as it corrects many problems in RC1. I've never had much issue with it's stability. That is to say, I've never had the core code crash or do something so drastically out of whack to worry about it. But on another note, I'll probably go about fixing yer code myself. Thanks for the submission!
__________________
|
|
|
|
|
|
|
#13 (permalink) |
|
Forum Novice
Join Date: Nov 2006
Posts: 335
|
Excellent work man. I've been working something like this into my shard for players to communicate. It'll be nice for staff to be able to use! Thanks again.
__________________
cornude-: i wont duel for free for a few reasons and i will list them Satan-TB: 1. you're a pussy |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|