i need a drink
↧
i give up
↧
Hi im Ali
hello everyone my names ali, I used to be a good coder 4 years ago! I am a truck driver now and im on and off rsps,. Now i wanna get back to coding rsps. And i always need the help! PM lets be friends~!
↧
↧
I NEED HELP RUnning a server please!
add me on discord please: DisputedSavage#5016
I get this error! -
[Launcher] Initing File System...
[Launcher] Initing Cache...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
at com.rs.utils.huffman.Huffman.init(Huffman.java:17)
at com.rs.GameLauncher.main(GameLauncher.java:87)
Press any key to continue . . .
I get this error! -
[Launcher] Initing File System...
[Launcher] Initing Cache...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
at com.rs.utils.huffman.Huffman.init(Huffman.java:17)
at com.rs.GameLauncher.main(GameLauncher.java:87)
Press any key to continue . . .
↧
Mining Pickaxes (Fixed)
Hi, been rewritting mining but I am stuck for the pickaxes part, here the codes with the explications:
The enum of course with the pickaxes informations:
The check:
Here what I'm trying to do is to make it check if the player has it in the inventory or in the weapon slot also to check the best pickaxe you have but it doesn't work (added in red what I think is wrong).
- Thanks.
The enum of course with the pickaxes informations:
Code:
public enum Pickaxes {
BRONZE_PICKAXE(1265, 625, 1, 1),
IRON_PICKAXE(1267, 626, 2, 1),
STEEL_PICKAXE(1269, 627, 3, 6),
MITHRIL_PICKAXE(1273, 629, 5, 21),
ADAMANT_PICKAXE(1271, 628, 7, 31),
RUNE_PICKAXE(1275, 624, 10, 41),
DRAGON_PICKAXE(15259, 12189, 13, 61); // Animation may be incorrect.
private int pickaxeId, animationId, pickaxeTime, level;
private Pickaxes(int pickaxeId, int animationId, int pickaxeTime, int level) {
this.pickaxeId = pickaxeId;
this.animationId = animationId;
this.pickaxeTime = pickaxeTime;
this.level = level;
}
public int getPickaxeId() {
return pickaxeId;
}
public int getAnimationId() {
return animationId;
}
public int getPickaxeTime() {
return pickaxeTime;
}
public int getLevel() {
return level;
}
}
Code:
pickaxe = getPickaxe(player);
if (pickaxe == null) {
player.getDialogueManager().startDialogue("SimpleMessage", "You need a pickaxe to mine this rock. You do not have a pickaxe", "which you have the Mining level to use.");
return false;
}
Code:
public static Pickaxes getPickaxe(Player player) {
for (int i = Pickaxes.values().length - 1; i >= 7; i--) {
Pickaxes pickaxe = Pickaxes.values()[i];
if (player.getInventory().containsItemToolBelt(1265) || player.getEquipment().getWeaponId() == pickaxe.getPickaxeId()) {
if (player.getSkills().getLevel(Skills.MINING) < pickaxe.getLevel()) {
return pickaxe;
}
}
}
return null;
↧
[request] looking for a clean base
i want to try something new and im not having any luck finding any 317 bases/ clean bases from 718 or even 317 thanks in advance to anyone that can send me a few links
↧
↧
am looking 4 work =]
hi friends i am mikey and i am looking 4 work =]
am decent java (subpar kotlin) dev and i dnt rlly charge too much :/
rates r $5 / hr
there r somethings i cant do and will let you kno upon request
also if it takes me less than an hr it's free =]
i work on any revision unless it's tht rs3 shit and i dont do interface work
no this is not spam am srsly looking 4 work $5 / hr
discord (case-sensitive): Mikey#0667
thread wil b updated with what ive done after i get som work =]
paypal / btc only pls =]
ty4looking
am decent java (subpar kotlin) dev and i dnt rlly charge too much :/
rates r $5 / hr
there r somethings i cant do and will let you kno upon request
also if it takes me less than an hr it's free =]
i work on any revision unless it's tht rs3 shit and i dont do interface work
no this is not spam am srsly looking 4 work $5 / hr
discord (case-sensitive): Mikey#0667
thread wil b updated with what ive done after i get som work =]
paypal / btc only pls =]
ty4looking
↧
[Error] when updating data.
i have tried around 6 times using RSAM-GUI and POESY700 tools to do the cache editing for all the data/indexes but everytime it completes the game is no longer runnable
well to start off no webbrowesrs were open, all cache programs closed succesfully, i cant even get into logging in so there not the issues, im using elvarg 3.1
if anyone can help me with this that would be excellent thankyou willing to give rep++
Code:
Error: loaderror Unpacking config 86
at com.runescape.io.Buffer.readInt(Buffer.java:185)
at com.runescape.cache.anim.Animation.decode(Animation.java:47)
at com.runescape.cache.anim.Animation.init(Animation.java:16)
at com.runescape.Client.startUp(Client.java:9453)
at com.runescape.GameApplet.run(GameApplet.java:112)
at com.runescape.Client.run(Client.java:6357)
at java.lang.Thread.run(Unknown Source)
Code:
Sorry, an error has occured whilst loading OSRS Pk
to fix this try the following (in order):
1.try closing ALL open web-browsers windows, and reloading
2. try clearing your webbrowser cache from tools>internet options
3.try using a different game-world
4.try rebooting your computer
5.try selecting a different version of java from the play game menu
if anyone can help me with this that would be excellent thankyou willing to give rep++
↧
317 Vitur-PS | A New Imagination | Custom RSPS | Minigames | PVM | Gambling






