Thread: [Hyperion] RS2 Remake [The old school is back]

Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 47
  1. #21  
    ramboo
    Guest
    Quote Originally Posted by Kastro View Post
    Never used Devolutions so I wouldn't know
    Hmm, devolution is good, but it's way to unstable.
    Reply With Quote  
     

  2. #22  
    Brown
    Guest
    Quote Originally Posted by ramboo View Post
    Ok here is the code, where you run outta arrows.

    Code:
    				if(!ArrowUse && Bow && (getPlayer.Equipment[getPlayer.pWeapon] < 4212 || getPlayer.Equipment[getPlayer.pWeapon] > 4223)) {
    					getPlayer.PrintChat("You have run out of arrows!");
    					getPlayer.Movereset();
    					PlayerAttacking = false;
    					return;
    				}
    Sooo, that code is from Hyperion you say?
    Reply With Quote  
     

  3. #23  
    Banned
    Join Date
    Oct 2008
    Posts
    128
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    pff he just could convert it using hyperion methods, lol anyway, there is two things:

    maybe he ripped combat from devo by kilamess

    maybe he took the devo by kilamess base and make us think its stable

    getPlayer.Equipment[getPlayer.pWeapon]
    isnt the right method haha

    heres the code nooob
    if(player.getEquipment().get(Equipment.SLOT_WEAPON )) != null)
    if(!ArrowUse && Bow && (player.getEquipment().get(Equipment.SLOT_WEAPON)) .getId() < 4212 || player.getEquipment().get(Equipment.SLOT_WEAPON)). getId() > 4223)) {
    Reply With Quote  
     

  4. #24  
    Brown
    Guest
    This fucking fails lol.
    Reply With Quote  
     

  5. #25  
    Banned
    Join Date
    Oct 2008
    Posts
    128
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    the best hyperion server around is yours brown but im making one too and maybe i will be better i wish lolz
    since i learn java at school and on internet 24/7 these days
    Reply With Quote  
     

  6. #26  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    660
    Discord
    View profile
    Rep Power
    5000
    Looks awesome,

    Nice server base also
    Reply With Quote  
     

  7. #27  
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    26
    Posts
    5,032
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    Quote Originally Posted by raiden View Post
    the best hyperion server around is yours brown but im making one too and maybe i will be better i wish lolz
    since i learn java at school and on internet 24/7 these days
    Brown's not as good as you think...
    I believe you could make a better server than his. Yeah his is good but he's still not the best programmer ever.

    Reply With Quote  
     

  8. #28  
    ramboo
    Guest
    Actuelly i ripped abit from killamess, mainly the range system, but i've been writting the mage by my self.
    Reply With Quote  
     

  9. #29  
    Registered Member


    Join Date
    May 2008
    Posts
    710
    Thanks given
    42
    Thanks received
    21
    Rep Power
    323
    This isnt hyperion...Probably emulous.
    Reply With Quote  
     

  10. #30  
    Brown
    Guest
    Quote Originally Posted by Ecstasy View Post
    Brown's not as good as you think...
    I believe you could make a better server than his. Yeah his is good but he's still not the best programmer ever.
    How would you know my skills in Java? O,o.
    Look at the so called "Snippet" he just posted. He claimed that was code from Hyperion, and Hyperion is dealing with items WAY different + getPlayer would most likely be an accessor method, and therefore it would have those: "()".
    + He didn't follow ONE of the recommended java conventions.

    EDIT: Scu11 and Sir Sean is using Hyperion as well, and I wouldn't consider my server the best either. Although I have done next to anything on my own using entirely my own code instead of the stuff around here which is just.. Yeah you know (Prime example above).

    EDIT2: He just posted this "snippet": [Only registered and activated users can see links. ]
    Which is a clear proof his working on Emolous as we speak.
    Reply With Quote  
     

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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