Thread: Azure V3 - Reupload.

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Azure V3 - Reupload. 
    Extreme Donator


    Join Date
    Jul 2009
    Age
    27
    Posts
    4,351
    Thanks given
    826
    Thanks received
    1,239
    Rep Power
    1781
    Well, here it is. I had it lying around so people were wanting it.

    Multiupload.com - upload your files to multiple file hosting sites!

    On the v3 thread he removed everything on the thread, heres v2 thread for some features and stuff.
    Spoiler for v2:

    Quote Originally Posted by BFMV View Post
    Azure


    Hello welcome to the second version of Azure. A much better and improved from version 1. Version 2 is the last full source release all other additions will be tutorials or snippets by me or even the community. See a project based off this source: http://www.rune-server.org/runescape...ure-317-a.html

    For people who don't want to use a IDE just follow Blake's compiler and run tutorial.

    For people who use an IDE, but are confused how to run follow these steps.

    USING ECLIPSE IDE:

    NOTE: Run the source first before applying these settings. And for the Main class choose it as Server

    Step 1: Load the source in the IDE and right click > run as > run configurations

    Step 2: Click on (x)Arguments= and in the Program arguments field add in there:

    localhost 43594 600 should end up looking like this:


    DONE!

    NOTE: IF ANYBODY HAS ANY IDEA ON WHY THE SENDING OF THE ACTUAL PRIVATE MESSAGE TO YOUR FRIEND ONLY SENDS SOME OF THE TIME PLEASE LET US KNOW!

    I for the love of god cannot figure it out.



    Bug fixes thread:
    http://www.rune-server.org/runescape...ml#post2448173

    FEATURES:
    • Banking
    • Shopping
    • Ground Items
    • Modern magic teleporting
    • Click an action and walk to it before actually doing the action
    • NPCS
    • Character design screen.
    • Bugged version of private messaging
    • Equipment definitions and item definitions loaded with XML all ids and names are dumped from the client
    • Weapon interfaces
    • Update mask for npcs and players (no force movement for players yet)
    • Tick system


    FEATURES NOT COMPLETED:
    • Not all weapon interfaces are done.
    • Not all equipment bonuses are (in fact none are)
    • Not all animations are done


    EDITING OF THE SOURCE NOTES:
    • All weapon interfaces ids are in the equipdef.xml file in the field of <interfaceId> all you have to do is set the sidebar interface and its done
    • All weapon animations are in the equipdef.xml file in the fields of <standAnim>, <walkAnim>, <runAnim>, <attackAnim>, <defenceAnim>
    • All bonuses are in the equipdef.xml file
    • Shop prices are set in the itemdef.xml file in the fields of <shopBuyValue>, <shopSellValue>, <marketPrice>
    • High and low alch values are in the itemdef.xml in the fields of <lowAlchValue>, <highAlchValue>
    • Shop items are in the shops.xml file


    BUGS:
    • Actual sending of a private message to the friend doesn't send all the time. Not a clue on why it does this.


    MEDIA:
    Spoiler for Pictures:
    NpcLoading and Updating:


    Char design screen:



    Ground Items:

    Shopping:

    Graphics update mask:

    Hit mask:


    Weapon interfaces:



    DOWNLOAD:
    MegaUpload
    Uppit

    I hope I see some people use this base and contribute things for it to the community. It doesn't even have to be big things. Just maybe correct equipment definitions information or correct item definitions information. Every bit counts.

    Enjoy.

    P.S: Please report any bugs and help further the development of the RuneSource framework.

    NOTES: * I will release a unpackaged version if so be it. But I don't recommend it. If enough people want it unpackaged let me know.

    Spoiler for v1:

    Quote Originally Posted by BFMV View Post
    Hello welcome to the Azure download thread. I said I was going to release a version at some point even if it was not fully done or has bugs. This version does have a few bugs I have noted them with a FIXME syntax. This is not the last version I want to host this base eventually.

    BUGS:
    * Ground Items are bugged fix if you would like.
    * Sending of a private message is not correct, fix if you would like.

    That is all I can think of. If you find more let me know.

    FEATURES:
    *Banking
    *Shopping
    *Character screen
    *NPCS(no walking)
    *Tick manager (What is found in rs2 server download) I thought this would be a good idea.
    *Friends (No sending of the private message (BUGS

    TODO LIST:
    *Add all player and npc mask.
    *finish teleporting
    *Redo update flags

    WHATS DIFFERENT:
    *Packaging
    *Different saving method
    *Uses a container system instead of arrays for inventory, banking, equipment, ect

    MEDIA:
    Meh maybe later or just vist my Project Thread

    DOWNLOADS:
    Megaupload
    Uppit

    CREDITS:
    *blakeman8192(Framework)
    *graham(Container system)
    *Michael Bull (Tick system)
    *BFMV(Edits)

    If there is anything that NEEDS to be changed in the source let me know. I know this isn't the best or possibly not even that good, but I'm trying to give SOMEONE a decent framework to build on to. I will continue to use this.

    Enjoy?


    Credits to the people who made the base/helped make it.

    You can find my GitHub here, for what I'm currently working on.
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Registered Member
    Join Date
    Jan 2012
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    9
    Add pictures.
    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Nov 2011
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    14
    NICE the pictures are amazing.
    Reply With Quote  
     

  5. #4  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Quote Originally Posted by Confederacy' View Post
    Add pictures.
    Quote Originally Posted by vial View Post
    NICE the pictures are amazing.
    Thats what the original upload and project threads are for retards.
    All the best,
    Nirvana

    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    27
    Posts
    4,351
    Thanks given
    826
    Thanks received
    1,239
    Rep Power
    1781
    Added pictures, just to make nerds happy.

    You can find my GitHub here, for what I'm currently working on.
    Reply With Quote  
     

  8. #6  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Thanks, these needed to be re uploaded.
    Reply With Quote  
     

  9. #7  
    Registered Member
    Xynth's Avatar
    Join Date
    May 2009
    Posts
    2,222
    Thanks given
    226
    Thanks received
    259
    Rep Power
    1155
    BFMV removed it, meaning he didn't want it up anymore. Doesn't that mean this will be removed/closed? Anyways, thanks I needed it
    Attached image
    Reply With Quote  
     

  10. #8  
    Registered Member Reptile's Avatar
    Join Date
    Nov 2011
    Posts
    44
    Thanks given
    0
    Thanks received
    9
    Rep Power
    14
    Awesome never saw the original one!
    Spoiler for Vouches:

    Quote Originally Posted by Quadro7 View Post
    Vouch... This guy is legit no matter his rep or post count.
    Quote Originally Posted by Alpha Q View Post
    Trusted seller! Made me a home location. Looks great! Will post pictures sooon.
    Quote Originally Posted by Jilic-Matt View Post
    vouch for reptile very nice guy, when he couldnt load it for my revision cache he taught me how to do it
    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    Mar 2012
    Posts
    186
    Thanks given
    16
    Thanks received
    10
    Rep Power
    25
    Is this still around? Multiupload is down.
    Reply With Quote  
     

  12. #10  
    Registered Member Nicholas's Avatar
    Join Date
    May 2011
    Posts
    416
    Thanks given
    160
    Thanks received
    65
    Rep Power
    37
    Quote Originally Posted by Xynth View Post
    BFMV removed it, meaning he didn't want it up anymore. Doesn't that mean this will be removed/closed? Anyways, thanks I needed it
    It was liscensed open source software, so he can't claim anything.
    Reply With Quote  
     

  13. Thankful user:


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. Replies: 17
    Last Post: 12-21-2013, 11:08 PM
  2. Replies: 3
    Last Post: 11-19-2011, 04:07 AM
  3. [PI] Reupload
    By Linus in forum Downloads
    Replies: 29
    Last Post: 03-25-2011, 04:39 PM
  4. Could someone reupload PI?
    By Dreamsnake in forum Help
    Replies: 0
    Last Post: 11-22-2010, 12:01 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
  •