Jump to content

Teppy

Contributors
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Teppy

  1. Yep HUGE thanks to XFallSeane for putting in some time to help me get this issue figured out. Ended up being my hosting, some weird security. Switched from InterServer to IONOS and was able to geti t working with his help! Thanks again!
  2. Awesome, thanks jcsnider! If I had any idea how to do it I would
  3. After moving things around to be organized as above now I get this: [Update Check Failed!] - Unexpected character encountered while parsing value: <. Path ",line 0, position 0.
  4. Sorry about that can you check it again? I had messed with switching hosts last night and forgot to switch it back. It does provide that list but still 403 error on the client when pointing to the update.php
  5. http://hardonstudios.com/updater/update.php
  6. I'm trying to use the Auto Updater, specifically the update.php to dynamically generate metadata according to this documentation: https://docs.freemmorpgmaker.com/en-US/deploy/autoupdater.html#uploading I keep getting the following error through the client went trying to auto update. [16-Jul-2021 03:47:49 UTC] PHP Warning: Creating default object from empty value in /home/public_html/updater/update.php on line 72 Has anyone else had this issue? Any ideas on how to fix it?
  7. Unfortunately the Intersect CMS Unleashed just doesn't work for me, tried troubleshooting it myself and with the creator and we can't figure out so I'm trying to find another option as a CMS is really important for my project. Thank you!
  8. For example, once you loot an item it automatically expires / disappears at 24 hours, 7 days, etc. etc. I'm assuming this will require source, but just checking if anyone has a creative way of doing this
  9. Any ideas how to fix this? Using Beta 4. Client doesn't get d/c'd at all, but map editor does every couple of minutes.
  10. I might just reformat the server and retry,a not sure why I can't get this to work, even using UDP. Will post back here in case you have any advice
  11. firewall doesn't seem to run on my server, but I did do iptables -I INPUT -p tcp --dport 5400 -j ACCEPT Still no luck
  12. I even just tried manually changing the used port back to 4500 (which worked before) and it still doesn't work.
  13. Hey guys, I had got 3.1 running successfully on my linux server (centOS7) However, with the new one, no matter if I open the port or anything, I get UPnP Service Initialization Failed followed by "It appears that UPnP Failed. You might need to enable UPNP on your router or manually port forward to allow connections to your server." and sure enough I can't connect. Any advice?
  14. Doh I totally meant for this to be in suggestions -- can you move it for me?
  15. For example, I have the option for players to purchase and run their own shops. If I break it down into a simple functionality, let's say this happens: Someone buys a potion shop. The potion shop automatically lets any other player come and pay 5 gold to buy a potion. Now ideally, how it would work, is when someone buys a potion it adds 5 to a global variable called shop1profit. Then, let's say when the owner of the shop goes to his chest in the back of the shop he collects all the gold the shop has earned thus far. Ideally it would simply add gold in the amount of shop1profit then set shop1profit to 0. Any chance of every being able to do this? Or compare variables to etc. ?
  16. My game actually has a real estate system in place, so I can confirm that yes, you can build a sort of housing system. It's not the ideal way, but it's a way that works.
  17. Thanks but sadly this solution won't work either because then it will do it for every user logged in rather than a one time thing at a specific time / occasion regardless of who / how many are online. Thinking I'll have to wait for source for this
  18. That's essentially what I'm doing, but to keep it going? Right now I'm using an event in an Autorun, but if there's no players on the map that event is located, it doesn't execute.
  19. Lets say every other hour we want a global message to say "The Swamp is now accessible!" and then it permits people into a certain zone. SO far the only way I've explored doing is creating a Global Event set to autorun that basically has a page for each 'Between X and Y time' and cycles through them, and when they hit it says the message and flips a global switch to allow the area to be acessible. Now this works great except for one thing -- what if no one on the map where the Global Event that autoruns is? Then it never happens. Anyone know an alternative solution for this?
  20. Blah. Nevermind. Literally fixed it right after askiing that, despite trying to for the few hours lol.
  21. Hey jc, any chance I can get some assistance getting this to run on my Linux server?
×
×
  • Create New...