Khizan
Khizan
Comments
-
Also, haha, monoliths prevent people from gaining blood comms.
Since there's no loss of overall EXP from deaths anymore, can Champion/Monoliths lose the whole 'immunity to exp loss' thing so that we can start gaining Blood from those fights…
-
I'd just like to note that the spirit/blood/virtue stuff is fine with me. It's the 75% per shrine that makes it such a brutal slog.
Also, Champion status interfering with blood comms is sort of dumb. Killing a champion should still grant b…
-
One thing I really really really hate about this system is that it's yet another system that's powered almost entirely by how much I'm willing to spam bash.
At 75% sect belief per shrine building a decent shrine net basically entails loggin…
-
Could the "You gain 0 experience. You need 43,457,712 more for level 110." message go to something more like..."You put #### experience towards a drop of blood (24% of the way to a new drop)" or the like?
-
As it stands right now, a non-Aspect helping with this system is going to cripple their experience gain and "I can help my sect with this system but only if I'm willing to give up personal progression to Aspect" is sort of a shitty feeling and ma…
-
Septus' problem in KOTH games is that he forgets the winner is determined by control of the hills and not by who has the highest kill count. Left alone, he'll end up with 50 kills, 2 deaths, and zero points.
-
Whining about a log comment of "Jesus, man" when you're dealing with something as inherently OOC as accidental guard deaths is right up there with "soul aeon" and "my soul keeps being summoned away" in terms of awfulness.
-
Amusingly, I learned a while back that Indite(the weapon naming skill) uses the same list of forbidden names as playernames do(I wanted to name a sword 'Grief' and couldn't).
So now you can't name your sword 'Twat' either.
-
(Quote) I'm really more of a Tychus, it is true.
-
Okay!
You rub some aconite on a mercurial sabre. -> dsl_toxin = aconite
You swing a mercurial sabre at Jules with a powerful strike. -> if (slashcount ==1) (aff1 = … -
The way you handle that is by making the slash set variables that do something like this....You envenom a sabre with aconite -> dsl_toxin1 = aconite
You slash Iniar -> afflict1 = get_aff(aconite)I don't have multiline triggers, either, and I have developed a few ugly workarounds.
Curing butisol with kelp looks like this....
Ultrix quickly eats a piece of kelp.
Ultrix's skin color returns to normal and her sweating subsid…(Quote)
I've helped a surprising amount of people learn to code things in this game! Hell, my free MM2k system from back in the day was the start of a surprising amount of fighters.My priority list in doing so looks kind of like t…
(Quote) This is extremely easy to do in Imperian because wormholes basically do not exist.And, if they did exist, I'm pretty sure that the main consequence of releasing a public map that showed everybody where they were would…(Quote) Why are you assuming anything? Quickdraw explicitly tells you what is being wielded in which hand and it allows you to specify which hand you want to wield things in. There is no need to assume anything here.(Quote) This is fairly amusing to me. Dude plays one of the cheesiest classes in a game full of cheesy classes, throws out so much disable that it's basically impossible for most classes to push an offense through it, has an offense th…There was never anything productive about this thread in the first place.
(Quote) Anybody who can write the tracker is capable of handling any other coding demands in this game with an almost trivial amount of effort. Anybody who can't write the tracker is going to be flinging afflictions at the wall and pra…(Quote)If you don't know how to play the game, you shouldn't win at the game outside of maybe a round or two due to dumb luck. This seems pretty standard throughout any kind of game ever.
If you can't lane, you're going to lose at LoL. I…
The big problem with that is that there are essentially two different kinds of offenses in Imperian.
- Affliction: These require competent affliction tracking to really be pushed successfully; anything else is just throw…
That's not really coding, that's more like 'making a basic alias' and it's the kind of thing they really need to learn for themselves and the kind of thing that anybody can manage. Where the coding burden becomes problematic is when you …