Vitur-PS is a custom economy RSPS providing you with the best customer experience and the best environment you can imagine, with a dedicated staff team, developers and event managers all for your enjoyment
Features
Raids
Gambling
Donator Zones
Weapons
Minigames
Bosses
Gambling
Animations
Interfaces
Team
Media




[/COLOR]
↧
fdeyte
Fixed
↧
↧
[Error] when updating data.
i have tried around 6 times using RSAM-GUI and POESY700 tools to do the cache editing for all the data/indexes but everytime it completes the game is no longer runnable
well to start off no webbrowesrs were open, all cache programs closed succesfully, i cant even get into logging in so there not the issues, im using elvarg 3.1
if anyone can help me with this that would be excellent thankyou willing to give rep++
Code:
Error: loaderror Unpacking config 86
at com.runescape.io.Buffer.readInt(Buffer.java:185)
at com.runescape.cache.anim.Animation.decode(Animation.java:47)
at com.runescape.cache.anim.Animation.init(Animation.java:16)
at com.runescape.Client.startUp(Client.java:9453)
at com.runescape.GameApplet.run(GameApplet.java:112)
at com.runescape.Client.run(Client.java:6357)
at java.lang.Thread.run(Unknown Source)
Code:
Sorry, an error has occured whilst loading OSRS Pk
to fix this try the following (in order):
1.try closing ALL open web-browsers windows, and reloading
2. try clearing your webbrowser cache from tools>internet options
3.try using a different game-world
4.try rebooting your computer
5.try selecting a different version of java from the play game menu
if anyone can help me with this that would be excellent thankyou willing to give rep++
↧
317 SomniumOS | BETA STAGES | Chambers of Xeric | Gambling | Daily tasks | JOIN NOW

Website | Store | Hiscores | Vote | PLAY NOW
Welcome to the advertising thread of Somnium.
We were officially releasing our beta client on the 30th of January, but we didn't want to keep you waiting for so long anymore.
That's why we have decided to do a pre-release this weekend, which means Somnium will be available for everyone during this period. (24th January - 26th January)
If you want to be a part of the pre-release, join our discord chat so you can download Somnium this weekend, see you all in-game!

Some features:
- Squeal of fortune with daily spin
- Daily task system
- 9 quests to complete
- All achievement diaries
- All skills are fully functional
- Chambers of Xeric
- 4 different game modes with their own abilities/restrictions
- Pet ability system
- Flawless gambling with interface
- Skill prestige system
- Loyalty titles
- 20+ bosses
- Much, much more!





