Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by alextepes

  1. alextepes

    [RELEASE] Pokemon Helios

    Re: [RELEASE] Pokemon Helios[Pkmnhelios.net] & Pokemon Dusk[pkmndusk.in] I noticed a lot of things wrong with the code in this release. Short tags is only one of many issues with it. It took me a good few hours to clean it up, but it's still not very secure. I wouldn't use it in public...
  2. alextepes

    Emulation development vs Knowitalls, or fanboys/girls

    Recently I google searched "League of Legends emulator", first I found a page where people were discussing about whether or not one should be made. Another page indicated that a local server was made, which I'm happy about. I hope it gets developed further, too. I understand how their systems...
  3. alextepes

    i need some thing. I can't start my server

    Just settling GMrank 1, sec_primary, and sec_content to 1 in TB_User in SRO_VT_ACCOUNT If you're using lan, local, or wan, you need to set those as privileged IP addresses, ie: Columns = IP1,2,3,4,5,6,7,8 Local Entry(127.0.0.1): IP1:127 IP2:0 IP3:0 IP4:1 IP5:127 IP6:0 IP7:0 IP8:1 Lan...
  4. alextepes

    Patch SR Castle CMS

    SRO Castle released here: You must be registered for see element. My patch fixed the GM checking and adds a real account page to the nav on login. I didn't release just the files because I've changed the theme. But I could redo the changes and just release all the files with my patch, but I'm...
  5. alextepes

    CMS/Standalone List Characters created by user. (PHP)

    So you're getting upset I efficiently made a mssql DB call to fetch all characters made by a user? Most people don't know PHP, period. So, your comment here seems unneeded, and you have an ego problem, surely. I've been a web developer/PC tech for 8 years+, and people who complain about crap...
  6. alextepes

    Patch SR Castle CMS

    So, I decided to try out SR Castle's CMS. It appears a lot of things are missing, so I added some more stuff to it, and fixed some bugs. Fix GM Controls: Add this to Config.php Change index.php line 147: if ($userID == "IDHERE" || $userID == "ANOTHERIDHERE") { With if...
  7. alextepes

    CMS/Standalone List Characters created by user. (PHP)

    Some CMS systems I've looked at have no way of seeing their characters through the web UI, and that's what I'm working on right now. Using the SRO_VT_SHARD stored procedure I was able to list all characters owned by the logged in user. Standalone:
  8. alextepes

    Standalone Change user password. (PHP)

    I wrote this up for another user who needed help, so I figured I'd just drop this here for others. It's working perfect on my server. It's very basic, unthemed, but it gets straight to the point. I named it changepw.php.
  9. alextepes

    PHP Help

    You have to use mssql and md5 it. So as long as they are logged in this shouldn't be a problem. Just ask them to confirm their old password as confirmation at changing their password. Like changepw.php in Silkroad Castle CMS I'm currently modifying. In this, it includes the config for mssql...
  10. alextepes

    Re-Release Vsro IpInput

    Yeah, I use IP input, too. I've used the other tools, but this one is still the most convenient.
  11. alextepes

    FTP Problem In SR_ShardManager!

    I've noticed that for some reason there is no configuration to force which IP they bind to or talk to, so if you use hamachi, sometimes it won't even use the hamachi IP. Check your logs to see if it is indeed connecting to the hamachi IP to gain certification, otherwise it's listening on your...
  12. alextepes

    Hi i have Invalid region problem !

    Sounds like maybe your Data files are incorrect or some are missing. Because with the data files I got from the guide on here I'm able to load all regions but I have to be careful not to load too many as it uses a lot of ram. When you load too many regions on your PC you get a runtime error.
  13. alextepes

    2 GameServer 1 Shard/Login.

    So, I have a 6-core CPU, 12GB ram, I have a Guest OS installed running the server, I have TCP/IP enabled on the mssql server. My secondary GS can connect to the server to say it's ready, but problem lies at recognition. I'm getting: ServerCord no found. Session Closed! on all three servers on...
  14. alextepes

    GameServer Runtime error, flood of nonsense, no log.[Self-Fixed]

    Thanks, both of you. I found some things, like a stored procedure to equip GMs with good equipment and things of that nature. But I can't seem to find where you can modify the weapons. Like say I wanted to update ALL weapons to do +100, or +1000 damage, there should be a way to do that. Things...
  15. alextepes

    GameServer Runtime error, flood of nonsense, no log.[Self-Fixed]

    I can't event remember now exactly what fixed it, but I did do what you said, since I seen it somewhere. lol Long story short, I have it working, my friends can connect, and so on. Managed to max level a few chars. Have some issues with some other things which are unrelated to this thread now...
Back
Top