hello i was wondering if anyone could make a script for the lunar spell humidify to fill vial of waters
it takes 1 astral rune 1 fire rune and 3 water runes (water staff)
need 80 magic to use it.
thank you
hello i was wondering if anyone could make a script for the lunar spell humidify to fill vial of waters
it takes 1 astral rune 1 fire rune and 3 water runes (water staff)
need 80 magic to use it.
thank you
that would be easy to make why not learn?
http://www.youtube.com/user/YoHoJoSRL
Good scripting guides on youtube
Formerly known as (djcheater)

=X
you shoulda read my tut ^^ lol
instead of SendKeys(); use TypeSend(); and for moving the mouse, do MMouse(); and moving AND clicking is Mouse();
is it perm banned?
Last edited by xcvxcv2; 04-21-2009 at 06:07 AM.

check out my tut
http://www.villavu.com/forum/showthread.php?t=40764

mine isn't that great.. I've learned A LOT since then.. but there are some good tuts here
just don't use anything like ClickMouse or MoveMouse or stuff like that.. ;D
hey i have another question (srry for spamming but you are alot of help and thats what i need right now lol)
ok so i did some dtms and im unsure of how i can make the player open the bank
(he will be near the bank the whole script so no need for finding the bank symbol and walking to it)
also i know its possible to get the pc bank to work for srl also but im not sure if im ready for this cause it seems pretty hard ( i look at other peoples codes for the pc bank).
and then after he opens the bank and to search for the item its still mainscreen right? theres is no thing for the dtm finder for the bank right?
like im saying theres mainscreen for the screen that u get like mining ores or woodcutting trees, also theres the mm for the minimap for walking.
i was wondering if theres like a mb or something for when u are in a bank or is there just ms
There is a procedure for opening a bank. I recommend this tutorial, it highlights banking for you
http://www.villavu.com/forum/showthr...hlight=banking
I am totally out of the loop with SRL at this point, but i know this one has banking in it.
Cut em2 it
Formerly known as Cut em2 it
I can help you with it, if you'd like.
Alternatively, if you can provide an account (I don't have one that can cast it, it sucks), I can make one for it.
~Sandstorm

to find something in the bank you'd still use MSX1, MSY1, MSX2, MSY2 for the coords, as it will look at the bank
so it would just be like
SCAR Code:OpenBankFast('pcb');//you'll have to add pcb.. search for it ;)
repeat
Wait(RandomRange(1, 100));
until(BankScreen);
if(FindDTM(VialDTM, vx, vy, MSX1, MSY1, MSX2, MSY2))then
begin
Mouse(vx, vy, 2, 2, False);
Wait(RandomRange(75, 100));
ChooseOption('All');
CloseBank;
end;
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)