Thread: Pkp Shop?

Results 1 to 3 of 3
  1. #1 Pkp Shop? 
    Registered Member
    Join Date
    Jun 2015
    Age
    26
    Posts
    38
    Thanks given
    14
    Thanks received
    3
    Rep Power
    11
    Alright so i'm using this "OS-Legacy" source, and it shows that there is a pkp shop, but I don't know which npc it is, i've looked around for a while and I can't seem to find it, so I am wanting to make a new one, so how would I do that? Any help is appreciated greatly.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2014
    Posts
    435
    Thanks given
    18
    Thanks received
    35
    Rep Power
    11


    OSRS Pure
    Reply With Quote  
     

  3. #3  
    Registered Member Rememberm3's Avatar
    Join Date
    Aug 2013
    Posts
    1,716
    Thanks given
    56
    Thanks received
    108
    Rep Power
    129
    Quote Originally Posted by Psyki View Post
    Alright so i'm using this "OS-Legacy" source, and it shows that there is a pkp shop, but I don't know which npc it is, i've looked around for a while and I can't seem to find it, so I am wanting to make a new one, so how would I do that? Any help is appreciated greatly.
    I have looked in the code and found this:
    Code:
    case 1785:
    			if (c.isIronMan) {
    				c.sendMessage("You don't have access to this store you're an Iron-Man");
    				return;
    			}
    			//c.getShops().openShop(8);
    			c.sendMessage("@blu@ The PvP store is currently under development.");
    			break;
    if you click on that npc it only sais: The PvP store is currently under development. in the chatbox
    1785 is the npc id.
    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: 5
    Last Post: 02-28-2011, 02:50 PM
  2. [PI] PKP Shop Rep++
    By Char Char in forum Help
    Replies: 7
    Last Post: 02-04-2011, 05:17 AM
  3. [PI] PKP Shop?
    By iHybrid in forum Help
    Replies: 10
    Last Post: 11-23-2010, 08:43 PM
  4. pkp shop
    By lolzomg in forum Help
    Replies: 2
    Last Post: 08-16-2010, 08:18 AM
  5. pkp shop and other problem
    By Analed in forum Help
    Replies: 3
    Last Post: 04-17-2010, 12:42 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
  •