Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Space of Destiny quest engine

Newbie Spellweaver
Joined
Dec 23, 2013
Messages
35
Reaction score
16
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.
 
Last edited:
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
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
 
Upvote 0
Newbie Spellweaver
Joined
Dec 23, 2013
Messages
35
Reaction score
16
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
 
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,085
*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
 
Upvote 0
Back
Top