PDA

View Full Version : Help with SPS



Spartan 117
01-18-2014, 05:58 AM
I have searched far and wide but did not find any SPS tutorials that were very helpful.
I would like to know:

1. How to create a custom SPS map
2. How to create a path from the custom map
3. How to get my position on the map
4. Any other information you might find useful!

walking is the only thing I have left in my script and I'm very eager to finish!

Sjoe
01-18-2014, 09:08 AM
1) Expand the minimap on runescape, print screen it and chuck it on paint. (make sure your buildings allign straight)
well since there is this minimap bug, you'll have follow those sps tuts a bit and edit in gimp.
http://puu.sh/6p0oc.jpg

U can easily remove the dots with gimp :)

2) There are some path makers on this forum, just use those. (should be linked in those sps tutorials)
3) SPS.debugPlayerPos(); or SPS.getPlayerPos();

vwxz
01-18-2014, 10:07 AM
Does screenshotting the in-game world map work? Or must it be the minimap?

What is the recommended method to remove dots? Take multiples and overlay them with the dots cut out?

Thanks!

Ashaman88
01-18-2014, 12:26 PM
It must be in game map. Also you can just expand the minimap to get a bigger picture

Sjoe
01-18-2014, 12:59 PM
Also you can just expand the minimap to get a bigger picture

But I said that :(



What is the recommended method to remove dots? Take multiples and overlay them with the dots cut out?


I just copy paste few pixels (example : like 3x3) from surroundings. and paste it over the dots.

Spartan 117
01-18-2014, 07:22 PM
It must be in game map. Also you can just expand the minimap to get a bigger picture

Do I need to cover all player and monster dots? And what about the minimal icons?

Sjoe
01-18-2014, 07:29 PM
Do I need to cover all player and monster dots? And what about the minimal icons?

U can leave fixed npc dots (for example: banker's npc dots), but remove the rest for better results.
I leave symbols on, don't think it's a problem.

Spartan 117
01-18-2014, 08:51 PM
U can leave fixed npc dots (for example: banker's npc dots), but remove the rest for better results.
I leave symbols on, don't think it's a problem.

Thanks. Isn't there a way to tell when you are in a certain area too?

Sjoe
01-18-2014, 10:25 PM
Thanks. Isn't there a way to tell when you are in a certain area too?

PointInBox(SPS.GetPlayerPos, IntToBox(x1, y1, x2, y2));

The Mayor
01-21-2014, 07:15 AM
This is actually part of my ub3r 50 page AIO SRL6 RS3 tutorial which I'm currently writing

Kaladin
01-22-2014, 03:41 AM
This is actually part of my ub3r 50 page AIO SRL6 RS3 tutorial which I'm currently writing

I can't wait for that.

Wu-Tang Clan
01-24-2014, 06:59 PM
This is actually part of my ub3r 50 page AIO SRL6 RS3 tutorial which I'm currently writing

ETA? I'm currently getting into walkpaths.

Kaladin
01-24-2014, 07:01 PM
ETA? I'm currently getting into walkpaths.

http://villavu.com/forum/showthread.php?t=84360&highlight=photoshop

This is still pretty upto date.
I have used some SPS maps in my script and I found it fairly easy following that tut

The Mayor
01-24-2014, 09:18 PM
ETA? I'm currently getting into walkpaths.

About 2 days approx. I'll try and hit it out over the weekend.