Thread: Making items stackable...

Results 1 to 8 of 8
  1. #1 Making items stackable... 
    Registered Member
    Join Date
    May 2011
    Posts
    93
    Thanks given
    4
    Thanks received
    0
    Rep Power
    1
    How can i do this on a PI base ?

    Title says it all by the way
    Reply With Quote  
     

  2. #2  
    Registered Member DeathTacoz's Avatar
    Join Date
    Jun 2011
    Posts
    176
    Thanks given
    4
    Thanks received
    11
    Rep Power
    1
    Data>data>stackable
    Favorite thread: http://www.rune-server.org/runescape...item-help.html

    [Today 02:50 AM] Koâk: Paster?
    [Today 02:50 AM] Matt: Did he touch you too?
    [Today 02:49 AM] Sydney: Then some paster lied to me
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2011
    Posts
    93
    Thanks given
    4
    Thanks received
    0
    Rep Power
    1
    It's a .dat, What do i open it with ?
    Reply With Quote  
     

  4. #4  
    Registered Member DeathTacoz's Avatar
    Join Date
    Jun 2011
    Posts
    176
    Thanks given
    4
    Thanks received
    11
    Rep Power
    1
    Google
    If you dont wana get .dat framework, just make it load from a .txt file.
    Favorite thread: http://www.rune-server.org/runescape...item-help.html

    [Today 02:50 AM] Koâk: Paster?
    [Today 02:50 AM] Matt: Did he touch you too?
    [Today 02:49 AM] Sydney: Then some paster lied to me
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2011
    Posts
    93
    Thanks given
    4
    Thanks received
    0
    Rep Power
    1
    I've tried open it as a .txt but its in binary. im coding off my vps so is there any other way of doing this ?
    Reply With Quote  
     

  6. #6  
    Registered Member DeathTacoz's Avatar
    Join Date
    Jun 2011
    Posts
    176
    Thanks given
    4
    Thanks received
    11
    Rep Power
    1
    Quote Originally Posted by nsf_ View Post
    I've tried open it as a .txt but its in binary. im coding off my vps so is there any other way of doing this ?
    Nonono, make it load a .txt file instead of a .dat file. So change the directory and all necessary
    Favorite thread: http://www.rune-server.org/runescape...item-help.html

    [Today 02:50 AM] Koâk: Paster?
    [Today 02:50 AM] Matt: Did he touch you too?
    [Today 02:49 AM] Sydney: Then some paster lied to me
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    http://www.rune-server.org/runescape...le-editor.html

    That was by using the "Search" Button.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Oct 2010
    Age
    30
    Posts
    612
    Thanks given
    20
    Thanks received
    7
    Rep Power
    9
    src\server\model\items

    Item.java

    Under
    itemStackable[counter] = false;
    add
    itemStackable[ItemID] = true;
    ItemID
    - Ur item id

    And youre done
    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. [PI]Making new added items stackable
    By Division in forum Help
    Replies: 15
    Last Post: 08-04-2011, 04:11 PM
  2. Making items stackable?
    By Weezy_F_Baby in forum Help
    Replies: 1
    Last Post: 07-11-2011, 10:46 AM
  3. [pi] making items stackable?
    By ispitbars12 in forum Help
    Replies: 0
    Last Post: 11-29-2010, 06:11 AM
  4. Making some items stackable?
    By Satan666 in forum Help
    Replies: 0
    Last Post: 05-20-2010, 05:39 PM
  5. [317] Making items stackable [Tut]
    By Olzax in forum Tutorials
    Replies: 3
    Last Post: 04-12-2009, 03:59 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
  •