How could I check if the Map I'm using aka the IMAGE is on the minimap?
How could I check if the Map I'm using aka the IMAGE is on the minimap?
do you mean check if the map you have loaded is the correct one for your current location?
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
You could use the SPS_GetMyPos function with the SPS_PosToTile function, read descriptions at Includes/SPS/SPS.simba
Edit:
Actually I think this is wrong
I'm making a Air rune crafter to practise. I want something to check if he is at the top of the altar mountain (where he can craft the runes) to do this I want to load the Map from in the sps folder (wich I know how to) but now I want to check if the map is one the minimap.
well all i can suggest is get that pos then to check if it is the correct map do a SPS_GetMyPos and check its output with what you think it should be
if its too far off then i guess you can assume its the wrong map
oh and sorry for the delay
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
I recive this error now Error: Exception: Type Mismatch at line 100
The line:
Simba Code:SPS_Setup(RUNECRAFTING_ALTARS, [0, 0]);
Create a string and compare the resultant with your location. Also, take out SPS_Debug = true; from your code (I had this happen to me when I was debugging with SPS, for some reason you have to create a string and then toss the resultant into it, then you can do a comparison.)
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Hey man When I was Making a Fire Runner gave up :P Might re try again the SPS altar walking I had to use RadialWalk as Its the only one that worked.
Mat
^^
There are currently 1 users browsing this thread. (0 members and 1 guests)