Code:
Problem description:
Alright well let me start by saying I am a noob at coding. I have a few things done so far but I need help with a number of things. This a sort of hack and slash play stile, also. What I need help with is the following:
[]Making monsters attack me when I attack them.
[]Make the monsters give experience.
[]Finally, learning how to walk on a turf and make it teleport you to another area or Z plane.
All help is appreciated.
Apr 25 2013, 6:39 am
Best response
|
|
Experimentation is a great thing. Try reading the DM Guide and looking around the Tutorials & Snippets section so you can get a better grasp on the language. We aren't here to give you code, but we will help you fix your code if you try to make something.
|
Code:
verb The problem im having with this is that when I attack the mob it doesn't do the+str-def but the rand damage works. Any ideas? |
Wait.. I think it might be thinking im trying to use both my strength and defence instead of my strength and the monsters defence. So would I just put M.Defence instead?
|
Code:
proc Each mob has a certain amount of "xp_give". Im trying to figure out if I put it with my level UP proc or when my DeathCheck comes into play or before the src is deleted and during when the gold or money drops. |
I don't have much to go off of here, but I'd assume you would put it with the death check.
|