asteria-3.0 icon indicating copy to clipboard operation
asteria-3.0 copied to clipboard

An open source Runescape server designed to emulate the #317 protocol. This is no longer being developed.

Results 14 asteria-3.0 issues
Sort by recently updated
recently updated
newest added

Using a single threaded executor, tasks can end up being backed up in the internal queue and end up being severely delayed if lots of the tasks are blocking or...

improvement

https://github.com/lare96/asteria-3.0/blob/master/src/com/asteria/game/object/ObjectNodeManager.java#L67 You don't close the task.

bug

Sometimes, the death task is appended twice to the characternode whenever he dies, thus crashing the main game service. (as the previous task it's trying to run is null) Suggestion/fix:...

bug

You cannot make a dialogue option work unless you use an npc dialogue along with it. as seen here, it won't work unless you un-do the commenting out i did...

bug

http://pastebin.com/w9DA645N As you can see her, the "previous" option would need to repeat the whole entire thing, so adding it into methods is the only way around this atm

improvement

When you walk from non-wilderness into wilderness, and vise-versa, sometimes (you can get it to happen if you run back and forth), it glitches and shows the wilderness level when...

bug

The Toktz-xil-ul GFX seems wrong, like its blowing dragon flames on your enemy or something. Ez fix I just can't find the right GFX.

bug

It appears as if when you declare an npc to be aggressive, and you go near it, it just stands there and can't find its way to you, even when...

bug

Use enum set to group which prayers should be deactivated on activation

improvement