Space of Destiny quest engine
Currently working on
Aion lightning 2.7 rev 96 source code.
Want to change 1 thing that aren't dangerous but "stetichal"
*1. Hellion spawn, in the lvl 20 stigma quest:: Space of destiny, spawns liks 30m further and 15m higher from the ground.
Where can i find the quest script in the source code to review and change
PS: Dont have ingame imgs 'cause far from home, i'll add later with edit if needed.
Re: Space of Destiny quest engine
That is GeoData dependent or you can check;
_2900NoEscapingDestiny.java
Code:
QuestService.addNewSpawn(320070000, player.getInstanceId(), 204263, 257.5f, 245f, 129f, (byte) 0);
Maybe you ca experience with the value: 129f
Re: Space of Destiny quest engine
Quote:
Originally Posted by
Voidstar
That is GeoData dependent or you can check;
_2900NoEscapingDestiny.java
Code:
QuestService.addNewSpawn(320070000, player.getInstanceId(), 204263, 257.5f, 245f, 129f, (byte) 0);
Maybe you ca experience with the value: 129f
*Wanted to know quest file route as well and this is it, for anyone who would need in the future. Thanks for ur help
\Gameserver\data\scripts\system\handlers\quest
Re: Space of Destiny quest engine
Quote:
Originally Posted by
Alexis Sanchez
*Wanted to know quest file route as well and this is it, for anyone who would need in the future. Thanks for ur help
\Gameserver\data\scripts\system\handlers\quest
Yes!! The way is this...
(Asmo) ...\Gameserver\data\scripts\system\handlers\quest\pandaemonium\_2900NoEscapingDestiny
(Elyos) ...\Gameserver\data\scripts\system\handlers\quest\sanctum\_1929ASliverofDarkness