Thread: G3/GS2 Bugs.
View Single Post
  #13  
Old 03-20-2005, 05:22 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by Stefan
"this.x" and "this.y" are redirecting to "x" and "y" and are special for weapons, so I wouldn't use them for storring temporary data. For the shoot command don't add the ".gani" to the ani parameter (the last 2 parameters are exactly like for the setani/setcharani commands).
The setshape should work though, its working on Zone, otherwise you couldn't use the teleporters. I can check it again if I have time though.
try it clientside, it should be creating a blockable region of the specified area but it does not for me

PHP Code:
function onCreated() {
  
setimg("block.png");
}
//#CLIENTSIDE
function onCreated() {
  
setshape(1,64,64);

the blockable region should extend past the block image by 2 tiles
__________________

Reply With Quote