Quantcast
Channel: Rune-Server
Viewing all 56156 articles
Browse latest View live

Looking for developers to join a permanently hosted remake [2009 Era]

$
0
0
Hey everyone! For a bit of time now, we've been continuing the Arios project and hosting it for people who just want to enjoy a simple 2009 game. We've had a few contributors over time, but development is mostly sporatic; I personally host another full-time server on the side, and really do just cover the things other people don't want to do themselves.


So with that in mind, here's what we have to offer as far as development goes:


- Work on anything you like, as long as it's remake-esq
- If you don't know what to work on, we have a great issues page with varying difficulties of tasks to help you get started
- We cover the hosting for the server, you're never going to have to worry about that
- There's a number of other developers who either use our base or also participate in the project
- We have a small playerbase and a slightly larger community of remake seekers
- We have other projects on the side if you ever want to change it up
- You don't have to worry about community management/engagement, but if you ever want to, that's available too!


We use Git for our version control, so if that's something you've ever wanted to learn, we can help you out with that as well. If you're interested in joining us, hit me up on Discord (Red Bracket#8151) and I'll help you get started :)

Task keeps going [Ruse/Necrotic base]

$
0
0
I'm trying to make a simple Task that combines all loops and teeth of ckeys automatically by using Task and TaskManager.
It works, but it keeps going no matter what I try to do to interrupt it. Walking, attacking mob, or anything else.

What am I doing wrong to make sure the task is interrupted/stopped.


This is my code in ItemForging.java
Code:

                if (data == ItemForgeData.CRYSTAL_KEY) {
                        int keys = Math.min(p.getInventory().getAmount(item1), p.getInventory().getAmount(item2));
                        p.getPacketSender().sendMessage("You start creating crystal keys");
                        TaskManager.submit(new Task(2, p, true) {
                                int tick = 0;
                                @Override
                                public void execute() {
                                        tick++;
                                        for(Item reqItem : data.requiredItems) {
                                                p.getInventory().delete(reqItem);
                                        }
                                        p.performGraphic(new Graphic(2010));
                                        p.getInventory().add(data.product);
                                        if(tick >= keys)
                                                stop();
                                }
                        });
                        return;
                }

Thanks in advance if I'm missing anything!

Multi data support

$
0
0
Hello looking for someone who can add multi support data for my pre eoc server

Im looking for some to be able to pack the osrs data without it overwriting any maps regions and models/ anims

Looking for trusted people only and must have vouches

Another Sleeve [Tattoo]

$
0
0
This thread will be bumped with progression :D

This sleeve will be in colour as seen in spoiler section

Spoiler for coloured:






We switched the hand for flowers and added them to the back,
Spoiler for linework:








Credit to my artist for all

help me for 20m Osrs 07

$
0
0
I need someone to do something with Server custom online for 20m Osrs 07

add me discord r.soso#3744

armies of gielinor (and other funorb games)

$
0
0
So I just learned u can actually download and play old funorb games offline with all content unlocked: (- too bad there isnt servers to support multiplayer)


PS. Dunno if ppl already knew about this.

Dark on light theme

$
0
0
We used to have one (I forgot the name of it) but it was removed several months (or longer?) ago.

It'd be nice to have one again, as I struggle with light text on a dark background.

I'd be quite happy if the stock vBulletin theme was an option.

PI Services

$
0
0
Starting new project need some improvements & fixes

looking for someone who is not lazy and is motivated to work and can provide some fair prices i'm not looking for a guy who talk big and trying to rip you wallet.

discord: Replicant#1054

317 Disabling items in wild

$
0
0
So i have been trying to disable certain items in wild so if your wearing them you cannot attack other players but still can get attacked and attack npcs. The code is from older server and now im using Anguish. Any help welcome =)
Current code im using
Code:

        private final int[] invalids = { 773,};
Code:

               
if(c.inArea(2941, 3525, 3392, 3968)) {
                for (int invalid_weapons : invalids) {
                       
                        if (c.playerEquipment[3] == invalid_weapons
                        || c.playerEquipment[2] == invalid_weapons
                        || c.playerEquipment[1] == invalid_weapons
                        || c.playerEquipment[0] == invalid_weapons
                        || c.playerEquipment[4] == invalid_weapons
                        || c.playerEquipment[5] == invalid_weapons
                        || c.playerEquipment[6] == invalid_weapons
                        || c.playerEquipment[7] == invalid_weapons
                        || c.playerEquipment[8] == invalid_weapons
                        || c.playerEquipment[10] == invalid_weapons
                        || c.playerEquipment[11] == invalid_weapons
                        || c.playerEquipment[12] == invalid_weapons
                        || c.playerEquipment[13] == invalid_weapons
                        || c.playerEquipment[9] == invalid_weapons) {
                                resetPlayerAttack();
                                c.sendMessage("You are wearing a custom item that is not allowed during PvP!");
                                return;
                        }
                }
                }

317 ⚔️ Rune PvP - Striving For PvP Perfection ⚔️

$
0
0


Rune PvP is a 317 PvP orientated RSPS with one goal in mind - to challenge and surpass the competition to dominate the scene.

Being involved with the PvP community, and PvP based servers for several years now has allowed me to build up a solid understanding of exactly what it is that PKers want in a RSPS.
Boasting a strong development team and solid funding, there's no doubting that Rune PvP will be a force to be reckoned with in 2020 and beyond.

