Thread: 718 Need Help With These

Results 1 to 8 of 8
  1. #1 718 Need Help With These 
    Registered Member L3git's Avatar
    Join Date
    Nov 2011
    Posts
    427
    Thanks given
    5
    Thanks received
    9
    Rep Power
    13
    1. How can i make a command when u type ::home it teles you home i made this command and it dint work.

    Code:
    case "home":
    setNextWorldTile(Settings.RESPAWN_PLAYER_LOCATION);
    				return true;

    2. Can somebody give me the ids of the stores that already exist so i can move theym to my home.


    Thanks
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Join Today Don't miss out. Click one of the banner's to go to our website
    Reply With Quote  
     

  2. #2  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    25
    Posts
    2,506
    Thanks given
    376
    Thanks received
    613
    Rep Power
    170
    Quote Originally Posted by Slay3r View Post
    1. How can i make a command when u type ::home it teles you home i made this command and it dint work.

    Code:
    case "home":
    setNextWorldTile(Settings.RESPAWN_PLAYER_LOCATION);
    				return true;

    2. Can somebody give me the ids of the stores that already exist so i can move theym to my home.


    Thanks
    For your first question:

    [Only registered and activated users can see links. ]

    And for your second Question:
    Stores did not really exist in matrix so you'll have too make your own. (Stores didn't exist in matrix because matrix was a spawn server).
    Reply With Quote  
     

  3. #3  
    Registered Member L3git's Avatar
    Join Date
    Nov 2011
    Posts
    427
    Thanks given
    5
    Thanks received
    9
    Rep Power
    13
    ya i saw it thanks how i need shops id
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Join Today Don't miss out. Click one of the banner's to go to our website
    Reply With Quote  
     

  4. #4  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Quote Originally Posted by Java! View Post
    For your first question:

    [Only registered and activated users can see links. ]

    And for your second Question:
    Stores did not really exist in matrix so you'll have too make your own. (Stores didn't exist in matrix because matrix was a spawn server).
    They do exist in Matrix...
    There are 33 shops in the Matrix source.
    Code:
    1 995 true - Edgeville General Store
    2 995 false - Bob's Brilliant Axes
    3 995 false - Lumbridge Fishing Supplies
    4 995 true - Lumbridge General Store
    5 995 true - Beefy Bill's Supplies
    6 995 false - Peksa's Helmet Shop
    7 995 false - Oziach's Armour
    8 995 true - Varrock General Store
    9 995 false - Dealga's Scimitar Emporium
    11 995 false - Aubury's Rune Shop 
    12 995 false - Scavvo's Rune Store
    13 995 false - Varrock Sword Shop
    14 995 false - Lowe's Archery Emporium
    15 995 false - Horvik's Armour Shop
    16 995 false - Dodgy Derek's Dirty Deals
    17 995 true - Valaine's Shop of Champions
    18 995 false - Thessalia's Fine Clothes
    19 995 false - Urist's Crafting Supplies
    20 995 false - Draynor Seed Market
    21 995 false - Diango's Toy Store
    22 955 false - Hunter Expert's shop
    23 995 false - Bow and Arrow Store
    24 995 false - Fishing Store
    25 995 false - Armour Store
    26 995 false - Herblore Shop
    27 995 false - Edible Store
    28 995 false - Weapon Store
    29 995 false - Slayer Shop
    30 995 false - Drogo's mining Emporium
    31 995 true - Dwarven Shopping Store
    32 995 false - Nurmof's Pickaxe Shop
    33 995 false - Crossbow Shop
    Reply With Quote  
     

  5. #5  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    25
    Posts
    2,506
    Thanks given
    376
    Thanks received
    613
    Rep Power
    170
    Quote Originally Posted by Important Man View Post
    They do exist in Matrix...
    There are 33 shops in the Matrix source.
    Code:
    1 995 true - Edgeville General Store
    2 995 false - Bob's Brilliant Axes
    3 995 false - Lumbridge Fishing Supplies
    4 995 true - Lumbridge General Store
    5 995 true - Beefy Bill's Supplies
    6 995 false - Peksa's Helmet Shop
    7 995 false - Oziach's Armour
    8 995 true - Varrock General Store
    9 995 false - Dealga's Scimitar Emporium
    11 995 false - Aubury's Rune Shop 
    12 995 false - Scavvo's Rune Store
    13 995 false - Varrock Sword Shop
    14 995 false - Lowe's Archery Emporium
    15 995 false - Horvik's Armour Shop
    16 995 false - Dodgy Derek's Dirty Deals
    17 995 true - Valaine's Shop of Champions
    18 995 false - Thessalia's Fine Clothes
    19 995 false - Urist's Crafting Supplies
    20 995 false - Draynor Seed Market
    21 995 false - Diango's Toy Store
    22 955 false - Hunter Expert's shop
    23 995 false - Bow and Arrow Store
    24 995 false - Fishing Store
    25 995 false - Armour Store
    26 995 false - Herblore Shop
    27 995 false - Edible Store
    28 995 false - Weapon Store
    29 995 false - Slayer Shop
    30 995 false - Drogo's mining Emporium
    31 995 true - Dwarven Shopping Store
    32 995 false - Nurmof's Pickaxe Shop
    33 995 false - Crossbow Shop
    I'm pretty sure he ment custom shops...
    Reply With Quote  
     

  6. #6  
    Registered Member L3git's Avatar
    Join Date
    Nov 2011
    Posts
    427
    Thanks given
    5
    Thanks received
    9
    Rep Power
    13
    i know how to eduit shops i need the id of thoes shop npc so i can replace theym
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Join Today Don't miss out. Click one of the banner's to go to our website
    Reply With Quote  
     

  7. #7  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Quote Originally Posted by Java! View Post
    I'm pretty sure he ment custom shops...
    Then he should have said that...
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Sep 2011
    Posts
    177
    Thanks given
    32
    Thanks received
    13
    Rep Power
    0
    Quote Originally Posted by Slay3r View Post
    i know how to eduit shops i need the id of thoes shop npc so i can replace theym
    NPCHandler. ( I think. ) Just search for openShop(1) or something like that. It will be a case, like this.

    } else if (npcId == 1) {
    player.getPackets().openShop(1);
    }

    Just typed that out, I'm currently in class so.

    The code is pretty self-explanatory
    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. [718]Shop configs[718]
    By Vip3r in forum Requests
    Replies: 14
    Last Post: 07-22-2013, 05:05 PM
  2. [718/Matrix]Itemdb.biz Search Command[718/Matrix]
    By benjamin94 in forum Snippets
    Replies: 12
    Last Post: 08-11-2012, 12:10 PM
  3. 718
    By Ifti in forum Requests
    Replies: 0
    Last Post: 06-30-2012, 12:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •