Thread: Remove item and additem glitch?

Results 1 to 2 of 2
  1. #1 Remove item and additem glitch? 
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    got it nevermind
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Quote Originally Posted by Giovanni View Post
    Code:
    			case 9168:	
    			if(c.dialogueAction == 558 && c.playerHasItem(995, 1000000000) {
    				c.getItems().addItem(5021, 1);
    				c.getItems().deleteItem(995, 1000000000);
                } else {
                    c.sendMessage("You do not have enough money for this.");
    				break;
    			}
    I dont have the playerhasitem method :l
    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. Should I release some of my new items and Npcs?
    By iceman327 in forum Configuration
    Replies: 49
    Last Post: 03-30-2009, 10:17 AM
  2. Adding/removing items to/from shop
    By Pointzero in forum Tutorials
    Replies: 5
    Last Post: 05-07-2008, 08:00 PM
  3. Remove Items [TUT]
    By sL3Ak in forum Tutorials
    Replies: 8
    Last Post: 02-09-2008, 04:38 PM
  4. Replies: 1
    Last Post: 01-25-2008, 08:55 PM
  5. Replies: 3
    Last Post: 09-10-2007, 07:07 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
  •