[GH-ISSUE #87] Teleother spells not working #13435

Closed
opened 2026-06-07 12:20:31 +00:00 by Dark98 · 6 comments
Owner

Originally created by @Dark98 on GitHub (Oct 23, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/87

it says "this player is not in the wilderness"

Originally created by @Dark98 on GitHub (Oct 23, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/87 it says "this player is not in the wilderness"
Dark98 added the Difficulty: Easy label 2026-06-07 12:20:31 +00:00
Author
Owner

@Gptaqbc commented on GitHub (Oct 24, 2019):

Here's some documentation about how to implement it correctly: https://www.rune-server.ee/runescape-development/rs2-server/snippets/417582-adding-teleother-project-insanity.html

I don't know if we use the same base as Project Insanity, but I'll be taking a look at it tonight.

<!-- gh-comment-id:545919621 --> @Gptaqbc commented on GitHub (Oct 24, 2019): Here's some documentation about how to implement it correctly: https://www.rune-server.ee/runescape-development/rs2-server/snippets/417582-adding-teleother-project-insanity.html I don't know if we use the same base as Project Insanity, but I'll be taking a look at it tonight.
Author
Owner

@DPSCryptic commented on GitHub (Oct 24, 2019):

we are based on apollo i think

<!-- gh-comment-id:545920081 --> @DPSCryptic commented on GitHub (Oct 24, 2019): we are based on apollo i think
Author
Owner

@mrextremez commented on GitHub (Oct 24, 2019):

Wherever it says this player is not in the wild add a check to not show that if they are using teleother

<!-- gh-comment-id:546129160 --> @mrextremez commented on GitHub (Oct 24, 2019): Wherever it says this player is not in the wild add a check to not show that if they are using teleother
Author
Owner

@Gptaqbc commented on GitHub (Oct 30, 2019):

I think we have to add the tele-other spells to this array:

int[] spells = { 12435, 12455, 12425, 30298, 30290, 30282, };

In the CastOnOther.java class.

So this boolean in the AttackPlayer.java class should now be true.
boolean teleother = CastOnOther.castOnOtherSpells(c);

<!-- gh-comment-id:548022781 --> @Gptaqbc commented on GitHub (Oct 30, 2019): I think we have to add the tele-other spells to this array: int[] spells = { 12435, 12455, 12425, 30298, 30290, 30282, }; In the CastOnOther.java class. So this boolean in the AttackPlayer.java class should now be true. boolean teleother = CastOnOther.castOnOtherSpells(c);
Author
Owner

@Gptaqbc commented on GitHub (Nov 9, 2019):

Working on it!

<!-- gh-comment-id:552062279 --> @Gptaqbc commented on GitHub (Nov 9, 2019): Working on it!
Author
Owner

@Dark98 commented on GitHub (Nov 9, 2019):

fixed by @Gptaqbc

<!-- gh-comment-id:552142246 --> @Dark98 commented on GitHub (Nov 9, 2019): fixed by @Gptaqbc
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#13435