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 Naive

  1. N

    Need something done by someone with access to local v83 source

    You must be registered for see element. You must be registered for see element. You must be registered for see element. You must be registered for see element.
  2. N

    Need something done by someone with access to local v83 source

    You must be registered for see element. You must be registered for see element. You must be registered for see element.
  3. N

    Need something done by someone with access to local v83 source

    You must be registered for see element. You must be registered for see element. You must be registered for see element. You must be registered for see element.
  4. N

    Need something done by someone with access to local v83 source

    You must be registered for see element.
  5. N

    Need something done by someone with access to local v83 source

    You must be registered for see element.
  6. N

    Need something done by someone with access to local v83 source

    I doubt anyone would take screenshots for that whole list. Here's a video I recorded. You must be registered for see element. Pause to look at what you're looking for.
  7. N

    [V83]NPC is coded wrong.

    You must be registered for see element. Follow that.
  8. N

    guide hideout help

    } else if (sub[0].equalsIgnoreCase("sethideout")) { if (chr.getGuildId() == 0) { chr.dropMessage("You are currently not in a guild."); } else if (chr.getGuildRank() != 1) { chr.dropMessage("You are not allowed to change this Guilds...
  9. N

    Moopledev Gm attack..

    Use the client provided on the thread. You must be registered for see element.
  10. N

    Web PHP cms problem.

    did you rename the database value to your own database name?
  11. N

    Web PHP cms problem.

    try mysqli_connect($host['hostname'],$host['user'],$host['password']) OR die("Can't connect to server"); mysqli_select_db($host['database']) OR die("Cannot select DB"); ?
  12. N

    Unmute NPC v83

    cm.getPlayer().canTalk(true);
  13. N

    selection past multiple status

    add itemid = selection; after } else if (status == 1) { and change cm.gainItem(selection, 1); to cm.gainItem(itemid);
  14. N

    Help with SQL

    hecari already provided you what you needed to debug. Maybe your calculations are wrong? Maybe it should be 103. Do what Fraysa said with entering the sql command in a query browser. select sum(skilllevel) from skills where characterid = (get your character id and put it here) and execute it. If...
Back
Top