Teleother spells not working
Teleother spells not working
Created by: Dark98
it says "this player is not in the wilderness"
Oh no!
You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico.Incoming!
Drop your designs to start your upload.
Tasks
0No tasks are currently assigned. Use tasks to break down this issue into smaller parts.
Link issues together to show that they're related or that one is blocking others. Learn more.
- !144
Activity
Created by: Gptaqbc
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.
- Dark98 added Difficulty: Easy label
added Difficulty: Easy label
Created by: Gptaqbc
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);
- Dark98 mentioned in merge request !144 (merged)
mentioned in merge request !144 (merged)
- Dark98 closed
closed