NumL0ck Posted August 26, 2012 Posted August 26, 2012 Then character spawn or teleports he spawns not | directly but in > Right or back:D I think you understand me. How fix this and make char be directly like this |
0 vampir Posted August 26, 2012 Posted August 26, 2012 dont under | < part but i think u ment that spawn is a bit random from choosen location. Find line in which guy is spawning in this place and show it in here.
0 NumL0ck Posted August 26, 2012 Author Posted August 26, 2012 yes and a bit random from chooesn location, how remove that? Here's my spawn in example lvl zone: -71433 258285 -3111
0 vampir Posted August 26, 2012 Posted August 26, 2012 find line of the code that is teleporting u to -71433 258285 -3111 Try to search in classes connected with CharacterCreate
0 NumL0ck Posted August 26, 2012 Author Posted August 26, 2012 no no you don't understand, its from teleport in navicat, then i teleport everywhere i don't teleport in my selected location i teleported a little bit random, how make not random?
0 janiko Posted August 26, 2012 Posted August 26, 2012 which pack u use? and check in configs there might be smthing that checks spawn by random or not. I had same problem on one pack and it was caused by config.
0 Fanky Posted August 27, 2012 Posted August 27, 2012 no no you don't understand, its from teleport in navicat, then i teleport everywhere i don't teleport in my selected location i teleported a little bit random, how make not random? go to charactercreate.java and change the followin' line: newChar.setXYZInvisible(template.spawnX, template.spawnY, template.spawnZ); to newChar.setXYZInvisible(X, Y, Z);
0 Tryskell Posted August 27, 2012 Posted August 27, 2012 no no you don't understand, its from teleport in navicat, then i teleport everywhere i don't teleport in my selected location i teleported a little bit random, how make not random? Randomness happens only on "Return to town" option. There are multiple X/Y on XML on TownZones. Just edit XMLs to drop all except one loc.
Question
NumL0ck
Then character spawn or teleports he spawns not | directly but in > Right or back:D
I think you understand me. How fix this and make char be directly like this |
9 answers to this question
Recommended Posts