|
Messages |
Topics |
Attachments
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Topics - Regnak
Pages: [1]
1
« on: January 28, 2014, 08:18:14 PM »
Hello, I was wondering how to get the ADM compatible with VNC 2.1.0.0 ? I just tried the new release, but my Automated Donation Module seems to be causing a problem. Here's the error : Errors: + Custom Systems/AutoDonate/Objects/Transaction.cs: CS0117: Line 186: 'VitaNex.TimeStamp' ne contient pas de définition pour 'Fr omDateTime' Scripts: One or more scripts failed to compile or no script files were found.
I think I've read there was a change with dates ... it might be the reason. Thanks for you help, -Regnak-
2
« on: November 16, 2013, 02:50:31 PM »
Hello,
I have seen your nice video with Charybdiss on RunUO forums, but I was wondering how I could activate him ? Is there any trick to activate him ? Does he come with a module or with the core ?
Thanks !
-Regnak-
3
« on: November 06, 2013, 01:53:43 PM »
UO Broceliande is a free Ultima Online shard with the new expansion "Stygian Abyss" and some "High Seas" running on ServUO Publish 54 (including Vita-Nex Core). We are compatible with latest clients (up to 7.0.33+) : Classic Client and Enhanced Client are both supported.
The shard features are : •New Race Gargoyles with his new features •New Item for Gargoyles players and Human or Elves •New Stygian Abyss Artifacts •5 New Bosses (Stygian Dragon, Medusa, Slasher of Veils, Navrey Night Eyes and Niporailem) •2 New Champions (Abyssal Infernal and Primeval Lich) •3 New Skills (Throwing, Mysticism and Imbuing) •1 New Map TerMur •2 New Cities (Royal City and Holy City) •New Dungeon (UnderWorld and Tomb of Kings) •New Stygian Abyss Quests •New Stygian Abyss Monsters •New Stygian Abyss Reagents and Loot •New Stygian Abyss Vendors with new Item •New High Seas Galleons (Gargoyle, Britain, Tokuno and Orc Galleons) with smooth movement (and mouse movement to come) •New fish from the high seas booster pack. •New fish steaks for the rare fish. •Updates to fishing to find fish in new locations (I.E. Dungeons, Regions, Maps, Etc.) •Automated fishing tournament system and rewards. For the 50 first new players, there is a welcome gift : a 500 points skillball and a statball. Skillcap is 700 and Statcap is 225. If you want try UO Broceliande, please use these connection details in UOSteam : •IP : "play.uobroceliande.com" •Port "2593" -The UO Broceliande Team-
4
« on: October 28, 2013, 10:29:34 PM »
Hey there !  To be able to compile Vita-Nex Core on ServUO Publish 54, I've had to change this : #region Header // File: PlayerMobileExt.cs // Author: Vorspire // License: The MIT License (MIT) // Copyright: (c) 2013, Vita-Nex | http://www.vita-nex.com #endregion
#region References using Server.Mobiles; #endregion
namespace Server { public static class PlayerMobileExtUtility { public static bool IsOnline(this PlayerMobile player) { return (player != null && !player.Deleted && player.NetState != null /*&& player.NetState.CheckAlive()*/); } } }
Is it normal ? There is a problem with CheckAlive that seems to have changed. Hopefully this doesn't change a lot (I'm still on Test Center, not in Production ^^) Thanks ! -Rek-
5
« on: September 09, 2013, 06:30:29 PM »
Hey there !
I'm currently configuring my server with MySQL ODBC Drivers to work with the Automated Donations Module. I'm nearly there, but I get a weird error : "ODBC@localhost" access denied (Password NO)"
However, I have set up the password and login user (different than root) in game, with the [donateconfig command.
Any idea what I got wrong ? Do I have to change a script to make the connection ?
Also, I've tried several drivers : 5.2 Unicode, 5.2 ANSI and 5.1 ... and only 5.1 seems to be working (also tried 64 bits and 32 bits).
I think I've tried to many things and I am a bit lost right now ... lol
Thanks already for the great module, Vorspire, and for the help you already gave me ^^
-Regnak-
6
« on: September 06, 2013, 04:19:00 PM »
Hey ! I'm trying to get VitaNex Core to work on ServUO (current version). Anyone tried it already ? Here are the errors I get (trying to reduce the number of errors) : ---------------------------------------------------------------------------- ServUO - [http://www.servuo.com] Version 0.4, Build 4932.39336 Publish 51 Core: Optimizing for 4 64-bit processors OpenUO Error: Client files not found. Scripts: Compiling C# scripts...Failed with: 12 errors, 12 warnings Warnings: + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_TextInputs.cs: CS0108: Line 82: 'VitaNex.SuperGumps.SuperGump.GetTextEntry(int)' hides inhe rited member 'Server.Gumps.Gump.GetTextEntry(int)'. Use the new keyword if hidin g was intended. + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Switches.cs: CS0109: Line 24: The member 'VitaNex.SuperGumps.SuperGump.AddCheck(int, int, int, int, bool, int)' does not hide an inherited member. The new keyword is not required. + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_TileButtons.cs: CS0109: Line 26: The member 'VitaNex.SuperGumps.SuperGump.AddImageTiledButto n(int, int, int, int, int, Server.Gumps.GumpButtonType, int, int, int, int, int) ' does not hide an inherited member. The new keyword is not required. + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Buttons.cs: CS0109: Line 26: The member 'VitaNex.SuperGumps.SuperGump.AddButton(int, int , int, int, int, Server.Gumps.GumpButtonType, int)' does not hide an inherited m ember. The new keyword is not required. + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_LimitedTextInputs. cs: CS0109: Line 24: The member 'VitaNex.SuperGumps.SuperGump.AddTextEntry(int, int, int, int, int, int, string, int)' does not hide an inherited member. The ne w keyword is not required. + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump.cs: CS0108: Line 271: 'VitaNex.SuperGumps.SuperGump.Compile()' hides inherited m ember 'Server.Gumps.Gump.Compile()'. Use the new keyword if hiding was intended.
+ Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Radios.cs: CS0109: Line 24: The member 'VitaNex.SuperGumps.SuperGump.AddRadio(int, int, int, int, bool, int)' does not hide an inherited member. The new keyword is not required. + Multis/Galleons/Tillerman.cs: CS0108: Line 88: 'Server.Customs.Galleons.TillerMan.Say(int)' hides inherite d member 'Server.Mobile.Say(int)'. Use the new keyword if hiding was intended. CS0108: Line 93: 'Server.Customs.Galleons.TillerMan.Say(int, string)' hides inherited member 'Server.Mobile.Say(int, string)'. Use the new keyword if hiding was intended. + Misc/Console Utilities/Console Commands.cs: CS0168: Line 316: The variable 'e' is declared but never used + Multis/Galleons/BaseGalleon.cs: CS0219: Line 267: The variable 'zOffset' is assigned but its value is never used + Services/AssistantNegotiator/Assistants.cs: CS0162: Line 89: Unreachable code detected CS0162: Line 150: Unreachable code detected + Skills/ItemIdentification.cs: CS0219: Line 42: The variable 'oMods' is assigned but its value is never use d Errors: + Commands/Properties.cs: CS1061: Line 420: 'System.Reflection.PropertyInfo' does not contain a defini tion for 'GetValue' and no extension method 'GetValue' accepting a first argumen t of type 'System.Reflection.PropertyInfo' could be found (are you missing a usi ng directive or an assembly reference?) CS1061: Line 450: 'System.Reflection.PropertyInfo' does not contain a defini tion for 'GetValue' and no extension method 'GetValue' accepting a first argumen t of type 'System.Reflection.PropertyInfo' could be found (are you missing a usi ng directive or an assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Switches.cs: CS1061: Line 87: 'Server.Gumps.GumpCheck' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of type 'Server.Gumps.GumpCheck' could be found (are you missing a using directive or a n assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_TileButtons.cs: CS1061: Line 116: 'Server.Gumps.GumpImageTileButton' does not contain a defi nition for 'ButtonID' and no extension method 'ButtonID' accepting a first argum ent of type 'Server.Gumps.GumpImageTileButton' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 116: 'Server.Gumps.GumpImageTileButton' does not contain a defi nition for 'ButtonID' and no extension method 'ButtonID' accepting a first argum ent of type 'Server.Gumps.GumpImageTileButton' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 141: 'Server.Gumps.GumpImageTileButton' does not contain a defi nition for 'ButtonID' and no extension method 'ButtonID' accepting a first argum ent of type 'Server.Gumps.GumpImageTileButton' could be found (are you missing a using directive or an assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Buttons.cs: CS1061: Line 82: 'Server.Gumps.GumpButton' does not contain a definition for 'ButtonID' and no extension method 'ButtonID' accepting a first argument of typ e 'Server.Gumps.GumpButton' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 82: 'Server.Gumps.GumpButton' does not contain a definition for 'ButtonID' and no extension method 'ButtonID' accepting a first argument of typ e 'Server.Gumps.GumpButton' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 106: 'Server.Gumps.GumpButton' does not contain a definition fo r 'ButtonID' and no extension method 'ButtonID' accepting a first argument of ty pe 'Server.Gumps.GumpButton' could be found (are you missing a using directive o r an assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump.cs: CS1061: Line 762: 'Server.Gumps.GumpCheck' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of typ e 'Server.Gumps.GumpCheck' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 763: 'Server.Gumps.GumpRadio' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of typ e 'Server.Gumps.GumpRadio' could be found (are you missing a using directive or an assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/Base/SuperGump_Radios.cs: CS1061: Line 87: 'Server.Gumps.GumpRadio' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of type 'Server.Gumps.GumpRadio' could be found (are you missing a using directive or a n assembly reference?) + Custom Systems/VitaNex/Items/Throwables/Base/BaseDazingThrowable.cs: CS1061: Line 63: 'Server.Mobiles.PlayerMobile' does not contain a definition for 'SetMountBlock' and no extension method 'SetMountBlock' accepting a first a rgument of type 'Server.Mobiles.PlayerMobile' could be found (are you missing a using directive or an assembly reference?) + Custom Systems/VitaNex/SuperGumps/UI/Lists/Menus.cs: CS1061: Line 211: 'Server.Gumps.IGumpContainer' does not contain a definitio n for 'X' and no extension method 'X' accepting a first argument of type 'Server .Gumps.IGumpContainer' could be found (are you missing a using directive or an a ssembly reference?) CS1061: Line 212: 'Server.Gumps.IGumpContainer' does not contain a definitio n for 'Y' and no extension method 'Y' accepting a first argument of type 'Server .Gumps.IGumpContainer' could be found (are you missing a using directive or an a ssembly reference?) CS0266: Line 216: Cannot implicitly convert type 'Server.Gumps.IGumpContaine r' to 'Server.Gumps.Gump'. An explicit conversion exists (are you missing a cast ?) + Custom Systems/VitaNex/SuperGumps/Framework/GML/GmlWriter.cs: CS1061: Line 226: 'Server.Gumps.GumpImageTileButton' does not contain a defi nition for 'ButtonID' and no extension method 'ButtonID' accepting a first argum ent of type 'Server.Gumps.GumpImageTileButton' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 304: 'Server.Gumps.GumpButton' does not contain a definition fo r 'ButtonID' and no extension method 'ButtonID' accepting a first argument of ty pe 'Server.Gumps.GumpButton' could be found (are you missing a using directive o r an assembly reference?) CS1061: Line 318: 'Server.Gumps.GumpCheck' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of typ e 'Server.Gumps.GumpCheck' could be found (are you missing a using directive or an assembly reference?) CS1061: Line 331: 'Server.Gumps.GumpRadio' does not contain a definition for 'SwitchID' and no extension method 'SwitchID' accepting a first argument of typ e 'Server.Gumps.GumpRadio' could be found (are you missing a using directive or an assembly reference?) + Custom Systems/VitaNex/SuperGumps/Framework/DesktopGump.cs: CS1540: Line 116: Cannot access protected member 'Server.Gumps.Gump.Entries' via a qualifier of type 'VitaNex.SuperGumps.SuperGump'; the qualifier must be o f type 'VitaNex.SuperGumps.DesktopGump' (or derived from it) CS1540: Line 116: Cannot access protected member 'Server.Gumps.Gump.Entries' via a qualifier of type 'VitaNex.SuperGumps.SuperGump'; the qualifier must be o f type 'VitaNex.SuperGumps.DesktopGump' (or derived from it) + Gumps/Properties/SetCustomEnumGump.cs: CS1061: Line 38: 'System.Reflection.PropertyInfo' does not contain a definit ion for 'GetValue' and no extension method 'GetValue' accepting a first argument of type 'System.Reflection.PropertyInfo' could be found (are you missing a usin g directive or an assembly reference?) + Gumps/Properties/PropsGump.cs: CS1061: Line 341: 'System.Reflection.PropertyInfo' does not contain a defini tion for 'GetValue' and no extension method 'GetValue' accepting a first argumen t of type 'System.Reflection.PropertyInfo' could be found (are you missing a usi ng 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.
Thanks for your help  -Regnak-
Pages: [1]
|
Recent Topics
Vita-Nex: Core 4.0.0.0 Released by Vorspire [January 15, 2017, 08:56:41 PM]
Effects Help by Vorspire [January 15, 2017, 06:47:33 PM]
Ultima Online Phoenix is Ready to Begin! by Abracadabra2.0 [December 13, 2016, 01:14:49 AM]
How To: Deceit Braziers Spawn/Despawn by Abracadabra2.0 [November 26, 2016, 07:34:13 PM]
Installing VNC 3.0.0.1 by Johnny [August 27, 2016, 06:49:40 PM]
JSON Web Stats Stuck Problem by Argalep [May 27, 2016, 06:16:55 AM]
Modules not Working after being Enabled by ProfessorChaos [May 19, 2016, 02:44:06 AM]
Issues Installing VitaNex Core 3.0.0.1 on RunUO 2.7 by ProfessorChaos [May 18, 2016, 09:30:37 PM]
ADM Assistance by Vorspire [May 18, 2016, 09:23:25 PM]
Suggestion by Vorspire [April 24, 2016, 06:23:15 PM]
|