It is important that PvP servers cater for every type of PKer, which is why we're actively engaging with the PvP community, both in the RSPS scene and OSRS to gather their thoughts and ideas.

Rune PvP also aims to bring an element of professionalism to the PvP based RSPS scene, something that is often lacking.

Thank you for taking the time to read this brief introduction, this thread will be updated and bumped as time goes on with updates and information regarding the progression of the server.



--- The Team ---

A Mage - Founder / Developer
Optimum - Developer


Media to date (in progress):


Rune PvP's unique artwork and logo design incorporated into the client background.

317 Anguish Base - Removal of anti bot bs (Bug Fixed Ascend)

317 Anguish Base - Removal of anti bot bs (Bug Fixed Ascend)

$
0
0
I need help identifying where all the anti-bot script in the client/server. I dont want u to remove it for me and send me code i want u to tell me where it is so i can temporaily disable by making it a note. thanks. If u just wanna share your opinions please leave it in my pm box. This thread is seeking help from experienced users who could potentially remove my antibot code, I removed the widget "Antibotwidget", but its still detecting me as botting. I have Anguish as a source and base. Thanks, I am new so please just help me. This is to make a offline only server for me a few friends (not online unless thru lan). Appreciate it.

Selling Old PSD's

$
0
0
- Full Set PSD: $15 or 30m OSRS
- Full Set PSD: $20 or 40m OSRS
- PSD - $50 or 98m OSRS

PM for details or pics of more userbars, etc.
Also might possibly take requests for custom Userbars.

Won't be doing this for long as it's only now-ish that I have free time to do so.




Current Vouches :: 21
Quote:

Originally Posted by Luq. View Post
Vouch for storm xD

Quote:

Originally Posted by Substance View Post
Vouch for storm, brilliant artist.

Quote:

Originally Posted by oxy View Post
vouch for storm he is a very good artist :)

Quote:

Originally Posted by Deri View Post
vouch for storm

Quote:

Originally Posted by 12wardpig667 View Post
Vouching for storming loling v trustworthy n gr8 desgner

Quote:

Originally Posted by SilverNova View Post
One of the best gfxers on R-S (personal opinion), deffo vouch.

Quote:

Originally Posted by bosslad View Post
vouch for storm his check list thread title is very reassuring

Quote:

Originally Posted by sillY goosE View Post
Vouch for Storm, knows his stuff!

Quote:

Originally Posted by Titanium View Post
vouch for storm (y) done work with him in the past, and he's always done a great and excellent job (y). Best of luck with sales :)

Quote:

Originally Posted by Mystic Wolf View Post
Quality Designer, vouch for Storm

Quote:

Originally Posted by Niceman View Post
Vouch for Storm, he's very good at what he is doing, professional!
Best of luck with the services pal!

Quote:

Originally Posted by Faze View Post
Vouch for storm. He made a great Web design when we were working on an Overwatch based project. Would use him now but it says currently closed :no:

Quote:

Originally Posted by Supreme View Post
Vouch for Storm.

Quote:

Originally Posted by LukaFurlan View Post
vouch :)

Quote:

Originally Posted by Zoom View Post
Vouch for Stormy

Quote:

Originally Posted by Michael View Post
Vouch for Strum. Made me a few pips and did it in a timely fashion.

Quote:

Originally Posted by Vippy View Post
Vouch for Storm. He made me

Quote:

Originally Posted by Setup View Post
Vouch for Storm. I like his designs and they are definitely worth the money. Good luck man.

Quote:

Originally Posted by Makaveli View Post
vouch for storm since the day he was born

Quote:

Originally Posted by Quacked View Post
Vouch for Storm!

Quote:

Originally Posted by LouConcepts View Post
wow, storm is an amazing designer i suggest buying his stuff before he stops!!!

Buying Services Regarding Ruse Client/Server sided

$
0
0
Looking for a person who is willing to do some interface implementation plus write server sided content, only vouched people and people who charge more than doctors please don't even bother.

Vencillio items general price


317 Virtuous ~ Enjoy the moment

$
0
0
Virtuous 317 loading OSRS

About: Virtuous is a modified Elvarg-based server that I've decided to work on. Currently, there's not a whole lot of work done on it, but I'm hoping to change that in the next few weeks.

My reasoning for working on this server is to continue my apprehension of programming in general. I'm not really into the idea of downloading a server and then hosting it right off the bat, in fact, idk if i'll ever host it. My vision for this server is to create aesthetically pleasing, well-built and engaging content.

On the topic of aesthetically pleasing, I'm aware that this thread looks like trash. I just wanted to start logging on it immediately (worry about the structure later).


Rainbow road lookin ass

RS2 SerenityRSPS - Hybrid Pre EOC/OSRS - Gambling - 20+ Bosses - Active Dev's - Free $10

718 [718-RS3] Seeking for Elite Dungeons coords

$
0
0
Guys, anyone have the coords for this location?

Temple Of Aminish
Thanks!

Selling a osrs Server with opengl

$
0
0
Hello selling a Hd 530 server with opengl

Price is 300m osrs or 200$ pm me for more info

Android client that works with Mige5's or rs2006 source [317?]

$
0
0
Hey Im looking for an android OSRS client that works on Mige5's rs2006sp or rs2006 source. The rules state I cannot advertise that I am compensating, but I would be happy to do a favor or something in return to justify someones time on this.
Viewing all 56156 articles
Browse latest View live