PDA

View Full Version : [Smithing] [ogLib]Adieux's Port Phasmatys Smelter



Adieux
08-29-2015, 04:27 AM
Adieux's Port Phasmatys Smelter

Quick script I wrote and why not release it (still needs some work)

What it does:
1. Smelts cannonballs for you, in the ghost town for some nice gpees

Requirements:
1. Ghost speak amulet or do that one quest where you dont need it anymore
2. Mortaynia Legs 2 or higher are HIGHLY recommended to make money
3. Access to the city (duh)

How to set up
1. Go here (https://villavu.com/forum/showthread.php?t=112599), read the post, and download ogLib

2. Download the zip folder below

3. Extract into your c:\simba\scripts folder
It should look like this (the file path is important, ignore the name of the file pic is copy pasted)
http://i60.tinypic.com/2n0v59g.png

4. Hit run on the auto updater and it will download the newest version of the script into the Adieuxs Port Phasmatys Smelter folder

5. Make sure your graphic settings are like so
Important: I've tried higher resolutions and it was not clicking correctly.
Must be on 800x600 (now fixed, just be aware you might lag more at higher res)
http://i57.tinypic.com/20f3o7.png

6. 3D game world must go across the client, edit like so
http://i.giphy.com/l41lGAOTcPp9eTQ5O.gif

7. Make sure your screens UI is not full of interfaces, just collapse or make them all smaller, besides the map, leave it somewhat big

8. Have a bank preset setup so that it withdraws 28 steel bars

9. Start the script inside the bank with your bank pin already done a



https://puu.sh/jSrTC/bf9a755faf.jpg
https://puu.sh/jSpBt/3f8c016c71.jpg


1. Will sometimes miss-click bank
Fix: Working on it



Upcoming features:
1. More antiban
2. Better clicking



Changes:



1.0: Initial release



If you use please post feedback/proggies or comments

Nathgunner888
09-06-2015, 08:30 AM
Nice release man, will give a feed back when I can

Grimxxdeath223
09-06-2015, 10:26 AM
Nice release man. Maybe I will have to get myself over there now to make some balls :P

Channy84
09-07-2015, 06:26 PM
This is a really neat script but it won't work for me as it keeps telling me it can't find the banker? The camera rotates but it still can't find him, I'm stood in the bank and have gone through all the installation/setup process multiple times :(

Would appreciate the help! Thanks

Obscurity
09-08-2015, 01:05 AM
5. Make sure your graphic settings are like so
Important: I've tried higher resolutions and it was not clicking correctly.
Must be on 800x600 (now fixed, just be aware you might lag more at higher res)

The latest ogLib that Clarity pushed should fix that. However, if it does not, just:
program new;
{$i oglib/lib/core/core.simba}

var tempX,tempY:int32;

begin
ogl.setup(1200,750);
glxViewPort(tempX,tempY,tempX,tempY); //~ This will fix it.
end.

kiwikiwi
09-08-2015, 05:45 AM
Grats on release mate

Adieux
09-13-2015, 06:42 AM
Hey everyone I've taken a break from RS (like i always do) but I might work on this more soon, because Obscurity; is the best and just keeps telling how to fix things.

I've been focusing more on school and developing applications for other things anyone who wants to try
to fix this in the mean time can feel free to do so (I wrote this in like 2 hours so its not the best)

But I will try to get to it soon!