Difference between revisions of "Zuhaerr Mansiv"

From WLCS
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Introduction==
  
 +
[[File:Spectate.png|right|thumb|300px|RSBuddy running 3 bots.]]
 +
 +
I will be working on [http://rsbuddy.com/ RSBuddy] for the remainder of the year. RSBuddy is an application that provides the backend and environment for automation tools known as scripts. Scripts perform tasks in the online game [http://runescape.com/ RuneScape] to acquire in-game currency or experience. Experience accumulates and the player’s game avatar gains levels at specific amounts of experience.
 +
 +
Hundreds of thousands of RuneScape players use automation software such as RSBuddy to either enhance their gaming experience or acquire bulk in-game currency and high-level accounts to sell for real-word currency.
 +
 +
==Links==
 +
 +
* [http://rsbuddy.com/ Homepage]
 +
* [http://code.google.com/p/rsbuddy-api/ Open Source API Google Code Project]
 +
* [http://static.rsbuddy.com/doc Scripting API Javadoc]
 +
* [http://www.youtube.com/watch?v=t4FdrzEKcYg Demo of fishing script in action]
 +
* [http://rsbuddy.com/download/ Download]
 +
* [http://scripts.rsbuddy.com/ Script Repository]
 +
* [http://rsbuddy.com/forum/ Community Forum]
 +
 +
==What will I be doing?==
 +
 +
* '''Developing and maintaining the scripting API.'''
 +
** Self-explanatory. See Links.
 +
 +
* '''Developing the bot'''
 +
** Working on features like world-wide walking algorithms (so a script can walk from anywhere to anywhere else in the game world with just a few lines of code), usage statistic reports to the server, etc.
 +
 +
* '''Writing scripts'''.
 +
** Although the bot itself is the most difficult and important part, it is only an extremely powerful backend and set of tools that must be implemented by well-written scripts.

Latest revision as of 13:05, 21 April 2011

Introduction

RSBuddy running 3 bots.

I will be working on RSBuddy for the remainder of the year. RSBuddy is an application that provides the backend and environment for automation tools known as scripts. Scripts perform tasks in the online game RuneScape to acquire in-game currency or experience. Experience accumulates and the player’s game avatar gains levels at specific amounts of experience.

Hundreds of thousands of RuneScape players use automation software such as RSBuddy to either enhance their gaming experience or acquire bulk in-game currency and high-level accounts to sell for real-word currency.

Links

What will I be doing?

  • Developing and maintaining the scripting API.
    • Self-explanatory. See Links.
  • Developing the bot
    • Working on features like world-wide walking algorithms (so a script can walk from anywhere to anywhere else in the game world with just a few lines of code), usage statistic reports to the server, etc.
  • Writing scripts.
    • Although the bot itself is the most difficult and important part, it is only an extremely powerful backend and set of tools that must be implemented by well-written scripts.