Thread: [PI] Magic Boosting npc

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI] Magic Boosting npc 
    Banned
    Join Date
    Feb 2011
    Posts
    291
    Thanks given
    2
    Thanks received
    9
    Rep Power
    0
    alright well i was wondering how i could make an npc that would boost a person's magic lvl upto like 125.

    I'd like the method please.
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    case NPCID:
    c.playerLevel[6] += 26
    break;


    (;?
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2011
    Posts
    291
    Thanks given
    2
    Thanks received
    9
    Rep Power
    0
    does not work
    Reply With Quote  
     

  4. #4  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,807
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    you dont need a method I guarantee you that the methods you need are already in delta
    Reply With Quote  
     

  5. #5  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Quote Originally Posted by Backbone View Post
    you dont need a method I guarantee you that the methods you need are already in delta
    [PI] Magic Boosting npc


    Put my code into actionhandler under first click npc, changing id ofc and post errors if any >.> But as backbone said you don't need methods there already there.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Feb 2011
    Posts
    291
    Thanks given
    2
    Thanks received
    9
    Rep Power
    0
    nvm it works but you can masclick it ....
    Reply With Quote  
     

  7. #7  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    case NPCID:
    if (System.currentTimeMillis() - c.foodDelay > 5000) {
    c.playerLevel[6] += 26
    c.foodDelay = System.currentTimeMillis();
    break;
    You should probably change it so it boosts based on magic lvl not just 26, but im not giving you everything.
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Feb 2011
    Posts
    291
    Thanks given
    2
    Thanks received
    9
    Rep Power
    0
    repped thanks
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Feb 2011
    Posts
    291
    Thanks given
    2
    Thanks received
    9
    Rep Power
    0
    btw is there a way to make it so that you can only make it boost you no higher then level 125
    Reply With Quote  
     

  10. #10  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    if (c.playerLevel[6] > (c.getLevelForXP(c.playerXP[6])*1.27 + 1)) {
    			c.playerLevel[6] = (int)(c.getLevelForXP(c.playerXP[6])*1.27);
    		}
    Try that out
    Reply With Quote  
     

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

Similar Threads

  1. MW2 PS3 Boosting
    By Corby in forum Console
    Replies: 8
    Last Post: 09-12-2010, 03:12 AM
  2. Call of duty mw2 : Nuke boosting or Boosting
    By X Mercy X in forum Console
    Replies: 15
    Last Post: 04-20-2010, 03:28 PM
  3. cod boosting
    By Simon in forum Console
    Replies: 9
    Last Post: 01-18-2010, 09:29 AM
  4. Mw2 boosting!
    By 127 0 0 1 in forum Console
    Replies: 13
    Last Post: 12-09-2009, 09:51 AM
  5. Boosting..
    By Sir John in forum Console
    Replies: 1
    Last Post: 12-05-2009, 10:33 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
  •