|
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.
Messages - Regnak
1
« on: January 30, 2014, 05:27:33 PM »
Ok Thanks a lot Vorspire ! I'll do that  btw, the new version of the core is AWESOME  Thx for all this -Rek-
2
« 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-
3
« 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-
4
« 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-
5
« on: October 29, 2013, 07:13:50 AM »
My pleasure to help you  Thanks for the new code. I'll adapt it and test  ^^
6
« 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-
7
« on: October 12, 2013, 08:25:00 PM »
Quick update : For economy reasons, I moved the website to the Windows Server (where MySQL and ServUO are located), installed PHP and was able to make the Automated Donations Module work thanks to WEBDAV. It is needed to be able to make it work on IIS.  Just wanted to share that in case someone else encounters the same problem ^^
8
« on: October 03, 2013, 08:11:17 PM »
Hey ! It finally works !! Wooohooo ! I just changed to ODBC 5.1 drivers .... and it could connect  Or maybe it was another one of my million tests ? lol Thanks anyway ! Great system ! I can only recommend it
9
« on: October 02, 2013, 03:46:58 PM »
Yeah, looks like it. Did you set the credit or payment value to something above 2,147,483,647 ?
If you also run the shard in debug mode, it will spit out even more info 
VNc logs can be found in VitaNexCore/Logs too, some times silent errors are logged there.
I've tested with many values, and even a real value from a true donation, and nothing works  It stays in the database, and never gets ingame ... I tried running in debug mode, but it didn't tell me much more. Except it was line 505 from connection.cs that was causing the problem. ( 'results[x] = new MySQLData(reader.GetName(x), reader.GetValue(x));'
) So, when reading the data from the database. I'll keep on searching, but I'm a bit lost right now and dunno where to look. lol thx anyway !
10
« on: September 27, 2013, 06:33:51 PM »
Hello ! I have a new message in debug mode : 19:30:41 MySQL]: System.OverflowException: Arithmetic operation resulted in an o verflow. at System.Data.Odbc.OdbcDataReader.GetSqlType(Int32 i) at System.Data.Odbc.OdbcDataReader.GetValue(Int32 i) at VitaNex.MySQL.MySQLConnection.<>c__DisplayClassb.<Query>b__a() at VitaNex.VitaNexCore.TryCatchGet[T](Func`1 func, Action`1 handler)
Hmmm ... Maybe this is my test indeed. Wrong value in a certain field ? I'll check again  Thx for your help !
11
« on: September 27, 2013, 03:36:21 PM »
Thanks ! It took me the whole day, but I finally did it  Oh, I have the transaction in my Windows Server database now (on MySQL Community Workbench). But in the console, now I got this error : 16:30:35 Core: Using dual save strategy 16:30:35 World: Saving...Closing Save Files. 16:30:36 VitaNexCore]: Save action started... 16:30:36 VitaNexCore]: Saving Services... 16:30:36 Player Name Register]: Saving... 16:30:36 Player Name Register]: Done. 16:30:36 Schedules]: Saving... 16:30:36 Schedules]: Done. 16:30:36 Clilocs]: Saving... 16:30:36 Clilocs]: Done. 16:30:36 PollTimer]: Saving... 16:30:36 PollTimer]: Done. 16:30:36 Crypto]: Saving... 16:30:36 Crypto]: Done. 16:30:36 Sandbox]: Saving... 16:30:36 Sandbox]: Done. 16:30:36 VitaNexCore]: Saving Modules... 16:30:36 Auto Donate]: Saving... 16:30:36 MySQL]: Arithmetic operation resulted in an overflow. 16:30:36 Auto Donate]: Imported 0 transactions. 16:30:36 Auto Donate]: Imported 0 transactions. 16:30:36 Auto Donate]: Imported 0 transactions. 16:30:36 Auto Donate]: Imported 0 transactions. 16:30:36 Auto Donate]: Exported 0 transactions. 16:30:36 Auto Donate]: Exported 0 transactions. 16:30:36 Auto Donate]: Exported 0 transactions. 16:30:36 Auto Donate]: Exported 0 transactions. 16:30:36 Auto Donate]: Done. 16:30:36 VitaNexCore]: Save action completed in 0.03 seconds 16:30:36 Save finished in 0.28 seconds.
Do you know what is the problem ? The command [checkdonate doesn't bring the donation.  thx ! -Rek-
12
« on: September 26, 2013, 08:01:08 AM »
Hey ! I took contact with my Web Host and they told me their firewall was blocking the connexion to external databases ... So I took another host (based on Linux) and tried to configure my website, but I still can't receive the data in my Windows Server (MySQL Workbench). I have two theories : - Paypal changed something with their IPN. - IPN from the Automated Donations Module doesn't do its work correctly. Is there a way to do some testing ? I mean, on the ADM on RunUO, there was a page where you could manually gift someone. That would help  Thx -Rek- Edit : I've been able to manually donate 1 item through PHP directly from my Linux Server to my Server Windows. So this is definately linked to Paypal ... Any idea ? thx Edit 2 : I've got this message in PHP error logs : PHP Fatal error: Call to undefined function curl_init() in /var/www/IPN.php on line 152 Edit 3 : Ok it works now !!  Just had to install the php5_curl library on Linux ^^ Thanx !
13
« on: September 26, 2013, 07:54:54 AM »
Thank you for those examples ! It helped me a lot getting a Token Vendor up
14
« on: September 12, 2013, 05:28:15 PM »
Hi there ! I did some tests with a fresh ServUO Publish 52 and VitaNex Core 2.0.0.5 ... and ... it works !! I didn't have to change anything. It was well configured. But it was probably one of the modifications I made to ServUO that was not good. Thx thx and see you soon  -Rek-
15
« on: September 10, 2013, 12:56:28 PM »
I've tested with 3.51 but no change ... Also, I've read on the net that when one gets that error, it means the program tries to connect with the anonymous user. I have root with password and a specific user for UO (with all privileges). Hmmm, I'll make other tests tonight. Thanks for your help
|
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]
|