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 xXSnipeDownOo

  1. xXSnipeDownOo

    [Add-On]GMS Like 'The Ticket Reader'.

    Re: GMS Like 'The Ticket Reader'. Only problem: Runnables are defaulted in milliseconds, and timers are in seconds, so your clock-actual time warping is off. :(
  2. xXSnipeDownOo

    Basic MapleStory Java (In the src)

    And it's frustrating when people bash other people's stuff, no matter how stupid/useless it is, when they have yet to offer anything good to the community, or at least attempt to. Kthx. @OT Good idea, but not right execution. I haven't really seen a full on Java coding tutorial, only a side...
  3. xXSnipeDownOo

    [Add On] Vote point exchange npc

    Nice release.
  4. xXSnipeDownOo

    Where You Learned 'Java'

    Re: Where You Leaned 'Java' Aww mang Javascript doesn't require ending methods with a ";" though :*: ( Unless you code like a Special person and don't move to the next line before performing the next action ) @OP Yeah, i did the usual. Looking through releases / leeching from repacks and then trying...
  5. xXSnipeDownOo

    How To Edit Items In MySQL

    Why not just make a command, or npc, that does this so that you don't have to do this for every item..?
  6. xXSnipeDownOo

    [Add-on] MapleBank System

    Good, on the coding part. Bad on the fact the only reason you would need this is if your server required like 1b mesos for each item in a AIO shop ( Who uses those anymore, btw...). But, in that case why not just lower the prices in the all in one shop... =/ I never understand high rates.
  7. xXSnipeDownOo

    [Add-On]SteadyMS Cash Shop purchase fix

    Re: SteadyMS Cash Shop purchase fix Not MSEA...
  8. xXSnipeDownOo

    Tips to shorten NPC Scripts (selections)

    Wouldn't that be talking about micro-optimization? Also, this wouldn't be very useful if you are going to use it for, i.e a item array containing 100 item ids. This array could be used to display these items, with a forloop, and then have them gain the items while using the same array, while...
  9. xXSnipeDownOo

    [Tutorial] Fixing NPC Errors.

    Pretty good, havn't seen one of these other than side-sections in Npc Scripting tutorials. Oh, btw: It's cm.dispose() =[
  10. xXSnipeDownOo

    [Client] [Source] [GMS] NoLifeStory - The Alternate MapleStory Client

    Re: NoLifeStory - Alternate MapleStory Client I know right? I thought i was tripping balls at first, till i realized it was the background. @Ontopic: What is the information in the top left? I think it said something about mobs, but I could not read it.
  11. xXSnipeDownOo

    [FIXED] V83/MoopleDEV/Disconnect after clicking character

    Re: [Help] V83/MoopleDEV/Disconnect after clicking character Most likely because you have not port-forwarded the login server's port.. Have you read the FAQ?
  12. xXSnipeDownOo

    Editing NPC Default

    I believe string.wz is for item names, descriptions, ecetera. Ontopic: Guide has been released many times, but none have shown how to edit a "PlayerNPC", and this will help those noobs that need to find out how. GG.
  13. xXSnipeDownOo

    How to change Commands.

    I'm going to be completely honest, and say this tutorial is useless. How hard is it to use the SEARCH option in the repack, for the text you want to change. Oh, and you are wrong. They can edit it with notepad, and make/find their own compiler. Netbeans isn't the only. So, yes. /endthread
  14. xXSnipeDownOo

    [Add-on] Jump Quest System

    About what?
  15. xXSnipeDownOo

    [Add-on] Jump Quest System

    /** * * @author Soulfist */ importPackage(Packages.tools); //Just to be safe function start() { cm.sendSimple("I see you've won the Jump Quest #h #... \r\n\r\n\t#b#L0#Yes! I finally beat the Jump Quest! Gimme my prize!#l"); } function action(m,t,s) { cm.dispose(); if(m > 0){...
Back
Top