Fix for Mini Games + Password for Mini Game

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    No, I hate Xotic Source! I never touched and never will touch it.

  2. #32
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    Not everybody is using gay repacks, it is so impossible that other people are making their own source based on latest Valhalla?

  3. #33
    Smoke & Fly Kars is offline
    MemberRank
    Apr 2008 Join Date
    The NetherlandsLocation
    3,383Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by flav View Post
    Not everybody is using gay repacks, it is so impossible that other people are making their own source based on latest Valhalla?
    Yes, because valhalla sucks and almost every1 who's capable of doing that left msdev.

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

    Re: Fix for Mini Games + Password for Mini Game

    I'm saying it's fishy that you somehow have minigames from a xotic only class and xotic is the only source that doesn't have minigames working

  5. #35
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by Kars View Post
    Yes, because valhalla sucks and almost every1 who's capable of doing that left msdev.
    almost

    Quote Originally Posted by Moogra View Post
    I'm saying it's fishy that you somehow have minigames from a xotic only class and xotic is the only source that doesn't have minigames working
    It's not the only source because it's not the only source who leached it then.. How ever, believe it or not. I don't care?

  6. #36
    Apprentice lulnubbcakes is offline
    MemberRank
    Apr 2009 Join Date
    16Posts

    Re: Fix for Mini Games + Password for Mini Game

    If i wanted a more gms like server, then i would go and play gms ^______________________^.

  7. #37
    Account Upgraded | Title Enabled! KnightStoryTeam is offline
    MemberRank
    Nov 2008 Join Date
    SOMEWHERE ....WLocation
    239Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by lulnubbcakes View Post
    If i wanted a more gms like server, then i would go and play gms ^______________________^.
    lOL XD

    -2short?-

  8. #38
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    Point of this thread then : Fix it for the sources which have it leeched from Xotic + adding passwords to it. Correct me if I'm wrong, you didn't have passwords added in The Pack II?

    Quote Originally Posted by lulnubbcakes View Post
    If i wanted a more gms like server, then i would go and play gms ^______________________^.
    more GMS like, not GMS like. The rates are still different.

  9. #39
    Apprentice lulnubbcakes is offline
    MemberRank
    Apr 2009 Join Date
    16Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by KnightStoryTeam View Post
    lOL XD

    -2short?-
    Faggot XD

  10. #40
    Enthusiast jayxnguyen is offline
    MemberRank
    Mar 2009 Join Date
    Cloud 9Location
    45Posts

    Re: Fix for Mini Games + Password for Mini Game

    i use xotic, i got this

    Code:
    init:
    deps-jar:
    Compiling 379 source files to C:\Users\Danny\Desktop\FamousMS Last\src\build\classes
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\net\channel\handler\PlayerInteractionHandler.java:103: cannot find symbol
    symbol  : constructor MapleMiniGame(net.sf.odinms.client.MapleCharacter,int,java.lang.String,java.lang.String)
    location: class net.sf.odinms.server.PlayerInteraction.MapleMiniGame
                        IPlayerInteractionManager game = new MapleMiniGame(c.getPlayer(), type, desc, pass);
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\net\channel\handler\PlayerInteractionHandler.java:182: cannot find symbol
    symbol  : method getPassword()
    location: interface net.sf.odinms.server.PlayerInteraction.IPlayerInteractionManager
                            if (pass != null && !pass.equals(ips.getPassword())) {
    2 errors
    BUILD FAILED (total time: 2 seconds)

  11. #41
    Gamma Xerixe is offline
    MemberRank
    Apr 2008 Join Date
    MalaysiaLocation
    3,605Posts

    Re: Fix for Mini Games + Password for Mini Game

    Don't use xotic since xotic has probs with this unless you know what you're doing

  12. #42
    Account Upgraded | Title Enabled! Popozow1012 is offline
    MemberRank
    Jul 2008 Join Date
    Where it's nine in the afternoonLocation
    549Posts

    Re: Fix for Mini Games + Password for Mini Game

    I like some of your releases, and some I don't

    this one I like :)

  13. #43
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by Moogra View Post
    I did have passwords in ThePack II. Still this is a good release. Way better than all the recent ones.
    Missing in the one I downloaded.. well, what ever.

    Quote Originally Posted by jayxnguyen View Post
    i use xotic, i got this

    Code:
    init:
    deps-jar:
    Compiling 379 source files to C:\Users\Danny\Desktop\FamousMS Last\src\build\classes
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\net\channel\handler\PlayerInteractionHandler.java:103: cannot find symbol
    symbol  : constructor MapleMiniGame(net.sf.odinms.client.MapleCharacter,int,java.lang.String,java.lang.String)
    location: class net.sf.odinms.server.PlayerInteraction.MapleMiniGame
                        IPlayerInteractionManager game = new MapleMiniGame(c.getPlayer(), type, desc, pass);
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\net\channel\handler\PlayerInteractionHandler.java:182: cannot find symbol
    symbol  : method getPassword()
    location: interface net.sf.odinms.server.PlayerInteraction.IPlayerInteractionManager
                            if (pass != null && !pass.equals(ips.getPassword())) {
    2 errors
    BUILD FAILED (total time: 2 seconds)
    MapleMiniGame.java
    Change
    Code:
    public MapleMiniGame(MapleCharacter owner, int type, String desc) {
            super(owner, type, desc, 1);
    to
    Code:
    public MapleMiniGame(MapleCharacter owner, int type, String desc, String pass) {
            super(owner, type, desc, pass, 1);
    MaplePlayerShop.java
    Change
    Code:
    super(owner, itemId % 10, desc, 3);
    to
    Code:
    super(owner, itemId % 10, desc, null, 3);
    PlayerInteractionManager.java
    Change
    Code:
    public PlayerInteractionManager(MapleCharacter owner, int type, String desc, int capacity) {
            this.setPosition(owner.getPosition());
            this.ownerName = owner.getName();
            this.ownerId = owner.getId();
            this.type = (byte) type;
            this.capacity = (short) capacity;
            this.description = desc;
    to
    Code:
    public PlayerInteractionManager(MapleCharacter owner, int type, String desc, String pass, int capacity) {
            this.setPosition(owner.getPosition());
            this.ownerName = owner.getName();
            this.ownerId = owner.getId();
            this.type = (byte) type;
            this.capacity = (short) capacity;
            this.description = desc;
            this.password = pass;
    Add
    Code:
    @Override
        public String getPassword() {
            return password;
        }
    IPlayerInteractionManager.java
    Add
    Code:
    public String getPassword();

  14. #44
    Enthusiast jayxnguyen is offline
    MemberRank
    Mar 2009 Join Date
    Cloud 9Location
    45Posts

    Re: Fix for Mini Games + Password for Mini Game

    Quote Originally Posted by flav View Post
    Missing in the one I downloaded.. well, what ever.


    MapleMiniGame.java
    Change
    Code:
    public MapleMiniGame(MapleCharacter owner, int type, String desc) {
            super(owner, type, desc, 1);
    to
    Code:
    public MapleMiniGame(MapleCharacter owner, int type, String desc, String pass) {
            super(owner, type, desc, pass, 1);
    MaplePlayerShop.java
    Change
    Code:
    super(owner, itemId % 10, desc, 3);
    to
    Code:
    super(owner, itemId % 10, desc, null, 3);
    PlayerInteractionManager.java
    Change
    Code:
    public PlayerInteractionManager(MapleCharacter owner, int type, String desc, int capacity) {
            this.setPosition(owner.getPosition());
            this.ownerName = owner.getName();
            this.ownerId = owner.getId();
            this.type = (byte) type;
            this.capacity = (short) capacity;
            this.description = desc;
    to
    Code:
    public PlayerInteractionManager(MapleCharacter owner, int type, String desc, String pass, int capacity) {
            this.setPosition(owner.getPosition());
            this.ownerName = owner.getName();
            this.ownerId = owner.getId();
            this.type = (byte) type;
            this.capacity = (short) capacity;
            this.description = desc;
            this.password = pass;
    Add
    Code:
    @Override
        public String getPassword() {
            return password;
        }
    IPlayerInteractionManager.java
    Add
    Code:
    public String getPassword();

    Lol new error
    Code:
    init:
    deps-jar:
    Compiling 379 source files to C:\Users\Danny\Desktop\FamousMS Last\src\build\classes
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\server\PlayerInteraction\PlayerInteractionManager.java:36: cannot find symbol
    symbol  : variable password
    location: class net.sf.odinms.server.PlayerInteraction.PlayerInteractionManager
            this.password = pass;
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\server\PlayerInteraction\HiredMerchant.java:22: net.sf.odinms.server.PlayerInteraction.HiredMerchant is not abstract and does not override abstract method getPassword() in net.sf.odinms.server.PlayerInteraction.IPlayerInteractionManager
    public class HiredMerchant extends PlayerInteractionManager {
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\server\PlayerInteraction\HiredMerchant.java:31: cannot find symbol
    symbol  : constructor PlayerInteractionManager(net.sf.odinms.client.MapleCharacter,int,java.lang.String,int)
    location: class net.sf.odinms.server.PlayerInteraction.PlayerInteractionManager
            super(owner, itemId % 10, desc, 3);
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\server\PlayerInteraction\MapleMiniGame.java:21: net.sf.odinms.server.PlayerInteraction.MapleMiniGame is not abstract and does not override abstract method getPassword() in net.sf.odinms.server.PlayerInteraction.IPlayerInteractionManager
    public class MapleMiniGame extends PlayerInteractionManager {
    C:\Users\Danny\Desktop\FamousMS Last\src\net\sf\odinms\server\PlayerInteraction\MaplePlayerShop.java:17: net.sf.odinms.server.PlayerInteraction.MaplePlayerShop is not abstract and does not override abstract method getPassword() in net.sf.odinms.server.PlayerInteraction.IPlayerInteractionManager
    public class MaplePlayerShop extends PlayerInteractionManager {
    5 errors
    BUILD FAILED (total time: 1 second)

  15. #45
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: Fix for Mini Games + Password for Mini Game

    You have to declare a password String of course. Also you miss the password in this function : super(owner, itemId % 10, desc, 3);



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement