Lionas
Lionas
Comments
-
Damage kills are also a lot easier to prevent and artifact yourself out of. There aren't artifacts to increase your cure balance, but there are plenty that let you mitigate damage offenses.
-
Something something and then the fire nation attacked.
-
(Quote) You can't order guards while graced. That doesn't mean you can't use grace to find where the raiders are, or move to the room with the guards before you ungrace. -
The idea that you can instantly resurrect, hide behind grace for 0-3 minutes while you get into position to run guards (knowing that they have to either spam GRACED or spam hit your grace, which you can technically issue for), then renounce and run …
-
With a few exceptions. Whispering madness is always cured first, instilled affs (assassin/renegade) and affinities (new mage and summoner) will be cured last.
-
Capture tree and the next line. If the next line is in a table of cure messages, you cured something. If it isn't, ignore it.
-
I like Gurn's vialbelt.
-
We don't have enough information. What client are you using? What have you tried? What problem have you run up against?
-
(Quote) Still this.
-
if (me.getState() != STATE_BUSY && me.checkRelation(you) > RELATIONSHIP_TOLERABLE && vegas.checkProximity(you.getLocation()))
EDIT: State and Relationship are ENUMs. checkProximity returns a bool, probably, or maybe an intege…I'm not at IronCon, but I will be in Vegas Aug 1-4. If anyone will (still) be around then, and I'm able to get away from the work folks I'm going with, and I like you, we can do something.
Ranged lust and ranged pinchaura are both doppleganger channeled actions, which means they both run up against the doppelganger cooldown. Effectively, this means the same person will be doing both, and have the eq restrictions making abusing both si…(Quote) And since RENOUNCE is now the grace syntax, that isn't an excuse anymore.
The credit sale chains block gaze. I assume these would as well.
The args to the open would be ("infile.txt", "r") for the file being READ, and ("outfile", "w") for the file being WRITTEN
#!/usr/bin/python
roomnames = dict()
with open(filename) as infile:
for line in infile.readlines():
roomtuple = line.split(" - ")
if roomnames[roomtuple[0]]:
roomnames[roomtuple[0]] = roo…
(Quote) Install python or lua or perl or some other scripting language. Read lines from a file and add them to an associative array, concatenating room numbers to the end of the values for each. Loop over your completed array and …Each level of racial balance is a 10% decrease in balance time. This is multiplicative, so level 2 is 81% of neutral balance, not 80%.
(Quote) Representing all permutations using regex is a lot easier than typing out all permutations.
You can also PATH FIND <area name> now. PATH FIND A FILTHY GOBLIN VILLAGE, etc. There are a couple areas it's broken for, but works for most.
(Quote) The map.xml on the website is still updated.
Not necessary, but it isn't necessary with any client mapper, or with the server-side mapper. But it's also better than any other option I've used, including Mudlet's mapper module.