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 Kredmonston

  1. K

    [BETA] MapleBitCMS

    Deleting the .htcaccess fixed it. Thanks a ton! :) Wonderful design and site, by the way. I'm super impressed.
  2. K

    [BETA] MapleBitCMS

    I seem to be getting an internal server error whenever I try to go to the site? I have all the files in my wamp/www folder, and when I go to 127.0.0.1, I get the internal server error. Help anyone?
  3. K

    Trying to make a v117.2 server..

    I've made multiple servers in the past with no problem, when I was running a Windows 7 computer. Recently I got a Windows 8 computer and I've decided to try and start up a new server. I know v117.2 is the only available version that supports Windows 8, so I went with that. I updated ExiledDev to...
  4. K

    Gachapon Script = NPC saying what you got.

    Alright, so I have a gachapon scripted blah blah now I was wondering what I would have to do in order for the NPC to tell you what you got afterwards. For example, if you got a Power Elixir, I'd want the script to go kind of like : cm.sendOk("Congratulations! Here's your...
  5. K

    Can't equip items ExiledDev v117

    Hello! So, for some reason, when I try to equip items in ExiledDev, I become 'stuck' and have to use @dispose. Does anyone know any type of cause for this? Thanks in advance!!
  6. K

    v117 BAT Error - Channel Server

    I can't seem to find anything with an extra space in any channel related files :S
  7. K

    v117 BAT Error - Channel Server

    I dont believe so; if I were to have, do you know where it might be?
  8. K

    v117 BAT Error - Channel Server

    [SERVERMS 117.1 ] Loader 1... Loader 2... Loader 3... Loader 4... Loader 5... Loader 6... 22630 items loaded. Loader 7... Loader 8... Loader 9... Loader 10... [Loading Login] Listening on port 8484. [Login Initialized] [Loading Channel] Exception in thread "main" java.lang.RuntimeException...
  9. K

    Web MySQL Vote Script Error

    This is my vote Script : <?php $database = 'odin_sea2'; $table = 'accounts'; $mysql = mysql_connect('localhost', 'root', 'root'); $usr = mysql_real_escape_string($_GET['a']); $pwd = hash('sha1', $_GET['b']); $ipaddr = $_SERVER['REMOTE_ADDR']; $nan = $_GET['c']; $non = $_GET['d']; if ($non !=...
  10. K

    [NPC Scripting] Specifying a status?

    Alright, so I'm working on a NPC, and I've run into an issue; I need to know how to specify what status something goes to. For example, I have multiple choices in the first status, which is a sendSimple. The first three choices bring up a list of items obtained from a defined array, while the...
  11. K

    WZ [Question] Map Editor

    You must be registered for see element.
  12. K

    WZ [ Help ] Best way to distribute WZ Files?

    Ever since MegaUpload was shut down, and Mediafire doesn't allow large files, I've had trouble finding an easy way for players to receive the WZ Files. I've looked at a few patchers and installers, and I don't exactly care for them. I've tried compressing the WZs into multiple ZIP files, where...
  13. K

    Web Check Damage Method in SQL?

    I remember in a source I saw a while back, there was this column added to the Characters in MySQL that showed the highest damage dealt by that character. Is there an easy method to add this?
  14. K

    [Help] Registration Page on CMS.

    Hello. I seem to be having an issue with my Registration Page. After entering information in all the fields, a SQL error results saying there was no value added into "id". Is there any method that can be taught to me to make the script insert an inclining "id" value from the last registered...
  15. K

    Adding a new item, like perfect pitches, as a shop handler.

    Thanks for the DDoS, bro. And no, there's no bat error
Back
Top