| v62 | XiuzSource 3.4

Page 20 of 124 FirstFirst ... 1012131415161718192021222324252627283070120 ... LastLast
Results 286 to 300 of 1852
  1. #286
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by BlackComb View Post
    btw I fixed the @dex @luk @str etc command

    i did this to the player command:

    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 1, x);
    } else if (splitted[0].equals("@dex") && x + player.getDex() < max) {
    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 2, x);
    } else if (splitted[0].equals("@int") && x + player.getInt() < max) {
    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 3, x);
    } else if (splitted[0].equals("@luk") && x + player.getLuk() < max) {
    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 4, x);
    } else if (splitted[0].equals("@hp") && x + player.getMaxHp() < max) {
    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 5, x);
    } else if (splitted[0].equals("@mp") && x + player.getMaxMp() < max) {
    player.setRemainingAp(player.getRemainingAp() - x);
    player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
    addAP(c, 6, x);
    Were you flagged as a GM? If so, you're not supposed to lose AP.

  2. #287
    Member NearDeath is offline
    MemberRank
    Jul 2009 Join Date
    77Posts

    Re: [Release] XiuzSource 1.4

    Your constantly update that awesome keep up the good work

    Quote Originally Posted by XiuzSu View Post
    Originally Posted by (Version 1.4)
    Added Pmob.
    Added Pnpc.
    Removed last exploit.
    Fixed guilds.
    Just got a question.By last exploit you mean every exploit or what?

  3. #288
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.4

    Means that there was one last exploit, so now is 100% exploit free.

  4. #289

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by XiuzSu View Post
    Means that there was one last exploit, so now is 100% exploit free.
    YAHOO!! GREAT JOB!

    --------------------------------

    I dunno if it's just me or autoreg is still broken.

  5. #290
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.4

    No problem.... mind thanking me again...

  6. #291
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: [Release] XiuzSource 1.4

    XiuzSu fix the autoregister problem .

  7. #292
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.4

    The autoregister problem is a NPE comming from the method that returns the autoregister bool. That's all I got, pizza > MS.

  8. #293
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: [Release] XiuzSource 1.4

    then how to fix it to make it working ?

  9. #294
    Proficient Member ijohnny is offline
    MemberRank
    Aug 2008 Join Date
    154Posts

    Re: [Release] XiuzSource 1.4

    WUts botname and servercheck?

  10. #295
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.4

    Oh wow, I just realized why is not working, give me a second and I'll get it going.

  11. #296
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: [Release] XiuzSource 1.4

    XiuzSu why autoregister not working ?

  12. #297
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by ijohnny View Post
    WUts botname and servercheck?
    Server Check is something like where the server is under maintenance or something, I guess. Heh.
    No idea what the bot is though.

  13. #298
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.4

    Guys if you have already a server using this source or something just run this on your database.
    Code:
    ALTER TABLE `odinms`.`accounts` ADD COLUMN `lastknownip` varchar(30) NOT NULL DEFAULT '' AFTER `macs`;
    This will be added by next update.

  14. #299
    Proficient Member ijohnny is offline
    MemberRank
    Aug 2008 Join Date
    154Posts

    Re: [Release] XiuzSource 1.4

    Hey Xiuz is there sumtin that keeps npc scripts from working? cus its saying :

    "I am an uncoded npc please whisper a GM or admin if u have any idea of wut i should do my id is : *****"

    I put a script in but it still shows that? :\ i need help! D:

  15. #300
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by ijohnny View Post
    Hey Xiuz is there sumtin that keeps npc scripts from working? cus its saying :

    "I am an uncoded npc please whisper a GM or admin if u have any idea of wut i should do my id is : *****"

    I put a script in but it still shows that? :\ i need help! D:
    Did you put the script in the right folder? (scripts/npc/)
    Did you name it properly? (npcid.js)
    Are there any errors in your channel server batch console when you try to use the NPC?



Advertisement