So when i get an npc to tele me to a spot. (I have 508 maps)
i getthis error:

the tele is:
Code:
c.getPA().movePlayer(3233, 9315, 0);
Code:
Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: 319
        at Stream.method422(Stream.java:245)
        at ObjectManager.method189(ObjectManager.java:1251)
        at client.method54(client.java:3200)
        at client.loadingStages(client.java:3148)
        at client.mainGameProcessor(client.java:3570)
        at client.processGameLoop(client.java:2751)
        at RSApplet.run(RSApplet.java:101)
        at client.run(client.java:5233)
        at java.lang.Thread.run(Thread.java:722)
But 1 thing i don't get is, i can tele to lets say
Code:
c.getPA().movePlayer(3261, 9330, 0);
and i walk to
Code:
3233, 9315
I get no errors or anything??? so what's causing this error when i get the npc to tele me there?