Thread: Advanced RSPSs

Results 1 to 8 of 8
  1. #1 Advanced RSPSs 
    Registered Member
    Join Date
    Apr 2014
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I apologize if this is in the wrong section. However, I've gotten the basics down in the 'editing text files' bit.

    How is a good server actually coded? Like not just adding NPCs to the autospawner but like for example.. Near reality had the gano beast that spawned every hour or so.. How is that coded in?

    I'm currently taking a java programming class and I'm interested in learning how to actually code an rsps. Are there any recommended tutorials besides "how to add items/npcs"

    I mean like using booleans and stuff like that in coding a server.

    Thanks!

    (Reposted as I posted in the wrong section)
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Oct 2014
    Posts
    587
    Thanks given
    29
    Thanks received
    76
    Rep Power
    26
    Thats a big question, you should learn the basic Java syntax and scroll trough the server files. If you get familiar with the way it works you will find it much more easier to add things like that.
    Programming service - Fast, Cheap & Quality
    http://www.rune-server.org/black-mar...-services.html

    Project that I am currently working on:
    http://www.rune-server.org/runescape...emon-rsps.html

    Reply With Quote  
     

  3. #3  
    Registered Member Eberwolf's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    210
    Thanks given
    10
    Thanks received
    17
    Rep Power
    34
    Start here -> The Java™ Tutorials


    Reply With Quote  
     

  4. #4  
    ¯\_(ツ)_/¯


    Join Date
    Jul 2014
    Posts
    1,803
    Thanks given
    928
    Thanks received
    550
    Rep Power
    299
    Code:
     How is a good server actually coded? Like not just adding NPCs to the autospawner but like for example.. Near reality had the gano beast that spawned every hour or so.. How is that coded in?
    they used a timer so that every hour it spawned.
    Reply With Quote  
     

  5. #5  
    Banned Advanced RSPSs Market Banned


    Join Date
    Jan 2011
    Age
    26
    Posts
    3,112
    Thanks given
    1,198
    Thanks received
    1,479
    Rep Power
    0
    start with using an IDE and not notepad. ask any good developer on these forums whether they use an IDE or notepad and they'll say IDE every time
    Reply With Quote  
     

  6. #6  
    Server Developer
    Argyros's Avatar
    Join Date
    Apr 2011
    Posts
    498
    Thanks given
    25
    Thanks received
    31
    Rep Power
    23
    Use Eclipse. Found Here - https://www.eclipse.org/downloads/pa...lopers/lunasr1
    You can learn a little bit more and plus it help you with getting some things down if you don't know a whole lot about Java.
    Also a little word of advice never close Eclipse either as you will want it open all the time when coding.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2014
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Thanks for all the replies! More advice is welcome, though
    Reply With Quote  
     

  8. #8  

    Keiron's Avatar
    Join Date
    Sep 2013
    Posts
    486
    Thanks given
    74
    Thanks received
    37
    Rep Power
    29
    Quote Originally Posted by Jimpie View Post
    Thanks for all the replies! More advice is welcome, though
    1. Use Eclipse
    2. Stay Away From PI
    3. The Java™ Tutorials
    4. Trail: Learning the Java Language (The Java™ Tutorials)
    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. Advanced RSPSs?
    By Jimpie in forum Help
    Replies: 2
    Last Post: 12-29-2014, 07:09 AM
  2. Replies: 8
    Last Post: 10-16-2007, 10:51 PM
  3. [ADVANCED] Menu tutorial
    By Jv in forum Tutorials
    Replies: 10
    Last Post: 07-29-2007, 12:32 PM
  4. Adding Gfz in WhiteScape And Advanced Level Interface
    By Santa Noobie in forum Tutorials
    Replies: 1
    Last Post: 05-29-2007, 10:52 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
  •