Thread: {TUT}Running/Compiling and setting up a server+ Extras{TUT}

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 {TUT}Running/Compiling and setting up a server+ Extras{TUT} 
    Xx penguinscape xx
    Guest
    I'm Still new to rune-server so please don't flame. Hello rune-server,Welcome to my Tutorial On how To Set classpaths and other various things you need for your server. It's 1 big huge tut,Made all by me
    [glow=red,2,300]Step 1-Getting a Source[/glow] Every One needs a source to start off with,Whether it's un-programmed or heavily programmed.You can customize it anyway you want.Below are a list of sources that will be great for starters:

    Project 16 [Only registered and activated users can see links. ]
    Fr33sc4p3 pkz [Only registered and activated users can see links. ]
    Pimpscape [Only registered and activated users can see links. ]
    Testscape [Only registered and activated users can see links. ]

    [glow=red,2,300]Step 2-Getting Winrar-A must have for private servers[/glow]
    Here it is:
    [size=12pt][Only registered and activated users can see links. ][/size]

    Step 3-Setting your classpaths so you can compile
    Go to My computer:
    [Only registered and activated users can see links. ]
    Then Go to View System Information:
    [Only registered and activated users can see links. ]
    Then Click "Advanced":
    [Only registered and activated users can see links. ]
    Then click "Enviromental Variables":
    [Only registered and activated users can see links. ]
    Here's What a picture of The Classpath/PATH Looks like:
    [Only registered and activated users can see links. ]

    Under User Variables Click "new".
    Name It CLASSPATH
    And for the Following valuables:
    Jdk 6.1-
    Code:
    CLASSPATH=C:\Program Files\Java\jdk1.6.0_01\bin;%CLASSPATH%;
    Jdk 6.2-
    Code:
    CLASSPATH=C:\Program Files\Java\jdk1.6.0_02\bin;%CLASSPATH%;
    Jdk 6.3-
    Code:
    CLASSPATH=C:\Program Files\Java\jdk1.6.0_03\bin;%CLASSPATH%;
    Then Under User Variables Click "New" Again.
    This time the Name is PATH
    And use this for the following JDk-
    Jdk 6.1-
    Code:
    C:\Program Files\Java\jdk1.6.0_01\bin
    Jdk 6.2-
    Code:
    C:\Program Files\Java\jdk1.6.0_02\bin
    Jdk 6.3-
    Code:
    C:\Program Files\Java\jdk1.6.0_03\bin
    Then Click "Ok",You're Computer Now recongnizes Java.
    Here are some Compilers for the 3 types of Jdk:
    Jdk 1-
    Code:
    @echo off
    title Rs w00dcuts Compiler-For JDK 1
    "C:\Program Files\Java\jdk1.6.0_01\bin\javac.exe" -cp . *.java
    pause
    Jdk 2-
    Code:
    @echo off
    title Rs w00dcuts Compiler-For JDK 2
    "C:\Program Files\Java\jdk1.6.0_02\bin\javac.exe" -cp . *.java
    pause
    Jdk 3-
    Code:
    @echo off
    title Rs w00dcuts Compiler-For JDK 3
    "C:\Program Files\Java\jdk1.6.0_03\bin\javac.exe" -cp . *.java
    pause
    [glow=red,2,300]Step 4-Downloading And Creating A Hamachi Server[/glow]
    Go to [Only registered and activated users can see links. ] And download Hamachi-Click the "Download" Button:
    [Only registered and activated users can see links. ]
    Then Install it and power it up:
    [Only registered and activated users can see links. ]The ip 5.76.24.199-You will have a different ip,That's For connecting to your server
    Then Click The Second button to the last-On the right,Click "Create New Network" And enter a name And password.
    It is case sensitve-Which means if you make network Rsw00dcut it needs to be Rsw00dcut not rsw00dcut
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Sorry,I don't Have A Portforwarding Guide Because I've never done it,I don't want to either mess up on it or Leech someone elses and say it's mine.

    [glow=red,2,300]Step 5-Some basics for your starting Server[/glow]
    • [li]Changin Player rights(Player,Mod,Admin,Owner)[/li]

    Okay first,Open up your source Folder and go into characters-You should click on the selected Name and see something like this:
    Code:
    [ACCOUNT]
    character-username = haxer
    character-password = passwordhere etc
    
    [CHARACTER]
    character-height = 0
    character-posx = 3088
    character-posy = 3492
    character-rights = 0 <-------------- You Change That
    character-ismember = 1
    character-messages = 0
    character-lastconnection = localhost
    character-lastlogin = 20071009
    character-energy = 100
    character-gametime = 0
    character-gamecount = 0
    Codes For Character Rights
    Code:
    Mod>1
    Admin>2
    Owner>3
    Secret Admin>4 (Can't see Crown)
    Okay,That's It for Making People Mod/Admin etc.
    Part 2
    • [li]Editing Shops In your Server[/li]

    Okay,I'm not sure exactly how to add a shop etc,But I know how to edit the shops.
    Open up the folder "CFG" If you have 1.If you don't Click on Shops.Cfg(Hover mouse over it and it will say CFG File)
    You should Get something like this:
    Code:
    //-----ShopID---ShopName----------------------------------------Sell----Buy-----Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount
    shop = 1	@[email protected] Stuff			1	1	199	100	201	100	203	100	205	100	207	100	209	100	211	100	213	100	215	100	217	100	219	100
    It goes like this:
    ShopID-Shopname-Sell-Buy-Item-Amount etc.
    You need those 1 1 There,Add the 1's for any shop then hit tab and put the "ItemId" Then hit tab and put the "Amount"
    Be careful Not to get these Mixed up.
    Also where you see
    Code:
    @[email protected] Stuff
    You can Change that to anything you want-What that does is displays name of shop in top corner of the shop.
    Always use "Tab" For Spacing Etc,Don't Use spaces or you'll Get errors.
    That's All for my TUT Now.
    I Will add more if Requested.
    Thanks for taking the time to read this
    Comment and rate on what you think guys!
    Sorry about the Mis errors in like Glow and the lists,It was origninally from My SMF Forum.
     

  2. #2  
    btbtbtbt
    Guest
    pretty good for people that are beginners but also show the beginners how to completely add shops and npcs
     

  3. #3  
    Xx penguinscape xx
    Guest
    Yeah,I'll add how to spawn Npcs in autospawn etc,I'm not too sure Exactly how to add Total new shops-Thanks for the Comment/Reply tho.
    Keep them coming guys!
     

  4. #4  
    Xx penguinscape xx
    Guest
    No More replies?
    Cmon guys
     

  5. #5  
    Registered Member
    fabjan's Avatar
    Join Date
    Jul 2007
    Age
    27
    Posts
    552
    Thanks given
    0
    Thanks received
    0
    Rep Power
    101
    lame tut man
    pretty nice for a first/second tut here (dunno which tut was first )
    very funny how ppl have their own look at servers
    lol like playerrights, its just that most commands are playerrights >= 2
    so if ur playerrights 4 u can still do but whithout crown
    so they make it a 'secret admin'wooh i'm undercover poohoo
    rofl
    but its nice
    here a reppiej to start of here
    Please vote:
    [Only registered and activated users can see links. ]
    btb.servegame.com:
     

  6. #6  
    We Are The Revolution!
    Volcom's Avatar
    Join Date
    Apr 2007
    Posts
    1,118
    Thanks given
    0
    Thanks received
    5
    Rep Power
    859
    not bad. its well explained, has alot of pics to help explain, and covers almost all of the points. GJ repp+
     

  7. #7  
    Xx penguinscape xx
    Guest
    Thanks for the feedback guys,Keep it coming.
     

  8. #8  
    pures blitz
    Guest
    Thankz, Think you cna make a tut to set it up using

    no-ip.com?
     

  9. #9  
    hawaii84
    Guest
    good job man. thanks for posting it. some people realy need it (not me)
     

  10. #10  
    Xx penguinscape xx
    Guest
    Never portforwarded,Don't Have my router Model.
    So no =(
    SOrry
     

Page 1 of 2 12 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
  •