Jump to content

jcsnider

Administrators
  • Posts

    4905
  • Joined

  • Last visited

  • Days Won

    477

Everything posted by jcsnider

  1. Fixed Mana Pots but broke Health pots. Just FYI
  2. Both, overwrite everything.
  3. OP Updated, we're open for business! Visit Intersect Hosting Solutions!
  4. Intersect Beta 4.4 Released! November 15th 2017 News/Updates We've just released Beta 4.4 with a few extra bug fixes to hold everyone over with until 4.5. The biggest bug fixed is that when bugs happened they weren't being written to the log files -- so we've been in the hard as to how some bugs have been happening. We touched on a few others as well... Bug Fixes/Problems Solved: Mana Pots Restoring Health Animations Sometimes not Despawning Projectiles spawning inside blocked/out of bounds areas. Errors in the editors when using really weird filenames. Editor failing to connect to game server on extremely slow machines. Players remaining in game after disconnecting. Party window crash when party members disconnected. Events not taking items correctly. and more! Bugs Created: Health Pots no longer work at all. But that's it. There are a few other background modifications in this release so I can automate server creation and management for my new hosting service -- otherwise there are no new features to speak of yet. Up Next Beta 5 is on the way! Download If you're already using 4.3, just download 4.4 and overwrite your .exes. Download As always please keep in touch with us and report all bugs that you find!
  5. Happy Birthday @Damian666!!! 

     

    Here is some :398_cake: for you! :1456_older_man_tone2:

     

  6. Definitely not the RPG Maker DLC -- they might be cheaper (idk) but they probably come with the condition that you only use them in RPG Maker. @Aesthetic, and @Miharukun are using them and can probably tell you more.
  7. After you click the declared radio button you need to double click the map to set the spawn point. If no spawn point is set then the npc will revert back to random.
  8. Should be able to go higher than 255 no problem at all. The issue would then be exp scale. If the experience req to reach the next level exceeds a value larger than wait can be stored in a long data type then it will show that you are max level when you're not.
  9. Oh okay. I didn't realize you were using a custom launcher. You need to use ProcessStartInfo and set its working directory to the data folder. https://msdn.microsoft.com/en-us/library/system.diagnostics.processstartinfo.workingdirectory(v=vs.110).aspx
  10. You don't have to reupload. You can just use the same config and everything.
  11. Already fixed this, I think. Try this launcher: http://www.ascensiongamedev.com/resources/filehost/41f73f41397166340fc3036b68eae5f1.zip If you tell me if works I'll release an update for it tonight for everyone. For the techy people wondering what's going on: His client is not in the same folder as the launcher/updater. The updater/launcher does a Process.Start() but never set the working directory to the one the client was in. Client was searching for the resources folder in the root folder where it didn't exist so it started downloading.
  12. Updated OP with the new set of packages I'm planning to offer: [SNIP] - Site is live! See updated plans/packages here! The smaller tiers are meant for development only will be made available right away. The lower tiers will also have instant, automated delivery. I'll need to acquire more infrastructure to offer the higher tiers so I'd need 1-2 days to purchase servers and get them all setup. Anyone interested, have thoughts, or any concerns?
  13. I broke error logging in 4.3. Will release 4.4 in the next few days with a fix and then we will have to get the new logs and reevaluate.
  14. poweracc admin 2
  15. Eastern NA is where the first servers will be. I will throw up some small game later so people can connect and see how good (or bad) the connection is for them
  16. Intersect Hosting Solutions! Hosting with me is stress free https://hosting.freemmorpgmaker.com What this service is: You allow me to host your games on my servers all around the world. I keep the servers online, manage security, and do nightly backups, and everything else. OVH provides us with amazing bandwidth and our servers are strategically placed to provide great service to all of NA and Europe. I'll provide you with a nice and cozy admin panel where you can login to control Intersect. (Type in server commands, start/stop/restart your server, and modify files in your server folder) Why you should host with me: Edit: June 2019: EU Servers are back! More Info: SpeedTest Results from our servers North America (Montreal, Canada) Control Panel Screenshots Server List Console Power Controls File Management Sign Up Now! Click on the region below where you'd like hosting to see our current stock. North America (Montreal, Canada) Europe (Gravelines, France) How Do I Get Started? Start by visiting Intersect Hosting Solutions and purchasing the server that best fits your needs. Keep in mind that you can always upgrade and downgrade tiers as needed by opening a support ticket. Setup steps after purchasing are in the spoiler below: Waiting on a different region? Please take a moment and fill out this form! Responses to that form will allow me to gauge interest in different regions. Regions will be prioritized by demand! I'm happy to answer your questions! Feel free to ask any questions in this thread, or if you prefer, leave me comments via this form and I'll get back to you privately! I hope we can do business together! Trials/Refunds We are no longer offering free trials, but all of our servers (with the exception of Massively Multiplayer) can be cancelled for a full refund within 48 hours of your purchase. Visit Intersect Hosting Solutions today!
  17. Bug report always. I will never find this thread again.
  18. PM me your server and I'll try to recreate. I couldn't recreate Murdocs bug and forgot this thread as it wasn't in the bugs section.
  19. No. If you don't want borders make sure you have at least a 3x3 grid of maps in an area.
  20. @SCTrav You never needed to access the libs folder. There's nothing in there except dlls. You can keep it if you really want. It just isn't used anymore.
  21. Intersect Beta 4.3 Released! November 10th 2017 News/Updates We've just released Beta 4.3 tons of bug fixes found in Beta 4, 4.1, and 4.2 We're hoping this version will allow games like Arcwyre to launch, and allow everyone to create their games while we start to progress on Beta 5 Bug Fixes/Problems Solved: Common events not triggering correctly & Questing bugs that go along with it! Banning effecting all accounts instead of just one (doh!) 1280x720 resolution option disappearing Npcs/Resources not always appearing on adjacent maps Various bugs with visual warping/map grid previews not showing correctly (or at all) Crashing when targetting buffed npcs/players Random map layers flashing Crash when dragging spell icons All kinds of crafting bugs Fogs rendering on wrong map layers Class spawn directions not working NPCs not regenerating health when you leave maps Class editor crashing when you delete character graphics Editor lighting Friendly spells not targeting correctly Players not learning skills set in class editor on level up Heal spells not working Animated sprites are no longer case sensitive Npcs not spawning facing the correct directions and more! Features/Updates HP Bars now hide when full health You can no longer attack friendly npcs Self Contained .Exes The client, editor, server, and migrator are now self contained. This means that you no longer need the /libs/ folders and you no longer need the .Config.exe files! After updating to Beta 4.3 you can delete the following: Client and Editor/libs/ Client and Editor/Intersect Client.exe.config Client and Editor/Intersect Editor.exe.config Any PDB files in the Client and Editor folder. Server/libs/ Server/Intersect Server.exe.config Server/Intersect Migration Tool.exe.config Any PDB files in the Server folder. You can finally deploy the Intersect Client and Server now to Linux and OSX without moving files around! Just copy the Client or Server folder, install mono, open terminal, navigate to the intersect folder, and run: mono "Intersect Client.exe" OR mono "Intersect Server.exe"!!! Up Next Beta 5 is on the way! Download If you are already using Beta 4, 4.1, or 4.2 then click on the upgrade link below for upgrade instructions! Otherwise, click clean installation to be taken to the download Upgrade Installation Clean Installation As always please keep in touch with us and report all bugs that you find!
  22. 4.3 today, maybe?

    1. emptyaccount

      emptyaccount

      KAJSDHKAFWULHASJ YEEEEEEE :3_grin:

    2. Oddly

      Oddly

      ndfvjs;bvn jkv;a okay.

    3. Jjvm_

      Jjvm_

      yeeeeeeeeeeeeeeeeeeeeeeeeeees pls pls 

  23. Self contained all the dlls, config files, etc in Intersect's Server, all you need from now on is the Server.exe to get started. (No more libs folder ^^) This change works on OSX and Linux as well, so it will work out of the box as long as mono is installed http://www.ascensiongamedev.com/resources/filehost/8230711ed0a0bf0f9d09896bb6d7c3b9.mp4
  24. Common events are broken in 4.2. (Including the events attached to quests) Fix will be out with 4.3 shortly.
×
×
  • Create New...