| v62 | XiuzSource 3.4

Page 19 of 124 FirstFirst ... 911121314151617181920212223242526272969119 ... LastLast
Results 271 to 285 of 1852
  1. #271
    Valued Member OhEMGEE69 is offline
    MemberRank
    Aug 2009 Join Date
    Deep downLocation
    132Posts

    Re: [Release] XiuzSource 1.4

    Admin is level 5 O.o

  2. #272
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: [Release] XiuzSource 1.4

    SEVERE: (Account: kokrong9) Exception during processing packet: net.sf.odinms.ne
    t.login.handler.LoginPasswordHandler: null
    java.lang.NullPointerException
    at net.sf.odinms.net.login.handler.LoginPasswordHandler.handlePacket(Log
    inPasswordHandler.java:51)
    at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
    er.java:155)
    at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
    geReceived(AbstractIoFilterChain.java:570)
    at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
    at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
    at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
    at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
    h(SimpleProtocolDecoderOutput.java:58)
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:180)
    at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
    at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
    at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
    at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
    ilter.java:220)
    at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
    run(ExecutorFilter.java:264)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:51)
    at java.lang.Thread.run(Unknown Source)

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

    Re: [Release] XiuzSource 1.4

    The account 'kokrong9' does not exist so I'm assuming your trying to make it
    however your not putting a password, you MUST have a ID and a password
    typed in before clicking 'login'.

  4. #274
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: [Release] XiuzSource 1.4

    ya i got

    ---------- Post added at 04:04 PM ---------- Previous post was at 04:02 PM ----------

    still cannot .

    ---------- Post added at 04:10 PM ---------- Previous post was at 04:04 PM ----------

    how to fix it xiuzsu ?

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

    Re: [Release] XiuzSource 1.4

    Check your database and see if that account already exist.

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

    Re: [Release] XiuzSource 1.4

    nope not exist

  7. #277
    Member BlackComb is offline
    MemberRank
    Jan 2008 Join Date
    80Posts

    Re: [Release] XiuzSource 1.4

    I use your create new Character equip and came up with this:



    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);

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

    Re: [Release] XiuzSource 1.4

    blackcomb autoregister working for u ?

  9. #279
    Member BlackComb is offline
    MemberRank
    Jan 2008 Join Date
    80Posts

    Re: [Release] XiuzSource 1.4

    no it's not working.

  10. #280
    Member jap0knees is offline
    MemberRank
    Jul 2009 Join Date
    99Posts

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by tsunayoshi View Post
    Code:
    SEVERE: (Account: kokrong9) Exception during processing packet: net.sf.odinms.ne
    t.login.handler.LoginPasswordHandler: null
    java.lang.NullPointerException
            at net.sf.odinms.net.login.handler.LoginPasswordHandler.handlePacket(Log
    inPasswordHandler.java:51)
            at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
    er.java:155)
            at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
    geReceived(AbstractIoFilterChain.java:570)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
            at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
    h(SimpleProtocolDecoderOutput.java:58)
            at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:180)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
            at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
    ilter.java:220)
            at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
    run(ExecutorFilter.java:264)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:51)
            at java.lang.Thread.run(Unknown Source)
    i get this same error and i have double and triple checked mysql and even started with a fresh db.I even tried to change the pass 3 times still couldnt auto register.

  11. #281
    Proficient Member ijohnny is offline
    MemberRank
    Aug 2008 Join Date
    154Posts

    Re: [Release] XiuzSource 1.4

    Did u turn on Auto Register? its Sensitive so u hafta put True no space before or after it

    also in V1.4
    Canu make merchants anywhere? O.O i kinda want that cus idk i just like that idea

    ---------- Post added at 06:27 PM ---------- Previous post was at 06:23 PM ----------

    Still wondering wuts Botname? :\ in World.properties

  12. #282
    Member jap0knees is offline
    MemberRank
    Jul 2009 Join Date
    99Posts

    Re: [Release] XiuzSource 1.4

    Quote Originally Posted by ijohnny View Post
    Did u turn on Auto Register? its Sensitive so u hafta put True no space before or after it

    also in V1.4
    Canu make merchants anywhere? O.O i kinda want that cus idk i just like that idea
    # AutoRegister (True = On OR False = Off) By default = false
    net.sf.odinms.world.AutoRegister=true

    i think thats on -__- lol

  13. #283
    Proficient Member ijohnny is offline
    MemberRank
    Aug 2008 Join Date
    154Posts

    Re: [Release] XiuzSource 1.4

    Lol just checking :3

  14. #284

    Re: [Release] XiuzSource 1.4

    Thanks Akreao for the guild fix!! You are being modest when you say your not a coder xP Thanks again!

    Thanks XiuzSu for your hard work!

    I hope more updates are to come =)
    Last edited by AlphaQ; 21-08-09 at 08:41 PM.

  15. #285
    Account Upgraded | Title Enabled! Cardell is offline
    MemberRank
    Mar 2007 Join Date
    London, UKLocation
    412Posts

    Re: [Release] XiuzSource 1.4

    exellent work xiuz keep it up



Advertisement