iutils: add dwarf tunnel transport
This commit is contained in:
parent
c05ffa0187
commit
e3aaa83349
|
@ -23,7 +23,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
version = "4.3.9"
|
||||
version = "4.4.0"
|
||||
|
||||
project.extra["PluginName"] = "iUtils"
|
||||
project.extra["PluginDescription"] = "Illumine - Utils required for plugins to function with added automation"
|
||||
|
|
|
@ -85,6 +85,12 @@ public class TransportLoader {
|
|||
transports.add(npcTransport(new Position(3054, 3245, 0), new Position(1824, 3695, 1), 10724, "Port Piscarilius"));
|
||||
}
|
||||
|
||||
//White Wolf Mountain Tunnel
|
||||
if (game.varp(11) >= 5) {
|
||||
transports.add(objectTransport(new Position(2877, 3482, 0), new Position(2876, 9878, 0), 57, "Climb-down"));
|
||||
transports.add(objectTransport(new Position(2876, 9878, 0), new Position(2877, 3482, 0), 56, "Climb-up"));
|
||||
}
|
||||
|
||||
//entrana
|
||||
transports.add(npcActionTransport(new Position(3041, 3237, 0), new Position(2834, 3331, 1), 1166, "Take-boat"));
|
||||
transports.add(npcActionTransport(new Position(2834, 3335, 0), new Position(3048, 3231, 1), 1170, "Take-boat"));
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue