Thread: Get Prayer!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [TUT] Get Prayer! 
    „Elf„
    Guest
    Okay, this is what it does you type :: pray and u begin to get alot of prayer exp it's pretty cool

    Purpose : To add prayer to your server!

    Difficulty : 1/10

    Credits : „Elf„

    Step 1: add this command

    Code:
    if(command.equalsIgnoreCase("pray")){
    if(emotin == 0)
     meditate = 1;
    	emotin = 1;
    	}else if (emotin == 1) {
    	meditate = 0;
    	emotin = 0;
    }
    Step 2: go in public boolean process and in it add this

    Code:
    if(meditate == 1) {
    EntangleDelay = 99999999;
    inCombat();
    stillgfx(78, absY, absX);
    stillgfx(88, absY, absX);
    setAnimation(1331);
    addSkillXP(2, 5);
    } else if(meditate == 0) {
    EntangleDelay = 0;
    }

    finally above public boolean process add this

    Code:
    public int emotin = 0;
    public int meditate = 0;
    +Rep would be nice
     

  2. #2  
    x19
    Guest
    This is just to amazing for me...
     

  3. #3  
    LvL 3 Night Elf

    SandyBridge's Avatar
    Join Date
    Jul 2007
    Age
    29
    Posts
    796
    Thanks given
    6
    Thanks received
    10
    Rep Power
    140
    are you serious?

     

  4. #4  
    Aftee
    Guest
    omfg ty so much omg i been lookin for this for ages omgomgomg rep++
     

  5. #5  
    Z
    Z is offline
    Registered Member
    Z's Avatar
    Join Date
    Jun 2007
    Age
    26
    Posts
    1,391
    Thanks given
    6
    Thanks received
    30
    Rep Power
    853
    lmao this is NOTHING.....
     

  6. #6  
    JavIt
    Guest
    Code:
    if(meditate == 1) {
    EntangleDelay = 99999999;
    inCombat();
    stillgfx(78, absY, absX);
    stillgfx(88, absY, absX);
    setAnimation(1331);
    addSkillXP(2, 5);
    } else if(meditate == 0) {
    EntangleDelay = 0;
    }
    You know, adding that in process will just spam emotions prayer experience, and not let you move or log off ever again? The only thing that could make this worse would be to just have

    Code:
    addSkillXP(13,034,411, 5);
    addItem(whatever_the_id_is_for_silabsoft's_client
    _prayer_cape_is_because_i_bet_you_use_it, 1);
    sendMessage("ur n0w a god w00t000t!");
    sendMessage("credits to „Elf„.");
     

  7. #7  
    We Are The Revolution!
    Volcom's Avatar
    Join Date
    Apr 2007
    Posts
    1,118
    Thanks given
    0
    Thanks received
    5
    Rep Power
    859
    wow..umm..DOES ANY ONE ELSE HERE THINK THIS IS SLIGHTLY PATHETIC?

    PS..ya dude, no one uses commands to gain XP! thts pretty pathetic for a coder..why make a retarted command when you can alwase do this?

    Code:
    case 411:
    	if (actionTimer == 0) {
    	sendMessage("You pray at the altar and recieve some prayer xp!");
    	setAnimation(0x320);
    		addSkillXP((1000*playerLevel[5]), 5);
    	actionTimer = 50;
    	}
    	break
     

  8. #8 Leeched 
    Chronos
    Guest
    leeched too
     

  9. #9  
    guest
    Guest
    rofl.........
     

  10. #10  
    Registered Member
    Join Date
    Nov 2006
    Posts
    222
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    Code:
    public void pwnsprayer() {
    for(int prayer = 99; prayer > 0; prayer++) {
    stillgfx(78, absY, absX);
    stillgfx(88, absY, absX);
    setAnimation(1331);
    addSkillXP(200, 5);
    prayer--;
    }
    }
    don't ask about the method.....
     

Page 1 of 2 12 LastLast

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
  •