Thread: 718+ Bones on Altar

Results 1 to 2 of 2
  1. #1 718+ Bones on Altar 
    Registered Member
    Join Date
    Aug 2012
    Posts
    100
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    So i was adding the snippet "Bones on Altar" and i got a problem when compiling:
    Code:
    } else if (itemId == 536 && object.getDefinitions().name.equals("Altar")) {
    						player.getPackets().sendGameMessage("You pray at the gods");
    						player.getInventory().deleteItem(new Item(536, 1));
    						player.getSkills().addXp(Skills.PRAYER, 650);
                                                    player.getPackets().sendSound(2738, 0, 1);
                                                    player.setNextAnimation(new Animation(896));
                                                    player.setNextGraphics(new Graphics(624));
                                                    player.getInventory().refresh();
    Any help please?
    Reply With Quote  
     

  2. #2  
    Learning Code
    Riddler's Avatar
    Join Date
    Oct 2012
    Posts
    338
    Thanks given
    10
    Thanks received
    16
    Rep Power
    13
    And what was your error?




    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

Similar Threads

  1. [718] Bones on Altar
    By iMTiKo in forum Tutorials
    Replies: 44
    Last Post: 10-21-2014, 10:30 PM
  2. 718/*** Bones on Altar (Works for 667)
    By Ynneh in forum Snippets
    Replies: 14
    Last Post: 11-14-2012, 12:23 PM
  3. Bones On Altar (gilded) Gfx and Emote
    By Harambe_ in forum Requests
    Replies: 3
    Last Post: 11-01-2011, 04:30 AM
  4. [DELTA] All Bones on Altar [DELTA]
    By D R O in forum Snippets
    Replies: 12
    Last Post: 12-12-2010, 04:07 PM
  5. Bones on altar (not using them on it ;o)
    By PasiipaZ in forum Snippets
    Replies: 1
    Last Post: 04-18-2009, 02:17 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •