Hi. I'm debating coming over to Achaea from Aetolia and have some questions.
- Is there a popular/good CMUD system for sale? (please say yes)
- Is forging still the third guildskill for all knight classes?
- What's the general state of PVP in the game?
- Is it possible to be viable in PVP just by buying the 2k credit starter package?
Comments
Whether that will be a unique new skill each or another shared one isn't known, but I'd lean towards the latter.
Results of disembowel testing | Knight limb counter | GMCP AB files
You'd be better off switching right over to mudlet and just jumping in headfirst. Speaking as someone who is utterly disgustingly bad at coding, while it was a bit of a pain at first, asking enough questions and getting into habit with it, I was overall thankful to make the switch when I came back to Achaea after a dormancy. Mudlet just handles things better in many, many ways.
Server-side curing is also a thinig now! It's not perfect since it's new, but well on its way to being a great use (especially if you don't intend to enter PVP too early).
PVP is a huge thing in Achaea still and remains a large focus. There's constant improvements, changing the face of it and making it more fun for everyone (though of course, always has some headaches). No day goes by without several forms of player-vs.-player killing going on somewhere, including several spars, duels, raids, skirmishes, jumping, ganking, and more.
You could probably become pvp-viable with the 2k lessons + getting a character to level 70 or so, depending upon your class. Some classes need more investment than others. Rest will rely on skill and practice!
That love soon might end You are unbreaking
And be known in its aching Though quaking
Shown in this shaking Though crazy
Lately of my wasteland, baby That's just wasteland, baby
- 2014/05/13 03:37:22 - Jhui dies gasping for breath, asphyxiated by the power of Hanley Silverstorm's kai.
SerpentKai Go!
Serpents being one of them from what I've been able to gather since I am one, though from what I've been told with the changes to the Doublestab, Backstab, and a few other changes made to Serpent combat, it is possible to use a forged dirk to lock someone as long as you have over 15 dex and a dirk with high speed. How truth this is, I don't know since I currently only have 12 dex and a dirk that has 178 speed on it. Pretty sure someone has tested these theorys though to find out if its true or not!
- 2014/05/13 03:37:22 - Jhui dies gasping for breath, asphyxiated by the power of Hanley Silverstorm's kai.
SerpentKai Go!
- 2014/05/13 03:37:22 - Jhui dies gasping for breath, asphyxiated by the power of Hanley Silverstorm's kai.
SerpentKai Go!
→My Mudlet Scripts
"Gilgamesh, where are you hurrying to? You will never find that [everlasting] life for which you are looking. When the gods created man they allotted to him death, but life they retained in their own keeping. As for you, Gilgamesh, fill your belly with good things; day and night, night and day, dance and be merry, feast and rejoice. Let your clothes be fresh, bathe yourself in water, cherish the little child that holds your hand, and make your wife happy in your embrace; for this too is the lot of man."
target = matches[2]
target = target:lower():title()
cecho("<white:red>Target is now "..target)
(random info, the lower/title thing lets you type t tesha and have it be set as Tesha. This is important later on for when you want to trigger things off of your target variable without having to type t Tesha)
(random info part 2: the cecho("<white:red>stuff") means colored echo white on red stuff.)
Then you're done with that alias.
Make a new one with add item.
In the name box, put attack.
In the pattern box, put ^atk$
In the big white box, put
send("attack "..target)
(random info: "..target.." is how mudlet uses variables for the most part, but you can use "..target), too. In this case, if you wanted to be super proper, you would do send("attack "..target.."")
Welcome to Achaea. If you have any other questions, just let us know - I would be happy to help you if you caught me in-game, too.
i'm a rebel
target = matches[2]
cecho("\nTarget is: " .. target .. ".\n")
Alias Name : Hunting
Pattern : ^bash$
Big Box :
send("sdk " ..target)
send("ucp " ..target)
send("ucp " ..target)
Artemis says, "You are so high maintenance, Tharvis, gosh."
Tecton says, "It's still your fault, Tharvis."
- 2014/05/13 03:37:22 - Jhui dies gasping for breath, asphyxiated by the power of Hanley Silverstorm's kai.
SerpentKai Go!