Jump to content

Nathanat3r

Members
  • Joined

  • Last visited

  1. ehh someome might get use from it i guess
  2. nice thanks for the content release man nice thanks for the content release man
  3. Nathanat3r replied to Speakeasy's post in a topic in OSRS
    sweet release thanks dude not gonna use though
  4. nice content thanks for the release man
  5. nice content thanks for the release
  6. Nathanat3r replied to Nathanat3r's post in a topic in RSPS Help
    Bump also so it's something to do with the map data, as I've put the maps in with toms cache suite not really sure why it's doing it tbh haha really could do with some help
  7. Nathanat3r posted a post in a topic in RSPS Help
    Right so I'm trying to get into custom mapping but basically I've got my maps loaded and I can run around ect however I can't attack npcs and if I get too close to some it causes me to dc and brings up a walking error so I'm assuming it's got something to do with map indexing I was wondering if anyone can enlighten me
  8. Nathanat3r replied to Nathanat3r's post in a topic in RSPS Help
    Right so i got it to stop kicking me the only issue i have now is i can't attack the pools for some reason in the new location but if i move the mob data back to the old place where there was no maps then i'm able to attack again which is really weird; this is what they're spawned with case 250058://Kraken TaskQueue.queue(new Task(5) { @Override public void execute() { int[][] DATA = { { 493, 2275, 10034 }, { 493, 2275, 10038 }, { 493, 2284, 10034 }, { 493, 2284, 10038 }, { 496, 2278, 10035 } }; for (int i = 0; i < DATA.length; i++) { Mob mob = new Mob(player, DATA[0], false, false, false, new Location(DATA[1], DATA[2], player.getZ())); mob.setCanAttack(false); player.face(mob); } stop(); } @Override public void onStop() { player.whirlpoolsHit = 0; player.send(new SendMessage("Welcome to Kraken's cave.")); } }); return true;
  9. Nathanat3r replied to Nathanat3r's post in a topic in RSPS Help
    https://prnt.sc/syzu2a that's the layout I've put the Kraken in not sure if that helps
  10. Nathanat3r replied to Nathanat3r's post in a topic in RSPS Help
    Nah didn't seem to work, I can't seem to attack the kraken after I moved it from black maps to actual location ? but as soon as I get close enough to attack it just dcs me still
  11. Nathanat3r replied to Nathanat3r's post in a topic in RSPS Help
    Am I actually being that foolish haha, let me update and I'll get back to you
  12. Nathanat3r posted a post in a topic in RSPS Help
    SO i've basically just moved the kraken to its correct map area on my server using the teleportshandler.java and now when i tele to the npc they're all there but it dcs me and sends me back home rev is 474 error throwing up is: [2020-06-13 06:30:11] java.lang.NullPointerException [2020-06-13 06:30:11] at com.xxx.rs2.entity.pathfinding.StraightPathFinder.canAttackOver(StraightPathFinder.java:30) [2020-06-13 06:30:11] at com.xxx.rs2.entity.pathfinding.StraightPathFinder.isInteractionPathClear(StraightPathFinder.java:67) [2020-06-13 06:30:11] at com.xxx.rs2.entity.following.Following.getCombatFollowLocation(Following.java:93) [2020-06-13 06:30:11] at com.xxx.rs2.entity.following.Following.updateWaypoint(Following.java:271) [2020-06-13 06:30:11] at com.xxx.rs2.entity.player.Player.reset(Player.java:1726) [2020-06-13 06:30:11] at com.xxx.rs2.entity.World.process(World.java:404) [2020-06-13 06:30:11] at com.xxx.core.GameThread.cycle(GameThread.java:131) [2020-06-13 06:30:11] at com.xxx.core.GameThread.run(GameThread.java:146) thanks in advance
  13. Nathanat3r posted a post in a topic in RSPS Help
    Does anyone have any familiarity with Fox's store? My issue is when i go to pay for something it sends it as a payment that i'd need to confirm on my paypal account and sends me back to my website and doesn't update that its paid or log into the sql table
  14. could be useful I guess thx could be useful I guess thx
  15. nice could be useful for some project i guess