What code would you use to click make all in the chat box when softening clay ?
Its like when fletching you have to choose what you want to make and click on it. I am unsure of how to locate it and click on it.
What code would you use to click make all in the chat box when softening clay ?
Its like when fletching you have to choose what you want to make and click on it. I am unsure of how to locate it and click on it.
there are several ways you could do that.
Mousebox, FindDTM(MCX1, etc.), finding color in the chatbox...
I suggest using MouseBox, the parameters should be in Mouse.simba in the SRL include folder.
Currently: Working on Defending&Attacking in my Castle-Wars ScriptProject Rebuild: 90M/170M
CountColor() on the Make-All text and MouseBox() should be all you'd need, really![]()
It doesnt like this line of code
MouseBox(236, 403, 280, 454: True);
Whats wrong with it?
Mousebox also takes numbers for the click values, 1 is left and 0 is right.
Currently: Working on Defending&Attacking in my Castle-Wars ScriptProject Rebuild: 90M/170M
Thanks Now I need to learn walking![]()
I used a DTM and I found the coords for the chatbox are hardcoded into globals.simba:
that's the code I use when smelting, MCX1...etc represent the area of your chatbox.Simba Code:if FindDTM(goldbarDTM, x, y, MCX1, MCY1, MCX2, MCY2) then
Use "mouse_Left" or "mouse_Right" when using "Mouse();".
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Here's what I use:
Simba Code:Mouse(240, 415, 3, 3, True); //Click soften clay
There are currently 1 users browsing this thread. (0 members and 1 guests)