Pseudo Posted August 14, 2014 Share Posted August 14, 2014 GUTHIX_SATFF(null) Link to comment Share on other sites More sharing options...
Joseph Posted August 14, 2014 Author Share Posted August 14, 2014 GUTHIX_SATFF(null) I never noticed that lol, thanks 1 Link to comment Share on other sites More sharing options...
FrostBug Posted August 15, 2014 Share Posted August 15, 2014 AIR_BLAST and AIR_WAVE should be WIND_BLAST and WIND_WAVE. Although it only really matters if you (as I do) attempt to make conversions from the actual game or the Spell enum in the API to this enum. Link to comment Share on other sites More sharing options...
Joseph Posted August 15, 2014 Author Share Posted August 15, 2014 (edited) AIR_BLAST and AIR_WAVE should be WIND_BLAST and WIND_WAVE. Although it only really matters if you (as I do) attempt to make conversions from the actual game or the Spell enum in the API to this enum.I know I did the same thing with teleporting to house. I was always wondering if it was possible to have both my MM class and the magic enum interact, or work hand by hand. It could make scripting much more easier. Ngl this MM class does help drastically.I need to add in wands and fix the enum name. Edited August 15, 2014 by josedpay Link to comment Share on other sites More sharing options...
Joseph Posted August 15, 2014 Author Share Posted August 15, 2014 (edited) Renamed some spells: vulnerability, wind blast, wind wave, house teleport lvl 1 enchant (all 6 spells), low level alchemy (both low and high), claws of guthix Rename staff: guthix staffAdd in staffs: all 5 wands suggested by @FrostBug edit: Add new methods: SpellBook: variableName() MagicManager: getSpell() just updated soruce Edited August 15, 2014 by josedpay Link to comment Share on other sites More sharing options...
Joseph Posted October 30, 2014 Author Share Posted October 30, 2014 just updated it, read op to changes Link to comment Share on other sites More sharing options...
Dog_ Posted October 31, 2014 Share Posted October 31, 2014 what's the point in this @Override public String variableName() { return super.name(); } Link to comment Share on other sites More sharing options...
Harry Posted October 31, 2014 Share Posted October 31, 2014 Well this looks superb. 1 Link to comment Share on other sites More sharing options...
Joseph Posted November 1, 2014 Author Share Posted November 1, 2014 (edited) what's the point in this@Overridepublic String variableName() {return super.name();}No clue man lol, this is a old snippet and like I said i only updated it to extend method provider.I want to see if I could do something creative with the class not sure yet Edited November 1, 2014 by josedpay Link to comment Share on other sites More sharing options...