Thread: [637/639] Making Steel Titan Donor Only

Results 1 to 4 of 4
  1. #1 [637/639] Making Steel Titan Donor Only 
    Banned
    Join Date
    Apr 2013
    Posts
    5
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    So I'm trying to make steel titan summoning donor only on my dementhium server, but it's not working.

    I already tried adding this in InventoryListen

    Code:
    if (opcode == 13) {
    			if(itemId == 12790) {
    				if (player.getDonor() == 0) {
    				player.sendMessage("You must be a member in order to use this item.");
    					return false;  
    				}
    			}
    But it's not working.

    Can someone help?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2012
    Posts
    1,461
    Thanks given
    560
    Thanks received
    323
    Rep Power
    122
    thats because opcode 13 is to wear, you don't wear a steel titan lmao

    “I have not failed. I've just found 10,000 ways that won't work.”
    ― Thomas A. Edison


    Attached image


    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Apr 2013
    Posts
    5
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by magnito View Post
    thats because opcode 13 is to wear, you don't wear a steel titan lmao
    Shit lol. Whats the opcode for summon on a pouch ?
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Oct 2012
    Posts
    1,461
    Thanks given
    560
    Thanks received
    323
    Rep Power
    122
    not sure but im defo sure its in their, just search "pouch" or something it comes up

    “I have not failed. I've just found 10,000 ways that won't work.”
    ― Thomas A. Edison


    Attached image


    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. Replies: 1
    Last Post: 01-25-2012, 05:15 PM
  2. Replies: 4
    Last Post: 12-11-2011, 11:16 PM
  3. Replies: 6
    Last Post: 11-30-2011, 04:53 PM
  4. Making some items donor only [PI]
    By Hi Im William in forum Help
    Replies: 0
    Last Post: 03-21-2011, 02:22 AM
  5. Making some items donor only [PI]
    By Hi Im William in forum Help
    Replies: 3
    Last Post: 03-21-2011, 02:18 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
  •