down Posted February 24, 2010 Posted February 24, 2010 I wanna change char spawn coordinates. When char presses to village button he gets ported to Giran town, instead of to nearest village. But the problem is i dont know which packet does that. Is it CharMoveToLocation packet? writeC(0x01); writeD(_charObjId); writeD(_xDst); writeD(_yDst); writeD(_zDst); writeD(_x); writeD(_y); writeD(_z); Quote
0 ExTrEmEDwarf Posted February 24, 2010 Posted February 24, 2010 http://www.maxcheaters.com/forum/index.php?topic=97231.0 dont forget that it have different imports, dont make another thread while you get errors :D be careful when you apply patches, better do them manually Quote
0 Belzebul Posted February 24, 2010 Posted February 24, 2010 better dont do this, you will have problems with sieges etc. Quote
0 down Posted February 25, 2010 Author Posted February 25, 2010 Ye, it will be a bad thing during sieges. But maybe i can add this Siege siege = SiegeManager.getInstance().getSiege(activeChar); if (siege != null && siege.getIsInProgress()) loc = MapRegionManager.getInstance().getTeleToLocation(activeChar, TeleportWhereType.Town); else loc = new Location(x, x, x); Anyway, do u know how to add a random spawn loc? P.S.: Thank u a lot ExTrEmEDwarf :) Quote
0 Belzebul Posted February 25, 2010 Posted February 25, 2010 Anyway, do u know how to add a random spawn loc? What you mean? Respawning at differents coordinates? Quote
Question
down
I wanna change char spawn coordinates. When char presses to village button he gets ported to Giran town, instead of to nearest village.
But the problem is i dont know which packet does that.
Is it CharMoveToLocation packet?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.