Commit Graph

69 Commits

Author SHA1 Message Date
Jeroen Ketelaar 7645a57097 [TASK] Added Npc#getName 2019-05-13 17:00:42 -05:00
Jeroen Ketelaar e84689011d Merge branch 'development' into PBLord-mapfix 2019-04-09 15:34:42 -05:00
George Farrell 9aa3fbe354 [FIX] Naming
Fixed naming inline with comments, Matched name for paint and added plane
2019-04-09 20:53:49 +01:00
George Farrell 4edcc85367 [BUGFIX] Map Location
Prints players location/map location in CMD, Reason for this is when coding on mac you don't have to turn disable dialog on and off saving a lot of time for mac users
2019-04-09 20:41:23 +01:00
Jeroen Ketelaar 12fd91fcd0 Merge branch 'development' into bugfix/debug-output-fix 2019-03-05 12:35:28 -06:00
Alexander Bielen b34fe3b67d [BUGFIX] Fixed debug output not switching to output 1 2019-03-05 19:28:11 +01:00
Alexander Bielen 9ce1ac587d [BUGFIX] Select debug 0 as default output 2019-03-05 17:22:38 +01:00
Shadowrs 9f0950245b Use new methods in other GameObject related debug classes 2018-10-05 19:12:28 +01:00
Shadowrs 5b7cfce082 Replace type specific getHash() with universal resolve() method
See 317-DS-min api PR #49 for more info
2018-10-04 21:51:32 +01:00
Jeroen Ketelaar 508b8257d5 Merge branch 'development' into cleanup/code-cleanup 2018-09-12 11:08:01 -05:00
Shadowrs 515b36ed56 Split objects debug up into all & each of the 5 types 2018-09-07 13:21:46 +01:00
Shadowrs b2ceeed73e Remove unneeded value caching 2018-09-05 10:47:17 +01:00
Shadowrs d0822df743 Add missing 'enabled' state to various AbstractDebuggers + only send debug info if when enabled 2018-09-03 03:31:22 +01:00
Emmastone 0e8f819cc9 [CLEANUP] Removed unnecessary parameter
Also fixed `Bait` in `Npcs.Option`
2017-12-03 16:56:26 +00:00
Emmastone 6c81f42cc0 [BUGFIX] Actions Output
Related to an issue on @Parabot
2017-11-27 12:51:11 +00:00
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