View Single Post
  #2  
Old 02-22-2011, 12:22 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by AlexanderK View Post
Red field:
tiletype(x,y); returns 2, hurting underground. When you stand on there, your character slowly looses 0.5 player.hearts until he dies. Is there a way to stop that? I guess I could use some kind of loop and add player.hearts but maybe theres something like disablehurtinggrounds(); or disabledying(); or a serveroption I don't know about.
There's nothing, nope.


Quote:
Originally Posted by AlexanderK View Post
Green field:
tiletype(x,y) returns 10. I have found no documentation about that tiletype. Is it undefined? Well then I could use it for scriptinng purposes without having to worry about the game's features interfering.
You can do that. It seems to be unused. I did use the same space on Era to do some fancy stuff in the past, which hasn't even been used as far as I know.


Quote:
Originally Posted by AlexanderK View Post
Finally, is there a way to turn off the little animations by your feet when you stand in water or wamp or just change their look?
You can try removing the sprites from sprites.png, renaming it to something else and then using setspritesimage() to locally switch sprites.png with another image.
Reply With Quote