Compare commits

...

148 Commits

Author SHA1 Message Date
dginovker d7f4ed199b Latest compile 2019-10-28 19:52:36 -04:00
Danial 4760cee80e Refactoring and Clue scrolls (#126)
* refactor treasure trails

* tidy up random functions

* tidy up treasure trails

* refactor drops, consistant

* add clue scroll drops

* spread item rewards

* update rewards

* remove odd behaving items

* always give 2 → 4 items (1 stackable)
2019-10-27 22:18:28 -04:00
Josh Shippam 52414ce985 Merge pull request #125 from Dark98/master
Read Comment
2019-10-28 00:26:46 +00:00
Dark98 912a08c423 Read Comment
Made firstTimeTutorial handle the inital login stuff instead of it being ran with the dialogue
made the warning about the bank pin send for all players
fixed weight calculation on first login(closes #109)
2019-10-28 00:25:30 +00:00
dginovker 459e68773d latest compile 2019-10-27 15:26:53 -04:00
LeonBeilis abcb1133d8 minor fix for door glitch (#123)
* running locally env - null password given

* open door from distance fix, needs improvment
2019-10-27 15:14:53 -04:00
Gptaqbc dd206ece70 Next (#124)
* Update NpcHandler.class

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

* Update NpcHandler.java

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

closes #47
2019-10-27 15:12:47 -04:00
dginovker 0b57ebc7db Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-10-27 15:06:29 -04:00
dginovker 276dc251dd merge fixes 2019-10-27 15:06:19 -04:00
Gptaqbc 8e874e6310 Trade issue (#117)
* Update Game.java

Adding ShiftDropping to items with the wield option as default.

The options still have double Drop like the shiftdrop for use option as default.

* Trade issues

Resolved issues around the trading system:
1. Can't trade anymore when other player isn't close;
2. Trade interface now close when other player disconnect or click the minimap;
3. Players cant no longer store items in the trade interface;
4. Items are properly distributed after any player closes the trade interface;
5. Added a message saying 'Trade completed.' after a trade is completed;
2019-10-27 14:45:59 -04:00
Danial 43713164cc Update player run calculations (#108)
* Update player run calculations

* add regen calculations
2019-10-27 14:22:08 -04:00
Danial df62d7efcf Fix Vampyre Slayer Quest (#113)
* fix vampyre slayer

* add 12 quest point requirement to blackKnightsFortress Quest
2019-10-27 14:21:09 -04:00
Danial 01199f1d58 fix shop prices (#114)
round shop prices
2019-10-27 14:21:02 -04:00
Danial 8262512bf6 Add Shield of Arrav (#120)
* change it up

* eh

* Add Shield of Arrav quest

* Add comment
2019-10-27 14:15:12 -04:00
Mr Extremez e9480ee890 Update ShopAssistant.java (#121)
Adds ability to sell tokkul items back to shop for tokkul
2019-10-27 14:13:37 -04:00
Michael Sasse a9d45373e0 This update resolves dginovker/2006rebotted#166
Added proper object size calculations.
Removed old objectDistance code.
Added current task support, allows easy creation of player tasks that cannot duplicate.
2019-10-26 19:43:19 -05:00
Josh Shippam 365e4a13be Merge pull request #111 from RedSparr0w/commands-tele
Refactor commands, Add click to tele command
2019-10-26 02:29:58 +01:00
RedSparr0w a0cade8735 move clicktotele to developer commands 2019-10-26 14:18:48 +13:00
RedSparr0w 607178155a refactor commands, add click to tele command 2019-10-26 14:15:59 +13:00
Josh Shippam 551e785b94 Merge pull request #106 from RedSparr0w/champions-guild
fixup champions guild
2019-10-25 15:17:41 +01:00
RedSparr0w 441ca60292 require all quest complete or 32 QP 2019-10-25 17:46:49 +13:00
Danial 3743ebf4da add another bluerite ore (#105) 2019-10-25 00:39:40 -04:00
RedSparr0w 04f474ed6d fixup champions guild 2019-10-25 17:36:38 +13:00
dginovker aa68571818 latest compile 2019-10-25 00:12:09 -04:00
Danial 20135d096f Refactor mining, add all the rocks and ores (#104)
* add blurite ore

* update randomness

* remove randomness

* refactor mining

* add gems
2019-10-25 00:08:53 -04:00
Gptaqbc b5c2a8fa59 Update Game.java (#102)
Adding ShiftDropping to items with the wield option as default.

The options still have double Drop like the shiftdrop for use option as default.
2019-10-25 00:07:01 -04:00
Josh Shippam aa0e46bd16 Merge pull request #103 from RedSparr0w/black-knight-fortress-fixes
[Final?] Black knight fortress fixes
2019-10-25 03:04:59 +01:00
RedSparr0w 93770239de set ape atoll tele to require 19 QP 2019-10-25 14:55:26 +13:00
RedSparr0w a457cba05d increase max Quest Points 2019-10-25 14:55:23 +13:00
RedSparr0w 0561237df2 refactor quest rewards for consistancy 2019-10-25 14:53:38 +13:00
RedSparr0w 7c3e0ca17c update text 2019-10-25 14:48:21 +13:00
RedSparr0w 18f18b107c load blackKnight progress from file 2019-10-25 14:27:53 +13:00
RedSparr0w a65daa5408 use questReward function 2019-10-25 13:58:32 +13:00
RedSparr0w 021a7ccdfa fix saving of the quest 2019-10-25 13:43:08 +13:00
Josh Shippam cfdffea92b Merge pull request #100 from RedSparr0w/fix-black-knight-quest-some-more-
fix black knights quest rewards
2019-10-25 01:03:45 +01:00
RedSparr0w c697a36dc2 fix black knights quest rewards 2019-10-25 12:47:19 +13:00
dginovker 028920af08 Latest compile 2019-10-24 19:37:15 -04:00
Danial 6eadfd3da4 Update readme, add parabot localhost instructions (#99)
* Update readme, add parabot localhost instructions

* fixup filename
2019-10-24 19:34:46 -04:00
Josh Shippam bd6b34f4a5 Merge pull request #98 from Dark98/master
Remove Heatmap Code from Server
2019-10-24 23:02:23 +01:00
Dark98 30c0207ef9 Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-10-24 23:00:31 +01:00
Dark98 95285fa786 Remove Heatmap Code 2019-10-24 23:00:21 +01:00
Josh Shippam 7217295d37 Merge pull request #97 from RedSparr0w/knights-sword-fix
fix cupboard object spawning - Knights Sword Quest
2019-10-24 22:59:19 +01:00
RedSparr0w 1e99863687 fix cupboard object spawning 2019-10-25 10:52:47 +13:00
Josh Shippam 7570b61245 Merge pull request #95 from Dark98/master
Made Notes Stackable
2019-10-24 22:25:20 +01:00
Dark98 abc412e011 Made Notes Stackable 2019-10-24 22:23:28 +01:00
dginovker 92ada218a2 latest compile 2019-10-24 14:42:37 -04:00
Danial 8de8b619a0 Rebase magic teleports, fix superheat (#92)
* rebase teleport spells

* fix superheat rune requirements

* fixup ardougne laws required
2019-10-24 14:42:02 -04:00
Gptaqbc 14f162347e Update ShopAssistant.java (#91)
Fixing the issue #84 - Cannot buy runes if inventory full (have runes)

It's fixed for all stackable items.
2019-10-24 14:30:23 -04:00
Mr Extremez 70573a76bc Update ClickingButtons.java (#94)
Fixes making redberry pies in knights sword
2019-10-24 14:28:38 -04:00
Josh Shippam a3be2f3d90 Merge pull request #89 from RedSparr0w/patch-3
fixup sheep shearer/black knight
2019-10-23 15:54:46 +01:00
Danial fd01ac0b6a fixup sheep shearer/black knight 2019-10-23 20:46:57 +13:00
Josh Shippam db800ca7e6 Merge pull request #82 from Dark98/master
MrExtremez Fixes
2019-10-22 21:31:21 +01:00
Mr Extremez 818ea68ae1 Fletching fix
Should fix 2 people not being able to fletch at once. Let me know how it works - mr extremez :)
2019-10-22 21:14:00 +01:00
Mr Extremez ede6989139 Iron bars now smelted @ 50% success rate :)
(fixes issue #74) -also did a little bit of tidying up nothing major
2019-10-22 21:13:51 +01:00
Danial 115cff892f Fix unreachable code block (#77) 2019-10-21 22:38:35 -04:00
dginovker 6d67f72583 Latest compile 2019-10-21 22:20:55 -04:00
Josh Shippam 90654b9dec Merge pull request #78 from RedSparr0w/fix-pure-essence
Allow player to mine Pure Essence
2019-10-22 03:04:35 +01:00
RedSparr0w d1c3746aaa mine Rune Essence until inventory is full 2019-10-22 14:42:23 +13:00
RedSparr0w ba20d5b166 Allow player to mine pure essence 2019-10-22 14:29:04 +13:00
Josh Shippam fe5d715691 Merge pull request #73 from Dark98/master
Fix Deposit & Withdraw "X" For Banking
2019-10-21 23:33:52 +01:00
Dark98 571501ed21 Fix Deposit & Withdraw "X" For Banking
Thanks to https://www.rune-server.ee/runescape-development/rs2-server/help/659176-2006redone-pi-bank-x-option-not-working-solved.html
2019-10-21 23:31:49 +01:00
dginovker 3139814932 Latest compile 2019-10-20 20:51:20 -04:00
Josh Shippam 5156f09352 Merge pull request #71 from Dark98/master
Finally "Fix" Discordbot ::commands
2019-10-21 01:48:07 +01:00
Danial 3e83996a7f Finally "Fix" Discordbot ::commands
Fixes the commands command,
Was originally missing a double quote mark,
Then an extra back-tick got added,
Then more back-ticks were added,
Then the fix keyword was removed,
I've added back the fix keyword which will give the commands the yellow coloring
2019-10-21 01:45:18 +01:00
Daniel Ginovker ed1c4b1960 Touchup server cmds and latest compile (#69) 2019-10-21 01:40:29 +01:00
Josh Shippam fc0ee0179b Merge pull request #67 from Dark98/master
Fix Herblore EXP For New Accounts
2019-10-21 01:26:23 +01:00
Dark98 7c42a83c22 Fix Herblore EXP For New Accounts 2019-10-21 01:25:51 +01:00
Josh Shippam dbb4ac970a Merge pull request #66 from Dark98/master
Discord Bot Update
2019-10-21 01:22:24 +01:00
Dark98 d589c83975 Discord Bot Update
Bot Activity Now Displays Current Players Online(Updated Every Minute? don't really understand game ticks xD)
Fixed ::commands Command
Added HeatMap & Issues Commands
2019-10-21 01:20:39 +01:00
Daniel Ginovker 88c039eeca Fix no such file or dir (#65) 2019-10-19 19:58:08 -04:00
dginovker 7a9cfbd426 Merge branch 'DPSCryptic-master' 2019-10-18 13:40:59 -04:00
dginovker 90f6cc7806 Merge branch 'master' of https://github.com/DPSCryptic/2006rebotted into DPSCryptic-master 2019-10-18 13:40:45 -04:00
unknown 6b96d07a91 just a quick patch so that we can start training herblore 2019-10-18 19:28:04 +02:00
DPSCryptic b788d13c31 My development cryptic (#61)
* i dont even know what i changed

* Delete Hatchet.java

* Delete Tree.java

* Delete WoodcuttingEvent.java

* wealth command

* sell all option

* haha
2019-10-18 11:18:56 -04:00
Mr Extremez 0e969c1a08 Only quests that are added will display on quest tab with this. (#62)
(fixes issue #25) - mr extremez :)
2019-10-17 11:20:09 -04:00
unknown 5ffd84a305 wealth command 2019-10-14 23:31:43 +02:00
DPSCryptic 76f96756af Delete WoodcuttingEvent.java 2019-10-14 22:56:10 +02:00
DPSCryptic ff64247854 Delete Tree.java 2019-10-14 22:56:02 +02:00
DPSCryptic 81d231bc41 Delete Hatchet.java 2019-10-14 22:55:55 +02:00
unknown 9e4ce2aa44 i dont even know what i changed 2019-10-14 22:51:06 +02:00
dginovker 6aefe41cd8 Forced latest compile fix 2019-10-13 14:54:34 -04:00
dginovker 239c5dfa14 Latest compile 2019-10-13 14:29:40 -04:00
DPSCryptic 0d728d8af0 My development (#58)
* Black Knights Fortress (not complete)

* another Black knight

* dialogue fix + added comment
2019-10-13 14:12:32 -04:00
Danial ea50d4065a Update 0 players message (#55) 2019-10-13 10:01:54 -04:00
Danial 8b7b1255ec Show commands in a code block (#56) 2019-10-12 22:36:10 -04:00
dginovker da6f46ecb7 Latest compile 2019-10-12 21:32:32 -04:00
Josh Shippam 0e231cef7e 2006ReBot Update (#54)
Separated commands into own classes
added a few more simple af commands to make bot a bit more useful
2019-10-12 20:23:03 -04:00
Josh Shippam 6cfca2886a Voting Setup & Made SettingsLoader a tiny bit cleaner (#53) 2019-10-12 15:58:55 -04:00
dginovker fc45ec3548 uploading latest compiled code 2019-10-11 21:08:32 -04:00
Danial 3e71d072f7 attempt to fix fletchibng crash (#52) 2019-10-11 21:06:30 -04:00
dginovker ae05e80a7c Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-10-11 14:09:50 -04:00
dginovker 6a538afd70 Fix server crash 2019-10-11 14:09:45 -04:00
Daniel Ginovker e7cfc21a0a Fix castle wars/falador/banks etc (#49) 2019-10-10 13:39:40 -04:00
dginovker 969887e948 new compile 2019-10-10 11:17:30 -04:00
Josh Shippam 5b4c669d64 Multiple Changes Check Commits (#48)
* Temp Hiscores & SettingsLoader changes

 Registered Accounts cycle count change

* EverythingRS Heatmap
2019-10-10 10:59:59 -04:00
Danial 83e612b50f randomToggle -> randomEventsEnabled (#45)
Fix prayer and fishing random event checks
2019-10-10 07:35:00 -04:00
dginovker 6f92f19327 refixed server port 2019-10-09 20:43:48 -04:00
dginovker d9d09a7ed0 total players registerd 2019-10-09 18:52:41 -04:00
Daniel Ginovker b97a843428 Players Online On Website, Changed packaging a little & added SettingsLoader (#44) 2019-10-09 17:30:43 -04:00
Daniel Ginovker 1f49bff69d Passwords (#43) 2019-10-09 14:32:24 -04:00
AgilityV2 719fe680da Update to essence xp. (#39)
rune essence correct xp is 5
2019-10-09 14:32:12 -04:00
dginovker 1f54e4e748 Fix tzhaar bank 2019-10-08 18:00:35 -04:00
dginovker 59515b3113 temp discord.json 2019-10-08 15:06:00 -04:00
Daniel Ginovker a3b8e773d4 Compile + small discord bot touchup (#38) 2019-10-08 14:32:45 -04:00
Josh Shippam 7b9e2f7163 Initial Discordbot Integration (#37) 2019-10-08 14:19:34 -04:00
MitchvanWijngaarden 42f545e0bc Added in randomToggle check to fishing (#36)
* bandaid fix fletching

* local

* Removed prayer random if user has randoms toggled off.

* Added in randomToggle check to fishing.
2019-10-08 13:38:05 -04:00
MitchvanWijngaarden d9e3d08ff8 Added in randomToggle check to burying bones (#35)
* bandaid fix fletching

* local

* Removed prayer random if user has randoms toggled off.
2019-10-08 13:37:44 -04:00
Ben Maher 4c90e2c6a5 Essence mining (#33)
* Clay mining is now implemented.

* Partial implementation of Essence mining, this doesn't implement pure essence yet though there's boilerplate code to assist.
Considerations:
Node requires 1 click per essence
Node produces only Rune Essence (This can in theory be changed for pure, but let's find out how much of Runecrafting is even implemented first.)
2019-10-07 19:10:26 -04:00
dginovker 1f04d2cbaa Compiled latest updates: 2019-10-07 15:30:47 -04:00
Ben Maher 4a06c906cd Clay mining is now implemented. (#31) 2019-10-07 09:12:35 -04:00
Ben Maher 5a87a47262 Mobile banking (#30)
* Fixed an issue with sheep regrowth, the id hadn't been completely migrated resulting in a one time sheep shear fiasco! My bad!

* Fixed admin command ::bank.
2019-10-06 21:40:14 -04:00
Ben Maher 29f5d14f46 Fixed an issue with sheep regrowth, the id hadn't been completely migrated resulting in a one time sheep shear fiasco! My bad! (#29) 2019-10-06 21:24:39 -04:00
Ben Maher ffc3e02f59 Oct6 (#28)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.

* Added inverse for random toggle, since it's the first thing I type every time.

* Added god capes.

* Re-implemented experiments.

* Yell now looks a little cleaner.

* Fixed outside of bounds exception on High scores, when player count doesn't meet threshold.

* Cleaned up Magic Teleports class and added level requirements.

* Fixed exit portal from ancient chamber.

* Added check to ensure axe id isn't outside the bounds of expected axes.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Changed allowed connections from 3 to 250!

* Sheep shearing just got easier!
2019-10-06 20:14:04 -04:00
dginovker 84dbe2e879 fix logs 2019-10-06 16:30:36 -04:00
dginovker a89082ebde Allow more than 3 clients 2019-10-06 15:49:39 -04:00
Ben Maher 84b7bb5476 Connections (#19)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.

* Added inverse for random toggle, since it's the first thing I type every time.

* Added god capes.

* Re-implemented experiments.

* Yell now looks a little cleaner.

* Fixed outside of bounds exception on High scores, when player count doesn't meet threshold.

* Cleaned up Magic Teleports class and added level requirements.

* Fixed exit portal from ancient chamber.

* Added check to ensure axe id isn't outside the bounds of expected axes.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Changed allowed connections from 3 to 250!
2019-10-06 15:39:51 -04:00
dginovker 8e47af0b29 Added woodcutting fix 2019-10-06 14:37:45 -04:00
Ben Maher ddec3a1204 Issue 15 (#18)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.

* Added inverse for random toggle, since it's the first thing I type every time.

* Added god capes.

* Re-implemented experiments.

* Yell now looks a little cleaner.

* Fixed outside of bounds exception on High scores, when player count doesn't meet threshold.

* Cleaned up Magic Teleports class and added level requirements.

* Fixed exit portal from ancient chamber.

* Added check to ensure axe id isn't outside the bounds of expected axes.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.
2019-10-06 13:34:23 -04:00
dginovker 655d4f5857 Compiled latest code 2019-10-06 12:38:19 -04:00
Daniel Ginovker 112fffb093 Fixed varrock east (#17) 2019-10-06 12:36:24 -04:00
Ben Maher f777f24e53 God capes, Ancient chamber teleport and axe array checks (#16)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.

* Added inverse for random toggle, since it's the first thing I type every time.

* Added god capes.

* Re-implemented experiments.

* Yell now looks a little cleaner.

* Fixed outside of bounds exception on High scores, when player count doesn't meet threshold.

* Cleaned up Magic Teleports class and added level requirements.

* Fixed exit portal from ancient chamber.

* Added check to ensure axe id isn't outside the bounds of expected axes.
2019-10-06 12:35:24 -04:00
Ben Maher b327e34f8e Local debugging accounts fix (#13)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.
2019-10-05 19:57:59 -04:00
Ben Maher 66396fc4f5 Revised shop re-stocking interval. (#12) 2019-10-05 19:43:46 -04:00
dginovker a0794be929 Compiled latest changes 2019-10-05 16:55:04 -04:00
Daniel Ginovker d822c80882 Make new contributors welcome (#11)
* @mediabi3

* Fix up for guide and making server run easier
2019-10-05 16:50:26 -04:00
AgilityV2 5fe35d517d shops.cfg (#10)
changed rune in stock for 3 mage shops
2019-10-05 16:48:50 -04:00
Daniel Ginovker c72542a86c @mediabi3 (#8) 2019-10-05 15:47:05 -04:00
dginovker 1dc22f65b7 Added ::tele and fixed bank 2019-10-05 12:05:13 -04:00
dginovker 2484a47927 Fix varrock west bank 2019-10-04 22:12:23 -04:00
dginovker d737aa398b Fixed shops.. again 2019-10-04 16:56:36 -04:00
MitchvanWijngaarden 61a0fc7f2b bandaid fix fletching (#5) 2019-10-04 16:28:03 -04:00
dginovker 15278364a6 Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-10-04 13:09:02 -04:00
dginovker 3af5acc0eb Fix server crash when woodcutting with pickaxe 2019-10-04 13:08:57 -04:00
Daniel Ginovker 178810413b Format 2019-10-04 11:23:18 -04:00
Daniel Ginovker 0d92f3bded Add contributing guide 2019-10-04 11:21:56 -04:00
dginovker d320d8efe3 Fix shop dupe thing 2019-10-04 10:46:46 -04:00
dginovker 72927379dc Actually fix autoretaliate 2019-10-03 20:43:58 -04:00
dginovker 9d45efb06c Updated server files 2019-10-03 18:48:41 -04:00
dginovker 15150159a4 Fixed bank bug, classes not compiled properly 2019-10-03 18:21:10 -04:00
Daniel Ginovker 828a0702db Update README.md 2019-10-03 14:23:01 -04:00
dginovker 1af8ef1649 Fixed start/stop scripts 2019-10-03 11:57:18 -04:00
dginovker d1e74667ae Corrected output to read classes from default path 2019-10-03 10:02:26 -04:00
dginovker e54659ed3c Fix combat exp rate.. for real this time 2019-10-03 08:02:08 -04:00
dginovker 9851cf11f7 fix combat exp rate.. apparently it should be 4. 2019-10-02 22:49:18 -04:00
dginovker 585dccf26c Fix readme dupe 2019-10-02 14:49:57 -04:00
dginovker 9835ee8cd9 October update 2019-10-02 14:43:47 -04:00
dginovker d621654f8e Update intro 2019-10-02 14:37:57 -04:00
Daniel Ginovker 9bcfe27933 Added Discord link 2019-09-15 21:01:46 -04:00
1541 changed files with 12090 additions and 9856 deletions
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="masterDetails">
<states>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.7</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</project>
+2
View File
@@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml
+178
View File
@@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/2006Redone Server/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/2006Redone file_server/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/2006Redone Client/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/commons-lang3-3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/javac++.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/mina.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/mysql-connector-java-5.1.23-bin.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/slf4j-nop.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/slf4j.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/xpp3-1.1.4c.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone Server/libs/xstream-1.4.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/netty-3.6.6.Final.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/commons-lang3-3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/javac++.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/mina.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/mysql-connector-java-5.1.23-bin.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/slf4j-nop.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/slf4j.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/xpp3-1.1.4c.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/2006Redone file_server/libs/xstream-1.4.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/2006Redone Server/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/2006Redone Server/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="libs" level="project" />
<orderEntry type="library" name="commons-lang3-3.1" level="project" />
</component>
</module>
+17
View File
@@ -0,0 +1,17 @@
<component name="libraryTable">
<library name="commons-lang3-3.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/commons-lang3-3.1.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/javac++.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/mina.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/mysql-connector-java-5.1.23-bin.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/netty-3.6.6.Final.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/slf4j-nop.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/slf4j.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/xpp3-1.1.4c.jar!/" />
<root url="jar://$PROJECT_DIR$/2006Redone file_server/libs/xstream-1.4.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
+7
View File
@@ -0,0 +1,7 @@
<component name="libraryTable">
<library name="libs">
<CLASSES />
<JAVADOC />
<SOURCES />
</library>
</component>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/CompiledServer" />
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/2006rebotted.iml" filepath="$PROJECT_DIR$/.idea/2006rebotted.iml" />
</modules>
</component>
</project>
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
-5
View File
@@ -1,5 +0,0 @@
@echo off
title 2006Redone
cd bin
java Main
pause
+22
View File
@@ -0,0 +1,22 @@
import java.net.InetAddress;
import java.net.UnknownHostException;
public final class Client {
public static void main(String[] args) {
ClientSettings.SERVER_IP = "127.0.0.1";
try {
Game game = new Game();
Game.nodeID = 10;
Game.portOff = 0;
Game.setHighMem();
Game.isMembers = true;
Signlink.storeid = 32;
Signlink.startpriv(InetAddress.getLocalHost());
game.createClientFrame(503, 765);
} catch (UnknownHostException e) {
e.printStackTrace();
}
}
}
+5 -1
View File
@@ -17,9 +17,13 @@ public class ClientSettings {
public final static String SERVER_WEBSITE = "www.2006redone.org";
/**
* The Servers Ip
*
* You dont have to change this, the client will automatically connect to the server
* on localhost
*
*/
public static String SERVER_IP = "35.226.247.68";
//public final static String SERVER_IP = "127.0.0.1";
//public final static String SERVER_IP = "127.0.0.1;
/**
* The Npc Bits for the Server
*/
+27 -17
View File
@@ -1133,10 +1133,10 @@ public class Game extends RSApplet {
if (itemDef.actions != null && itemDef.actions[l3] != null) {
menuActionName[menuActionRow] = itemDef.actions[l3] + " @lre@" + itemDef.name;
if (l3 == 3) {
menuActionID[menuActionRow] = 493;
menuActionID[menuActionRow] = 493;
}
if (l3 == 4) {
menuActionID[menuActionRow] = 847;
menuActionID[menuActionRow] = 847;
}
menuActionCmd1[menuActionRow] = itemDef.id;
menuActionCmd2[menuActionRow] = k2;
@@ -1169,20 +1169,30 @@ public class Game extends RSApplet {
if (class9_1.isInventoryInterface && itemDef.actions != null) {
for (int i4 = 2; i4 >= 0; i4--) {
if (itemDef.actions[i4] != null) {
menuActionName[menuActionRow] = itemDef.actions[i4] + " @lre@" + itemDef.name;
if (i4 == 0) {
menuActionID[menuActionRow] = 74;
if (shiftDown)
{
menuActionName[menuActionRow] = "Drop @lre@" + itemDef.name;
menuActionCmd1[menuActionRow] = itemDef.id;
menuActionCmd2[menuActionRow] = k2;
menuActionCmd3[menuActionRow] = class9_1.id;
}
if (i4 == 1) {
menuActionID[menuActionRow] = 454;
else
{
menuActionName[menuActionRow] = itemDef.actions[i4] + " @lre@" + itemDef.name; //Seems like it's Wear + SPACE + ItemName.
if (i4 == 0) {
menuActionID[menuActionRow] = 74;
}
if (i4 == 1) {
menuActionID[menuActionRow] = 454;
}
if (i4 == 2) {
menuActionID[menuActionRow] = 539;
}
menuActionCmd1[menuActionRow] = itemDef.id;
menuActionCmd2[menuActionRow] = k2;
menuActionCmd3[menuActionRow] = class9_1.id;
menuActionRow++;
}
if (i4 == 2) {
menuActionID[menuActionRow] = 539;
}
menuActionCmd1[menuActionRow] = itemDef.id;
menuActionCmd2[menuActionRow] = k2;
menuActionCmd3[menuActionRow] = class9_1.id;
menuActionRow++;
}
}
@@ -1212,7 +1222,6 @@ public class Game extends RSApplet {
menuActionRow++;
}
}
}
menuActionName[menuActionRow] = "Examine @lre@" + itemDef.name + (showInfo ? " @gre@(@whi@" + (class9_1.inv[k2] - 1) + "@gre@)" : "");
menuActionID[menuActionRow] = 1125;
@@ -4200,7 +4209,7 @@ public class Game extends RSApplet {
if (l == 447) {
if (shiftDown)
{
doAction(2); //Drop?
doAction(2); //1=Examine, 2=Drop, 3=wear?, 4= does some really wack shit in the inventory
needDrawTabArea = true;
return;
}
@@ -4213,6 +4222,7 @@ public class Game extends RSApplet {
needDrawTabArea = true;
return;
}
if (l == 1226) {
int j1 = i1 >> 14 & 0x7fff;
ObjectDef class46 = ObjectDef.forID(j1);
@@ -6536,7 +6546,7 @@ public class Game extends RSApplet {
}
catch(IOException _ex)
{
s = "connection problem";
s = "Connection problem -- Make sure FileServer is running!!";
expectedCRCs[8] = 0;
}
catch(Exception _ex)
+12
View File
@@ -3,6 +3,18 @@ import java.net.UnknownHostException;
public final class Main {
/*
DEAR DEVELOPER!
If you want to run the client locally, the easiest way to do that is run the class "Client.java" instead!
If you REALLY want to use this class, add two random program arguments.
But seriously, Client.java is just a copy-paste of this class and does it locally. Use that instead!
*/
public static void main(String[] args) {
if (args.length > 1)
{
+3
View File
@@ -8,6 +8,9 @@
<classpathentry kind="lib" path="libs/slf4j.jar"/>
<classpathentry kind="lib" path="libs/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="libs/xstream-1.4.1.jar"/>
<classpathentry kind="lib" path="libs/everythingrs-api.jar"/>
<classpathentry kind="lib" path="libs/javacord-api-3.0.4.jar"/>
<classpathentry kind="lib" path="libs/json-20190722.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="output" path="bin"/>
</classpath>
+1
View File
@@ -0,0 +1 @@
/bin/
@@ -1,14 +1,14 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="libs" level="project" />
<orderEntry type="library" name="libs1" level="project" />
<orderEntry type="library" name="libs2" level="project" />
</component>
</module>
-3
View File
@@ -1,3 +0,0 @@
@echo off
java -jar libs/javac++.jar src libs bin
pause
+1
View File
@@ -0,0 +1 @@
secrets.json
+1
View File
@@ -5,6 +5,7 @@
// West -3 face = doorY +1 face = -2
// doorX doorY Height Face State //0 closed, 1 open
door = 2474 3233 9312 0 1 //Ancient temple portal
door = 3312 3235 0 0 0 //duel arena gate
door = 3312 3234 0 0 0 //duel arena gate
door = 3253 3266 0 0 0 //cow gate
+2 -1
View File
@@ -1,3 +1,4 @@
// itemID itemName itemExamine
item = 0 Dwarf_remains The_body_of_a_Dwarf_savaged_by_Goblins. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 1 Tool_kit These_could_be_handy. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 2 Cannonball Ammo_for_the_Dwarf_Cannon. 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0
@@ -755,7 +756,7 @@ item = 757 Book The_Shield_of_Arrav_by_A_R_Wright. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 758 Key The_key_to_get_into_the_Phoenix_Gang_HQ. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 759 Key The_key_to_the_Phoenix_Gang's_weapons_store. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 760 Key Swap_this_note_at_any_bank_for_the_equivalent_item. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 761 Scroll An_intelligence_report. 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0
item = 761 Intel_report An_intelligence_report. 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0
item = 762 Scroll Swap_this_note_at_any_bank_for_the_equivalent_item. 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0
item = 763 Broken_shield Half_of_the_Shield_of_Arrav. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
item = 764 Broken_shield Swap_this_note_at_any_bank_for_the_equivalent_item. 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
+2 -2
View File
@@ -687,8 +687,8 @@ npc = 642 Katrine 0 0
npc = 643 Weaponsmaster 23 0
//------------------------Not In DB------------------------
npc = 644 Straven 23 20
npc = 645 Jonny_the_beard 0 0
npc = 644 Straven 0 0
npc = 645 Jonny_the_beard 2 10
npc = 646 Curator 0 0
npc = 647 Reldo 0 0
npc = 648 King_Roald 0 0
+3 -3
View File
@@ -49,9 +49,9 @@ shop = 48 Kjut's_Kebabs 2 2 1971 1000
shop = 49 Flynn's Mace Shop 2 2 1422 10 1420 10 1424 8 1428 6 1430 4
shop = 50 Ali's_Discount_Wares 2 2 1931 30 1935 10 1823 30 1833 10 1837 10 1925 10 4593 10 4591 10 970 10 946 10 590 10 1265 10 2138 10
shop = 51 Betty's_Magic_emporium 2 2 554 300 555 300 556 300 557 100 558 100 562 30 560 10 221 100 579 10 1017 10
shop = 52 Aubury_Magic_Shop 2 2 554 5000 555 5000 556 5000 557 5000 558 5000 559 5000 562 250 560 250
shop = 53 Wizards_Guild_Shop 2 2 554 1000 555 1000 556 1000 557 1000 558 1000 559 1000 562 300 561 300 560 1000 563 100 565 100 1387 10 1383 10 1381 10 1385 10
shop = 54 Lundails_Rune_Shop 2 2 554 1000 555 1000 556 1000 557 1000 558 1000 559 1000 561 300 562 300 563 100 564 100 560 300
shop = 52 Aubury_Magic_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 562 5000000 560 5000000
shop = 53 Wizards_Guild_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 562 5000000 561 5000000 560 5000000 563 5000000 565 5000000 1387 5000000 1383 5000000 1381 5000000 1385 5000000
shop = 54 Lundails_Rune_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 561 5000000 562 5000000 563 5000000 564 5000000 560 5000000
shop = 55 Battle_Runes 2 2 554 100 555 100 556 100 557 100 559 100 558 100 562 30 560 30
shop = 56 Tutab's_Magic_Market 2 2 554 1000 555 1000 556 1000 557 1000 563 100 221 10 4006 10 4023 10
shop = 57 Void_Knight_Magic_Store 2 2 554 1000 555 1000 556 1000 557 1000 558 1000 559 1000 562 300 560 300
@@ -2440,4 +2440,9 @@ spawn = 604 3000 3144 0 1 0 0 0 Thurgo
spawn = 647 3209 3496 0 1 0 0 0 Reldo
spawn = 9 3204 3496 0 1 0 0 0 Guard
spawn = 606 2977 3343 0 1 0 0 0 Squire
//PHEONIX GANG HIDEOUT
spawn = 644 3246 9780 0 0 0 0 0 Straven
spawn = 645 3224 3398 0 1 1 2 2 Jonny the beard
//VARROCK MUSEUM
spawn = 646 3256 3448 0 1 0 0 0 Curator Haig Halen
[ENDOFSPAWNLIST]
+1
View File
@@ -0,0 +1 @@
{"token":""}
+1
View File
@@ -1019,3 +1019,4 @@
5244 3656 3514 0 1 0
1530 3079 3497 3 0 0
12348 3207 3217 1 0 0
2474 3233 9312 0 1 0
@@ -0,0 +1,2 @@
[2019/10/26] 13:49 michael dropped 1 chef's hat absX: 3250 absY: 3225
[2019/10/26] 13:49 michael dropped 1 fire talisman absX: 3250 absY: 3225
@@ -0,0 +1 @@
[2019/10/04] 22:10 test dropped 3 coins absX: 3224 absY: 3202
@@ -1 +1,2 @@
[2019/06/19] 22:14 irdb picked up bronze dagger itemX: 3207, itemY: 3215
[2019/10/03] 18:17 irdb picked up cabbage itemX: 3217, itemY: 9622
@@ -0,0 +1,2 @@
[2019/10/26] 13:50 michael picked up fire talisman itemX: 3250, itemY: 3226
[2019/10/26] 13:50 michael picked up chef's hat itemX: 3250, itemY: 3226
@@ -0,0 +1,9 @@
[2019/10/04] 22:06 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:10 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:10 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:11 test picked up coins itemX: 3224, itemY: 3202
[2019/10/04] 22:16 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:16 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:16 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:23 test picked up knife itemX: 3224, itemY: 3202
[2019/10/04] 22:24 test picked up knife itemX: 3224, itemY: 3202
@@ -0,0 +1,23 @@
[2019/10/04] 10:46 irdb sold thread to store id: 24 for 2 coins
[2019/10/04] 10:47 irdb sold bronze dagger to store id: 88 for 8 coins
[2019/10/04] 16:54 irdb sold bronze dagger to store id: 88 for 8 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
@@ -0,0 +1,2 @@
[2019/10/27] 14:45 irdb2 was traded by irdb3 and recieved 1 Bronze dagger
[2019/10/27] 14:45 irdb2 was traded by irdb3 and recieved 1 Wooden shield
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