Thread: prot item not working?

Results 1 to 6 of 6
  1. #1 prot item not working? 
    Registered Member
    Join Date
    Jun 2011
    Posts
    72
    Thanks given
    0
    Thanks received
    1
    Rep Power
    4
    My protect item prayer on ancient curses spellbook isn't working.. I am using dspk source but i did change a bit of stuff and somehow it isn't working. I'll rep+ if you help... thanks
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    Go to curse.java and paste your case 0
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2011
    Posts
    72
    Thanks given
    0
    Thanks received
    1
    Rep Power
    4
    Quote Originally Posted by Harlan View Post
    Go to curse.java and paste your case 0
    case 0://pItem
    c.lastProtItem = System.currentTimeMillis();
    break;
    Reply With Quote  
     

  4. #4  
    Trap God

    Join Date
    Jun 2010
    Age
    25
    Posts
    571
    Thanks given
    27
    Thanks received
    26
    Rep Power
    4
    Quote Originally Posted by `Maklapro View Post
    case 0://pItem
    c.lastProtItem = System.currentTimeMillis();
    break;
    Replace that with mine should work

    Code:
    case 0:
    						if(c.prayerActive[10] == false) {
    						c.startAnimation(12567);
    						c.gfx0(2213);
    						c.prayerActive[10] = true;
    						c.lastProtItem = System.currentTimeMillis();
    						} else {
    						c.prayerActive[10] = false;
    						}
    					break;
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2011
    Posts
    72
    Thanks given
    0
    Thanks received
    1
    Rep Power
    4
    Quote Originally Posted by zx hybrid zx View Post
    Replace that with mine should work

    Code:
    case 0:
    						if(c.prayerActive[10] == false) {
    						c.startAnimation(12567);
    						c.gfx0(2213);
    						c.prayerActive[10] = true;
    						c.lastProtItem = System.currentTimeMillis();
    						} else {
    						c.prayerActive[10] = false;
    						}
    					break;
    thanks man. +repped
    Reply With Quote  
     

  6. #6  
    Trap God

    Join Date
    Jun 2010
    Age
    25
    Posts
    571
    Thanks given
    27
    Thanks received
    26
    Rep Power
    4
    Quote Originally Posted by `Maklapro View Post
    thanks man. +repped
    No problem
    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. Item noting not working :(
    By Mikey in forum Help
    Replies: 4
    Last Post: 06-13-2011, 06:32 PM
  2. Replies: 8
    Last Post: 02-13-2011, 09:45 PM
  3. [PI]-[DSPK] Curse PROT ITEM
    By gold_fish in forum Snippets
    Replies: 12
    Last Post: 02-10-2011, 10:20 PM
  4. [RS2D] Working item on item
    By Zachyboo in forum Tutorials
    Replies: 4
    Last Post: 06-12-2008, 04:07 PM
  5. [NEW] Working Item IDs!
    By d e e z y in forum Configuration
    Replies: 5
    Last Post: 12-04-2007, 01:55 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
  •