Thread: Help me please!

Results 1 to 6 of 6
  1. #1 Help me please! 
    Registered Member
    Join Date
    Aug 2012
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Okay I need a bit of a help on my server, ive added trade shops , npcs ect.. but wen i try to trade it says, ( Nice Day isent it) and it doesent allow me to talk or trade.

    i cant trade to any npcs or pickpocket any npc becosue its says ( nice day isent it)

    if you could help me would be Great
    Reply With Quote  
     

  2. #2  
    Ignorance is always an excuse

    Mikee's Avatar
    Join Date
    Nov 2009
    Posts
    2,370
    Thanks given
    732
    Thanks received
    490
    Rep Power
    656
    Look in your npc option coding for the message you're getting... do you have any knowledge of basic java?



    The day Aj repped me, my life changed forever
    Quote Originally Posted by Aj View Post
    Rep++ for you
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2012
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    yeah i know some, but im not the coder its y friend but hes on vacation and he aint coming back till september 17, can you help me?
    Reply With Quote  
     

  4. #4  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    So do u want an npc to open a shop when u click it?
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2012
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    yes i do
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    111
    Thanks given
    10
    Thanks received
    3
    Rep Power
    9
    Idk how to make it work but if your useing a 317 youll need to edit or make case 17: thats npc 2nd click (trade, bla bla)

    then youll need to add in the voids and stuff for making the shops open this is mine
    Code:
    public void openUpShop(int ShopID) {
    		sendFrame126(server.shopHandler.ShopName[ShopID], 3901);
    		sendFrame248(3824, 3822);
    		resetItems(3823);
    		resetShop(ShopID);
    		IsShopping = true;
    		MyShopID = ShopID;
    	}
    then for making the shop open in case 17: ull have to add this in
    Code:
    if (NPCID == 553) {
    				// Aubury rune shop
    				PutNPCCoords = true;
    				WanneShop = 8; // Aubury Magic Shop
    			}
    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

Tags for this Thread

View Tag Cloud

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