Thread: [pi] - Weird shop thing

Results 1 to 9 of 9
  1. #1 [pi] - Weird shop thing 
    Registered Member
    Join Date
    Nov 2010
    Posts
    129
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    So i was coding most of my shops , then i used someones shop ediotor to move items in the shop around, now when i open my lets say "Pure pking store" - it opens up team capes shop


    Code:
    shop = 6	Pure_Pking_Store
    shop = 74	Team_Capes	2	2

    Code:
    break;
    			case 5030:
    				c.getShops().openShop(74);
    Thats the code in the action handler . java

    Like and i did everything right untill i used that whatever shop editor
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2010
    Posts
    1,528
    Thanks given
    1,017
    Thanks received
    348
    Rep Power
    240
    Just re-name shop 74 to pure pk in cfg then, or change the 74 to 6 in action handler
    None.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2010
    Posts
    129
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by mojol View Post
    Just re-name shop 74 to pure pk in cfg then, or change the 74 to 6 in action handler
    Sadly, it did it to like 8 shops
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2010
    Age
    31
    Posts
    117
    Thanks given
    2
    Thanks received
    4
    Rep Power
    0
    Lol re-write your shops...

    Dont use anyone's programs to edit shops around, doing it by hand would be best by far.
    Reply With Quote  
     

  5. #5  
    Registered Member st1cky1cky's Avatar
    Join Date
    Feb 2010
    Posts
    31
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Lol using shop editing programs is a terrible idea. Usually the format for rsps is a simple tab inbetween the numbers.

    For instance.

    shop = 74 TABBED Team_Capes TABBED 2 TABBED 2

    TABBED would be where I pressed tab, it will automatically align in the right position where if you try to use the space bar to align you will encounter errors. I strongly agree with others, do it manually as it's the safest way, may not be the fastest but a great server takes great time.
    Reply With Quote  
     

  6. #6  
    Ligma male grindset


    Join Date
    Nov 2011
    Age
    27
    Posts
    4,331
    Thanks given
    1,032
    Thanks received
    1,941
    Rep Power
    5000
    Code:
    break;
    			case 5030:
    				c.getShops().openShop(6);

    Spoiler for Signature:
    Attached image
    Attached image

    Attached image

    Attached image

    Reply With Quote  
     

  7. #7  
    Super Donator

    Sicc's Avatar
    Join Date
    Jun 2008
    Posts
    1,010
    Thanks given
    54
    Thanks received
    105
    Rep Power
    822
    Maybe because you're making it load the Team Cape shop... Look at the ID's...
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2010
    Posts
    129
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    No, but i have this one shop called "vote shop" - and i hand coded this one. before i even used this shop editor and my fist of guthix shop has to option " talk and trade" if you talk to him it opens up vote shop , then when you cick trade it pops up with the fist of guthix shop
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Nov 2010
    Posts
    129
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    ---bump--
    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. weird thing...
    By Polish Civil in forum Application Development
    Replies: 16
    Last Post: 02-06-2012, 09:59 AM
  2. Weird for(int... thing
    By minutes in forum Help
    Replies: 0
    Last Post: 04-05-2010, 03:48 PM
  3. weird saving thing
    By Vox' in forum Help
    Replies: 3
    Last Post: 03-16-2009, 10:33 PM
  4. What the!! Weird 503 Thing
    By cakeordeath2 in forum RS 503+ Client & Server
    Replies: 6
    Last Post: 07-29-2008, 03:43 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
  •