No I can't script.
New here and maybe by posting some ideas someone might want to code it.
Maybe.
Idea 1.
When you kill another player in the game (my characters name is Butcher) and after you cut them up with a knife there should be some meat that drops.
The meat should have the Players Name on it.
Then after you cook the meat and make like a hamburger or hotdog or something the title of the food would look like:
The hamburger of Butcher
or
The hotdog of Butcher
Just thought that would be a fun one and hopefully not too much work.
I'll post more if you want them.
 
You know that something like this was included pre-T2A.

This is from the UODEMO server scripts.

Q48M = Q4EO(Q4EC, 0x1DA0, "head", name);
copyObjVar(Q48M, usedon, "controller");
deleteObject(usedon);
Q48M = Q4EO(Q4EC, 0x1DA1, "left arm", name);
Q48M = Q4EO(Q4EC, 0x1DA2, "right arm", name);
Q48M = Q4EO(Q4EC, 0x1DA3, "left leg", name);
Q48M = Q4EO(Q4EC, 0x1DA4, "right leg", name);
Q48M = Q4EO(Q4EC, 0x1D9F, "torso", name);

The name of the item would be "left arm of name" and can be cooked into "human jerky".
When the game reached Europe it was removed. Germany did like this at all. =)

-Grim

Edit: Whut, I'm a rookie now ?? :D
 
Last edited:
Wow, now cmon that gives you a reason to be killed by a PK.
You might end up on someone's menu and could be sold for lots of gold.
:)

Trying to learn how to code now, but we need to get grief back in the game. LOL
Although being on the side that got killed a lot by PK's I want some more ways to protect myself.
Maybe I can drop something while being chased that will knock the PK off his horse.

We just barely put up a server for a few of us to play.
I will be trying to learn to code since I'm out of work now.
Hopefully I'll get there.
So far at least I got reds into the other lands and removed Trammel from the public gate.
Hopefully I can get the moongates to not prompt for an OK and allow animals to go through.
I remember the times when you would see dragons walking around outside of Brit.
I also need to get it where creatures are looting about everything on our dead bodies.
Not impressed with all this item insurance.
The insurance should be, a creature loots your body and if you want it back, you have to go take it back.
It would be funny to see an NPC take your weapon and then use it against you.
NPC's need to be lootable again too.
As for PK's, maybe the insurance would let the item be tacked using the tracking skill.
You can build on it from there.

Yea I get it with not having a big community you need to be able to more by yourself without much help.
Still the fun of UO to me was needing help and having a big community.
 
Back