[Release] NimaKIN GameMaster Explain. V2 Realesed

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Keep on Trying! Mickey is offline
    MemberRank
    Feb 2007 Join Date
    USLocation
    4,664Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    You should really perform a basic spell check on this script so that way it looks more professional.

  2. #17
    Member darkphoenix is offline
    MemberRank
    Jun 2008 Join Date
    98Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    erm hello how do i get it to work? I put it in the NPC but nothing happens T_T

  3. #18
    The almighty chicken kippieeej is offline
    MemberRank
    Apr 2008 Join Date
    1,038Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    the max stat = 32767
    learn bytes lol

  4. #19
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    Quote Originally Posted by errare View Post
    ugh am I editing NimaKINs script or just applying this script my game? Cause when I Copy Paste it into my script editor I get these errors;

    Script line: 1 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'if (cm.getJob().equals(net.sf.odinms.client.MapleJob. SUPERGM)) {
    cm.sendNext("' at line 1
    Script line: 3 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '} else {
    cm.sendOk("I am sorry, But you are not a #bGameMaster#k.")
    cm.dispose' at line 1
    Script line: 6 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '}
    } else if (status == 0) {
    cm.sendNextPrev("Okay, You gotta know somethings o' at line 1
    Script line: 9 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '} else if (status == 1) {
    if (selection == 0) {
    cm.sendOk("A #bGame Master#k i' at line 1
    Script line: 12 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'if (selection == 1) {
    cm.sendOk("You can do everything you just want! Ex. You c' at line 1
    Script line: 14 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'if (selection == 2) {
    cm.sendOk("This is the #bGameMaster's Map#k. You can do h' at line 1
    Script line: 20 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.dispose()' at line 1
    Script line: 21 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.gainItem(1002140, 1)' at line 1
    Script line: 22 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.gainItem(1042003, 1)' at line 1
    Script line: 23 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.gainItem(1062007, 1)' at line 1
    Script line: 24 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.gainItem(1322013, 1)' at line 1
    Script line: 25 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm.gainItem(1072235, 1)' at line 1
    Script line: 26 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '} else {
    var statup = new java.util.ArrayList()' at line 1
    Script line: 28 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'var p = cm.c.getPlayer()' at line 1
    Script line: 29 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'var totAp = p.getRemainingAp() + p.getStr() + p.getDex() + p.getInt() + p.getLuk' at line 1
    Script line: 30 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.setStr(32000)' at line 1
    Script line: 31 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.setDex(32000)' at line 1
    Script line: 32 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.setInt(32000)' at line 1
    Script line: 33 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.setLuk(32000)' at line 1
    Script line: 34 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.setRemainingAp (totAp - 1)' at line 1
    Script line: 35 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.Mapl eStat.STR, ja' at line 1
    Script line: 36 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.Mapl eStat.DEX, ja' at line 1
    Script line: 37 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.Mapl eStat.LUK, ja' at line 1
    Script line: 38 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.Mapl eStat.INT, ja' at line 1
    Script line: 39 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.Mapl eStat.AVAILAB' at line 1
    Script line: 41 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updateP' at line 1
    Script line: 42 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '}
    }' at line 1
    LOL !!!!!!!! You ran the script in your MySQL -.-

  5. #20
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    Quote Originally Posted by kippieeej View Post
    the max stat = 32767
    learn bytes lol
    I was just about to say that lol.
    But errare's failure is even more lol-worthy

  6. #21
    RaGEZONE = FLaMEZONE thisisakevin is offline
    MemberRank
    Jul 2008 Join Date
    284Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    This fails.
    EPIC FAILURE!

  7. #22
    Omega ihatehaxor is offline
    MemberRank
    Apr 2008 Join Date
    JerseyLocation
    5,461Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    nice.
    except im gonna change the npc and put the npc in gmmap.
    thanks for the release

  8. #23
    Account Upgraded | Title Enabled! Falzer is offline
    MemberRank
    May 2008 Join Date
    Uhh... Somewhere?Location
    807Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    Quote Originally Posted by thisisakevin View Post
    This fails.
    EPIC FAILURE!
    Seriously, you need to stop flaming. That's mainly all you do...

    Btw, nice "old" release...

  9. #24
    Omega ihatehaxor is offline
    MemberRank
    Apr 2008 Join Date
    JerseyLocation
    5,461Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    yea this is pretty old.

  10. #25
    Account Upgraded | Title Enabled! chuayaowei is offline
    MemberRank
    Jul 2008 Join Date
    SingaporeLocation
    1,410Posts

    Re: [Release] NimaKIN GameMaster Explain. V2 Realesed

    Not bad..

  11. #26
    Member lostyms is offline
    MemberRank
    Oct 2008 Join Date
    inFAMOUSLocation
    87Posts

    Re: [Release] NimaKIN, GameMaster's explain.

    Quote Originally Posted by skull5005 View Post
    Nice, but work on the grammar lol

    rofllll you are funny ^^
    i think nice too dont say "fail" i see he worked too much if he didnt quote



Page 2 of 2 FirstFirst 12

Advertisement