Considering I have never seen this done in a RSPS before, I figured this would be neat to share with everyone :p. To my knowledge, it should be spot on to the real game (including using a dynamic region and the force movement mask when being hit by the troll), as all information gathered was...
Debated on posting this to the Show-off section, but considering this is the first private server to have this (to my knowledge), let alone done correctly, I figured why not. All of the little details completing this event should be covered, including the unlocking of the song "Artistry", the...
How do you guys recommend implementing timed events that will occur every 20-30 minutes?
Are the cycleEvents any good for this? Resource and stability-wise?
Thanks in advance :)
Screenshot by Lightshot
Got in run.bat, not sure what the player was doing. Says something about my control panel but I wasn't doing anything with it when these errors came up.
I'm giving 5 3 accounts' login name and password.
I'll add two more account soon.
Rules:
Thank this post and guess accounts' combat level
If your guess hits one of them, accept the account.
You can only guess once.
Please don't post any number without thanking.. This is not a place to get...
I made this Christmas event for my server .
This video was made by some player in the server as guide,
He kinda made it look easy but still ye ;)
Christmas Quest Guide ! Shilo - Nation
Here are some event managers I wrote in my spare time, these were inspired by Graham Edgecombe's implementation.
package net.exion.evt;
import java.util.LinkedList;
/**
* This is an implementation of single thread event processing, I wrote it for
* my server, Exion. Although it can be...
NPC's have just been added! Let me know how I did and what I can do better.
I do not give anyone permission to post this anywhere else.
You can either add the objects yourself or just let the event take place where they are all located at. The coords for that are (2007, 4430).
Changed...
I was using this for my pc
public void InBoat () {
EventManager.getSingleton().addEvent (new Event() {
public void execute(EventContainer c) {
if(objectID == 14315 && System.currentTimeMillis() - lastAction > actionInterval) {
sM("You enter the boat...
I think you should consider adding Community Events team to Rune-server.
You know, like section moderator, shoutbox moderator but just that they wouldn't have the moderator rights, but instead they would be responsible for Rune-server community events. They would have to be active and think of...
Ok, I coverted my restore-run energy method to be an event, and am wondering what is wrong.
My restore run-energy is this:
public void runEnergy() {
server.registerEvent(new Event(500) {
public void execute() {
if (System.currentTimeMillis() - thisone > getAgilityRun()) {
if...
Say you want to make an event for pking, or for a minigame that you are holding. This will let you add a command ::event, by setting event coords ingame and removing the event. No clue if this has been posted before, but I had never seen it until I added it to my server. First off add these to...
Welcome to Jinrake's Christmas Event 2008!
My first and best Christmas event ever!
*REWARD: 6MIL
Difficulty: 0.1
Stuff needed: A eye, brain, mouse, keyboard, and a server
Files Modded: Client, NPCHandler, Autospawn
Tested Servers: Delta, Czar, ZDiddy
Open client.java.
Add all of...