everest-rj Posted October 10, 2013 Posted October 10, 2013 Hi Dears, I Created a custom zone in Four Sepulchre's in my test server but when a normal player cross the Four Sepulchre's Door he's teleported to the city. I need help to find in the java code where's the algorithm that send the player back to the city. THANK YOU !!!!!! Quote
0 everest-rj Posted October 10, 2013 Author Posted October 10, 2013 (edited) If you begin to use areas dedicated to systems (rift, gbs, 4sep, castles, olys), you should delete/edit related engines and dp. First because it makes less stuff to load, second because it avoids such funny situation. Okay guys i fixed it in the java. Comment the FourSepulchreManager.java imports is enough to disable the engine? thank you Edited October 10, 2013 by everest-rj Quote
0 everest-rj Posted October 10, 2013 Author Posted October 10, 2013 Which type of zone did u create..? Just a farm zone. I want know how to not teleport the player to the city after cross the door. ty Quote
0 everest-rj Posted October 10, 2013 Author Posted October 10, 2013 Find 4sep script. FourSepulchersManager.java? is there the code? Quote
0 SweeTs Posted October 10, 2013 Posted October 10, 2013 Or simply check your BossZone.xml as I see there is some coords for 4sep, so probably that's the case. Quote
0 Tryskell Posted October 10, 2013 Posted October 10, 2013 If you begin to use areas dedicated to systems (rift, gbs, 4sep, castles, olys), you should delete/edit related engines and dp. First because it makes less stuff to load, second because it avoids such funny situation. Quote
0 Tryskell Posted October 11, 2013 Posted October 11, 2013 No, notably if checks refering to FourSepulcherManager.getInstance(). exist. It will indirectly load the instance once one of those checks are reached (and there probably is). Easiest is to drop the manager, and once you got an associated check, edit it either dropping it entirely or editing if it's part of another bigger check. Quote
Question
everest-rj
Hi Dears,
I Created a custom zone in Four Sepulchre's in my test server but when a normal player cross the Four Sepulchre's Door he's teleported to the city.
I need help to find in the java code where's the algorithm that send the player back to the city.
THANK YOU !!!!!!
8 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.