Hello everybody,
I just registered to the board and would like to throw out a quick introduction. I'm playing UO (OSI) for not that long but for a solid 2.5 yrs now and still enjoying it.
When I'm bored with gameplay I usually hack on the EC. I'm not sure if people here are into EC as well, as the flagship tools seem to targeted CC exclusively. However I was never much into using complex scripting but more into the tricks of the trade. So it was never a big problem for me to not use any stuff. Actually I am not looking for the script ressources here but rather for technical discussions

Getting my brain melt down on UOSA in IDA has more or less become a pet peeve of mine by now. Most of my time so far I spent on hooking the lua core, which I can now register new functions to (e.g. MouseClick(x,y), CtrlShift()) and also load some lua default libraries Mythic choose to not include (file, os libraries). It only needs some more effort but basically it's game over for the lua engine as there is bare access to the lua_State.
I was looking to get into other areas of the client now, to hook more useful functionality to the lua core, like getting all itemIds on screen, hiding looted corpses, etc. Just at the beginning here though.
I really hope you guys don't just tell me go to hell with your EC crap

Cheers,
luamage
P.S. Im really impressed with the work on Stealth. Keep it up guys, really neat stuff!