Thread: [Huge-Tut]MagicHandler.java [Basically full magic]..

Page 6 of 6 FirstFirst ... 456
Results 51 to 56 of 56
  1. #51  
    bee hind u
    Guest
    cannot find symbol MagicHandler.
     

  2. #52  
    Community Veteran


    Join Date
    Jul 2006
    Posts
    789
    Thanks given
    31
    Thanks received
    80
    Rep Power
    177
    can you please post these voids.

    Code:
    client.java:8463: cannot find symbol
    symbol  : method TurnPlayerTo(int,int)
    location: class client
                                            TurnPlayerTo(EnemyX2, EnemyY2);
                                            ^
    client.java:8472: cannot find symbol
    symbol  : method TurnPlayerTo(int,int)
    location: class client
                                    TurnPlayerTo(EnemyX2, EnemyY2);
                                    ^
    client.java:9568: cannot find symbol
    symbol  : method refreshSkills()
    location: class client
                                                                                refr
    eshSkills();
                                                                                ^
    client.java:9642: cannot find symbol
    symbol  : method refreshSkills()
    location: class client
                                refreshSkills();
                                ^
    MagicHandler.java:130: cannot find symbol
    symbol  : method getItemName(int)
    location: class client
    
    p.sendMessage("You need a "+p.getItemName(spellItemID)+" to cast this spell.");
    
                                 ^
    NPCHandler.java:139: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                    if (npcs[i].freezeTimer > 0) {
                             ^
    NPCHandler.java:140: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].freezeTimer--;
                                                                 ^
    NPCHandler.java:142: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].reducedAttack > 0) {
    
                                                             ^
    NPCHandler.java:143: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].reducedAttack--;
    
                                                                 ^
    NPCHandler.java:145: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].reducedAttack == 0)
    {
                                                             ^
    NPCHandler.java:146: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].MaxHit = (int)Ma
    th.floor((npcs[i].MaxHP / 10));
                                                                 ^
    NPCHandler.java:146: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].MaxHit = (int)Ma
    th.floor((npcs[i].MaxHP / 10));
    
                   ^
    NPCHandler.java:148: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].poisonTimer > 0) {
                                                             ^
    NPCHandler.java:149: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].poisonTimer--;
                                                                 ^
    NPCHandler.java:151: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].poisonTimer == 0) {
                                                             ^
    NPCHandler.java:152: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].poisonDmg = fals
    e;
                                                                 ^
    NPCHandler.java:153: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].poisonDelay = -1
    ;
                                                                 ^
    NPCHandler.java:155: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].poisonDelay > 0) {
                                                             ^
    NPCHandler.java:156: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            npcs[i].poisonDelay--;
                                                                 ^
    NPCHandler.java:158: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].poisonTimer > 0 && n
    pcs[i].poisonDelay == 0){
                                                             ^
    NPCHandler.java:158: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                    if (npcs[i].poisonTimer > 0 && n
    pcs[i].poisonDelay == 0){
    
        ^
    NPCHandler.java:159: cannot find symbol
    symbol  : variable i
    location: class NPCHandler
                                                            poisonNpc(i);
     

  3. #53  
    -fedexer-
    Guest
    Nice work you got there Mr. Brightside , im taking a guess using CFG's is a useful idea
     

  4. #54  
    my rep is h4x0r3d


    Join Date
    Dec 2006
    Posts
    1,760
    Thanks given
    10
    Thanks received
    8
    Rep Power
    207
    Everytime i att an npc with mage i log off imidietly
    Quote Originally Posted by super_ View Post
    this is shit. you are shit. gtfo retard.
     

  5. #55  
    project-rs owner
    Join Date
    Sep 2006
    Age
    29
    Posts
    914
    Thanks given
    4
    Thanks received
    4
    Rep Power
    49
    make sure you have the cfg file on the right place at java/Config/magicspells.cfg
     

  6. #56  
    Epic GFX Guy


    Join Date
    Jul 2006
    Posts
    254
    Thanks given
    0
    Thanks received
    46
    Rep Power
    242
    I can't take this anymore...

    STOP BEING SO SEXY!!!

    *dies*
    You're too good, go awai!

    Rep, rep, rep, rep, rep, rep...*etc.*
     

Page 6 of 6 FirstFirst ... 456

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. [Java] How to get Full InIntelliJ IDEA [Java]
    By Sir Zap in forum Application Development
    Replies: 16
    Last Post: 03-26-2011, 09:30 PM
  2. Allstar X - MagicHandler.java
    By Robgob69 in forum Show-off
    Replies: 19
    Last Post: 12-13-2010, 11:14 AM
  3. [HUGE] Full Tutorial Woot [HUGE]
    By Looted in forum Tutorials
    Replies: 3
    Last Post: 05-12-2007, 02:36 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •