Bump
|
|
Hi,
Anyone knows the animation ID for passing through a energy barriers?
Reginald
Bump
bump
bemp
still looking bump
Like this one ? [Only registered and activated users can see links. ]
I don't think it is an animation, you simply force the player to walk.
In PI, you would use this method :
Code:public void walkTo(int i, int j) { c.newWalkCmdSteps = 0; if (++c.newWalkCmdSteps > 50) c.newWalkCmdSteps = 0; int k = c.getX() + i; k -= c.mapRegionX * 8; c.getNewWalkCmdX()[0] = c.getNewWalkCmdY()[0] = 0; int l = c.getY() + j; l -= c.mapRegionY * 8; for (int n = 0; n < c.newWalkCmdSteps; n++) { c.getNewWalkCmdX()[n] += k; c.getNewWalkCmdY()[n] += l; } }
| « Drop Simulator | Looking for partner/team in RSPS project. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |