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

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 56
  1. #11  
    Registered Member
    Join Date
    Jul 2006
    Age
    32
    Posts
    487
    Thanks given
    0
    Thanks received
    0
    Rep Power
    56
    I put it in orange to make it more clearer
     

  2. #12  
    Community Veteran


    Join Date
    Oct 2006
    Posts
    451
    Thanks given
    5
    Thanks received
    1
    Discord
    View profile
    Rep Power
    137
    We need the spellXP int, arenaSpellTimer int, SaradominStrike/GuthixClaws/ZamorakFlames string, spellHitTimer int, castSpell string, isStillSpell string, createNormalSpell boolean, stillSpellGFX variable and if anymore I'll let you know...
    Est. 2006
     

  3. #13  
    skippy the llama
    Guest
    oh sorry dont get all mad okay... i'm sorry i didnt notice that
     

  4. #14  
    Registered Member
    Join Date
    Jul 2006
    Age
    32
    Posts
    487
    Thanks given
    0
    Thanks received
    0
    Rep Power
    56
    Lol guthan, I posted them. The rest are in the java file.
     

  5. #15  
    Community Veteran


    Join Date
    Oct 2006
    Posts
    451
    Thanks given
    5
    Thanks received
    1
    Discord
    View profile
    Rep Power
    137
    Yea, forgot like half the parts, I have no idea how I did that...
    Est. 2006
     

  6. #16  
    bee hind u
    Guest
    um, santa i got like 49 errors.
     

  7. #17  
    project-rs owner
    Join Date
    Sep 2006
    Age
    29
    Posts
    914
    Thanks given
    4
    Thanks received
    4
    Rep Power
    49
    i get this errors
    Code:
    .\client.java:93: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    				stillgfx2(stillSpellGFX, MagicHandler.graphicHeight, MagicHandler.npcY, MagicHandler.npcX, 2);
                                    ^
    .\client.java:406: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    							stillgfx2(85, MagicHandler.graphicHeight, server.npcHandler.npcs[i].absY, server.npcHandler.npcs[i].absX, 2);
                                                            ^
    .\client.java:466: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    								stillgfx2(spellId, MagicHandler.graphicHeight, server.npcHandler.npcs[i].absY, server.npcHandler.npcs[i].absX, 2);
                                                                    ^
    .\MagicHandler.java:27: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            		GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), (id + 2), npcY, npcX);
                                           ^
    .\MagicHandler.java:33: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 181, npcY, npcX);
                                                   ^
    .\MagicHandler.java:37: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 180, npcY, npcX);
                                                   ^
    .\MagicHandler.java:41: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 179, npcY, npcX);
                                                   ^
    .\MagicHandler.java:47: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            	GraphicsHandler.createNormalSpell(366, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), (id + 2), npcY, npcX);
                                   ^
    8 errors
    
    Bewerking afgesloten het fout-code 1
    why dont you make a full tutorial how to make magic on a old source like winterlove's one
     

  8. #18  
    runeX
    Guest
    Quote Originally Posted by laurens View Post
    i get this errors
    Code:
    .\client.java:93: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    				stillgfx2(stillSpellGFX, MagicHandler.graphicHeight, MagicHandler.npcY, MagicHandler.npcX, 2);
                                    ^
    .\client.java:406: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    							stillgfx2(85, MagicHandler.graphicHeight, server.npcHandler.npcs[i].absY, server.npcHandler.npcs[i].absX, 2);
                                                            ^
    .\client.java:466: stillgfx2(int,int,int) in client cannot be applied to (int,int,int,int,int)
    								stillgfx2(spellId, MagicHandler.graphicHeight, server.npcHandler.npcs[i].absY, server.npcHandler.npcs[i].absX, 2);
                                                                    ^
    .\MagicHandler.java:27: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            		GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), (id + 2), npcY, npcX);
                                           ^
    .\MagicHandler.java:33: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 181, npcY, npcX);
                                                   ^
    .\MagicHandler.java:37: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 180, npcY, npcX);
                                                   ^
    .\MagicHandler.java:41: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            			GraphicsHandler.createNormalSpell(id, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), 179, npcY, npcX);
                                                   ^
    .\MagicHandler.java:47: cannot find symbol
    symbol  : method createNormalSpell(int,int,int,int,int,int,int,int,int,int,int,int,int,int)
    location: class GraphicsHandler
            	GraphicsHandler.createNormalSpell(366, Y, X, offsetY, offsetX, 50, 95, (id + 1), spellHeight, spellHeight, (npcIndex + 1), (id + 2), npcY, npcX);
                                   ^
    8 errors
    
    Bewerking afgesloten het fout-code 1
    why dont you make a full tutorial how to make magic on a old source like winterlove's one
    Add xero's graphicshandler.
     

  9. #19  
    project-rs owner
    Join Date
    Sep 2006
    Age
    29
    Posts
    914
    Thanks given
    4
    Thanks received
    4
    Rep Power
    49
    source is xerocheez 8.0...
     

  10. #20  
    TheCrownOfRS
    Guest
    Sweet, man nice job I repped ya
     

Page 2 of 6 FirstFirst 1234 ... LastLast

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
  •