Thread: BattleRune - A Real OSRS #155 Framework (Open-Source)

Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 103
  1. #31  
    Renown Programmer
    Greg's Avatar
    Join Date
    Jun 2010
    Posts
    1,179
    Thanks given
    260
    Thanks received
    1,012
    Rep Power
    2003
    Quote Originally Posted by nshusa View Post
    last project on Rune-Server
    ?

    Attached imageAttached image
    Reply With Quote  
     

  2. #32  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Greg View Post
    ?

    Yeah, I graduate next semester and I wanna focus on my mobile apps.
    Reply With Quote  
     

  3. #33  
    Registered Member Enahsh2o's Avatar
    Join Date
    Nov 2011
    Age
    30
    Posts
    129
    Thanks given
    194
    Thanks received
    29
    Rep Power
    43
    Quote Originally Posted by nshusa View Post
    Yeah, I graduate next semester and I wanna focus on my mobile apps.
    Don't worry, you can never stay away for long.
    Reply With Quote  
     

  4. #34  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Enahsh2o View Post
    Don't worry, you can never stay away for long.
    Haha yeah we all know how that goes.

    Updated downloads

    Clients
    Spitfire-155-Client - By Netty

    RuneLite-155-Client - By RuneLite team

    Cache
    #155 Cache

    XTEAs
    #155 XTEAs (All playable xteas)
    Reply With Quote  
     

  5. Thankful users:


  6. #35  
    Registered Member
    Join Date
    Apr 2017
    Posts
    301
    Thanks given
    34
    Thanks received
    59
    Rep Power
    65
    Best of luck on this, I'm using the Luna and kt plugins
    Hope to learn more as we both progress and whatnot, afterwords best of luck on your apps you deserve the best.
    Reply With Quote  
     

  7. Thankful user:


  8. #36  
    Banned

    Join Date
    Apr 2013
    Posts
    1,614
    Thanks given
    410
    Thanks received
    475
    Rep Power
    0
    nice moving away from 317 and onto osrs myself gl bro
    Reply With Quote  
     

  9. Thankful user:


  10. #37  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by VenomRS View Post
    Best of luck on this, I'm using the Luna and kt plugins
    Hope to learn more as we both progress and whatnot, afterwords best of luck on your apps you deserve the best.
    Quote Originally Posted by trees View Post
    nice moving away from 317 and onto osrs myself gl bro
    Thanks guys

    Here's some packet information. (RuneLite had quite a few client->server packets mapped out already)

    client -> server
    Code:
    0 = fourth item action
    9 = follow player
    25 = spell on ground item
    26 = spell on bag
    29 = first npc action
    40 = keep alive
    46 = item on npc
    49 = report player
    54 = input dialogue (numeric)
    61 = fourth npc action
    64 = dummy or anticheat
    65 = report player
    79 = delete ignore
    80 = drop item
    82 = input dialogue (string)
    86 = third obj action
    93 = third item action
    104 = item on player
    113 = item price
    116 = walk on minimap
    120 = trade player
    124 = close window
    130 = second obj action
    140 = chatfilter update
    141 = join clanchat
    148 = spell on player
    151 = resize client
    153 = commands
    155 = character design
    158 = examine item
    159 = add ignore
    160 = first obj action
    161 = third npc action
    162 = item on obj
    163 = add friend
    171 = first item action
    173 = drag item on widget
    176 = private message
    181 = spell on npc
    186 = take item
    204 = examine obj
    213 = item on item
    218 = equip bag item
    220 = attack npc
    221 = button press
    236 = examine npc
    239 = fifth npc action
    242 = delete friend
    250 = advance dialogue
    254 = client crash?
    server -> client
    Code:
    9 = varp large
    16 = set interfacesets
    28 = force logout
    30 = set root interface
    33 = set skill
    42 = set interface text
    90 = play song
    100 = server message
    127 = set interface
    150 = region update
    174 = system update
    185 = varp small
    193 = dns lookup
    226 = set energy
    Looks like RuneScape left in one of their debug commands in the release. Haha woops gonna ask Ash about this.
    Attached image

    and toggling roofs

    Attached image

    also

    Attached image

    Attached image

    3 commands that do the same thing???? wtf
    Reply With Quote  
     

  11. Thankful users:


  12. #38  
    Banned

    Join Date
    Apr 2013
    Posts
    1,614
    Thanks given
    410
    Thanks received
    475
    Rep Power
    0
    Quote Originally Posted by nshusa View Post
    Thanks guys

    Here's some packet information. (RuneLite had quite a few client->server packets mapped out already)

    client -> server
    Code:
    0 = fourth item action
    9 = follow player
    25 = spell on ground item
    26 = spell on bag
    29 = first npc action
    40 = keep alive
    46 = item on npc
    49 = report player
    54 = input dialogue (numeric)
    61 = fourth npc action
    64 = dummy or anticheat
    65 = report player
    79 = delete ignore
    80 = drop item
    82 = input dialogue (string)
    86 = third obj action
    93 = third item action
    104 = item on player
    113 = item price
    116 = walk on minimap
    120 = trade player
    124 = close window
    130 = second obj action
    140 = chatfilter update
    141 = join clanchat
    148 = spell on player
    151 = resize client
    153 = commands
    155 = character design
    158 = examine item
    159 = add ignore
    160 = first obj action
    161 = third npc action
    162 = item on obj
    163 = add friend
    171 = first item action
    173 = drag item on widget
    176 = private message
    181 = spell on npc
    186 = take item
    204 = examine obj
    213 = item on item
    218 = equip bag item
    220 = attack npc
    221 = button press
    236 = examine npc
    239 = fifth npc action
    242 = delete friend
    250 = advance dialogue
    254 = client crash?
    server -> client
    Code:
    9 = varp large
    16 = set interfacesets
    28 = force logout
    30 = set root interface
    33 = set skill
    42 = set interface text
    90 = play song
    100 = server message
    127 = set interface
    150 = region update
    174 = system update
    185 = varp small
    193 = dns lookup
    226 = set energy
    Looks like RuneScape left in one of their debug commands in the release. Haha woops gonna ask Ash about this.

    Attached image
    Yeah I've seen another project showing this actually (rev 150? idk), funny thing is ash responds wit no F**** given.
    Reply With Quote  
     

  13. #39  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by trees View Post
    Yeah I've seen another project showing this actually, funny thing is ash responds wit no F**** given.
    Did someone already ask him about that? I was gonna him lol also they have 3 commands that do the same thing......

    Attached image

    Attached image
    Reply With Quote  
     

  14. #40  
    Banned

    Join Date
    Apr 2013
    Posts
    1,614
    Thanks given
    410
    Thanks received
    475
    Rep Power
    0
    Quote Originally Posted by nshusa View Post
    Did someone already ask him about that? I was gonna him lol also they have 3 commands that do the same thing......

    Attached image

    Attached image
    I haven't seen anything about anyone actually asking him, I just saw the hitbox feature thing. If you do ask him post it here though lol he most likely did it himself dudes a goof.
    Reply With Quote  
     

Page 4 of 11 FirstFirst ... 23456 ... 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. Replies: 5
    Last Post: 08-19-2013, 03:43 AM
  2. Konklex | Apollo Framework | Open Source
    By K2 in forum Advertise
    Replies: 289
    Last Post: 03-11-2013, 10:46 PM
  3. Replies: 81
    Last Post: 10-23-2011, 10:05 PM
  4. Replies: 0
    Last Post: 05-20-2011, 10:38 PM
  5. meow open-source framework
    By Lazaro in forum Projects
    Replies: 30
    Last Post: 08-29-2009, 12:46 AM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •