Thread: Is there a blank source and client 718???

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1 Is there a blank source and client 718??? 
    Registered Member
    Join Date
    Dec 2010
    Posts
    87
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Does someone have a copy of a 718 source and client thats blank? I want to make a private server in the nice HD graphics but i need to have a blank source and client.
    It would also be nice to know what server base it is.

    I already have a blank client and source for i think a 317 thats delta but i cant figure out the compiler to make the compiler work for jre7 not that it matters cause i dont think i can do HD graphics (the nice new ones after dungeoneering but before combat evolution update) so yea.

    So does someone have a copy or a link to a copy of a blank 718 source and client?

    Thanks
    Reply With Quote  
     

  2. #2  
    Member
    Join Date
    May 2010
    Posts
    126
    Thanks given
    5
    Thanks received
    8
    Rep Power
    0
    First of all, wrong section
    Second of all, if you can't fix a simple compiler I highly doubt you can code your own server from scratch
    Last of all, the only 718 base out there (that I know of) is Matrix, and it isn't blank.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2010
    Posts
    87
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    oh ok.

    i have worked a little bit on some coding for a rsps before. i can follow tuts and get them right and so forth. I didnt know this was the wrong section as i obviously havent been active (5 posts in 2years).

    And heres the code for a compiler for the blank source and client that i do have.
    Code:
    @echo off
    color 0a
    title Unlimited-pkz Compiler
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index.jsp
    :end
    echo You have sucsessfully compiled
    pause
    exit
    I have been trying to make this piece of code work with JRE7 and i have been unsuccessful in getting it to work. Can you fix this code for me?
    my path for jre7 is
    Code:
    C:\Program Files\Java\jre7

    Please help

    EDIT: If someone can get the code in this compiler to work for me so that i can use the compiler successfully then i will give rep and it will also help me so that i can actually start coding the server. I changed some details for the login area where once you login and spawn theres info i changed it but the issue is i cant see my changes cause i cant compile the server atm.

    So once this issue is fixed i can actually start looking into weapons, armor, npc's, quests possibly, skillcapes, skills, etc. Im hoping i can find all the stuff i need.

    But basically yea i need this compiler setup and working so i can start all the coding.
    Last edited by alex809; 01-02-2013 at 09:34 AM. Reason: added more information
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jun 2012
    Age
    28
    Posts
    709
    Thanks given
    521
    Thanks received
    87
    Rep Power
    0
    Quote Originally Posted by alex809 View Post
    oh ok.

    i have worked a little bit on some coding for a rsps before. i can follow tuts and get them right and so forth. I didnt know this was the wrong section as i obviously havent been active (5 posts in 2years).

    And heres the code for a compiler for the blank source and client that i do have.
    Code:
    @echo off
    color 0a
    title Unlimited-pkz Compiler
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index.jsp
    :end
    echo You have sucsessfully compiled
    pause
    exit
    I have been trying to make this piece of code work with JRE7 and i have been unsuccessful in getting it to work. Can you fix this code for me?
    my path for jre7 is
    Code:
    C:\Program Files\Java\jre7

    Please help

    EDIT: If someone can get the code in this compiler to work for me so that i can use the compiler successfully then i will give rep and it will also help me so that i can actually start coding the server. I changed some details for the login area where once you login and spawn theres info i changed it but the issue is i cant see my changes cause i cant compile the server atm.

    So once this issue is fixed i can actually start looking into weapons, armor, npc's, quests possibly, skillcapes, skills, etc. Im hoping i can find all the stuff i need.

    But basically yea i need this compiler setup and working so i can start all the coding.
    Use an IDE (Click this )
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    maffia-rpg's Avatar
    Join Date
    Jul 2011
    Posts
    2,775
    Thanks given
    587
    Thanks received
    759
    Rep Power
    120
    Quote Originally Posted by Rsp Ownz View Post
    First of all, wrong section
    Second of all, if you can't fix a simple compiler I highly doubt you can code your own server from scratch
    Last of all, the only 718 base out there (that I know of) is Matrix, and it isn't blank.
    Matrix 718 is not a base. The only clean base I saw was the 742. Edit some ints and it will load a 718 client.
    Quote Originally Posted by Nando View Post
    why would I care about trying to get you to care about me homosexual?
    back to coding shit revisions
    1080% lost.
    Reply With Quote  
     

  7. #6  
    Developer


    Join Date
    Aug 2012
    Posts
    2,493
    Thanks given
    180
    Thanks received
    1,732
    Rep Power
    2487
    Just convert your 317 blank source to 718, or use that 718 someone else released. Oh and if you cant code dont start with the 718 revisions, but get some java experience first and start with 317's.
    Reply With Quote  
     

  8. #7  
    Banned

    Join Date
    Oct 2011
    Posts
    2,689
    Thanks given
    1,235
    Thanks received
    673
    Rep Power
    0
    Matrix isnt clean at all. As maffia said use the 742 base, change some ints and it will load with 718 client. or you could always work on converting 718 to 742.
    Reply With Quote  
     

  9. #8  
    Registered Member
    Join Date
    Dec 2010
    Posts
    87
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    How do i convert a 317 blank source to a 718 source? I (as i said) love the newer graphics and would like to use those.

    But i am unsure of how to convert the source to a 718. I am having some problems finding information on how to do this.

    And i looked into the matrix client. The one i did find had dead links. Its fine though, If i can get the 317 source to work and if i can also get it converted to a 718 then ill use that.
    Reply With Quote  
     

  10. #9  
    Registered Member
    maffia-rpg's Avatar
    Join Date
    Jul 2011
    Posts
    2,775
    Thanks given
    587
    Thanks received
    759
    Rep Power
    120
    Quote Originally Posted by alex809 View Post
    How do i convert a 317 blank source to a 718 source? I (as i said) love the newer graphics and would like to use those.

    But i am unsure of how to convert the source to a 718. I am having some problems finding information on how to do this.

    And i looked into the matrix client. The one i did find had dead links. Its fine though, If i can get the 317 source to work and if i can also get it converted to a 718 then ill use that.
    Not.
    Quote Originally Posted by Nando View Post
    why would I care about trying to get you to care about me homosexual?
    back to coding shit revisions
    1080% lost.
    Reply With Quote  
     

  11. #10  
    Registered Member
    Join Date
    Dec 2010
    Posts
    87
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    OK now i have a java issue with my system..
    Before i downloaded the Java JDK and installed it today i could run the server file and client file just fine but after i installed the Java JDK and rebooted and then i attempted to load the server (same goes for the client) i get this issue.

    Code:
    'java' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .
    How do i fix this issue???

    EDIT: But i cant run the server compiler without the Java JDK so how am i supposed to fix this issue so that i can run the compiler and run the server and client files so i can check my progress and to make sure that something was coded right?

    @maffia what do you mean not?
    Last edited by alex809; 01-02-2013 at 10:14 PM. Reason: Added info
    Reply With Quote  
     

Page 1 of 3 123 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. [562] Blank Source & Client - Please Help
    By 420 Im Baked in forum Help
    Replies: 9
    Last Post: 01-11-2013, 05:25 PM
  2. 317 blank refactured client on pi source
    By ilike to own in forum Help
    Replies: 4
    Last Post: 11-04-2010, 07:56 PM
  3. Blank deltascape source+client.
    By RsExpozed in forum Requests
    Replies: 1
    Last Post: 05-25-2010, 03:50 PM
  4. 474 Blank Source with Client and 474 Cache
    By whtulkinat in forum Requests
    Replies: 6
    Last Post: 04-26-2010, 12:50 PM
  5. Blank 508-525 Source & Client
    By `Ethan in forum Help
    Replies: 2
    Last Post: 01-01-2010, 12:43 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
  •