Thread: [667/OSRS] Nalore - The Most Ambitious Pre-EOC/OSRS Hybrid

Page 7 of 16 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 151
  1. #61  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    Quote Originally Posted by chaflie View Post
    Just a few visual updates today! I've managed to get the OSRS Context Menus (with support for switching back to the 667 context menus) and the OSRS login box added. Here's some sneak-peekery!



    this is seriously seductive. top goat?????
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  2. #62  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    177
    Thanks given
    97
    Thanks received
    217
    Rep Power
    241
    Looking nice keep it up!

    ---

    In regards to the player customization. I don't know if you guys already know this, but each character slot utilizes an item container where the weapon being held is the second item.
    Though, I don't know how/if the correct items are stored somewhere else, but you can set it via the server.

    example: (mage uses 586)
    Code:
    player.getPackets().sendItems(586, new Item[] {null, new Item(17293,1)});


    obviously that's the wrong weapon, but yeah.
    Sorry if that was common knowledge or wrong just took a quick look
    Reply With Quote  
     


  3. #63  
    west coast pheromones

    chaflie's Avatar
    Join Date
    Jun 2010
    Age
    25
    Posts
    4,088
    Thanks given
    1,572
    Thanks received
    1,919
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Stugger View Post
    Looking nice keep it up!

    ---

    In regards to the player customization. I don't know if you guys already know this, but each character slot utilizes an item container where the weapon being held is the second item.
    Though, I don't know how/if the correct items are stored somewhere else, but you can set it via the server.

    example: (mage uses 586)
    Code:
    player.getPackets().sendItems(586, new Item[] {null, new Item(17293,1)});


    obviously that's the wrong weapon, but yeah.
    Sorry if that was common knowledge or wrong just took a quick look

    Hey thanks man, that's awesome information to have! Much appreciated
    Reply With Quote  
     

  4. #64  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    25
    Posts
    1,129
    Thanks given
    154
    Thanks received
    206
    Rep Power
    206
    Quote Originally Posted by Tyluur View Post
    Release a snipet!

    Code:
    public static int[] getSet(int index) {
    		GeneralRequirementMap map = GeneralRequirementMap.getMap((index >= 64 ? (28114 - 64) : 1048) + index);
    		int[] parts = new int[5];
    		for (int i = 1182; i <= 1186; i++)
    			parts[i - 1182] = map.getIntValue(i);
    		return parts;
    	}
    
    for (int i = 0; i < SET_COUNT; i++) {
    					int[] set = getSet(i);
    					if (set[0] == player.getAppearence().getTopStyle()) {
    						player.getAppearence().setArmsStyle(set[1] == -1 ? 1000 : set[1]);
    						player.getAppearence().setWristsStyle(set[2] == -1 ? 1000 : set[2]);
    						break;
    					}
    				}
    There u go
    [Only registered and activated users can see links. ]
    Respect goes to everyone as he deserves.
    Reply With Quote  
     


  5. #65  
    BATTLE614 - COMING SOON!
    Marksman's Avatar
    Join Date
    Aug 2019
    Posts
    66
    Thanks given
    29
    Thanks received
    26
    Discord
    View profile
    Rep Power
    32
    Love the server concept, best of luck! :']

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. Thankful users:


  7. #66  
    SoulSplit Market Banned Market Banned

    Technotik's Avatar
    Join Date
    Nov 2011
    Posts
    1,578
    Thanks given
    585
    Thanks received
    644
    Discord
    View profile
    Rep Power
    572
    Updates looking really good, nice work chaf
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. Thankful user:


  9. #67  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,680
    Thanks given
    245
    Thanks received
    397
    Rep Power
    329
    Never really liked 667, but after seeing this with the mix of OSRS/667, this changed my mind and it's absolutely beautiful. Definitely seeing myself playing Nalore in the future. Good luck guys
    Reply With Quote  
     


  10. #68  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    177
    Thanks given
    97
    Thanks received
    217
    Rep Power
    241
    Quote Originally Posted by chaflie View Post
    Hey thanks man, that's awesome information to have! Much appreciated
    Sure thing! here are all the containers in order (585 is shared apparently)
    Code:
    585, 594, 586, 463, 592, 585, 585, 486, 587, 595
    596, 591, 499, 597, 593, 588, 589, 590, 599, 598
    Reply With Quote  
     


  11. #69  
    🎶 As you're falling down 🎶

    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,354
    Thanks given
    5,795
    Thanks received
    664
    Discord
    View profile
    Rep Power
    3836
    Quote Originally Posted by Delinquent View Post
    Never really liked 667, but after seeing this with the mix of OSRS/667, this changed my mind and it's absolutely beautiful. Definitely seeing myself playing Nalore in the future. Good luck guys
    Seconding this, I'm not a huge fan of revs higher than 530/550 especially with all the gameframe changes etc but this looks nice. 667/OSRS seems like a cool idea.
    [Only registered and activated users can see links. ]

    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  12. Thankful users:


  13. #70  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    Quote Originally Posted by uint32_t View Post
    Seconding this, I'm not a huge fan of revs higher than 530/550 especially with all the gameframe changes etc but this looks nice. 667/OSRS seems like a cool idea.
    That's crazy! I had no idea that 667/OSRS would be a good idea till this project!
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

Page 7 of 16 FirstFirst ... 56789 ... LastLast

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. [317] ✦ Ruse - The revival | Pre-EOC & OSRS ✦
    By Ruse PS in forum Advertise
    Replies: 94
    Last Post: 03-09-2021, 08:41 PM
  2. Replies: 15
    Last Post: 06-05-2016, 03:48 PM
  3. Replies: 53
    Last Post: 05-11-2016, 10:51 AM
  4. Legendary Forums The next best pre-eoc private server
    By Powerlvlfish in forum Advertise
    Replies: 3
    Last Post: 01-03-2014, 07:23 PM
  5. Rune - One of the most ambitious projects ever
    By Runers in forum Advertise
    Replies: 67
    Last Post: 11-09-2013, 11:39 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
  •