Thread: [Pi] Compiler error need help project insanity

Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1 [Pi] Compiler error need help project insanity 
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0


    Theres my error I have no clue what I need to change

    Here is my actionhandler im working on

    Code:
    case 12356:
    			//holy grain
    			c.getPA().startTeleport(2857, 3810, 1, "modern");
    			c.sendMessage(c.getItems(19, 1);
    		break;
    I have no clue what the error is im trying to make it so they need a holy grail to go to the next stage
    Reply With Quote  
     

  2. #2  
    ZRPS
    Guest
    case 12356:
    //holy grain
    c.getPA().startTeleport(2857, 3810, 1, "modern");
    c.sendMessage(c.getItems(19, 1));
    break;

    TRY THAT
    Reply With Quote  
     

  3. #3  
    Registered Member
    Sanity's Avatar
    Join Date
    Dec 2008
    Posts
    2,062
    Thanks given
    22
    Thanks received
    362
    Rep Power
    762
    Read the fucking error.
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    Code:
    	    /*
                * Holy Grail
                */
    
    case 12356:
    	    c.getPA().startTeleport(2857, 3810, 1, "modern");
    	    c.sendMessage("This looks better!")
                c.getItems(19, 1);
    	break;
    Reply With Quote  
     

  6. #5  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    I still get errors

    Brady your error is

    c.sendMessage("This looks better!") ? its saying you need something at the end of this

    I add c.sendMessage("This looks better!"); dont work
    Reply With Quote  
     

  7. #6  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    ZPRS yours got errors to
    Reply With Quote  
     

  8. #7  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    Oh haha, I forgot a semicolon
    Code:
    	    /*
                * Holy Grail
                */
    
    case 12356:
    	    c.getPA().startTeleport(2857, 3810, 1, "modern");
    	    c.sendMessage("This looks better!");
                c.getItems(19, 1);
    	break;

    Do you want this to add an item delete an item? Explain so I can make it better for you. If you want it to delete an Item what's the ItemID.
    Reply With Quote  
     

  9. #8  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    Yes I need my npc to drop the holy grain then wehn u enter the portal it takes it away
    Reply With Quote  
     

  10. #9  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    Its giving me another error its saying c.giveitem can not be applyed to int.int or w.e
    Reply With Quote  
     

  11. #10  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    Quote Originally Posted by Project-Insane View Post
    Its giving me another error its saying c.giveitem can not be applyed to int.int or w.e
    Holy Grail item ID?
    Reply With Quote  
     

Page 1 of 3 123 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
  •