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 mintdc12

  1. M

    Updating 117.1 to 117.2

    I'm having the same problem. I cant enter cash shop after updating
  2. M

    [b]Disconnected After 2ND Pass [AxedMS Source][/b]

    I'm having the same problem. Does anyone know how to fix this?
  3. M

    Cygnus XML file wont summon knights

    885011.xml (Cygnus) Doesn't Summon her Knights as in OZ, Mihile etc.. and doesn't heal is it something wrong with the XML or something else? Is there also any way to increase any mobs HP past 2.1B? <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <imgdir name="8850011.img"> <imgdir...
  4. M

    [SourceDev] Adding Hilla Expedition

    bump anyone know the solution to my problem?
  5. M

    SourceDev, mobs freezes, can't loot errors!

    Recompile with netbeans
  6. M

    Drop cash item NPC! Please help!

    Not sure if it matters about the version but each source has different method of codes. The error should appear in your .bat file (launcher.bat) it should tell you which line is unreadable.
  7. M

    v1.16 SouceDev game error. Please see.

    Go to your MySQL database Check your character thats bugged and make sure no stats are above 32767.
  8. M

    Drop cash item NPC! Please help!

    Your Welcome (:
  9. M

    Drop cash item NPC! Please help!

    You only need to recompile when you changed something in the src directory other than that it should be changed instantly for npcs but for events it requires a server restart. Yes find a npc code you would like to use and insert the npc script into it then ingame type !makepnpc or whatever the...
  10. M

    Drop cash item NPC! Please help!

    bbhing98 is saying go to your source folder (Example: C:\Users\Computer\Desktop\v116/server/scripts/npc) and make a .js file (For example 9000041.js) and copy your npc script into 9000041.js
  11. M

    [SourceDev] Adding Hilla Expedition

    Thanks it works but every time i go in and kill Hilla when i leave Hilla gets Stuck, nobody can register because it says the squad is still inside. Also when i talk to the npc and it only brings me in. How do i make it bring everyone who registered for the squad?
  12. M

    [SourceDev] Adding Hilla Expedition

    Am i missing something? This is the npc script for Hilla. Ingame when i click on her it says the event isn't started, please contact a gm var status = -1; function start() { if (cm.getPlayer().getMapId() == 262031300) { cm.sendYesNo("Would you like to get out?"); status = 1; return; }...
  13. M

    Npc help

    It doesnt work the qunatity box pops up but when i try and redeem any amount it doesnt work anymore
  14. M

    [SourceDev] Adding Hilla Expedition

    oh yea thanks (:
  15. M

    [SourceDev] Adding Hilla Expedition

    Can anyone help me? am i missing something? In ExpeditionType.java public enum ExpeditionType { Normal_Balrog(15, 2001, 50, 200), Horntail(30, 2003, 80, 200), Zakum(30, 2002, 50, 200), Chaos_Zakum(30, 2005, 100, 200), ChaosHT(30, 2006, 110, 200), Pink_Bean(30, 2004...
Back
Top