Thread: Kraken whip assembly

Results 1 to 3 of 3
  1. #1 Kraken whip assembly 
    Registered Member
    Join Date
    Jan 2014
    Posts
    112
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    Hi, just wondering if anyone can help me with the assembly of the kraken whip

    I'd like to make it so when I use the kraken tentacle on an abyssal whip, it provides you with an abyssal tentacle.. how would I do so?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Nov 2012
    Posts
    1,094
    Thanks given
    173
    Thanks received
    136
    Rep Power
    0
    Quote Originally Posted by Runecraftinq View Post
    Hi, just wondering if anyone can help me with the assembly of the kraken whip

    I'd like to make it so when I use the kraken tentacle on an abyssal whip, it provides you with an abyssal tentacle.. how would I do so?
    This is just a simple one

    Code:
    c.getItems()
    					.deleteItem(4151, c.getItems().getItemSlot(4151), 1);
    			c.getItems().deleteItem(12006, c.getItems().getItemSlot(12006),
    					1);
    			c.getItems().addItem(15107, 1);
    			c.sendMessage("@blu@You combine the abyssal whip with the kraken to make a abyssal tentacle.");
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Jan 2014
    Posts
    112
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by _Sean View Post
    This is just a simple one

    Code:
    c.getItems()
    					.deleteItem(4151, c.getItems().getItemSlot(4151), 1);
    			c.getItems().deleteItem(12006, c.getItems().getItemSlot(12006),
    					1);
    			c.getItems().addItem(15107, 1);
    			c.sendMessage("@blu@You combine the abyssal whip with the kraken to make a abyssal tentacle.");
    yeah, customized it a bit but helped a lot - thank you!
    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. Simple Whip Special Attack
    By doodoohead in forum Tutorials
    Replies: 30
    Last Post: 07-20-2008, 05:13 PM
  2. Zero Bladez - 5 Whip Lures
    By I.Say.Chris in forum Media
    Replies: 31
    Last Post: 04-19-2008, 09:41 PM
  3. Umm...Whipped this up =]
    By Ghostly in forum Showcase
    Replies: 4
    Last Post: 09-09-2007, 07:43 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
  •