Commit Graph

54 Commits

Author SHA1 Message Date
JKetelaar cd4820d201 [CLEANUP] Used less code 2017-08-31 18:09:26 +02:00
PBLord 2555ae44ff [FEATURE] Skills Debug
Added Skills to Debug menus getLevel / getRealLevel
2017-08-31 16:29:46 +01:00
Emma Stone fab489819a [BUGFIX] Fixed accessor 2017-08-28 17:52:17 +01:00
Emma Stone 2d072920db [BUGFIX] Fixed #setAmountOrNameInput
Method is currently setting an `int` into a `String` field. 
This should fix it
2017-08-28 17:42:45 +01:00
Emma Stone 36ca2251bf [FEATURE] Emotes 2017-03-14 20:36:54 +00:00
Emma Stone 6afd4da0e5 [TASK] Moved settings to the api
Related to issue #77.
2017-03-09 11:07:57 +00:00
JKetelaar 408aff5fd2 [BUGFIX] Solved issue with AbstractMethodError on getLongId
Cannot try-catch on AbstractMethodError
2017-02-06 20:37:51 +01:00
Jeroen Ketelaar f1a1b9c66c Merge branch 'development' into feature/getlongid 2017-02-03 21:44:14 +01:00
JKetelaar f9a5f3ce6f [FEATURE] Made it easier to call int/long id methods 2017-02-03 21:43:22 +01:00
Emma Stone d14340034a [BUGFIX] Fixed a bug with Plane/Z 2017-02-03 19:21:57 +00:00
Emma Stone 7767ae1b85 [CLEANUP] Readded the return 2017-02-03 16:10:47 +00:00
Emma Stone e00f1d8562 [CLEANUP] Code cleanup 2017-02-01 20:35:49 +00:00
Emma Stone e6b1767f3c [FEATURE] Added getLongId 2017-02-01 19:23:45 +00:00
Jeroen Ketelaar 5ec1187f4b Merge branch 'development' into feature/accept-trade 2016-11-28 19:35:40 +01:00
Emmastone 6b5dbba881 [FEATURE] Added packets for accepting trades
TODO: The button id should be added into the settings.
2016-11-28 18:29:58 +00:00
Emmastone 9129171880 [FEATURE] Added addFriend and deleteFriend 2016-11-17 17:47:43 +00:00
Emmastone 650ae39acb [FEATURE] Friends list getter 2016-11-17 14:36:49 +00:00
Emmastone 03280055e1 [FEATURE] Login method 2016-10-17 01:10:27 +01:00
JKetelaar 23af9fae70 [BUGFIX] Solved problem where you could select multiple items
Solves issue #52
2016-10-17 01:49:09 +02:00
Jeroen Ketelaar 0dd3148f2c Merge pull request #54 from Parabot/feature/fryslan
[FEATURE] Fryslan & old Development
2016-10-17 01:37:02 +02:00
JKetelaar 96b39afd59 [BUGFIX] Proper pkhonor walking method 2016-10-17 01:36:50 +02:00
Emmastone ec1feb393f [CLEANUP] Deprecated code 2016-10-17 00:26:42 +01:00
Emmastone 33393875a6 [BUGFIX] Set getOpenBackDialogId as deprecated 2016-10-17 00:20:12 +01:00
Emmastone 0c07067201 [CLEANUP] Removed duplicated method && unused code 2016-10-16 23:55:41 +01:00
Emmastone 0ae03219a2 [FEATURE] Added dialog input && Set amount 2016-10-16 23:47:21 +01:00
Fryslan fa5030262a [FIX] Setting action debug unchecked when selecting another option. 2016-10-15 15:39:57 +02:00
Fryslan bc6803752c [FIX] Fixed WalkTo method for PKHonor. 2016-10-15 14:50:46 +02:00
Fryslan 893781ed43 [Completion] Completed Curses Prayer enum. 2016-10-12 20:44:05 +02:00
JKetelaar d7a9e63aeb [BUGFIX] Added null check 2016-10-05 01:12:58 +02:00
Fryslan b457abc9f4 [FIX] Added null check in Npcs.getNearest 2016-09-30 22:25:20 +02:00
Fryslan 1d286bd540 [METHODS] Added Gained and GainedPerHour calculation methods. 2016-07-20 23:02:43 +02:00
Fryslan 00da3bce6d [METHODS] Added Gained and GainedPerHour calculation methods. 2016-07-20 22:57:30 +02:00
Fryslan 00c30d8b52 [NAMING] Renamed UnEquip to Unequip 2016-07-07 21:58:54 +02:00
Fryslan 67281e3374 [ADDED CLASS] Added Equipment Class 2016-06-27 20:42:03 +02:00
Fryslan 0eca674232 [CLASS UPDATE]Added #isSameTile to Calculations class 2016-06-27 20:02:48 +02:00
Fryslan a3b50964ea [CLEANUP] Removing redundant modifiers in multiple interfaces 2016-06-26 21:54:29 +02:00
Fryslan 34dedfb096 [CLASS UPDATE] Removing redundant modifiers in multiple interfaces 2016-06-26 21:35:39 +02:00
Fryslan 3639499a18 [CLASS UPDATE] Removing redundant modifiers int Locatable interface 2016-06-26 21:32:45 +02:00
Fryslan a622952623 [CLASS UPDATE] Added Path Distance Calculations. 2016-06-26 20:59:24 +02:00
JKetelaar 58d4ba2096 [FEATURE] Added ability to change debug output - issue #46 2016-05-07 03:01:56 +02:00
Jeroen Ketelaar dff34d947b Merge pull request #35 from Parabot/Interface-Class
[TASK] Added features to Interface
2016-01-10 15:18:04 +01:00
Jeroen Ketelaar 62258286c2 Merge pull request #38 from Parabot/Prayer-class
[FEATURE] Added Prayer class
2016-01-10 15:16:57 +01:00
Jeroen Ketelaar 8e28208cf9 Merge pull request #39 from Parabot/Inventory-class
[BUGFIX] Fixed Combining Method
2016-01-10 15:16:26 +01:00
JKetelaar e508d25d1f [BUGFIX] Added Interface#getLongStackSizes 2015-12-30 18:11:37 +01:00
Fryslan 4e53c7f1ec [METHOD FIX] Fixed Combining Method 2015-10-22 22:20:50 +02:00
Fryslan 322596278a [CLASS UPDATE] Added and modified Methods
Made all methods Static and added #setActivePrayers and
#getActivePrayers
2015-10-21 21:33:08 +02:00
Fryslan 191e2acc89 [TYPO] Curse shouldn't be in plural form 2015-10-21 21:08:05 +02:00
Fryslan 5c20f4efe0 [CLASS UPDATE] Added Interface and Curses enum.
Added Book Interface.
Added Curses Class.
2015-10-20 23:26:24 +02:00
Fryslan 1aa8568807 [CLASS UPDATE] Method Update
Added #getClosest
2015-10-20 23:01:03 +02:00
Fryslan 851aad956c [CLASS UPDATE] Interfaces Class
Added Method's to the Interfaces class.
2015-10-20 22:50:18 +02:00