Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 106

Thread: Official Villavu Minecraft Server

  1. #51
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by masterBB View Post


    Does clarity know about this
    i laughed so hard mayor lost it.

  2. #52
    Join Date
    Nov 2006
    Posts
    449
    Mentioned
    84 Post(s)
    Quoted
    145 Post(s)

    Default

    Updated server to 1.8.6 to fix some bugs.

    First they ignore you, then they laugh at you, then they fight you, then you win.
    Stance on Leechers

  3. #53
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by masterBB View Post


    Does clarity know about this
    It was so it didnt escape again when I borrowed it. It ran outside my house and jumped into the ocean. Took ages to find
    Last edited by The Mayor; 05-29-2015 at 05:07 AM. Reason: phone auto correct derp

  4. #54
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Fishing script
    Simba Code:
    function locateFishingLine(): TPoint;
    begin
      findColor(result.X, result.Y, 0, 900, 350, 1400, 600);
    end;

    var
      P : TPoint;

    begin
      setDesktopAsClient();
      while not isKeyDown(VK_E) do
      begin
        P := locateFishingLine();
        while (locateFishingLine().Y < (P.Y + 5)) do wait(50);
        writeLn('Caught one!');
        getMousePos(P.X, P.Y);
        clickMouse(P.X, P.Y, mouse_Right);
        wait(100);
        clickMouse(P.X, P.Y, mouse_Right);
        wait(3000);
      end;
    end.
    Change the coords to whatever if appropriate for your screen size (I'm using 1920x1080)
    The script searches for the black color of the fishing line

  5. #55
    Join Date
    Sep 2012
    Posts
    71
    Mentioned
    2 Post(s)
    Quoted
    26 Post(s)

    Default

    Function that should turn you by 90 degrees either left or right. Make sure mouse sensitivity is at 100%

    Simba Code:
    function turn(dir: string): Boolean;

    Var
    TP: Tpoint;

    begin
    GetMousePos(TP.x,TP.y);
    Result := False;
      if dir='right' then
        begin
        MoveMouse(TP.x+300,TP.y);
        Wait(10);
        MoveMouse(TP.x+300,TP.y);
        Result := true;
        end;
      if dir='left' then
        begin
        MoveMouse(TP.x-300,TP.y);
        Wait(10);
        MoveMouse(TP.x-300,TP.y);
        Result := true;
        end;
    end;

  6. #56
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Use a minecraft texture pack plz OMG

  7. #57
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  8. #58
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    BRB creating a 2x1 autominer
    lol that is easy,
    Simba Code:
    while 1
    //clickholdmouse
    end

  9. #59
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Nice, be good to get back into minecraft , good to see that its being ran by SRL integrity there, I plan to play on my free time. Hope the server is long lasting!

    Should add some way of protecting our land, sad to see griefing and whatnot. May i suggest possiblely 'residence' or 'towny'! Those work well. As well should add some kind of anti-cheat plugins, to stop cheaters if there are any.

    I look forward to see what this becomes

    EDIT: Couldn't you read the F3 data with fonts and stuff, then you can use that data to possibly make or improve scripts if any >

  10. #60
    Join Date
    Sep 2012
    Posts
    71
    Mentioned
    2 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Nice, be good to get back into minecraft , good to see that its being ran by SRL integrity there, I plan to play on my free time. Hope the server is long lasting!

    Should add some way of protecting our land, sad to see griefing and whatnot. May i suggest possiblely 'residence' or 'towny'! Those work well. As well should add some kind of anti-cheat plugins, to stop cheaters if there are any.
    So far it's been peaceful and I don't think there has been any griefing even though quite a few have been playing. Although mayor likes to leave my doors open for creepers to get in :P a nice bunch of people we got playing so far.

  11. #61
    Join Date
    Nov 2006
    Posts
    449
    Mentioned
    84 Post(s)
    Quoted
    145 Post(s)

    Default

    There's no horizon for mods yet, none of the mod servers are stable enough on 1.8 yet, and vanilla patch mods are difficult to maintain without dedicated support which we don't have time for.

    That said, there's also a FTB Infinity 1.5.1 server now up on nala.villavu.com:12122 whitelist only, contact me to get added, better chances if you've been a "good resident" of the vanilla server, or BenLand100 or Wizzup or Olly or I know you from previous interaction and can vouch.

    First they ignore you, then they laugh at you, then they fight you, then you win.
    Stance on Leechers

  12. #62
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by core View Post
    There's no horizon for mods yet, none of the mod servers are stable enough on 1.8 yet, and vanilla patch mods are difficult to maintain without dedicated support which we don't have time for.

    That said, there's also a FTB Infinity 1.5.1 server now up on nala.villavu.com:12122 whitelist only, contact me to get added, better chances if you've been a "good resident" of the vanilla server, or BenLand100 or Wizzup or Olly or I know you from previous interaction and can vouch.
    Last I heard 1.7.10 was a good area for modding, and Technic is a pretty solid platform for ease of use and managing the modpack. At least it was when I used it, they've released their Technic 2.0 or whatever, but it looks like Solder works the exact same, which is used for managing the modpack itself.

    If you're looking into getting mods up and running, i'd highly suggest putting together a modpack and using Technic, as you'd have control over pretty much everything, you can gut out anything you don't need or causes issues.

  13. #63
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Last I heard 1.7.10 was a good area for modding, and Technic is a pretty solid platform for ease of use and managing the modpack. At least it was when I used it, they've released their Technic 2.0 or whatever, but it looks like Solder works the exact same, which is used for managing the modpack itself.

    If you're looking into getting mods up and running, i'd highly suggest putting together a modpack and using Technic, as you'd have control over pretty much everything, you can gut out anything you don't need or causes issues.
    +1 for 1.7.10 (and 1.7.X in general, 99% of 1.7.10 mods are backwards-compatible with 1.7.2).
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  14. #64
    Join Date
    Nov 2006
    Posts
    449
    Mentioned
    84 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Last I heard 1.7.10 was a good area for modding, and Technic is a pretty solid platform for ease of use and managing the modpack. At least it was when I used it, they've released their Technic 2.0 or whatever, but it looks like Solder works the exact same, which is used for managing the modpack itself.
    I have experience with Technic, FTB/Forge, and Bukkit/Spigot. There are many philosophical issues with Technic which puts them out of the picture entirely at the moment. Forge is my favorite platform and community, so that's the likely target for the foreseeable future.

    If you're looking into getting mods up and running, i'd highly suggest putting together a modpack and using Technic, as you'd have control over pretty much everything, you can gut out anything you don't need or causes issues.
    As you can see in the post you're replying to, we already have mods up and running. We're using the Infinity modpack using the FeedTheBeast/Forge platform. The reason this isn't a custom modpack (yet), is because that requires a lot of time and energy to plan and maintain with patches and updates to the constituent mods. The modded server is running 1.7.10, and is also already running some custom mods that I've written.

    First they ignore you, then they laugh at you, then they fight you, then you win.
    Stance on Leechers

  15. #65
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by core View Post
    I have experience with Technic, FTB/Forge, and Bukkit/Spigot. There are many philosophical issues with Technic which puts them out of the picture entirely at the moment. Forge is my favorite platform and community, so that's the likely target for the foreseeable future.



    As you can see in the post you're replying to, we already have mods up and running. We're using the Infinity modpack using the FeedTheBeast/Forge platform. The reason this isn't a custom modpack (yet), is because that requires a lot of time and energy to plan and maintain with patches and updates to the constituent mods. The modded server is running 1.7.10, and is also already running some custom mods that I've written.
    The only thing Technic really has going for it is the ease of use on both sides of the players and modpack managers, when I was helping run BusinessElite we tried moving over to FTB and it was major pain in the ass compared to Technic. There was only one guide for creating a custom FTB Modpack, and we ended up just giving on it due how much time it took just to put out an update. Seemed FTB only really cared for their own official modpacks. Yeah, Forges community is pretty nice. Have you had any experience with Cauldron? It's Forge+Spigot for Servers (Combines the Plugin Support from Bukkit, and Forge), the Cauldron community is also pretty friendly. Helped out the Developer multiple times with server issues we'd always run across. But I agree, Technic has it's issues which I can't really blame you for disliking, but one thing I did end up liking was it's ease of distribution and use.

    If you haven't messed with Technic's Solder, it makes things kinda simple. It allows you to push out very small updates when needed and organize things. I know Technic's Devs and Admins are a pain, trust me BusinessElite lost everything due to a minor issue that could've easily been reverted by the Technic Team, but they chose just to ignore us.

    Also, from experience most of the issues you're going to run across are server sided. Since 1.7 handles ID's you don't have to worry about ID conflicts anymore. Compatibility is the only thing that you'll end up having to deal with, which can easily be handled server-sided by banning/disabling the block entirely. Optimization will also end up being an issue, but that can easily be dubugged with Opis, and handled with Spigot.

  16. #66
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    is there cracked support?

  17. #67
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by superfonz View Post
    is there cracked support?
    Read back a few pages -- no, not yet.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  18. #68
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    thats sad

  19. #69
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  20. #70
    Join Date
    Aug 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I see cracked clients aren't supported yet, is it intended for the future?
    I only play minecraft occasionally and would rather not pay for it just yet.

  21. #71
    Join Date
    Nov 2006
    Posts
    449
    Mentioned
    84 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by R3LAX View Post
    I see cracked clients aren't supported yet, is it intended for the future?
    I only play minecraft occasionally and would rather not pay for it just yet.
    This would require an additional authentication layer to be implemented within the game and synchronized with the existing whitelisting mechanism to prevent abuse and ban evasion. The lack of mod support for 1.8 makes this untenable in the foreseeable future, unfortunately.

    First they ignore you, then they laugh at you, then they fight you, then you win.
    Stance on Leechers

  22. #72
    Join Date
    Aug 2010
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by core View Post
    This would require an additional authentication layer to be implemented within the game and synchronized with the existing whitelisting mechanism to prevent abuse and ban evasion. The lack of mod support for 1.8 makes this untenable in the foreseeable future, unfortunately.
    Ah alright, well perhaps I will buy the full versions soon then! Thanks for responding.

  23. #73
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  24. #74
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  25. #75
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    @core; you need to revert it to yesterday someone caused some major damage
    @Incurable;'s dirty work perhaps?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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