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

Page 6 of 16 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 157
  1. #51  
    Registered Member
    TnN_'s Avatar
    Join Date
    May 2014
    Posts
    252
    Thanks given
    324
    Thanks received
    115
    Rep Power
    507
    Really looking to see more from this, you got me really interested by the media
    Reply With Quote  
     

  2. Thankful users:


  3. #52  
    Registered Member
    Dread's Avatar
    Join Date
    Nov 2013
    Posts
    49
    Thanks given
    17
    Thanks received
    116
    Rep Power
    503
    I've just recently implemented a Kotlin DSL for drop tables to assist in the development of NPC drops. The design for this API was taken from an implementation that Scu11 has previously shown, and I thought it worked out quite well, so all credits to the idea are to him. These drop tables have access to the current mob that is dying, and as well as the killer, which allows for dynamic drops based on that state (such as if an NPC is in the wilderness, or if the player has a defender in their inventory then we should give them the next available one). This also has support for shared and nested drop tables as you can see with the herb drops:

    Attached image


    I've also recently begun rewriting the networking of Arios to make use of Netty and coroutine contexts where appropriate. Incoming and outgoing messages are defined as Protobuf messages, with their encoding details and ordering built into the message as field annotations. This allows us to autogenerate both the structure and the codec of a message without cluttering up the server's code. Of course this solution isn't perfect and there is still some exploration required for more complex messages such as GPI, but for now I think it serves as a good starting point.

    Attached image
    Attached image
    Reply With Quote  
     

  4. Thankful users:


  5. #53  
    [667/OSRS] Nalore - The Most Ambitious Pre-EOC/OSRS Hybrid



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by chaflie View Post
    Attached image
    let me know if u figure out how to get the characters on this interface to show the correct weapons, e.g. the woodcutting guy is meant to hold an axe - i couldn't figure out the weapons its meant to show u holding, i presume theyre just null placeholder items somewhere

    Attached image
    Reply With Quote  
     

  6. #54  
    pride, love, happiness
    .alycia's Avatar
    Join Date
    Jun 2010
    Age
    28
    Posts
    4,106
    Thanks given
    1,714
    Thanks received
    2,062
    Rep Power
    5000
    Quote Originally Posted by Scu11 View Post
    let me know if u figure out how to get the characters on this interface to show the correct weapons, e.g. the woodcutting guy is meant to hold an axe - i couldn't figure out the weapons its meant to show u holding, i presume theyre just null placeholder items somewhere
    Will do I noticed that too, and I also have a current issue where when it’s “refreshing” the model, it causes it to flicker. Might be an appearance issue on our end as I continue to get it sorted, but let me know if you have any insight as well!
    Reply With Quote  
     

  7. #55  
    [667/OSRS] Nalore - The Most Ambitious Pre-EOC/OSRS Hybrid



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by chaflie View Post
    Will do I noticed that too, and I also have a current issue where when it’s “refreshing” the model, it causes it to flicker. Might be an appearance issue on our end as I continue to get it sorted, but let me know if you have any insight as well!
    cant say ive experienced that. my only advice is to look at the cs2 functions, theres like 10 of them that are utilised on that interface. similarly you should utilise all the enums that those cs2 scripts do, and itll save you duplicating loads of configuration (e.g. the mappings of the styles/colors)

    Attached image
    Reply With Quote  
     

  8. Thankful user:


  9. #56  
    pride, love, happiness
    .alycia's Avatar
    Join Date
    Jun 2010
    Age
    28
    Posts
    4,106
    Thanks given
    1,714
    Thanks received
    2,062
    Rep Power
    5000
    Quote Originally Posted by Scu11 View Post
    cant say ive experienced that. my only advice is to look at the cs2 functions, theres like 10 of them that are utilised on that interface. similarly you should utilise all the enums that those cs2 scripts do, and itll save you duplicating loads of configuration (e.g. the mappings of the styles/colors)
    Ahh that's good information to have. It's hardcoded at the moment, but I'll take a look, thanks mate!
    Reply With Quote  
     

  10. #57  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    Quote Originally Posted by chaflie View Post
    Ahh that's good information to have. It's hardcoded at the moment, but I'll take a look, thanks mate!
    The flickering will only happen with ur loading arms from other cs2

    Because sometimes u dont need data from cs2(arms) for the arms cause its loaded from body cs2(body)

    Bad in explaining add me on discord and I will show u tomorrow night.
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  11. Thankful users:


  12. #58  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by _Jamal View Post
    The flickering will only happen with ur loading arms from other cs2

    Because sometimes u dont need data from cs2(arms) for the arms cause its loaded from body cs2(body)

    Bad in explaining add me on discord and I will show u tomorrow night.
    Release a snipet!
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  13. #59  
    pride, love, happiness
    .alycia's Avatar
    Join Date
    Jun 2010
    Age
    28
    Posts
    4,106
    Thanks given
    1,714
    Thanks received
    2,062
    Rep Power
    5000
    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!

    Attached image

    Attached image
    Reply With Quote  
     

  14. #60  
    Registered Member
    rebecca's Avatar
    Join Date
    Aug 2017
    Posts
    1,071
    Thanks given
    862
    Thanks received
    915
    Rep Power
    5000
    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!

    Attached image

    Attached image
    so lovely, please keep working on this
    Reply With Quote  
     

  15. Thankful user:


Page 6 of 16 FirstFirst ... 45678 ... 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
  •