Thread: How to make a 317 and Add Items and Content [DELTA]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 How to make a 317 and Add Items and Content [DELTA] 
    Registered Member
    Join Date
    Oct 2010
    Posts
    38
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Yes, I know there is a tutorial on how to set a server up. But I will also be showing people how to spawn npc's, objects, and more for I will be updating it.

    Purpose: I'm really bored and honestly don't know what to do. I know Delta is gross but its basic and simple and ok to start on. Please don't flame i'm simply just making this for the beginners that want to code. And need to post my tutorial somewhere actually legitimate. Thanks and please give feedback.
    Difficulty:1 (This is very very very basic)
    Credits?(never done a tutorial before): Apocalypse Pk for the client and his source, me for modifying it slightly for this tut


    How to make a 317 server and a client:


    Getting the server running:


    First your going to want JDK and JRE
    Now your gonna need WinRar

    once you have finished downloading and installing those, you'll need a server source.

    Xell Scape Server: Xell scape.rar

    Information on server here: Terms Of Service

    Now extract your server to your desktop.

    Next, open up the folder.

    click on Compile.bat let the server compile, once done, exit out. If you get any errors, post in reply or PM me.

    Now you need to get your no-ip host.Get it here: No-IP

    Create an account.

    Login and select "Add a host"



    Now pick a name for your server. In this guide, well make it "Cool Scape"

    so fill out whatever your sever name is in the box. For example:



    Now that that is created, download the No-Ip Duc

    Open up the DUC and login.

    Check off your host you created, and minimize the window down.

    WERE ALMOST DONE WITH THE SERVER SIDE!

    Now open up your files.
    Open Client.java




    hit ctrl + H

    and replace xell scape with your name, but in this example, ill use "cool scape"



    hit save and exit out.

    Now click Compile.bat

    Now click Runserver.bat And leave the window minimized! your servers now running.

    Now your halfway Done!



    Getting your client set up:


    First, download my edited client here (background is a lightning bolt, nothing much):

    Client download: Divine Valor.rar

    Now extract it to your desktop.
    Rename the folder after your server.
    Go into the files.
    Open up GUI.java
    and hit ctrl + f



    hit save and exit.

    go into client.java and hit ctrl + H

    Do the same thing in the server's client .java; replace Xell scape with "YOURSERVERNAME"
    hit file > Save.

    now hit Compile.bat

    hit play now, and your up and running!



    How To Add Objects!


    Go into your server folder and open up "client.java"



    Now hit ctrl + f and search for
    Code:
    makeGobalObject
    your results should look somewhat like this( after you scroll down a bit) :



    Now to add an Item

    This is the layout of the MakeGlobalObject void:
    Code:
    makeGlobalObject(int x, int y, int typeID, int orientation, int tileObjectType)


    first you need to find out the items ID that you want to add in. For example,
    Say I wanted to add in a crate in one spot. The ID would be "1".
    So say we wanted to add in a crate, we would make a new line at the bottom of the "makeGobalObject" stuff. And add in
    Code:
    makeGlobalObject(2312, 3686, 1, 0, 10);


    2312 is the X-COORD, 3686 is the Y-COORD, 1 IS THE CRATES ID, 0 is the way it faces (usually not needed for crates, more for banks and altars)and leave the 10 alone, you probably don't need it.

    So it would look like this.




    now click file > Save. And Exit out of the notepad.

    Run your Compile.bat Once its finished, restart your server and the item should be added!



    HOW TO ADD NPCS COMING REALLY SOON
    Reply With Quote  
     

  2. #2  
    Registered Member Santi Cazorla's Avatar
    Join Date
    Aug 2009
    Posts
    1,137
    Thanks given
    258
    Thanks received
    55
    Rep Power
    7
    there is already a tut on how to set up rsps..
    and loads of tuts on how to add objects and st0ff.
    Reply With Quote  
     

  3. #3  
    Registered Member Mr.Coding's Avatar
    Join Date
    Jul 2010
    Posts
    64
    Thanks given
    0
    Thanks received
    1
    Rep Power
    7
    Fail lol Facepalm
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2010
    Posts
    38
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by techrosh View Post
    there is already a tut on how to set up rsps..
    and loads of tuts on how to add objects and st0ff.
    its for beginners, all in one thread, so you don't have to look around, And i already stated there's other similar threads in red at the top.
    Reply With Quote  
     

  5. #5  
    Registered Member Santi Cazorla's Avatar
    Join Date
    Aug 2009
    Posts
    1,137
    Thanks given
    258
    Thanks received
    55
    Rep Power
    7
    Quote Originally Posted by _Acrodox View Post
    its for beginners, all in one thread, so you don't have to look around, And i already stated there's other similar threads in red at the top.
    tbh, if they cant search or they dont want to search.. they shouldnt have attempt to have a rsps.

    but i like the guide. its nice and simple.. just sayin' that there are others out there.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Oct 2010
    Posts
    38
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by techrosh View Post
    but i like the guide. its nice and simple.


    thanks
    Reply With Quote  
     

  7. #7  
    RuneFatality

    Join Date
    May 2009
    Age
    27
    Posts
    2,350
    Thanks given
    1,099
    Thanks received
    388
    Rep Power
    531
    mmk. i tried but dis not work, $5 for help pls.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2010
    Posts
    559
    Thanks given
    105
    Thanks received
    30
    Rep Power
    17
    Woah, this would've taken you ages, explained pro'ly rep+
    Reply With Quote  
     

  9. #9  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    30
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    Reply With Quote  
     

  10. #10  
    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
    Nice tut but delta is fail.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

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

Similar Threads

  1. [delta] make items non tradeable?
    By Slay No More in forum Help
    Replies: 5
    Last Post: 07-24-2010, 06:05 AM
  2. Replies: 1
    Last Post: 03-12-2009, 11:41 PM
  3. how to make admins lose items in delta?
    By Immortalftw in forum Help
    Replies: 5
    Last Post: 02-05-2009, 01:55 AM
  4. Replies: 3
    Last Post: 01-30-2009, 05:55 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •