Thread: [508] Need Help With Magic Probs

Results 1 to 3 of 3
  1. #1 [508] Need Help With Magic Probs 
    Highly Regarded Member

    Lenin's Avatar
    Join Date
    Nov 2008
    Age
    29
    Posts
    1,883
    Thanks given
    526
    Thanks received
    218
    Rep Power
    2434
    I basically got a source that had 100% magic it was pali and I am converting it to espeon from like 1 bil errors to 6 =) I will love you if you can help

    Reward: Reputation Point
    Tutorial: None
    Error:
    Code:
    Compiling all files....
    .\net\com\espeon\model\Player.java:1106: cannot find symbol
    symbol  : method appendMagicDamage()
    location: class net.com.espeon.model.combat.PlayerMagic
                playerMage.appendMagicDamage();
                          ^
    .\net\com\espeon\model\Magic.java:85: cannot find symbol
    symbol  : method addSkillXP(double,int)
    location: class net.com.espeon.model.Player
            p.addSkillXP(xpamt, 6);
             ^
    .\net\com\espeon\model\Magic.java:114: cannot find symbol
    symbol  : method createGlobalProjectile(int,int,int,int,int,int,int,int,int)
    location: class net.com.espeon.model.Player
            p.createGlobalProjectile(p.absY, p.absX, offsety, offsetx, moving,
             ^
    .\net\com\espeon\model\Magic.java:690: cannot find symbol
    symbol  : variable magicOnPlayer
    location: class net.com.espeon.model.Player
                if (!p.magicOnPlayer) {
                      ^
    .\net\com\espeon\model\Magic.java:730: cannot find symbol
    symbol  : method isInWildRange(net.com.espeon.model.Player)
    location: class net.com.espeon.model.combat.PlayerCombat
            if (!PC.isInWildRange(p) && !p.duelFight()) {
                   ^
    .\net\com\espeon\model\misc\PlayerMethods.java:33: cannot find symbol
    symbol  : variable magicOnPlayer
    location: class net.com.espeon.model.Player
                    p.magicOnPlayer = magicOnPlayer;
                     ^
    Note: .\net\com\espeon\net\SocketListener.java uses unchecked or unsafe operatio
    ns.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors
    Press any key to continue . . .
    Extreme Donator

    "It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so."
    Reply With Quote  
     

  2. #2  
    Registered Member Ricky030's Avatar
    Join Date
    Mar 2009
    Age
    30
    Posts
    104
    Thanks given
    1
    Thanks received
    0
    Rep Power
    4
    Can anyone fix those ERRORS ?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jul 2008
    Posts
    939
    Thanks given
    0
    Thanks received
    3
    Rep Power
    781
    In the playerMage class, you don't have the method: appendMagicDamage

    All of these errors are simple to fix, you'll just have to find the methods and add them and you won't be thrown any errors.
    I'm Rog3r, fool.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •