Can somebody create a working small net dtm for me? Many thanks.
~DeSnob
Can somebody create a working small net dtm for me? Many thanks.
~DeSnob
Do you not know how?
I can show you how to do it, but I don't really like the idea of just doing it for you. I don't see how you would learn from that.
I have an easier solution:So you would use it like:PHP Code:function FindFishingEquipment(FishingEquipmentColor: Integer; FishingEquipmentName: String): Boolean;
SCAR Code:FindFishingEquipment(1234, 'smallnet');
1234 is the color, and 'smallnet' is the name. Checkout fishing.scar for more functions like this.
Happy Scripting.
P.S. DTMs are slow in Scar 3.20, bitmaps are faster, color is even faster. 1234 is not the actual color, you can get that yourself.
Last edited by Smarter Child; 07-16-2009 at 07:59 AM.
How are DTM's slow... I have a function which checks inventory for 7 different kinds of DTMs, counts them, and the whole function is done in under a second.
From what I understand, it's not that they're slow, per se, it's that they're slower than well made bitmaps. I've never really noticed a difference, myself, but it's possible that there is a very small difference. One that only someone who was either misinformed, creating poor DTMs, overly obsessed with optimization, or creating a function that had to find an object thousands of times in quick succession would care about.

Bitmaps would work great for finding a fishing net, a deformed bitmap would work great too just add some tolerance (around 25-30) and it will work perfectly.
Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |
There are currently 1 users browsing this thread. (0 members and 1 guests)