Credits:
Ascend
Myself
Zion
RSPSi
Mikey96
Dexter morgan
↧
[OSRS deob] Looking for some one with experience in CS2 scripting..
Hey Guys, I am looking for someone to go over cs2 scripting... I've got a raw server right now, a deob client and now I need to start implementing everything again. I have added the equipment stats overview interface fully already and the GE price checker. Now I am working on the 'Items kept on death' interface. I can not get it working...
So I am looking for:
- a developer with cs2 experience and who understands how all the connections work.
- I would like to get the items kept on death interface working as an example..
- Price can be discussed.
The client is loading 184 data right now.
Discord:
Mr Bobo#8525
So I am looking for:
- a developer with cs2 experience and who understands how all the connections work.
- I would like to get the items kept on death interface working as an example..
- Price can be discussed.
The client is loading 184 data right now.
Discord:
Mr Bobo#8525
↧
718 -- cannot damage bosses (help please!)
When i attack a npc. the hitsplats show nothing. but when they attack me, they show. help? Cant even hit a man lvl 2 with a hitsplat... seems ive only been able to hit custom bosses like sunfreet..
Any1 know how to fix this??? I dont know where the problem is.. and ive tried looking for forums to fix but havent found anything, badly need to fix this.
Any1 know how to fix this??? I dont know where the problem is.. and ive tried looking for forums to fix but havent found anything, badly need to fix this.
↧
↧
Username Request
Can I request the name "Poison"? it hasn't been active for 9+ years.
https://www.rune-server.ee/members/poison/
https://www.rune-server.ee/members/poison/
↧
317 SomniumOS | BETA | Chambers of Xeric | Squeal of fortune | Daily tasks | JOIN NOW

Website | Store | Hiscores | Vote | PLAY NOW
Welcome to the advertising thread of Somnium.
We are currently going through beta stages, these will end the first of march. All accounts created between now and the first of march, will receive a flaming skull in-game.
Join today and become a part of the many beta testers.

Some features:
- Squeal of fortune with daily spin
- Daily task system
- 9 quests to complete
- All achievement diaries
- All skills are fully functional
- Chambers of Xeric
- 4 different game modes with their own abilities/restrictions
- Pet ability system
- Flawless gambling with interface
- Skill prestige system
- Skilling points system with exp boosted equipment
- Amazing home area
- Loyalty titles
- 20+ bosses
- Much, much more!





Credits:
Ascend
Myself
Zion
RSPSi
Mikey96
Dexter morgan
↧
partner to have fun :) 667
hi im just looking to see if anybody is wanting to just code and do a few things on a 667 source together :P
↧
OSRS Adding Object on Map with Client (ELVARG)
I want to add objects in my map without adding it in the map just adding it in the client
im using : https://www.rune-server.ee/runescape...nterfaces.html
is not working
requestSpawnObject wont get the coordinates just local coordinates not the full coordinates
i hope someone can help me.
im using : https://www.rune-server.ee/runescape...nterfaces.html
Code:
public void addObject(int x, int y, int objectId, int face, int type, int height) {
int mX = this.regionX - 6;
int mY = this.regionY - 6;
int x2 = x - mX * 8;
int y2 = y - mY * 8;
int i15 = 40 >> 2;
int l17 = objectGroups[i15];
if (y2 > 0 && y2 < 103 && x2 > 0 && x2 < 103) {
requestSpawnObject(-1, objectId, face, l17, y2, type, height, x2, 0);
}
}
requestSpawnObject wont get the coordinates just local coordinates not the full coordinates
i hope someone can help me.
↧
↧
Login Screen Sprite Change
Hey guys, I'm trying to change the login screen to a new one that i customized, but every time i upload the new one and re-zip it to the sprite folder, it just reverts back to the old one. Any suggestions?
↧
OSRS 🔥Kronos🔥 The Ultimate Hybrid PK - PvM Server!
↧
[help] vencillio
anyone willing to help me update vencillio 317 with 188 data so i have rev caves and all sorts, i have tried to update it with no success its either i can get it to work without the animations or what ever but doing so causes more errors so is there anyone able to add me on discord or anything to help me with this? discord info on my profile.
↧