Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 40

Thread: Bored! Give me some script ideas!

  1. #11

    Default

    very nice, thank you

    however it casted 515 yet no one needed a disk

  2. #12

    Default

    well I started to think about it and then I was like... at what point should it cast 515? when 5 or more disks are needed? 10 or more? then I was just like, the only time I would need to use 515 is if there was a game crash and I had to log them all on and start from scratch. so maybe I'll just throw a variable in there like ;disk 515 that only does 515 when asked.

  3. #13

    Default

    515 has 0 cast rt now. So always throw in 515 into the script. You will always finish casting the disks faster from 1 player to n number of players with 515 precast .

    Sent from my IN2015 using Tapatalk
    Last edited by Rolis; 03-27-2023 at 11:35 PM.

  4. #14

    Default

    Quote Originally Posted by SonoftheNorth View Post
    Magic item recharging script?
    There isn't already a script that does this?

    Quote Originally Posted by Realk View Post
    along the same line of thought, scroll unlocks and charging
    Or this?

  5. Default

    Quote Originally Posted by Tgo01 View Post
    There isn't already a script that does this?



    Or this?

    No

  6. #16

    Default

    Quote Originally Posted by SonoftheNorth View Post
    No
    ;chargeitem is on the repo, it doesn't work, or are you referring to something else?

  7. #17

    Default

    Quote Originally Posted by Tgo01 View Post
    Code:
    if !Spell[511].known?
    	echo "You don't know 511. What you trying to pull here?"
    else
    	GameObj.pcs.each{ |person|
    		if !checkmana(50) && Spell[515].known? && !Spell[515].active?
    			echo "Waiting for mana."
    			wait_until{ checkmana(50) }
    		end
    		Spell[515].cast if !Spell[515].active? && Spell[515].known?
    		if !checkmana(16)
    			echo "Waiting for mana."
    			wait_until{ checkmana(16) }
    		end
    		Spell[511].cast("##{person.id}") if checkmana(16) && !GameObj.loot.find{ |item| item.noun =~ /disk|coffin/ && item.name =~ /#{person}/ }
    	}
    	Spell[511].cast(checkname) if checkmana(16) && !GameObj.loot.find{ |item| item.noun =~ /disk|coffin/ && item.name =~ /#{checkname}/ }
    end
    This needs a follow up script that joins (or hides and stalks if their group is closed) the person you just disked and loads up their disk with trash until everyone in the room has a full disk.


    Quote Originally Posted by onurb View Post
    very nice, thank you

    however it casted 515 yet no one needed a disk
    ;diskus already exists for mass disking. But that follow up ;diskgarbage script from above is still needed.
    Last edited by Methais; 03-28-2023 at 09:45 AM.
    [Private]-GSIV:Nyatherra: "Until this moment i forgot that i changed your name to Biff Muffbanger on Lnet"
    Quote Originally Posted by Back View Post
    I am a retard. I'm disabled. I'm poor. I'm black. I'm gay. I'm transgender. I'm a woman. I'm diagnosed with cancer. I'm a human being.
    Quote Originally Posted by time4fun View Post
    So here's the deal- I am just horrible



  8. #18

    Default

    How about a script like ;gemhoarder / ;gemhoarder2 but one that doesn't randomly stop working 99% of the time?
    [Private]-GSIV:Nyatherra: "Until this moment i forgot that i changed your name to Biff Muffbanger on Lnet"
    Quote Originally Posted by Back View Post
    I am a retard. I'm disabled. I'm poor. I'm black. I'm gay. I'm transgender. I'm a woman. I'm diagnosed with cancer. I'm a human being.
    Quote Originally Posted by time4fun View Post
    So here's the deal- I am just horrible



  9. #19

    Default

    How about a script that disarms every box on the ground in a room but does not pick them, just disarm.

  10. Default

    Finish up your pickpocket script and put it back on the repo.

    Sent from my SM-G781U using Tapatalk

Posting Permissions

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