Thread: Noob question, but my shops won't work :(.

Results 1 to 3 of 3
  1. #1 Noob question, but my shops won't work :(. 
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    I just started out with 508, they're alot better than 317's IMO and I can't figure out why this won't work, can someone show me how? I made this shop customly, all of the other shops work but this one.
    Code:
    public int[] WeaponShop            = {4151, 5698, 3751, 10828, 1079, 1127, 1201, 11732, 6920, 
    								6737, 6570, 4131, 8850, 2413,
    							2414, 2412, 11138, 6914, 6889	};
    public int[] WeaponShopN            = {5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000,
    								5000, 5000, 5000, 5000, 5000,
    							5000, 5000, 5000, 5000, 5000	};
    Shophandler.java
    Code:
    	case 3:
    		shopopen(p, 730);
    		generalStore = false;
    		items = Engine.shops.WeaponShop;
    		itemsN = Engine.shops.WeaponShopN;
    		p.getActionSender().setItems(p, -1, 64209, 93, p.items, p.itemsN);
    		p.getActionSender().setItems(p, -1, 64271, 32, items, itemsN);
    and my NPCOption2.java
    Code:
    		case 538:
    			Engine.shopHandler.openshop(p, 3);
    			break;


    Reply With Quote  
     

  2. #2  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    Fixed myself.


    Reply With Quote  
     

  3. #3  
    Registered Member HenryL's Avatar
    Join Date
    Sep 2009
    Posts
    342
    Thanks given
    6
    Thanks received
    5
    Rep Power
    1
    Quote Originally Posted by Null- View Post
    Fixed myself.
    lol nice ;D
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •