Thread: Ancient Prayer Help

Results 1 to 5 of 5
  1. #1 Ancient Prayer Help 
    Registered Member Kelso's Avatar
    Join Date
    Dec 2010
    Posts
    81
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Alright I have an EvolutionX client/source (previous owner named it Rawr Pkz) and i already added class9 and everything. I just can not figure out how to get it activated.

    http://www.rune-server.org/runescape...rface-non.html This is the link from where I added ancients.

    i only want some things: ancient prayer activated by a person, command, and/or object

    If anyone can help that would be great.
    Reply With Quote  
     

  2. #2  
    Registered Member Lootz's Avatar
    Join Date
    Nov 2010
    Posts
    136
    Thanks given
    1
    Thanks received
    1
    Rep Power
    0
    lol i need this too

    Reply With Quote  
     

  3. #3  
    Donator

    Kickyamom's Avatar
    Join Date
    Jul 2010
    Posts
    1,606
    Thanks given
    208
    Thanks received
    157
    Rep Power
    835
    Well, you can add this to DialogueHandler.java
    Code:
    		case 23:
    		sendNpcChat4("Hey there, my name is Jered.", "You can call me Brother, brother Jered.", "I see you're tired of your prayerbook.", 
    			"Do you wan't me to change your prayerbook?", c.talkingNpc, "brother Jered");
    			c.nextChat = 24;
    		break;
    		case 24:
    			sendOption2("Yes, I want to change my prayerbook.", "No, keep my prayerbook the way it is.");
    			c.nextChat = 0;
    			c.getCombat().resetPrayers();
    			 c.dialogueAction = 9;
    		break;
    		case 25:
            c.dialogueAction = 9;
    		c.getCombat().resetPrayers();
    		c.nextChat = 0;
    Npc is "Brother Jered"
    You should be able to code the rest off that.


    Spoiler for Respect for the Truest:

    #TWTMP GANG 4 LYFE
    Reply With Quote  
     

  4. #4  
    Registered Member 'Lex's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    401
    Thanks given
    2
    Thanks received
    38
    Rep Power
    21
    Quote Originally Posted by Kelso View Post
    Alright I have an EvolutionX client/source (previous owner named it Rawr Pkz) and i already added class9 and everything. I just can not figure out how to get it activated.

    http://www.rune-server.org/runescape...rface-non.html This is the link from where I added ancients.

    i only want some things: ancient prayer activated by a person, command, and/or object

    If anyone can help that would be great.

    Interface ID is 22500

    For a command try...

    if (playerCommand.startsWith("curses")) {
    c.setSidebarInterface(5, 22500;
    }
    }
    (This is PI command, convert it, should be fairly simple to do.)
    Adding to an object is just simple find that your self person is simple also I'm not spoonfeeding basics lol.

    Reply With Quote  
     

  5. #5  
    Registered Member 'Lex's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    401
    Thanks given
    2
    Thanks received
    38
    Rep Power
    21
    EDIT: Nvm

    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. Ancient Prayer
    By PrataKosong in forum Help
    Replies: 16
    Last Post: 12-01-2010, 08:15 PM
  2. Ancient Curse prayer Switching
    By FuckThePolice in forum Help
    Replies: 1
    Last Post: 09-09-2010, 07:35 PM
  3. Replies: 2
    Last Post: 05-31-2010, 03:11 PM
  4. Replies: 9
    Last Post: 05-28-2010, 07:32 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
  •