Help!!

Discussion in 'RuneScape Miscellaneous' started by ownerluke22, Oct 13, 2010.

Thread Status:
Not open for further replies.
Help!!
  1. Unread #1 - Oct 13, 2010 at 2:13 PM
  2. ownerluke22
    Joined:
    Nov 18, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    ownerluke22 Newcomer

    Help!!

    i am on the allstar scape v2 source and when i go to shops a couple of them freeze up when i try to open them such as the pure shop held by the ghost! Any suggestions on what to do?!?!?
     
  3. Unread #2 - Oct 14, 2010 at 4:46 AM
  4. nemoigescape
    Joined:
    May 24, 2009
    Posts:
    131
    Referrals:
    1
    Sythe Gold:
    0

    nemoigescape Active Member

    Help!!

    i think the problem is that there is problems with the shop id, either it has been coded wrong, or the same shop id has been coded more than once


    open up shops.cfg

    and press ctrl+f and search for the shops name

    you will see something like this

    Code:
    shop = 10       pure shop
    there will be numbers on the same line but they are pretty irrelevant to making the shop work at the moment

    take note of the shop number and name

    now open client.java

    press ctrl+f and search the name of the shops npc

    you will see something similar to this

    Code:
    else if (NPCID == 111) {
                                    // ghost
                                    PutNPCCoords = true;
                                    WanneShop = 10; // pure shop
                            }

    how to make sure this will correctly open your shop

    Code:
    else if (NPCID == 111) {
    the NPCID == must be the correct npc for the person your trading to open your shop

    Code:
    PutNPCCoords = true;
    leave this as is it aslong as thats what is says

    Code:
    WanneShop = 10; // pure shop

    ok the number after wanneshop = MUST be the same number as you have in the shops.cfg else it wont open the shop

    the shop name after the // can be anything you wish, its basically just for searching with ctrl+f and so you reember which shop is which


    after you have done all the save, and recompile your server and stuff and try the shop, if it still freezes this means there are to shops with the same number, so you will need to go into shops.cfg and client.java and change the shop numbers to one that has no already been used, and this should fix your problem
     
  5. Unread #3 - Oct 26, 2010 at 1:41 AM
  6. kneelu
    Joined:
    Jul 10, 2010
    Posts:
    154
    Referrals:
    1
    Sythe Gold:
    0

    kneelu Active Member

    Help!!

    i was ganna say that ;o :mad:
     
< Question: Near Reality | Dragonscape 525 server >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site