Search results

  1. fukurou

    meeseeks!

    class AXPassword { private var isOpen: Bool = false private var maxAttempts: Int = 3 private var loginAttempts: Int = maxAttempts private var regexUtil: RegexUtil = RegexUtil() private var code: Int = 0 func codeUpdate(ear: String) -> Bool { if !isOpen {...
  2. fukurou

    mo regexes

    ^.*(person|server).*$
  3. fukurou

    mo regexes

    ^((?!.*server.*)(?!.*person.*).)*$
  4. fukurou

    mo regexes

    ^((?!.*server.*).)*$"
  5. fukurou

    mo regexes

    @the living tribunal "^((?!.*(server|choco).*).)*$"
  6. fukurou

    DIBlabber

    import AXJava.AXContextCmd; import AXJava.AXNPC; import AXJava.Cycler; import LivinGrimoire.DiSkillV2; public class DIBlabber extends DiSkillV2 { private Boolean isActive = true; // skill toggle public AXContextCmd skillToggler = new AXContextCmd(); // chat mode select public...
  7. fukurou

    DIBlabber

    class AXNPC { public var responder:RefreshQ = RefreshQ() public var dripper:PercentDripper = PercentDripper() public var cmdBreaker:AXCmdBreaker = AXCmdBreaker(conjuration: "say") init(replyStockLim:Int,outputChance:Int) { responder.setLimit(lim: replyStockLim) if...
  8. fukurou

    DIBlabber

    class AXContextCmd{ // engage on commands // when commands are engaged, context commans can also engage public var commands:UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue() public var contextCommands:UniqueItemSizeLimitedPriorityQueue =...
  9. fukurou

    DIBlabber

    shit in DS!
  10. fukurou

    DIBlabber

    @owly
  11. fukurou

    DIBlabber

    class AXNPC: def __init__(self, replyStackLim: int, outputChance: int): self.responder: RefreshQ = RefreshQ(replyStackLim) self.dripper = PercentDripper() if 0 < outputChance < 101: self.dripper.setLimit(outputChance) self.cmdBreaker: AXCmdBreaker...
  12. fukurou

    DIBlabber

    class AXContextCmd: # engage on commands # when commands are engaged, context commans can also engage def __init__(self): self.commands: UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue(5) self.contextCommands: UniqueItemSizeLimitedPriorityQueue...
  13. fukurou

    DIBlabber

    @mr.meeseeks
  14. fukurou

    DIBlabber

    public class AXNPC { public RefreshQ responder = new RefreshQ(); public PercentDripper dripper = new PercentDripper(); public AXCmdBreaker cmdBreaker = new AXCmdBreaker("say"); public AXNPC(int replyStockLim, int outputChance) { responder.setLimit(replyStockLim)...
  15. fukurou

    DIBlabber

    public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new...
  16. fukurou

    DIBlabber

    public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new...
  17. fukurou

    [MEDIA]

  18. fukurou

    humanoid design

  19. fukurou

    scrapping the new port project

    @owly its a waste of time. 101 classes, + lots of missing codes, +cost I don't see any additional gain none whatsoever.
Top