This commit is contained in:
dginovker
2019-06-20 20:27:21 -04:00
parent cc169b33ab
commit 37be342311
132 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -257,4 +257,4 @@
4423 2426 3088 0 0
4424 2427 3088 0 0
14751 3021 3631 2 0
14752 3021 3632 2 0
14752 3021 3632 2 0
@@ -93,7 +93,7 @@ public abstract class Player {
dialogueAction = 0, autocastId, followDistance, followId2,
barrageCount = 0, delayedDamage = 0, delayedDamage2 = 0,
pcPoints = 0, magePoints = 0, desertTreasure = 0,
lastArrowUsed = -1, autoRet = 0, pcDamage = 0, xInterfaceId = 0,
lastArrowUsed = -1, autoRet = 1, pcDamage = 0, xInterfaceId = 0,
xRemoveId = 0, xRemoveSlot = 0, tzhaarToKill = 0, tzhaarKilled = 0,
waveId, frozenBy = 0, poisonDamage = 0, teleAction = 0,
bonusAttack = 0, lastNpcAttacked = 0, killCount = 0, witchspot,
@@ -11,7 +11,7 @@ import redone.util.Misc;
public class AntiBotting {
public static void botCheckInterface(Client client) {
int x = Misc.random(190);
/*int x = Misc.random(190);
int y = Misc.random(190);
client.getActionSender().setInterfaceOffset(x, y, 6015);
@@ -23,7 +23,8 @@ public class AntiBotting {
client.getPlayerAssistant().sendFrame126("I'm not a bot!", 6020);
client.getPlayerAssistant().showInterface(6014);
client.isBotting = true;
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");*/
client.isBotting = false;
}
}
@@ -2,6 +2,7 @@ package redone.net.packets.impl;
import redone.Connection;
import redone.Constants;
import redone.game.content.combat.magic.MagicTeleports;
import redone.game.items.ItemAssistant;
import redone.game.npcs.NpcHandler;
import redone.game.players.Client;
@@ -12,6 +13,9 @@ import redone.util.GameLogger;
import redone.util.Misc;
import redone.world.clip.Region;
import static redone.game.content.combat.magic.MagicTeleports.LUMBRIDGE_X;
import static redone.game.content.combat.magic.MagicTeleports.LUMBRIDGE_Y;
public class Commands implements PacketType {
@Override
@@ -56,8 +60,17 @@ public class Commands implements PacketType {
player.getPlayerAssistant().closeAllWindows();
break;
case "commands":
player.getActionSender().sendMessage("::players, ::highscores");
player.getActionSender().sendMessage("::players, ::highscores, ::loc, ::stuck");
break;
case "loc":
player.getActionSender().sendMessage(player.absX + "," + player.absY);
break;
case "stuck":
player.getPlayerAssistant().startTeleport(LUMBRIDGE_X, LUMBRIDGE_Y, 0, "modern");
player.playerStun = true;
player.gfx100(80);
player.startAnimation(404);
break;
case "highscores":
HighscoresHandler hs = new HighscoresHandler();
String[] highscores = new String[]{
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
# 2006rebotted
A 2006 Runescape Emulation Server - with bots!
Project thread (RuneServer): https://www.rune-server.ee/runescape-development/rs2-server/projects/686444-2006rebotted-remake-server-will-allow-supply-creatable-bots.html
# Contributing
You can contribute anything you want. Content, bug fixes, even custom code. Simply clone the repository, and let me know if you need help. The original 2006redone release thread might come in handy for starting out: https://www.rune-server.ee/runescape-development/rs2-server/downloads/655403-2006redone-release-highly-accurate-runescape-2006-remake.html
Folder layout:
2006Redone file_server must be running so the client can connect and get the cache
2006Redone Server contains the server code
2006Redone Client contains the client code
Note that while any sensible changes are welcome, refactoring the Client is unlikely to be merged, simply because it breaks the botting hooks.
Bot client available through Parabot.org: https://www.parabot.org/community/
## Contributing Support
Create an issue, message me on [Reddit](https://www.reddit.com/user/OsrsNeedsF2P/), [Rune-Server](https://www.rune-server.ee/members/before/), or Discord (Red Bracket#8151) to get in touch :)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More