Hey, for some reason i cant make the champion's challenge arena wilderness (high risk pk arena from tizenx)
I tried getting the coords myself and adding them to wilderness.java, also tried copying them from tizenx's wilderness.java
Printable View
Hey, for some reason i cant make the champion's challenge arena wilderness (high risk pk arena from tizenx)
I tried getting the coords myself and adding them to wilderness.java, also tried copying them from tizenx's wilderness.java
If you actually want to be helped, you've got to provide legitimate information on what you're trying like code snippets etc, so we can tell you what you're doing wrong
I dont think im doing anything wrong. my friend also tried to make the area wilderness and turns out we cant make any area wilderness.Quote:
Originally Posted by Tyler_ [Only registered and activated users can see links. Click Here To Register...]
This is the method im trying to use
Under public static final boolean isAtWild(WorldTile tile) { in wilderness.javaCode:&& tile.getY() >= 10050 && tile.getY() <= 10180)// rev dungeon
|| (tile.getX() >= 3264 && tile.getX() <= 3279
Do you also run the wilderness controler?
667's only have wilderness.java i think theres no wildernesscontroler if thats what you meantQuote:
Originally Posted by khayam [Only registered and activated users can see links. Click Here To Register...]
Wilderness is mostly the controler.Quote:
Originally Posted by jaska12314 [Only registered and activated users can see links. Click Here To Register...]
Check by opening it up and reading the class name. It will probably say Wilderness extends controler.
However, in World.java search for the - checkInstancesAtMove - method.
You can add the controler there.
u might have method isPvpArea (world.java)
and u can use that on
world.java updateentityregionor just updateentityregion
and if on pvp adds the controler or idk rlly how it works but im sure u can figure it out i cannot be bothered, been years since i did rsps properly:)