Results 1 to 12 of 12

Thread: lunar magicks HUMIDIFY

  1. #1
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default lunar magicks HUMIDIFY

    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

  2. #2
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    that would be easy to make why not learn?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  3. #3
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by djcheater View Post
    that would be easy to make why not learn?
    i tried and i got banned cause of old tuts i used like send keys and stuff and idk how to get the colors of the item and where the mouse should go

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    =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?

  5. #5
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    =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?
    no its not and ty for the help its only a 10 day ban i have another character that can cast it
    ill try to rewrite it
    Last edited by xcvxcv2; 04-21-2009 at 06:07 AM.

  6. #6
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  7. #7
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    ty dude im reading atm, hopefully i could make a good humidify script, that would be sick!!

    (for the $$$$$$$ and xp)

    also i have to say that it was pretty hard to find the tutorial section b4 i made the thread

    my eyes skimmed right thought it

    i had to do ctrl + f to find it

  8. #8
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    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

  9. #9
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by 99_ View Post


    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

  10. #10
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    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

  11. #11
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  12. #12
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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;


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •