Skip to content
Avatar

Dicene

Dicene

About

Username
Dicene
Joined
Visits
2,165
Last Active
Roles
Member
Points
713

Comments

  • Get them straight. Choke is the big asphyx damage. Crush is the slightly lowered damage with a 15% or so mana drain(on the target) at like, 2.5s eq. Get it straight, @…
  • I don't see how anyone could really find issue with this. As long as it's running off of the list of affs that Gbot is aware of, there is no new information made available through this sort of thing. Anything you can add to GMCP or otherwise make mo…
  • I'd advise using true and false instead of 1 and 0.

    If rebounding is going up, use:
      rebounding = true

    If rebounding is going down, use:
      rebounding = false

  • local monoCount = 0

    for i, v in ipairs(gmcp.Char.Items.List.items) do
      if v.name=="a monolith sigil" then
        monoCount = monoCount + 1
      end
    end

    if monoCount==…
  • How silly self-harm messages can be: "You feint to yourself's head, but you is not fooled."
    in I HEART Comment by Dicene February 2015
  • Credits sales! That said, any word on how long this one is lasting(please say forever). And if it isn't planned to extend through til after the beta ends and changes are implemented, I'd suggest pushing it open until a few weeks after that. That way…
    in I HEART Comment by Dicene February 2015
  • I think there's room to either lower the cost of Stone Rings or decouple their unstrippable mass functionality from their "only way for most classes to toggle mass so they can actually make use of dash without leaving it off significant portions of …